
:root{
  --cream:#fbf7f2; --paper:#fffdf9; --warm:#f2e5d5; --soft:#ead9c5; --brown:#5a3b29; --brown-2:#3d281d; --ink:#2d2622; --muted:#725d50; --line:#e8d8c7; --gold:#b98a52; --shadow:0 24px 70px rgba(61,40,29,.10); --radius:26px; --radius-sm:18px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-size:16px;line-height:1.58;overflow-x:hidden} img{max-width:100%;display:block;height:auto} a{color:inherit;text-decoration:none} .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:absolute;left:1rem;top:-5rem;background:var(--brown);color:#fff;padding:.7rem 1rem;z-index:100}.skip-link:focus{top:1rem}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.section-pad{padding:72px 0}.section-light{background:#fffaf5}.section-tint{background:linear-gradient(180deg,#fff8ef 0%,#fbf7f2 100%)}.compact-cta{padding-top:30px}.announcement{height:32px;background:linear-gradient(90deg,#ecd4b8,#f7eadc);display:flex;align-items:center;justify-content:center;gap:18px;font-size:.92rem;color:#6b4b36;letter-spacing:.01em;white-space:nowrap;overflow:hidden}.announcement .star{color:var(--gold)}.site-header{position:sticky;top:0;z-index:60;background:rgba(251,247,242,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{width:min(1280px,calc(100% - 36px));margin:auto;height:88px;display:flex;align-items:center;gap:26px}.brand{display:flex;flex-direction:column;justify-content:center;min-width:250px}.brand img{width:260px;height:auto}.brand-sub{font-size:.72rem;letter-spacing:.32em;color:#8b6a54;margin-left:4px;margin-top:2px}.site-nav{margin-left:auto;display:flex;align-items:center;gap:22px}.nav-link{font-size:.92rem;color:#3b2d27;position:relative;white-space:nowrap}.nav-link.active:after,.nav-link:hover:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--brown)}.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;width:42px;height:42px;padding:8px;cursor:pointer}.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:6px 0;border-radius:999px}.hero{padding-top:54px}.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:34px}.hero-copy{padding:36px 0 36px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:#a36b35;margin:0 0 12px}.hero h1{font-family:Georgia, 'Times New Roman', serif;font-weight:500;font-size:clamp(3.8rem,7vw,6.4rem);line-height:.93;letter-spacing:-.055em;margin:0 0 24px}.hero h1 em{font-style:italic;color:#7a4e2f}.lede{font-size:1.08rem;max-width:580px;color:#5f4d43;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:10px;font-weight:800;border:1px solid var(--brown);transition:.2s ease}.btn-primary{background:var(--brown);color:#fff}.btn-primary:hover{background:var(--brown-2);transform:translateY(-1px)}.btn-secondary{background:rgba(255,255,255,.72);color:var(--brown)}.btn-secondary:hover{background:#fff}.trust-row{list-style:none;display:flex;flex-wrap:wrap;gap:14px 22px;padding:0;margin:26px 0 0;color:#6b5a50;font-size:.92rem}.trust-row li:before{content:"✧";color:var(--gold);margin-right:7px}.hero-media{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:var(--warm)}.hero-media img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center}.flow-card{margin-top:-16px;background:rgba(255,253,249,.9);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);gap:0;overflow:hidden}.flow-card div{padding:24px;border-right:1px solid var(--line)}.flow-card div:last-child{border-right:0}.flow-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--warm);color:var(--brown);font-weight:900;margin-bottom:8px}.flow-card strong{display:block;font-size:1rem}.flow-card p{margin:.25rem 0 0;color:var(--muted);font-size:.92rem}.split-feature{display:grid;grid-template-columns:.95fr 1fr;align-items:center;gap:42px}.feature-img img{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--line);aspect-ratio:3/2;object-fit:cover}.feature-copy h2,.section-head h2,.product-copy h2,.newsletter-cta h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.035em;line-height:1.05;font-size:clamp(2rem,4vw,4rem);margin:0 0 14px}.feature-copy p,.section-head p,.product-copy p,.newsletter-cta p{color:var(--muted);font-size:1.02rem}.text-link{font-weight:800;color:var(--brown)}.section-head{text-align:center;max-width:760px;margin-inline:auto;margin-bottom:32px}.section-head.align-left{text-align:left;margin-left:auto;margin-right:auto;max-width:var(--max)}.section-head.with-link{display:flex;align-items:end;justify-content:space-between;gap:20px}.card-grid{display:grid;gap:22px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.image-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 14px 40px rgba(61,40,29,.07);transition:.2s ease}.image-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.image-card img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}.image-card div{padding:22px}.image-card h3{font-family:Georgia,'Times New Roman',serif;font-size:1.42rem;line-height:1.08;font-weight:500;margin:0 0 8px}.image-card p{margin:0 0 14px;color:var(--muted);font-size:.96rem}.image-card span{font-weight:800;color:var(--brown)}.small-cards .image-card h3{font-size:1.2rem}.guide-cards .image-card h3{font-size:1.24rem}.product-bridge{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff4e7;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.product-copy{padding:54px}.product-bridge img{width:100%;height:100%;min-height:520px;object-fit:cover}.note{border:1px dashed #caa47a;border-radius:14px;padding:16px 18px;background:rgba(255,255,255,.38);margin-top:22px!important}.newsletter-cta{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.newsletter-cta>img{height:100%;min-height:380px;width:100%;object-fit:cover}.newsletter-cta>div{padding:42px}.inline-form{display:flex;gap:10px;margin-top:20px}.inline-form input,.footer-newsletter input{width:100%;min-height:52px;border:1px solid #d9c2aa;border-radius:10px;background:#fff;padding:0 16px;font:inherit}.inline-form button,.footer-newsletter button{min-height:52px;border:0;border-radius:10px;background:var(--brown);color:#fff;font-weight:800;padding:0 22px;cursor:pointer}.privacy-note{font-size:.85rem!important}.site-footer{border-top:1px solid var(--line);background:#fffaf5;padding:54px 0 26px}.footer-grid{width:min(1280px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr 1.35fr;gap:42px}.footer-grid h3{font-size:1rem;margin:0 0 16px}.footer-grid a{display:block;color:#5d4739;margin:8px 0}.footer-brand img{width:230px}.footer-sub{letter-spacing:.32em;font-size:.75rem;color:#8b6a54}.footer-brand p{color:var(--muted)}.socials{display:flex;gap:10px}.socials a{width:34px;height:34px;border:1px solid #d9c2aa;border-radius:50%;display:grid;place-items:center;margin:0;color:#9a6d3f}.footer-newsletter form{display:grid;gap:10px}.footer-bottom{width:min(1280px,calc(100% - 40px));margin:36px auto 0;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#745c4f}.footer-bottom a{display:inline;color:#5d4739}.placeholder{min-height:50vh;display:grid;place-items:center;text-align:center}.placeholder-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:54px;width:min(720px,calc(100% - 40px))}.placeholder-card h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,6vw,4rem);line-height:1;margin:0 0 16px}.placeholder-card p{color:var(--muted)}
@media (max-width:1100px){.site-nav{gap:14px}.nav-link{font-size:.85rem}.brand{min-width:210px}.brand img{width:220px}.card-grid.four{grid-template-columns:repeat(2,1fr)}.flow-card{grid-template-columns:repeat(2,1fr)}.flow-card div:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-newsletter{grid-column:span 2}}
@media (max-width:760px){body{font-size:15px}.container{width:min(100% - 28px,var(--max))}.announcement{height:30px;justify-content:flex-start;padding-left:14px;font-size:.78rem}.announcement span:last-child{display:none}.header-inner{height:76px;width:calc(100% - 24px);gap:10px}.brand{min-width:0}.brand img{width:198px}.brand-sub{font-size:.58rem;letter-spacing:.28em}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:12px;right:12px;top:106px;background:#fffaf5;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;z-index:80}.site-nav.open{display:grid}.site-nav a{padding:13px 14px;border-radius:12px;font-size:1rem}.nav-link.active:after,.nav-link:hover:after{display:none}.nav-link.active{background:var(--warm);font-weight:800}.section-pad{padding:44px 0}.hero{padding-top:20px}.hero-grid{grid-template-columns:1fr;gap:18px}.hero-copy{padding:10px 0 0}.hero h1{font-size:clamp(2.55rem,12vw,3.45rem);line-height:.96;letter-spacing:-.05em;margin-bottom:16px}.lede{font-size:.98rem;margin-bottom:20px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.btn{width:100%;min-height:50px}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:.86rem}.hero-media img{aspect-ratio:4/5;object-position:center}.flow-card{grid-template-columns:1fr;margin-top:20px}.flow-card div{border-right:0;border-bottom:1px solid var(--line);padding:18px}.flow-card div:last-child{border-bottom:0}.split-feature,.product-bridge,.newsletter-cta{grid-template-columns:1fr}.section-head{text-align:left}.section-head.with-link{display:block}.card-grid.four{grid-template-columns:1fr}.image-card div{padding:18px}.image-card h3{font-size:1.25rem}.product-copy,.newsletter-cta>div{padding:28px 20px}.product-bridge img,.newsletter-cta>img{min-height:auto;aspect-ratio:4/3}.inline-form{display:grid}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-newsletter{grid-column:auto}.footer-bottom{display:block}.footer-brand img{width:220px}}

/* v02 fold refinement: desktop authority + cleaner mobile first screen */
@media (min-width: 761px){
  .announcement{height:30px;font-size:.86rem;}
  .header-inner{height:78px;}
  .brand{min-width:255px;}
  .brand img{width:248px;}
  .brand-sub{font-size:.68rem;margin-top:0;}
  .site-nav{gap:19px;}
  .nav-link{font-size:.88rem;}
  .hero.section-pad{padding:46px 0 54px;}
  .hero{padding-top:0;}
  .hero-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:48px;align-items:center;}
  .hero-copy{padding:18px 0 18px;}
  .hero h1{font-size:clamp(3.6rem,5.15vw,5.45rem);line-height:.94;letter-spacing:-.052em;margin-bottom:20px;}
  .lede{font-size:1.02rem;max-width:530px;margin-bottom:24px;}
  .hero-media img{aspect-ratio:16/10;object-position:center right;}
  .trust-row{margin-top:22px;}
  .flow-card{margin-top:0;}
}

@media (max-width: 760px){
  .header-inner{height:72px;}
  .brand img{width:210px;}
  .brand-sub{font-size:.56rem;}
  .hero.section-pad{padding:22px 0 34px;}
  .hero{padding-top:0;}
  .hero h1{font-size:clamp(2.35rem,10.6vw,3.15rem);line-height:.98;letter-spacing:-.045em;}
  .lede{font-size:.94rem;line-height:1.48;}
  .hero-media{border-radius:18px;}
  .hero-media img{aspect-ratio:1/1.08;object-position:center;}
  .menu-toggle{width:40px;height:40px;}
  .site-nav{top:96px;max-height:calc(100vh - 116px);overflow:auto;}
}

/* v03 hero balance refinement — desktop/tablet/mobile authority */
:root{--hero-max:1180px;}

@media (min-width: 1181px){
  .header-inner{height:74px;}
  .brand{min-width:250px;}
  .brand img{width:250px;height:auto;display:block;}
  .site-nav{gap:18px;}
  .nav-link{font-size:.88rem;}

  .hero.section-pad{padding:34px 0 50px;}
  .hero-grid{
    width:min(var(--hero-max),calc(100% - 96px));
    grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);
    gap:44px;
    align-items:center;
  }
  .hero-copy{max-width:610px;padding:0;}
  .hero h1{
    font-size:clamp(3.35rem,4.55vw,4.95rem);
    line-height:.98;
    letter-spacing:-.048em;
    margin-bottom:18px;
  }
  .hero .lede{max-width:560px;font-size:1rem;line-height:1.55;margin-bottom:23px;}
  .hero-actions{gap:12px;}
  .btn{min-height:50px;padding:0 25px;border-radius:10px;}
  .trust-row{margin-top:20px;gap:10px 20px;}
  .hero-media{align-self:center;justify-self:stretch;border-radius:24px;}
  .hero-media img{aspect-ratio:16/9;max-height:455px;object-fit:cover;object-position:center right;}
  .flow-card{margin-top:0;}
}

@media (min-width: 761px) and (max-width: 1180px){
  .header-inner{height:74px;width:calc(100% - 44px);}
  .brand img{width:230px;}
  .site-nav{gap:13px;}
  .nav-link{font-size:.82rem;}
  .hero.section-pad{padding:30px 0 44px;}
  .hero-grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:30px;align-items:center;}
  .hero h1{font-size:clamp(3rem,5.2vw,4.2rem);line-height:.99;margin-bottom:16px;}
  .hero .lede{font-size:.98rem;line-height:1.5;margin-bottom:20px;}
  .hero-media img{aspect-ratio:16/10;max-height:420px;object-position:center;}
}

@media (max-width: 760px){
  .announcement{height:auto;min-height:28px;padding:7px 14px;line-height:1.25;}
  .header-inner{height:68px;width:calc(100% - 22px);}
  .brand img{width:190px;}
  .brand-sub{font-size:.52rem;letter-spacing:.24em;}
  .hero.section-pad{padding:18px 0 30px;}
  .hero-grid{gap:16px;}
  .hero-copy{padding:0;}
  .hero h1{font-size:clamp(2.1rem,9.8vw,2.95rem);line-height:1;letter-spacing:-.042em;margin-bottom:14px;}
  .hero .lede{font-size:.93rem;line-height:1.45;margin-bottom:18px;}
  .hero-actions{gap:9px;}
  .btn{min-height:48px;border-radius:10px;font-size:.95rem;}
  .trust-row{grid-template-columns:1fr 1fr;margin-top:16px;gap:7px 10px;font-size:.82rem;}
  .hero-media{border-radius:18px;}
  .hero-media img{aspect-ratio:4/3.65;object-position:center;}
  .site-nav{left:12px;right:12px;top:98px;max-height:calc(100svh - 112px);overflow:auto;}
}

@media (max-width: 420px){
  .brand img{width:178px;}
  .hero h1{font-size:clamp(2rem,9.2vw,2.65rem);}
  .hero .lede{font-size:.9rem;}
  .trust-row{grid-template-columns:1fr;}
}
