/* Shared site chrome for every page: header + main navigation, breadcrumb, footer,
   and the enquiry-form status message. Page-specific styles stay inline in each page. */

html{scroll-padding-top:100px;}
.site-header,.site-breadcrumb,.site-footer{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.5;}
.site-header *,.site-breadcrumb *,.site-footer *{box-sizing:border-box;}
.sh-wrap{max-width:1180px;margin:0 auto;padding:0 16px;}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid #ece5d3;box-shadow:0 6px 24px -18px rgba(22,50,31,.45);color:#16321f;}
.site-header .sh-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:84px;}
.site-header .sh-logo{display:inline-flex;align-items:center;flex:none;border-radius:8px;}
.site-header .sh-logo img{display:block;height:64px;width:auto;}
.site-header ul{list-style:none;margin:0;padding:0;}
.site-header li{margin:0;padding:0;}
.site-header li::before{content:none;}
.site-header a,.site-header a:hover{text-decoration:none;}
.site-header a,.site-header button{-webkit-tap-highlight-color:transparent;}
.site-header .sh-menu{display:flex;align-items:center;gap:4px;}
.site-header .sh-item{position:relative;}
.site-header .sh-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:0;border-radius:10px;background:none;color:#1d4329;font:inherit;font-size:.95rem;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap;}
.site-header .sh-link:hover,.site-header .sh-sub-btn[aria-expanded="true"]{background:#f3efe3;color:#16321f;}
.site-header .sh-link[aria-current="page"],.site-header .sh-sub-btn.is-current{color:#16321f;box-shadow:inset 0 -2px 0 #e0a83a;}
.site-header .sh-chevron{transition:transform .15s ease;}
.site-header .sh-sub-btn[aria-expanded="true"] .sh-chevron{transform:rotate(180deg);}
.site-header .sh-panel{display:none;position:absolute;top:calc(100% + 10px);left:0;min-width:300px;padding:10px;background:#fff;border:1px solid #ece5d3;border-radius:16px;box-shadow:0 22px 48px -24px rgba(22,50,31,.45);}
.site-header .sh-panel::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px;}
.site-header .sh-panel-wide{width:540px;left:50%;transform:translateX(-50%);}
.site-header .sh-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
.site-header .sh-sub a{display:block;padding:10px 12px;border-radius:10px;color:#16321f;}
.site-header .sh-sub a:hover,.site-header .sh-sub a[aria-current="page"]{background:#f6f2e7;}
.site-header .sh-sub-title{display:block;font-weight:700;font-size:.93rem;}
.site-header .sh-sub-desc{display:block;margin-top:2px;font-size:.8rem;color:#5b665f;}
.site-header .sh-sub-btn[aria-expanded="true"]+.sh-panel{display:block;}
.site-header .sh-phone{display:inline-block;padding:10px 12px;color:#2f7045;font-weight:700;font-size:.92rem;white-space:nowrap;}
.site-header .sh-phone:hover{color:#16321f;}
.site-header .sh-cta{display:inline-flex;align-items:center;padding:11px 20px;margin-left:4px;border-radius:999px;background:#e0a83a;color:#16321f;font-weight:700;font-size:.95rem;white-space:nowrap;box-shadow:0 8px 18px -10px rgba(200,144,42,.9);}
.site-header .sh-cta:hover{background:#c8902a;}
.site-header .sh-toggle{display:none;align-items:center;gap:8px;padding:9px 14px;border:1px solid #d9d0b9;border-radius:10px;background:#fff;color:#16321f;font:inherit;font-weight:700;font-size:.9rem;cursor:pointer;}
.site-header .sh-toggle-icon{position:relative;display:inline-block;width:18px;height:12px;}
.site-header .sh-toggle-icon span,.site-header .sh-toggle-icon::before,.site-header .sh-toggle-icon::after{content:"";position:absolute;left:0;width:18px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease;}
.site-header .sh-toggle-icon::before{top:0;}
.site-header .sh-toggle-icon span{top:5px;}
.site-header .sh-toggle-icon::after{top:10px;}
.site-header.is-open .sh-toggle-icon::before{transform:translateY(5px) rotate(45deg);}
.site-header.is-open .sh-toggle-icon span{opacity:0;}
.site-header.is-open .sh-toggle-icon::after{transform:translateY(-5px) rotate(-45deg);}
.site-header a:focus-visible,.site-header button:focus-visible,.site-breadcrumb a:focus-visible,.site-footer a:focus-visible{outline:3px solid #e0a83a;outline-offset:2px;}
@media (min-width:961px) and (hover:hover){
  .site-header .sh-has-sub:hover>.sh-panel{display:block;}
  .site-header .sh-has-sub:hover>.sh-sub-btn .sh-chevron{transform:rotate(180deg);}
}
@media (max-width:1100px){.site-header .sh-item-phone{display:none;}}
@media (max-width:960px){
  .site-header .sh-bar{min-height:64px;}
  .site-header .sh-logo img{height:44px;}
  .site-header .sh-toggle{display:inline-flex;}
  .site-header .sh-nav{display:none;position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - 64px);overflow-y:auto;background:#fff;border-bottom:1px solid #ece5d3;box-shadow:0 18px 30px -20px rgba(22,50,31,.5);}
  .site-header.is-open .sh-nav{display:block;}
  .site-header .sh-menu{flex-direction:column;align-items:stretch;gap:2px;max-width:1180px;margin:0 auto;padding:10px 16px 18px;}
  .site-header .sh-link{width:100%;justify-content:space-between;padding:13px 12px;font-size:1rem;}
  .site-header .sh-panel,.site-header .sh-panel-wide{position:static;width:auto;min-width:0;transform:none;padding:2px 0 8px 10px;border:0;border-radius:0;box-shadow:none;}
  .site-header .sh-panel::before{content:none;}
  .site-header .sh-sub-grid{grid-template-columns:1fr;}
  .site-header .sh-item-phone{display:block;}
  .site-header .sh-phone{display:block;padding:13px 12px;}
  .site-header .sh-cta{display:flex;justify-content:center;margin:8px 0 0;padding:14px 20px;}
}

/* ---------- Breadcrumb ---------- */
.site-breadcrumb{background:#f4efe2;border-bottom:1px solid #e7e1d2;color:#3b473f;font-size:.85rem;}
.site-breadcrumb ol{list-style:none;margin:0;padding:8px 0;display:flex;flex-wrap:wrap;gap:6px;}
.site-breadcrumb li{margin:0;padding:0;}
.site-breadcrumb li+li::before{content:"\203A";margin-right:6px;color:#8a8f86;}
.site-breadcrumb a{color:#235235;text-decoration:underline;}

/* ---------- Footer ---------- */
.site-footer{background:#10271a;color:#cfe0d4;font-size:.93rem;}
.site-footer p{margin:0 0 14px;color:#cfe0d4;font-size:.93rem;line-height:1.6;}
.site-footer ul{list-style:none;margin:0;padding:0;}
.site-footer li{margin:0;padding:0;}
.site-footer li::before{content:none;}
.site-footer a{color:#dcebe0;text-decoration:none;}
.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.site-footer .sf-top{display:grid;grid-template-columns:minmax(260px,1.6fr) repeat(4,minmax(0,1fr));gap:40px;padding-top:56px;padding-bottom:44px;}
.site-footer .sf-logo{display:inline-block;margin-bottom:18px;padding:8px 12px;border-radius:14px;background:#fff;}
.site-footer .sf-logo img{display:block;width:176px;height:auto;}
.site-footer .sf-brand p{max-width:360px;}
.site-footer .sf-cta{display:inline-flex;align-items:center;margin:4px 0 20px;padding:12px 20px;border-radius:999px;background:#e0a83a;color:#16321f;font-weight:700;}
.site-footer .sf-cta:hover{background:#f0bd55;color:#16321f;text-decoration:none;}
.site-footer .sf-contact li{margin-bottom:8px;}
.site-footer .sf-contact a{font-weight:600;color:#fff;}
.site-footer address{font-style:normal;color:#a9c3b1;font-size:.88rem;line-height:1.55;}
.site-footer .sf-h{margin:0 0 16px;color:#ffe3a8;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}
.site-footer .sf-col li{margin-bottom:10px;}
.site-footer .sf-col a{display:inline-block;padding:2px 0;}
.site-footer .sf-bottom{background:rgba(0,0,0,.22);border-top:1px solid rgba(255,255,255,.08);}
.site-footer .sf-bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 24px;padding-top:18px;padding-bottom:18px;}
.site-footer .sf-bottom p{margin:0;font-size:.84rem;color:#a9c3b1;}
.site-footer .sf-legal{display:flex;flex-wrap:wrap;gap:6px 20px;}
.site-footer .sf-legal a{font-size:.84rem;color:#cfe0d4;}
@media (max-width:1024px){
  .site-footer .sf-top{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 28px;}
  .site-footer .sf-brand{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:6px 32px;align-items:start;}
  .site-footer .sf-brand .sf-logo{grid-row:span 3;}
}
@media (max-width:760px){
  .site-footer .sf-top{grid-template-columns:1fr 1fr;padding-top:44px;}
  .site-footer .sf-brand{display:block;}
  .site-footer .sf-col a{padding:5px 0;}
}
@media (max-width:360px){.site-footer .sf-top{grid-template-columns:1fr;}}

/* ---------- Legal pages ---------- */
.pg-prose{max-width:820px;}
.pg-prose h2{margin-top:1.6em;font-size:1.4rem;}
.pg-prose h2:first-child{margin-top:0;}
.pg-hero .pg-updated{margin-top:6px;font-size:.9rem;opacity:.85;}

/* Enquiry forms (see /assets/site.js) */
.enquiry-note{grid-column:1/-1;font-size:.82rem;line-height:1.5;margin:12px 0 0;opacity:.9;}
.enquiry-status{grid-column:1/-1;margin:14px 0 0;padding:12px 14px;border-radius:10px;background:#eaf5ee;border:1px solid #b9dcc5;color:#16321f;font-size:.92rem;line-height:1.5;}
.enquiry-status a{color:#16321f;font-weight:700;text-decoration:underline;}
.enquiry-status[hidden]{display:none;}

/* Guide/contact pages (/goldendoodle-puppy-care-guide/, /contact/, /404.html) */
body.pg-body{margin:0;background:#fbf8f0;color:#1c2823;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;}
.pg *{box-sizing:border-box;}
.pg img,.pg iframe{max-width:100%;}
.pg h1,.pg h2,.pg h3{font-family:Georgia,"Times New Roman",serif;color:#16321f;line-height:1.2;margin:0 0 .5em;}
.pg h1{font-size:clamp(1.8rem,5vw,2.8rem);}
.pg h2{font-size:clamp(1.45rem,3.6vw,2.05rem);}
.pg h3{font-size:1.15rem;}
.pg p{margin:0 0 1em;color:#3b473f;}
.pg a{color:#2f7045;}
.pg-wrap{max-width:1100px;margin:0 auto;padding:0 16px;}
.pg-hero{background:linear-gradient(150deg,#16321f,#2f7045);color:#fff;padding:56px 0 50px;}
.pg-hero h1{color:#fff;}
.pg-hero p{color:#dcebe0;font-size:1.08rem;max-width:760px;}
.pg-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c8902a;margin-bottom:10px;}
.pg-hero .pg-eyebrow{color:#ffe3a8;}
.pg-sec{padding:56px 0;}
.pg-sec.alt{background:#f4efe2;}
.pg-lead{font-size:1.05rem;max-width:780px;}
.pg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:24px;}
.pg-card{background:#fff;border:1px solid #e7e1d2;border-radius:16px;padding:22px;}
.pg-card p:last-child{margin-bottom:0;}
.pg-card .ico{font-size:1.5rem;display:block;margin-bottom:8px;}
.pg-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px;max-width:820px;}
.pg-list li{position:relative;padding-left:30px;}
.pg-list li::before{content:"\2713";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:#2f7045;color:#fff;font-size:.75rem;display:grid;place-items:center;}
.pg-steps{counter-reset:step;list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px;max-width:820px;}
.pg-steps li{counter-increment:step;position:relative;background:#fff;border:1px solid #e7e1d2;border-radius:14px;padding:16px 18px 16px 62px;}
.pg-steps li::before{content:counter(step);position:absolute;left:18px;top:14px;width:30px;height:30px;border-radius:50%;background:#e0a83a;color:#16321f;font-weight:800;display:grid;place-items:center;}
.pg-table-wrap{overflow-x:auto;margin-top:20px;}
.pg-table{border-collapse:collapse;width:100%;max-width:720px;background:#fff;}
.pg-table th,.pg-table td{border:1px solid #e7e1d2;padding:10px 14px;text-align:left;}
.pg-table th{background:#16321f;color:#fff;}
.pg-note{background:#fff8e6;border-left:4px solid #e0a83a;border-radius:8px;padding:12px 16px;margin-top:20px;max-width:820px;}
.pg-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
.pg-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 20px;border-radius:999px;font-weight:700;text-decoration:none;border:2px solid transparent;}
.pg .pg-btn{text-decoration:none;}
.pg-btn-gold{background:#e0a83a;color:#16321f !important;}
.pg-btn-wa{background:#25d366;color:#053d1b !important;}
.pg-btn-green{background:#2f7045;color:#fff !important;}
.pg-btn-outline{border-color:#2f7045;color:#2f7045 !important;background:transparent;}
.pg-hero .pg-btn-outline{border-color:#fff;color:#fff !important;}
.pg-faq details{background:#fff;border:1px solid #e7e1d2;border-radius:12px;padding:14px 18px;margin-top:10px;max-width:860px;}
.pg-faq summary{font-weight:700;color:#16321f;cursor:pointer;}
.pg-faq details p{margin:10px 0 0;}
.pg-split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;margin-top:24px;}
.pg-map{width:100%;min-height:320px;border:0;border-radius:16px;}
.pg-form{background:#fff;border:1px solid #e7e1d2;border-radius:16px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.pg-field{display:flex;flex-direction:column;gap:6px;}
.pg-field.full{grid-column:1/-1;}
.pg-field label{font-weight:700;font-size:.88rem;color:#16321f;}
.pg-field input,.pg-field select,.pg-field textarea{padding:12px 14px;border:1px solid #d8d0bc;border-radius:10px;font:inherit;background:#fff;color:#1c2823;}
.pg-field input:focus,.pg-field select:focus,.pg-field textarea:focus{outline:2px solid #2f7045;border-color:#2f7045;}
.pg-form button{grid-column:1/-1;justify-content:center;border:0;cursor:pointer;font-size:1rem;}
@media (max-width:760px){
  .pg-split,.pg-form{grid-template-columns:1fr;}
  .pg-sec{padding:44px 0;}
  .pg-hero{padding:44px 0 40px;}
}
