:root{
  --purple-900:#3F1A63;--purple-700:#6A2C97;--purple-500:#8E4FB8;--purple-100:#EFE6F6;
  --gold:#C88A2E;--gold-soft:#E2B765;--gold-wash:#F6ECD8;
  --coral:#E36A86;--coral-soft:#F4D3DC;
  --ink:#2E2440;--muted:#6E6480;--paper:#FCFAFB;--card:#FFFFFF;--line:#EBE3F1;
  --shadow:0 20px 50px -24px rgba(63,26,99,.35);--shadow-sm:0 6px 18px -10px rgba(63,26,99,.3);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Mulish',system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px}
.wrap.narrow{max-width:820px}
a{text-decoration:none;color:inherit}
.dog{stroke:var(--gold);fill:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}

/* TOP BAR */
.topbar{background:var(--card);border-bottom:1px solid var(--line)}
.topbar .wrap{display:flex;align-items:center;gap:32px;padding-top:18px;padding-bottom:18px}
.brand{display:flex;align-items:center;gap:16px;flex:1;min-width:0}
.brand .mark{width:62px;height:62px;border-radius:50%;flex:none;background:radial-gradient(circle at 50% 38%,#fff,var(--gold-wash));border:2px solid var(--gold-soft);display:grid;place-items:center;overflow:hidden}
.brand .mark svg{width:42px;height:42px}
.brand .mark img{width:100%;height:100%;object-fit:cover}
.brand-name{line-height:1.05}
.brand-name .gp{font-family:'Fraunces',serif;font-weight:700;font-size:1.45rem;color:var(--gold);display:block}
.brand-name .vc{font-family:'Fraunces',serif;font-weight:600;font-size:1.02rem;color:var(--purple-700);letter-spacing:.16em;text-transform:uppercase;display:block}
.brand-name .tag{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--coral);font-weight:700;margin-top:3px;display:block}
.contacts{display:flex;flex-direction:column;gap:6px}
.contacts a{display:flex;align-items:center;gap:9px;font-weight:700;font-size:.92rem;color:var(--purple-900);white-space:nowrap}
.contacts a svg{width:17px;height:17px;color:var(--purple-500);flex:none}
.contacts .emerg,.contacts .emerg svg{color:var(--coral)}
.contacts .emerg b{font-size:.66rem;letter-spacing:.06em;margin-left:2px}
.cta-stack{display:flex;flex-direction:column;gap:10px}
.btn{display:inline-flex;align-items:center;gap:9px;justify-content:center;font-weight:700;font-size:.86rem;padding:12px 20px;border-radius:11px;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap}
.btn svg{width:17px;height:17px}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(180deg,var(--gold-soft),var(--gold));color:#fff;box-shadow:var(--shadow-sm)}
.btn-purple{background:var(--card);color:var(--purple-700);border:1.5px solid var(--purple-100);box-shadow:var(--shadow-sm)}
.btn-coral{background:linear-gradient(180deg,#EC85A0,var(--coral));color:#fff;box-shadow:0 12px 26px -12px rgba(227,106,134,.7)}
.btn-lg{padding:15px 26px;font-size:.95rem;border-radius:13px}

/* NAV */
nav{background:linear-gradient(90deg,var(--purple-700),var(--purple-500));position:sticky;top:0;z-index:20}
nav .wrap{display:flex;gap:6px;padding-top:0;padding-bottom:0}
nav a{display:flex;align-items:center;gap:9px;color:#fff;font-weight:600;font-size:.88rem;padding:16px 20px;position:relative;opacity:.92;transition:opacity .15s,background .15s}
nav a svg{width:16px;height:16px;opacity:.85}
nav a:hover{opacity:1;background:rgba(255,255,255,.1)}
nav a.active{opacity:1}
nav a.active::after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:3px;background:var(--gold-soft);border-radius:3px 3px 0 0}

/* HERO */
.hero{position:relative;padding:64px 0 72px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(620px 380px at 14% 8%,var(--purple-100),transparent 70%),radial-gradient(560px 420px at 92% 96%,var(--gold-wash),transparent 72%)}
.hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.photo{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/3.4;box-shadow:var(--shadow);background:linear-gradient(135deg,#F7E9F2,#E9D9F2 55%,#D9E6F5);border:1px solid #fff}
.photo .photo-img{width:100%;height:100%;object-fit:cover}
.photo .scene{position:absolute;inset:0}
.photo .sky{position:absolute;inset:0;background:linear-gradient(180deg,#F5D9E8,#F8E7B8 60%,#E8D6F0)}
.photo .building{position:absolute;left:8%;right:8%;top:14%;bottom:0;background:linear-gradient(180deg,#F6C9DF,#F4B8D2);border-radius:14px 14px 0 0;box-shadow:inset 0 0 0 6px #fff}
.photo .door{position:absolute;left:38%;right:38%;top:46%;bottom:0;background:linear-gradient(180deg,#E89CC2,#D97FB0);border-radius:10px 10px 0 0;box-shadow:inset 0 0 0 5px #fff}
.photo .sign{position:absolute;left:18%;right:18%;top:20%;height:64px;background:#fff;border-radius:10px;display:grid;place-items:center;box-shadow:0 6px 16px rgba(0,0,0,.12)}
.photo .sign span{font-family:'Fraunces',serif;font-weight:700;color:var(--gold);font-size:1rem;letter-spacing:.04em}
.photo .pet{position:absolute;bottom:0;left:8%;width:46%;height:64%;background:radial-gradient(circle at 50% 30%,#F0C088,#C88A4A);border-radius:50% 50% 38% 38%;box-shadow:0 -4px 30px rgba(0,0,0,.12)}
.photo .badge{position:absolute;top:18px;left:18px;width:84px;height:84px;border-radius:50%;background:radial-gradient(circle at 50% 38%,#fff,var(--gold-wash));border:2px solid var(--gold-soft);display:grid;place-items:center}
.photo .badge svg{width:56px;height:56px}
.photo .ph-note{position:absolute;bottom:14px;right:16px;font-size:.7rem;color:rgba(46,36,64,.55);background:rgba(255,255,255,.7);padding:4px 10px;border-radius:20px;font-weight:600}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--purple-700);background:var(--purple-100);padding:7px 14px;border-radius:30px;margin-bottom:22px}
.eyebrow svg{width:14px;height:14px}
.lede h1,.pagehead h1{font-family:'Fraunces',serif;font-weight:600;line-height:1.04;color:var(--purple-900);letter-spacing:-.01em}
.lede h1{font-size:clamp(2.5rem,4.4vw,3.5rem);margin-bottom:20px}
.lede h1 .accent,.pagehead h1 .accent{color:var(--gold);font-style:italic;font-weight:500}
.lede .sub{font-size:1.08rem;color:var(--muted);max-width:42ch;margin-bottom:30px}
.features{display:flex;flex-direction:column;gap:2px;margin-bottom:32px}
.feat{display:flex;align-items:center;gap:14px;padding:12px 4px;border-bottom:1px solid var(--line)}
.feat:last-child{border-bottom:none}
.feat .fic{width:38px;height:38px;border-radius:11px;flex:none;display:grid;place-items:center;background:var(--purple-100);color:var(--purple-700)}
.feat .fic svg{width:20px;height:20px}
.feat span:last-child{font-weight:700;font-size:.98rem;color:var(--ink)}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}

/* TRUST STRIP */
.trust{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding-top:34px;padding-bottom:34px}
.trust .item{display:flex;align-items:center;gap:14px}
.trust .ti{width:44px;height:44px;border-radius:12px;flex:none;display:grid;place-items:center;background:var(--purple-100);color:var(--purple-700)}
.trust .ti svg{width:23px;height:23px}
.trust .item:nth-child(2) .ti{background:var(--coral-soft);color:var(--coral)}
.trust .item:nth-child(3) .ti{background:#DCEAF7;color:#3F7CC0}
.trust .item:nth-child(4) .ti{background:var(--gold-wash);color:var(--gold)}
.trust .item b{display:block;font-size:.94rem;line-height:1.25;color:var(--ink)}
.trust .item small{font-size:.8rem;color:var(--muted)}

/* PAGE HEAD */
.pagehead{position:relative;padding:56px 0 44px;overflow:hidden;text-align:center}
.pagehead::before{content:"";position:absolute;inset:0;background:radial-gradient(640px 360px at 20% 0%,var(--purple-100),transparent 70%),radial-gradient(560px 400px at 88% 100%,var(--gold-wash),transparent 72%)}
.pagehead .wrap{position:relative}
.pagehead h1{font-size:clamp(2.3rem,4vw,3.2rem);margin-bottom:14px}
.pagehead .lead-text{font-size:1.08rem;color:var(--muted);max-width:60ch;margin:0 auto}

/* SERVICE BLOCKS */
section.block{padding:30px 0}
.sec-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:26px}
.sec-head .si{width:50px;height:50px;border-radius:14px;flex:none;display:grid;place-items:center;background:var(--purple-100);color:var(--purple-700)}
.sec-head .si svg{width:26px;height:26px}
.sec-head.coral .si{background:var(--coral-soft);color:var(--coral)}
.sec-head.gold .si{background:var(--gold-wash);color:var(--gold)}
.sec-head h2{font-family:'Fraunces',serif;font-weight:600;font-size:1.7rem;color:var(--purple-900);line-height:1.15}
.sec-head p{color:var(--muted);font-size:1rem;margin-top:3px;max-width:62ch}
.carecard{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:30px 32px;box-shadow:var(--shadow-sm)}
.checklist{columns:2;column-gap:36px;list-style:none}
.checklist.single{columns:1}
.checklist li{display:flex;align-items:flex-start;gap:10px;padding:7px 0;break-inside:avoid;font-size:.96rem;color:var(--ink);font-weight:500}
.checklist li svg{width:18px;height:18px;flex:none;margin-top:2px;color:var(--gold)}
.carecard.coral .checklist li svg{color:var(--coral)}
.carecard.purple .checklist li svg{color:var(--purple-500)}
.pill-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:14px}
.pill{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:15px 17px;transition:transform .15s,box-shadow .15s,border-color .15s}
.pill:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:var(--purple-100)}
.pill .pi{width:36px;height:36px;border-radius:10px;flex:none;display:grid;place-items:center;background:var(--purple-100);color:var(--purple-700)}
.pill .pi svg{width:19px;height:19px}
.pill span:last-child{font-weight:700;font-size:.92rem;line-height:1.25}

/* WHY */
.why{background:linear-gradient(135deg,var(--purple-700),var(--purple-900));border-radius:24px;padding:46px 44px;color:#fff;position:relative;overflow:hidden}
.why::after{content:"";position:absolute;right:-60px;bottom:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(226,183,101,.28),transparent 70%)}
.why h2{font-family:'Fraunces',serif;font-weight:600;font-size:2rem;margin-bottom:8px;position:relative}
.why .lead{color:rgba(255,255,255,.78);margin-bottom:32px;position:relative;max-width:54ch}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative}
.why-item{display:flex;gap:13px;align-items:flex-start}
.why-item .wi{width:40px;height:40px;border-radius:11px;flex:none;display:grid;place-items:center;background:rgba(255,255,255,.13);color:var(--gold-soft)}
.why-item .wi svg{width:21px;height:21px}
.why-item b{display:block;font-size:1rem;line-height:1.3;font-weight:700}
.why-item small{color:rgba(255,255,255,.68);font-size:.84rem}

/* FLEX PAGE BODY */
.flex-body .flex-h2{font-family:'Fraunces',serif;font-weight:600;font-size:1.6rem;color:var(--purple-900);margin:28px 0 10px}
.flex-body .flex-p{color:var(--ink);margin-bottom:14px}
.flex-body .flex-img{width:100%;border-radius:16px;margin:18px 0;box-shadow:var(--shadow-sm)}
.flex-body .callout{border-radius:16px;padding:22px 24px;margin:20px 0;background:var(--purple-100)}
.flex-body .callout.gold{background:var(--gold-wash)}
.flex-body .callout.coral{background:var(--coral-soft)}
.flex-body .callout b{display:block;font-weight:800;margin-bottom:4px;color:var(--purple-900)}

/* FOOTER */
footer{background:linear-gradient(90deg,var(--purple-900),var(--purple-700));color:#fff;margin-top:50px}
footer .wrap{display:flex;align-items:center;gap:30px;flex-wrap:wrap;padding-top:26px;padding-bottom:26px}
footer .finfo{display:flex;align-items:center;gap:9px;font-size:.9rem;font-weight:600;opacity:.92}
footer .finfo svg{width:17px;height:17px;opacity:.85;flex:none}
footer .spacer{flex:1}
footer .motto{font-family:'Fraunces',serif;font-style:italic;font-weight:500;font-size:1.05rem;color:var(--gold-soft)}

@media (max-width:920px){
  .topbar .wrap{flex-wrap:wrap;gap:20px}
  .brand{flex:1 1 100%}
  .hero .wrap{grid-template-columns:1fr;gap:36px}
  .photo{order:2}
  .trust .wrap{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  nav .wrap{overflow-x:auto}
}
@media (max-width:560px){
  .wrap{padding:0 18px}
  .checklist{columns:1}
  .trust .wrap{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .cta-stack{display:none}
  footer .wrap{flex-direction:column;align-items:flex-start;gap:14px}
}

/* ===================== SHOP ===================== */
.demo-flag{margin-top:14px;font-size:.85rem;color:var(--coral);font-weight:700;background:var(--coral-soft);display:inline-block;padding:6px 14px;border-radius:20px}
.shop-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;color:var(--muted);font-weight:600}
.cart-link{display:inline-flex;align-items:center;gap:8px;color:var(--purple-700);font-weight:700}
.cart-link svg{width:18px;height:18px}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}
.product-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-img{aspect-ratio:4/3;background:linear-gradient(135deg,var(--purple-100),var(--gold-wash));display:grid;place-items:center;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.img-ph{display:grid;place-items:center;color:var(--gold-soft)}
.img-ph svg{width:54px;height:54px}
.img-ph.big svg{width:96px;height:96px}
.product-body{padding:18px 18px 20px}
.product-body h3{font-family:'Fraunces',serif;font-weight:600;font-size:1.12rem;color:var(--purple-900);margin-bottom:6px}
.product-desc{font-size:.88rem;color:var(--muted);margin-bottom:12px;min-height:38px}
.product-price{font-weight:800;color:var(--gold);font-size:1.05rem}
.back-link,.keep-shopping{display:inline-block;color:var(--purple-500);font-weight:700;margin-bottom:18px}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
.detail-img{aspect-ratio:1;background:linear-gradient(135deg,var(--purple-100),var(--gold-wash));border-radius:20px;display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow-sm)}
.detail-img img{width:100%;height:100%;object-fit:cover}
.detail-info h1{font-family:'Fraunces',serif;font-weight:600;font-size:2.1rem;color:var(--purple-900);margin-bottom:10px}
.detail-price{font-weight:800;color:var(--gold);font-size:1.4rem;margin-bottom:18px}
.detail-desc{color:var(--ink);margin-bottom:24px;line-height:1.7}
.add-form{display:flex;flex-direction:column;gap:14px;max-width:340px}
.field-label{font-weight:700;font-size:.82rem;color:var(--purple-900);text-transform:uppercase;letter-spacing:.06em}
.select,.qty-input{border:1.5px solid var(--line);border-radius:11px;padding:11px 14px;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--ink);background:#fff}
.select{width:100%}
.qty-row{display:flex;align-items:center;gap:12px}
.qty-input{width:90px}.qty-input.small{width:64px;padding:8px 10px}
.flash{padding:12px 16px;border-radius:12px;margin-bottom:14px;font-weight:600}
.flash.success{background:#E3F3EC;color:#1F7A52}
.flash.error{background:var(--coral-soft);color:#B23A56}
.flash.info{background:var(--purple-100);color:var(--purple-700)}
.cart-list{display:flex;flex-direction:column;gap:2px;margin-bottom:26px}
.cart-line{display:grid;grid-template-columns:64px 1fr auto auto auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}
.cart-thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,var(--purple-100),var(--gold-wash));display:grid;place-items:center}
.cart-thumb img{width:100%;height:100%;object-fit:cover}
.cart-thumb .img-ph svg{width:28px;height:28px}
.cart-meta{display:flex;flex-direction:column;gap:2px}
.cart-meta b{color:var(--purple-900);font-size:1rem}
.cart-meta small{color:var(--muted)}
.cart-unit{font-size:.82rem;color:var(--muted)}
.cart-total{font-weight:800;color:var(--ink);white-space:nowrap}
.cart-remove button{background:none;border:none;color:var(--muted);font-size:1rem;cursor:pointer;padding:6px}
.cart-remove button:hover{color:var(--coral)}
.cart-foot{text-align:right}
.subtotal{display:flex;justify-content:space-between;font-size:1.15rem;padding:8px 0}
.subtotal b{color:var(--purple-900)}
.ship-note{color:var(--muted);font-size:.85rem;margin-bottom:16px}
.checkout-btn{display:inline-flex}
.keep-shopping{margin-left:18px}
.empty-cart{text-align:center;padding:50px 0}
.empty-cart p{color:var(--muted);margin:16px 0 22px}
@media (max-width:680px){.detail-grid{grid-template-columns:1fr;gap:24px}.cart-line{grid-template-columns:48px 1fr auto;row-gap:8px}.cart-total,.cart-remove{grid-column:3}}

/* ============================================================
   PREMIUM REFINEMENT LAYER
   Sleeker, more premium polish over the purple/gold base.
   ============================================================ */

/* --- refined design tokens: softer, deeper, more expensive-feeling --- */
:root{
  --shadow-xs:0 1px 2px rgba(63,26,99,.04), 0 2px 8px -2px rgba(63,26,99,.08);
  --shadow-sm:0 4px 14px -6px rgba(63,26,99,.18);
  --shadow:0 18px 48px -22px rgba(63,26,99,.28);
  --shadow-lg:0 40px 80px -32px rgba(63,26,99,.34);
  --ring:0 0 0 1px rgba(63,26,99,.06);
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* tighter, more deliberate body rhythm */
body{letter-spacing:-.005em;text-rendering:optimizeLegibility}

/* --- TOP BAR: lighter, airier, sticky-ready --- */
.topbar{backdrop-filter:saturate(1.1);border-bottom:1px solid rgba(235,227,241,.7)}
.topbar .wrap{padding-top:20px;padding-bottom:20px;gap:40px}
.brand .mark{width:58px;height:58px;box-shadow:var(--shadow-xs);transition:transform .4s var(--ease)}
.brand:hover .mark{transform:scale(1.04) rotate(-2deg)}
.brand-name .gp{font-size:1.4rem;letter-spacing:-.01em}
.brand-name .vc{font-size:.82rem;letter-spacing:.22em}
.brand-name .tag{font-size:.6rem;letter-spacing:.2em;opacity:.85}

/* --- BUTTONS: more premium weight + motion --- */
.btn{letter-spacing:.01em;border-radius:12px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .2s}
.btn-gold{box-shadow:0 6px 20px -8px rgba(200,138,46,.55), var(--ring)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(200,138,46,.6)}
.btn-purple{box-shadow:var(--shadow-xs)}
.btn-purple:hover{transform:translateY(-2px);border-color:var(--purple-500);box-shadow:var(--shadow-sm)}
.btn-lg{padding:16px 30px;border-radius:14px}

/* --- NAV: refined, less candy, more considered --- */
nav{box-shadow:0 10px 30px -18px rgba(63,26,99,.5)}
nav a{font-size:.86rem;letter-spacing:.01em;padding:17px 22px;transition:opacity .2s,background .3s var(--ease)}
nav a.active::after{height:2.5px;background:var(--gold-soft);box-shadow:0 0 12px rgba(226,183,101,.7)}

/* --- HERO: bigger, calmer, more premium --- */
.hero{padding:84px 0 92px}
.hero::before{background:
  radial-gradient(680px 420px at 12% 6%, rgba(239,230,246,.9), transparent 68%),
  radial-gradient(600px 460px at 94% 98%, rgba(246,236,216,.85), transparent 70%)}
.hero .wrap{gap:64px}
.photo{border-radius:28px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.8)}
.lede h1{font-size:clamp(2.7rem,4.8vw,3.9rem);letter-spacing:-.025em;line-height:1.02;margin-bottom:22px}
.lede .sub{font-size:1.12rem;line-height:1.65;max-width:44ch;margin-bottom:34px}
.eyebrow{padding:8px 16px;letter-spacing:.16em;box-shadow:var(--shadow-xs);background:linear-gradient(180deg,#fff,var(--purple-100))}

/* feature rows: cleaner dividers, hover lift */
.features{gap:0;margin-bottom:38px}
.feat{padding:14px 6px;transition:padding-left .3s var(--ease);border-bottom:1px solid rgba(235,227,241,.7)}
.feat:hover{padding-left:14px}
.feat .fic{box-shadow:var(--shadow-xs);transition:transform .3s var(--ease),background .3s}
.feat:hover .fic{transform:scale(1.08);background:var(--gold-wash);color:var(--gold)}

/* --- TRUST STRIP: card-like, elevated --- */
.trust{background:linear-gradient(180deg,#fff,var(--paper));border:none}
.trust .wrap{padding-top:44px;padding-bottom:44px;gap:24px}
.trust .item{padding:18px 20px;border-radius:18px;background:var(--card);box-shadow:var(--shadow-xs);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.trust .item:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.trust .ti{box-shadow:var(--shadow-xs)}

/* --- PAGE HEAD: more generous --- */
.pagehead{padding:76px 0 56px}
.pagehead h1{font-size:clamp(2.5rem,4.4vw,3.5rem);letter-spacing:-.025em}
.pagehead .lead-text{font-size:1.12rem;line-height:1.65}

/* --- SERVICE CARDS: deeper, more premium --- */
.carecard{border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(235,227,241,.6);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.carecard:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.sec-head h2{font-size:1.85rem;letter-spacing:-.02em}
.sec-head .si{border-radius:16px;box-shadow:var(--shadow-xs)}
.checklist li{padding:8px 0}
.checklist li svg{transition:transform .2s var(--ease)}
.checklist li:hover svg{transform:scale(1.25)}

/* --- SPECIALTY PILLS: glassier --- */
.pill{border-radius:16px;box-shadow:var(--shadow-xs);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s}
.pill:hover{transform:translateY(-4px) scale(1.01);box-shadow:var(--shadow);border-color:var(--gold-soft)}
.pill .pi{box-shadow:var(--shadow-xs);transition:background .3s,color .3s}
.pill:hover .pi{background:var(--gold-wash);color:var(--gold)}

/* --- WHY: richer gradient + depth --- */
.why{border-radius:28px;padding:56px 52px;box-shadow:var(--shadow-lg);background:
  linear-gradient(135deg,#7B36A8 0%,var(--purple-900) 70%)}
.why::after{width:320px;height:320px;right:-80px;bottom:-80px;background:radial-gradient(circle,rgba(226,183,101,.32),transparent 68%)}
.why h2{font-size:2.2rem;letter-spacing:-.02em}
.why-item{transition:transform .3s var(--ease)}
.why-item:hover{transform:translateX(4px)}
.why-item .wi{box-shadow:0 8px 20px -8px rgba(0,0,0,.3);transition:transform .3s var(--ease)}
.why-item:hover .wi{transform:scale(1.08)}

/* --- FOOTER: deeper, more finished --- */
footer{box-shadow:0 -10px 40px -24px rgba(63,26,99,.4)}
footer .wrap{padding-top:30px;padding-bottom:30px}
footer .motto{font-size:1.1rem}

/* --- subtle page-load fade for hero content --- */
@keyframes riseIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.lede>*{animation:riseIn .7s var(--ease) both}
.lede .eyebrow{animation-delay:.05s}
.lede h1{animation-delay:.12s}
.lede .sub{animation-delay:.2s}
.lede .features{animation-delay:.28s}
.lede .hero-cta{animation-delay:.36s}
.photo{animation:riseIn .8s var(--ease) both;animation-delay:.15s}

/* respect reduced motion */
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
}

/* sharper focus states for accessibility */
a:focus-visible,.btn:focus-visible,button:focus-visible{
  outline:2px solid var(--purple-500);outline-offset:3px;border-radius:10px;
}

/* ============================================================
   HEADER REWORK + HERO SWAP (clean single-row header)
   ============================================================ */

/* one clean row: logo (left) | phones centered | buttons (right) */
.topbar .wrap{display:flex;align-items:center;gap:28px;flex-wrap:nowrap}
.brand{flex:0 0 auto}
.brand .mark{width:54px;height:54px;border:2px solid var(--gold-soft);background:#fff}
.brand .mark img{width:100%;height:100%;object-fit:contain;padding:3px}
.brand-name .gp{font-size:1.3rem}
.brand-name .vc{font-size:.78rem}

/* phones: centered between logo and buttons (auto margins both sides) */
.contacts{flex-direction:row;align-items:center;gap:26px;margin-left:auto;margin-right:auto}
.contacts a{font-size:.9rem;gap:7px}
.contacts a svg{width:16px;height:16px}
.contacts a span{white-space:nowrap}

/* buttons: hard right */
.cta-row{display:flex;flex-direction:row;gap:12px;flex:0 0 auto;margin-left:0}
.cta-row .btn{padding:12px 20px}

/* --- nav icons on every item, consistent --- */
nav a svg{width:15px;height:15px;opacity:.8}

/* tighten header on smaller screens */
@media (max-width:1100px){
  .topbar .wrap{flex-wrap:wrap;gap:18px}
  .contacts{margin-left:0;order:3;flex:1 1 100%;justify-content:flex-start}
  .cta-row{order:2;margin-left:auto}
}
@media (max-width:560px){
  .contacts{flex-direction:column;align-items:flex-start;gap:8px}
  .cta-row{flex-wrap:wrap}
}

/* ============================================================
   HERO: photo BIG on LEFT, text on RIGHT
   ============================================================ */
.hero .wrap{grid-template-columns:1.15fr .85fr;gap:56px}
/* photo column stays first (left) — already is */
.photo{aspect-ratio:4/3.2}
.photo .hero-photo{width:100%;height:100%;object-fit:cover;display:block}

/* lede now sits on the right; pull text tighter, less cluttered */
.lede{padding-left:4px}
.lede h1{font-size:clamp(2.4rem,4vw,3.4rem)}

@media (max-width:920px){
  .hero .wrap{grid-template-columns:1fr}
  .photo{order:-1}
}

/* ============================================================
   MODERN PASS: bold sans display, side-by-side CTAs,
   floating paws/dots, declutter
   ============================================================ */

/* --- swap all display type from serif Fraunces to bold Poppins --- */
.brand-name .gp,.brand-name .vc,
.lede h1,.pagehead h1,
.sec-head h2,.why h2,.flex-body .flex-h2,
footer .motto,.closing h2,.closing .motto,
.photo .sign span,.product-body h3,.detail-info h1{
  font-family:'Poppins',system-ui,sans-serif !important;
  font-style:normal !important;
}

/* bold modern headline treatment */
.lede h1,.pagehead h1{
  font-weight:800;letter-spacing:-.03em;line-height:1.05;
}
/* the accent word: now bold + gold (not italic serif) */
.lede h1 .accent,.pagehead h1 .accent{
  font-style:normal;font-weight:800;color:var(--gold);
}
.brand-name .gp{font-weight:800;letter-spacing:-.02em}
.sec-head h2,.why h2{font-weight:700;letter-spacing:-.02em}

/* --- hero CTAs: ALWAYS side by side --- */
.hero-cta{display:flex;flex-direction:row;flex-wrap:nowrap;gap:14px;align-items:center}
.hero-cta .btn{flex:0 1 auto;white-space:nowrap}
@media (max-width:520px){
  .hero-cta{flex-wrap:wrap}
  .hero-cta .btn{flex:1 1 100%}
}

/* --- declutter: more white space, calmer hero --- */
.hero{padding:72px 0 80px}
.hero::before{opacity:.7}
.lede .sub{color:var(--muted);max-width:46ch}
.eyebrow{background:#fff;border:1px solid var(--purple-100);color:var(--purple-700);box-shadow:var(--shadow-xs)}
/* lighten feature divider lines so it feels airier */
.feat{border-bottom-color:rgba(235,227,241,.55)}

/* ============================================================
   FLOATING DECORATIVE ELEMENTS (paws + dots), Pet Life style
   ============================================================ */
.hero{position:relative}
.deco{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.deco span{position:absolute;display:block}
/* dots */
.deco .dot{border-radius:50%}
.deco .dot.purple{background:var(--purple-100)}
.deco .dot.gold{background:var(--gold-wash)}
.deco .dot.coral{background:var(--coral-soft)}
/* paw print svg tint */
.deco .paw{opacity:.5}
.deco .paw svg{width:100%;height:100%;display:block}

/* positions + sizes (scattered, asymmetric) */
.deco .d1{width:14px;height:14px;top:12%;left:6%}
.deco .d2{width:9px;height:9px;top:26%;left:20%}
.deco .d3{width:20px;height:20px;top:70%;left:4%}
.deco .d4{width:11px;height:11px;bottom:14%;left:24%}
.deco .d5{width:16px;height:16px;top:18%;right:8%}
.deco .d6{width:10px;height:10px;top:54%;right:5%}
.deco .d7{width:13px;height:13px;bottom:18%;right:14%}
.deco .p1{width:46px;height:46px;top:8%;left:32%;color:var(--purple-100)}
.deco .p2{width:34px;height:34px;bottom:10%;left:48%;color:var(--gold-soft);transform:rotate(28deg)}
.deco .p3{width:40px;height:40px;top:60%;right:30%;color:var(--coral-soft);transform:rotate(-18deg)}

/* gentle float animation */
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes floatY2{0%,100%{transform:translateY(0) rotate(28deg)}50%{transform:translateY(-10px) rotate(28deg)}}
.deco .dot{animation:floatY 6s ease-in-out infinite}
.deco .d2{animation-delay:.8s}.deco .d3{animation-delay:1.6s}
.deco .d4{animation-delay:.4s}.deco .d5{animation-delay:1.2s}
.deco .d6{animation-delay:2s}.deco .d7{animation-delay:.6s}
.deco .p1{animation:floatY 7s ease-in-out infinite}
.deco .p2{animation:floatY2 8s ease-in-out infinite}
.deco .p3{animation:floatY 6.5s ease-in-out infinite 1s}

/* keep hero content above decoration */
.hero .wrap{position:relative;z-index:1}

@media (prefers-reduced-motion:reduce){
  .deco span{animation:none !important}
}
@media (max-width:680px){
  .deco .p1,.deco .p2,.deco .p3{display:none}
}