/* =========================================================
   Des Fringants Complices · feuille de style artisanale
   Élevage familial de Pinschers & Basenjis · Nomeny (54)
   Palette : terracotta · crème · vert olive. Rondeurs, chaleur.
   ========================================================= */

:root{
  --cream:#FBF4E7;
  --cream-2:#F6ECD9;
  --paper:#FFFDF8;
  --sand:#F1E3C9;
  --sand-2:#EAD8B6;
  --terra:#C15A33;
  --terra-dark:#A2431F;
  --terra-soft:#E9B190;
  --terra-wash:#F7E4D6;
  --olive:#6E7B41;
  --olive-dark:#525c2e;
  --olive-soft:#A9B487;
  --olive-wash:#E9ECdb;
  --gold:#D9A441;
  --ink:#3B3226;
  --ink-2:#6B5F4D;
  --ink-3:#8B7E69;
  --line:#E7D6B9;
  --line-2:#EFE3CB;
  --white:#ffffff;
  --shadow-s:0 2px 10px rgba(80,54,26,.07);
  --shadow-m:0 12px 30px rgba(80,54,26,.11);
  --shadow-l:0 26px 60px rgba(80,54,26,.16);
  --r:16px;
  --r-lg:26px;
  --r-xl:34px;
  --pill:999px;
  --wrap:1120px;
  --narrow:780px;
  --serif:"Baloo 2","Trebuchet MS",system-ui,sans-serif;
  --body:"Nunito","Segoe UI",system-ui,-apple-system,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--body);
  font-size:clamp(16px,1rem + .1vw,17.5px);
  line-height:1.72;
  color:var(--ink);
  background:var(--cream);
  background-image:
    radial-gradient(circle at 12% -5%, #fdf0dd 0, transparent 42%),
    radial-gradient(circle at 92% 4%, #f4e7cf 0, transparent 40%);
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--terra-dark);text-decoration:none}
a:hover{color:var(--terra)}
h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.12;color:var(--ink);margin:0 0 .5em}
h2{font-size:clamp(1.55rem,1.2rem + 1.4vw,2.15rem)}
h3{font-size:clamp(1.2rem,1.05rem + .6vw,1.5rem);font-weight:600}
h4{font-size:1.08rem;font-weight:600}
p{margin:0 0 1.05em}
strong{font-weight:800;color:var(--ink)}
ul,ol{margin:0 0 1.1em;padding-left:1.15em}
li{margin:.25em 0}
hr{border:none;border-top:2px dotted var(--line);margin:2.4rem 0}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(18px,4vw,34px)}
.narrow{max-width:var(--narrow);margin-inline:auto}

/* --- accents / helpers --- */
.eyebrow{
  display:inline-flex;align-items:center;gap:.5em;
  font-family:var(--serif);font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;font-size:.76rem;color:var(--terra-dark);
  background:var(--terra-wash);padding:.42em .9em;border-radius:var(--pill);
}
.eyebrow.olive{color:var(--olive-dark);background:var(--olive-wash)}
.paw{width:1em;height:1em;display:inline-block;vertical-align:-.12em;fill:currentColor;flex:none}
.squiggle{display:block;color:var(--terra-soft);margin:.2em 0 .1em}
.muted{color:var(--ink-2)}

/* =========================================================
   HEADER / NAV · pur CSS, sans script
   ========================================================= */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(251,244,231,.92);
  backdrop-filter:saturate(1.2) blur(8px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:1rem;min-height:74px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:.7rem;color:var(--ink);margin-right:auto}
.brand:hover{color:var(--ink)}
.brand-mark{
  width:44px;height:44px;flex:none;display:grid;place-items:center;
  background:var(--terra);color:var(--cream);border-radius:50% 50% 50% 12px;
  box-shadow:var(--shadow-s);transform:rotate(-4deg);
}
.brand-mark svg{width:26px;height:26px;fill:currentColor}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-text strong{font-family:var(--serif);font-size:1.16rem;font-weight:700;color:var(--ink)}
.brand-text small{font-size:.72rem;color:var(--ink-2);letter-spacing:.02em}

.nav-toggle{position:absolute;opacity:0;pointer-events:none}
.nav-burger{display:none;cursor:pointer;width:46px;height:42px;border-radius:12px;
  border:1px solid var(--line);background:var(--paper);align-items:center;justify-content:center;flex-direction:column;gap:5px}
.nav-burger span{display:block;width:22px;height:2.5px;border-radius:2px;background:var(--terra-dark);transition:.2s}

.site-nav{margin-left:auto}
.nav-list{list-style:none;display:flex;align-items:center;gap:.2rem;margin:0;padding:0}
.nav-list > li{position:relative}
.nav-list > li > a{
  display:inline-block;padding:.55em .85em;border-radius:var(--pill);
  font-weight:700;color:var(--ink);font-size:.96rem;white-space:nowrap;
}
.nav-list > li > a:hover,.nav-list > li:focus-within > a{background:var(--terra-wash);color:var(--terra-dark)}
.nav-list > li > a.is-active{background:var(--olive-wash);color:var(--olive-dark)}
.has-sub > a::after{content:"";display:inline-block;width:.5em;height:.5em;margin-left:.45em;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.6}
.sub{
  list-style:none;margin:0;padding:.4rem;position:absolute;left:0;top:calc(100% + 8px);min-width:250px;
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-m);
  opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s;
}
.has-sub:hover .sub,.has-sub:focus-within .sub{opacity:1;visibility:visible;transform:translateY(0)}
.sub::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.sub li a{display:block;padding:.5em .7em;border-radius:10px;font-weight:600;color:var(--ink);font-size:.92rem}
.sub li a:hover{background:var(--terra-wash);color:var(--terra-dark)}
.nav-cta a{background:var(--terra);color:var(--cream)!important;box-shadow:var(--shadow-s)}
.nav-cta a:hover{background:var(--terra-dark);color:var(--cream)!important}

@media (max-width:1000px){
  .nav-burger{display:flex}
  .site-nav{flex-basis:100%;margin:0;display:none}
  .nav-toggle:checked ~ .site-nav{display:block;padding-bottom:1rem}
  .nav-list{flex-direction:column;align-items:stretch;gap:.15rem}
  .nav-list > li > a{padding:.7em .9em;border-radius:12px}
  .has-sub > a::after{float:right}
  .sub{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;
    background:var(--cream-2);margin:.15rem 0 .5rem .6rem;padding:.3rem}
  .sub::before{display:none}
}

/* =========================================================
   BOUTONS
   ========================================================= */
.btn{
  display:inline-flex;align-items:center;gap:.55em;
  font-family:var(--serif);font-weight:600;font-size:1.02rem;
  padding:.72em 1.5em;border-radius:var(--pill);border:2px solid transparent;
  cursor:pointer;transition:.18s;text-align:center;line-height:1.2;
}
.btn svg{width:1.15em;height:1.15em;fill:currentColor}
.btn-primary{background:var(--terra);color:var(--cream);box-shadow:var(--shadow-s)}
.btn-primary:hover{background:var(--terra-dark);color:var(--cream);transform:translateY(-2px);box-shadow:var(--shadow-m)}
.btn-olive{background:var(--olive);color:var(--cream)}
.btn-olive:hover{background:var(--olive-dark);color:var(--cream);transform:translateY(-2px)}
.btn-ghost{background:var(--paper);color:var(--terra-dark);border-color:var(--terra-soft)}
.btn-ghost:hover{background:var(--terra-wash);color:var(--terra-dark);transform:translateY(-2px)}

/* =========================================================
   HERO
   ========================================================= */
.hero{position:relative;padding:clamp(2.4rem,4vw,4.2rem) 0 0}
.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,3.2rem);align-items:center}
.hero-eyebrow{margin-bottom:1rem}
.hero-title{font-size:clamp(2.2rem,1.4rem + 3.6vw,3.7rem);letter-spacing:-.01em;margin-bottom:.35em}
.hero-title .accent{color:var(--terra);position:relative;white-space:nowrap}
.hero-lead{font-size:clamp(1.08rem,1rem + .4vw,1.28rem);color:var(--ink-2);max-width:36ch;margin-bottom:1.6rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.7rem}
.hero-facts{display:flex;flex-wrap:wrap;gap:1.4rem;padding-top:1.3rem;border-top:2px dotted var(--line)}
.hero-fact b{font-family:var(--serif);font-size:1.5rem;color:var(--olive-dark);display:block;line-height:1}
.hero-fact span{font-size:.82rem;color:var(--ink-2)}

.hero-art{position:relative;display:grid;place-items:center;min-height:300px}
.medallion{
  width:min(360px,80%);aspect-ratio:1;border-radius:46% 54% 55% 45%/52% 46% 54% 48%;
  background:radial-gradient(circle at 40% 34%,var(--paper),var(--sand) 96%);
  border:3px solid var(--white);box-shadow:var(--shadow-l);display:grid;place-items:center;
  position:relative;animation:bob 7s ease-in-out infinite;
}
.medallion svg.dog{width:66%;color:var(--olive-dark)}
@keyframes bob{0%,100%{transform:translateY(0) rotate(-1.2deg)}50%{transform:translateY(-12px) rotate(1.2deg)}}
.blob{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55;z-index:-1}
.blob.a{width:150px;height:150px;background:var(--terra-soft);top:2%;right:6%}
.blob.b{width:100px;height:100px;background:var(--olive-soft);bottom:6%;left:2%}
.sticker{
  position:absolute;background:var(--paper);border:2px solid var(--line);border-radius:var(--pill);
  padding:.5em 1em;font-family:var(--serif);font-weight:600;font-size:.9rem;box-shadow:var(--shadow-m);
  display:flex;align-items:center;gap:.45em;
}
.sticker .paw{color:var(--terra)}
.sticker.s1{top:6%;left:-4%;transform:rotate(-6deg);color:var(--olive-dark)}
.sticker.s2{bottom:8%;right:-6%;transform:rotate(5deg);color:var(--terra-dark)}

.hero-wave{display:block;width:100%;height:auto;color:var(--cream-2);margin-top:1.5rem}

/* =========================================================
   SECTIONS
   ========================================================= */
.section{padding:clamp(2.6rem,5vw,4.4rem) 0}
.section-tint{background:var(--cream-2);position:relative}
.section-tint.round{border-radius:var(--r-xl);margin-inline:clamp(0px,2vw,20px)}
.section-olive{background:var(--olive-wash)}
.section-head{max-width:64ch;margin-bottom:2rem}
.section-head.center{margin-inline:auto;text-align:center}
.sec-title{margin-bottom:.35em}
.lede{font-size:1.12rem;color:var(--ink-2)}

.grid{display:grid;gap:1.4rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:860px){.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}}

/* --- cartes génériques --- */
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.6rem;box-shadow:var(--shadow-s)}
.card-soft{background:var(--sand);border-radius:var(--r-lg);padding:1.6rem}

/* --- cartes de race --- */
.breed-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);
  overflow:hidden;box-shadow:var(--shadow-s);transition:.2s;display:flex;flex-direction:column;
}
.breed-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-m)}
.breed-top{padding:1.8rem 1.6rem 1.2rem;display:grid;place-items:center;position:relative}
.breed-top.terra{background:linear-gradient(160deg,#f6ddcb,#f0c9ac)}
.breed-top.olive{background:linear-gradient(160deg,#e7ecd3,#d3dcb0)}
.breed-top.gold{background:linear-gradient(160deg,#f7e6c2,#f0d59a)}
.breed-medallion{width:118px;height:118px;border-radius:50%;background:var(--paper);
  display:grid;place-items:center;box-shadow:var(--shadow-s);border:3px solid #fff}
.breed-medallion svg{width:70px}
.breed-top.terra .breed-medallion svg{color:var(--terra-dark)}
.breed-top.olive .breed-medallion svg{color:var(--olive-dark)}
.breed-top.gold .breed-medallion svg{color:#b07d1e}
.breed-body{padding:1.4rem 1.6rem 1.7rem;flex:1;display:flex;flex-direction:column}
.breed-body h3{margin-bottom:.25em}
.breed-tag{font-size:.8rem;color:var(--ink-2);font-weight:600;margin-bottom:.7em}
.breed-body p{color:var(--ink-2);font-size:.98rem}
.breed-body .btn{margin-top:auto;align-self:flex-start}

/* =========================================================
   LISTES À PATTES
   ========================================================= */
.paw-list{list-style:none;padding:0;margin:0 0 1.1em}
.paw-list li{position:relative;padding-left:1.9em;margin:.55em 0}
.paw-list li::before{
  content:"";position:absolute;left:0;top:.28em;width:1.15em;height:1.15em;
  background-color:var(--terra);flex:none;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='11' r='2.3'/%3E%3Ccircle cx='10.6' cy='7.4' r='2.3'/%3E%3Ccircle cx='15.4' cy='7.4' r='2.3'/%3E%3Ccircle cx='19' cy='11' r='2.3'/%3E%3Cpath d='M12.5 12.2c3 0 5.4 2 5.4 4.5 0 2-1.7 3-3.4 2.4l-2-.8-2 .8c-1.8.6-3.5-.4-3.5-2.4 0-2.5 2.5-4.5 5.5-4.5z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='11' r='2.3'/%3E%3Ccircle cx='10.6' cy='7.4' r='2.3'/%3E%3Ccircle cx='15.4' cy='7.4' r='2.3'/%3E%3Cpath d='M12.5 12.2c3 0 5.4 2 5.4 4.5 0 2-1.7 3-3.4 2.4l-2-.8-2 .8c-1.8.6-3.5-.4-3.5-2.4 0-2.5 2.5-4.5 5.5-4.5z'/%3E%3Ccircle cx='19' cy='11' r='2.3'/%3E%3C/svg%3E") center/contain no-repeat;
}
.paw-list.olive li::before{background-color:var(--olive)}
.paw-list.tight li{margin:.3em 0}

/* =========================================================
   CITATION / MOT DE L'ELEVEUSE
   ========================================================= */
.quote{
  position:relative;background:var(--paper);border-radius:var(--r-lg);
  padding:2.2rem clamp(1.6rem,4vw,2.8rem);box-shadow:var(--shadow-s);
  border-left:6px solid var(--terra-soft);
}
.quote::before{content:"\201C";position:absolute;top:-.18em;left:.35em;font-family:var(--serif);
  font-size:5rem;color:var(--terra-soft);line-height:1}
.quote p{font-size:1.16rem;color:var(--ink);font-style:italic;position:relative}
.quote-cite{display:flex;align-items:center;gap:.7rem;margin-top:1rem;font-style:normal}
.quote-cite b{font-family:var(--serif);color:var(--olive-dark)}
.quote-avatar{width:44px;height:44px;border-radius:50%;background:var(--olive-wash);display:grid;place-items:center;color:var(--olive-dark);font-family:var(--serif);font-weight:700}

/* callouts / notes */
.note{border-radius:var(--r);padding:1.15rem 1.35rem;margin:1.4rem 0;background:var(--olive-wash);
  border:1px solid #d7ddc0;display:flex;gap:.9rem;align-items:flex-start}
.note.terra{background:var(--terra-wash);border-color:#eecdb8}
.note .paw{color:var(--olive-dark);font-size:1.3rem;margin-top:.15em}
.note.terra .paw{color:var(--terra)}
.note p:last-child{margin-bottom:0}
.note strong{display:block;margin-bottom:.15em;font-family:var(--serif)}

/* contact card */
.contact-card{background:linear-gradient(160deg,var(--paper),var(--terra-wash));
  border:1px solid var(--line);border-radius:var(--r-xl);padding:clamp(1.6rem,4vw,2.6rem);box-shadow:var(--shadow-m)}
.contact-rows{display:grid;gap:1rem;margin:1.4rem 0}
.contact-row{display:flex;gap:.9rem;align-items:flex-start}
.contact-ic{width:44px;height:44px;border-radius:14px;background:var(--terra);color:var(--cream);
  display:grid;place-items:center;flex:none}
.contact-ic svg{width:22px;height:22px;fill:currentColor}
.contact-row b{font-family:var(--serif);display:block;line-height:1.2}
.contact-row span{color:var(--ink-2);font-size:.95rem}
.tel-big{font-family:var(--serif);font-size:1.5rem;color:var(--terra-dark);font-weight:700}

/* =========================================================
   BREADCRUMB
   ========================================================= */
.breadcrumb{font-size:.85rem;color:var(--ink-2);padding:1.1rem 0 0}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.35em;padding:0;margin:0}
.breadcrumb li{display:flex;align-items:center;gap:.35em;margin:0}
.breadcrumb li+li::before{content:"›";color:var(--terra-soft);font-weight:700}
.breadcrumb a{color:var(--ink-2);font-weight:600}
.breadcrumb a:hover{color:var(--terra-dark)}
.breadcrumb [aria-current]{color:var(--ink)}

/* page header block (interior pages) */
.page-hero{padding:1.2rem 0 0}
.page-hero .eyebrow{margin-bottom:.9rem}
.page-title{font-size:clamp(1.9rem,1.3rem + 2.4vw,2.9rem);margin-bottom:.3em}
.page-intro{font-size:1.12rem;color:var(--ink-2);max-width:60ch}

/* article body */
.prose{max-width:var(--narrow)}
.prose h2{margin-top:2rem}
.prose h2::after{content:"";display:block;width:56px;height:4px;border-radius:3px;background:var(--terra-soft);margin-top:.4em}
.prose h3{margin-top:1.6rem;color:var(--olive-dark)}
.prose img{border-radius:var(--r);margin:1.5rem 0}
.prose blockquote{margin:1.6rem 0;padding:.4rem 0 .4rem 1.3rem;border-left:4px solid var(--olive-soft);
  color:var(--ink-2);font-style:italic}

/* subnav (liens vers sous-pages d'une race) */
.subnav{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.6rem 0}
.subnav a{display:inline-flex;align-items:center;gap:.5em;background:var(--paper);border:1px solid var(--line);
  border-radius:var(--pill);padding:.55em 1.1em;font-weight:700;font-size:.92rem;color:var(--ink)}
.subnav a:hover{background:var(--terra-wash);color:var(--terra-dark);border-color:var(--terra-soft)}
.subnav a.current{background:var(--olive);border-color:var(--olive);color:var(--cream)}
.subnav a .paw{color:var(--terra)}
.subnav a.current .paw{color:var(--cream)}

/* =========================================================
   ROSTER (nos chiens)
   ========================================================= */
.roster-group{margin:0 0 2rem}
.roster-title{display:flex;align-items:center;gap:.6rem;font-family:var(--serif);font-size:1.28rem;font-weight:700;
  color:var(--olive-dark);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px dotted var(--line)}
.roster-title .count{margin-left:auto;font-size:.8rem;background:var(--olive-wash);color:var(--olive-dark);
  padding:.25em .7em;border-radius:var(--pill)}
.dog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem}
.dog{background:var(--paper);border:1px solid var(--line-2);border-radius:var(--r);padding:.9rem 1.05rem;
  display:flex;gap:.8rem;align-items:flex-start;transition:.16s}
.dog:hover{border-color:var(--terra-soft);box-shadow:var(--shadow-s)}
.dog-ic{width:38px;height:38px;border-radius:12px;flex:none;display:grid;place-items:center;
  font-family:var(--serif);font-weight:700;font-size:1rem}
.dog-ic.m{background:var(--olive-wash);color:var(--olive-dark)}
.dog-ic.f{background:var(--terra-wash);color:var(--terra-dark)}
.dog-ic.x{background:var(--sand);color:var(--olive-dark)}
.dog-ic .paw{width:18px;height:18px}
.dog-name{font-family:var(--serif);font-weight:600;line-height:1.2;color:var(--ink)}
.dog-meta{font-size:.82rem;color:var(--ink-2);margin-top:.15em}
.dog-meta .badge{display:inline-block;font-size:.72rem;background:var(--sand);color:var(--ink-2);
  border-radius:var(--pill);padding:.1em .6em;margin-top:.3em}
.dog-meta .badge.memory{background:#efe6d6;color:#8a7458}

/* =========================================================
   TABLES (portées / prix)
   ========================================================= */
.table-scroll{overflow-x:auto;border-radius:var(--r);border:1px solid var(--line);
  box-shadow:var(--shadow-s);margin:1rem 0 1.6rem;-webkit-overflow-scrolling:touch}
table.litter,table.roster-tab{width:100%;border-collapse:collapse;min-width:560px;background:var(--paper);font-size:.92rem}
table.litter thead th{background:var(--olive);color:var(--cream);font-family:var(--serif);font-weight:600;
  text-align:left;padding:.7em .9em;position:sticky;left:0}
table.litter tbody td{padding:.6em .9em;border-top:1px solid var(--line-2)}
table.litter tbody tr:nth-child(even){background:#fdf8ee}
.sexe-m{color:var(--olive-dark);font-weight:800}
.sexe-f{color:var(--terra-dark);font-weight:800}
.chip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:var(--ink-3)}
.chip.st{color:#9a6a3a}
.flag{display:inline-block;font-size:.74rem;font-weight:700;background:var(--sand);color:var(--ink-2);
  border-radius:var(--pill);padding:.1em .55em}
.dcd{color:#a76b4e;font-style:italic;font-size:.86rem}

.litter-card{margin:0 0 1.8rem}
.litter-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .8rem;margin-bottom:.2rem}
.litter-head h3{margin:0;color:var(--terra-dark);font-size:1.12rem}
.litter-head .parents{font-size:.92rem;color:var(--ink-2)}
.litter-head .parents b{color:var(--olive-dark)}

/* prix */
.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:1.6rem 0}
@media (max-width:820px){.price-cards{grid-template-columns:1fr}}
.price-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:1.7rem 1.5rem;text-align:center;box-shadow:var(--shadow-s);position:relative;transition:.2s}
.price-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-m)}
.price-card .breed-medallion{margin:0 auto 1rem;width:88px;height:88px}
.price-card .breed-medallion svg{width:52px}
.price-card.terra{border-top:5px solid var(--terra)}
.price-card.olive{border-top:5px solid var(--olive)}
.price-card.gold{border-top:5px solid var(--gold)}
.price-card h3{margin-bottom:.15em}
.price-card .tag{font-size:.82rem;color:var(--ink-2)}
.price-amount{font-family:var(--serif);font-size:2.4rem;font-weight:700;color:var(--olive-dark);margin:.5rem 0 .1rem;line-height:1}
.price-amount small{font-size:.9rem;color:var(--ink-2);font-weight:600}

.pricelist{list-style:none;padding:0;margin:1.2rem 0}
.pricelist li{display:flex;justify-content:space-between;gap:1rem;padding:.7em 0;border-bottom:1px dotted var(--line)}
.pricelist li b{font-family:var(--serif);color:var(--terra-dark);white-space:nowrap}

/* =========================================================
   JOURNAL (portées / naissances · accueil)
   ========================================================= */
.journal{position:relative;margin-top:1.4rem}
.journal-year{font-family:var(--serif);font-weight:700;color:var(--terra-dark);font-size:1.15rem;
  margin:1.6rem 0 .7rem;display:flex;align-items:center;gap:.7rem}
.journal-year::after{content:"";flex:1;height:2px;background:repeating-linear-gradient(90deg,var(--line) 0 8px,transparent 8px 14px)}
.journal-list{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}
.journal-item{display:flex;gap:.9rem;align-items:baseline;background:var(--paper);border:1px solid var(--line-2);
  border-radius:12px;padding:.6em .95em}
.journal-item .date{font-family:var(--serif);font-weight:700;color:var(--olive-dark);font-size:.86rem;flex:none;min-width:6.4em}
.journal-item .what{color:var(--ink);font-size:.95rem}
.journal-item .what .sp{color:var(--ink-2)}
.tagrace{font-size:.72rem;font-weight:700;border-radius:var(--pill);padding:.12em .6em;margin-left:.3em;white-space:nowrap}
.tagrace.b{background:var(--olive-wash);color:var(--olive-dark)}
.tagrace.pa{background:var(--terra-wash);color:var(--terra-dark)}
.tagrace.pn{background:#f6e8c8;color:#9a7420}

/* map / reach */
.reach{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}
.reach .flag{font-size:.9rem;padding:.4em 1em;background:var(--paper);border:1px solid var(--line)}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:var(--olive-dark);color:#e9e6d4;margin-top:3rem;
  border-radius:var(--r-xl) var(--r-xl) 0 0;padding:clamp(2.4rem,4vw,3.4rem) 0 1.6rem}
.site-footer a{color:#e9e6d4}
.site-footer a:hover{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2rem}
@media (max-width:880px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr}}
.footer-brand strong{font-family:var(--serif);font-size:1.25rem;color:#fff;display:block}
.footer-brand p{color:#cdd0b6;font-size:.93rem;margin-top:.7rem}
.foot-mark{width:40px;height:40px;border-radius:50% 50% 50% 10px;background:var(--terra);color:var(--cream);
  display:grid;place-items:center;margin-bottom:.9rem;transform:rotate(-4deg)}
.foot-mark svg{width:22px;height:22px;fill:currentColor}
.footer-col h4{color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem;
  color:var(--gold)}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin:.42em 0}
.footer-col a{font-size:.93rem;font-weight:600}
.footer-contact p{font-size:.93rem;color:#dfe1cb;margin:.3em 0}
.footer-contact b{color:#fff;font-family:var(--serif)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:2rem;padding-top:1.3rem;
  display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:space-between;font-size:.82rem;color:#c4c7ad}
.footer-bottom .nums{display:flex;gap:1rem;flex-wrap:wrap}
.footer-bottom .nums span{background:rgba(255,255,255,.09);border-radius:var(--pill);padding:.2em .8em}

/* =========================================================
   RESPONSIVE HERO
   ========================================================= */
@media (max-width:820px){
  .hero-inner{grid-template-columns:1fr}
  .hero-art{order:-1;min-height:230px}
  .medallion{width:min(260px,64%)}
  .hero-lead{max-width:none}
}

/* petits utilitaires de fin de page */
.cta-band{background:linear-gradient(150deg,var(--terra),var(--terra-dark));color:var(--cream);
  border-radius:var(--r-xl);padding:clamp(2rem,4vw,3rem);text-align:center;box-shadow:var(--shadow-m)}
.cta-band h2{color:var(--cream)}
.cta-band p{color:#f7e2d5;max-width:52ch;margin-inline:auto}
.cta-band .btn-ghost{background:var(--cream);border-color:var(--cream);color:var(--terra-dark)}
.cta-band .btn-ghost:hover{background:#fff;color:var(--terra-dark)}
.mt0{margin-top:0}.mb0{margin-bottom:0}.center{text-align:center}
