:root{
  --plum:#3d1539;
  --plum-2:#5d2f56;
  --gold:#c69b55;
  --cream:#f7f1ea;
  --cream-2:#efe5db;
  --ink:#231d22;
  --muted:#6d656a;
  --white:#fff;
  --line:rgba(61,21,57,.14);
  --radius:20px;
  --shadow:0 22px 60px rgba(38,20,33,.10);
  --max:1240px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input,select{font:inherit}
.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(61,21,57,.08)}
.header-inner{height:82px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;flex-direction:column;line-height:1;color:var(--plum);min-width:max-content}.brand-name{font-family:Georgia,"Times New Roman",serif;font-size:29px;letter-spacing:.18em}.brand-sub{font-size:8px;letter-spacing:.42em;margin-top:7px;margin-left:2px}.desktop-nav{margin-left:auto;display:flex;gap:28px;font-size:14px}.desktop-nav a{color:#51464e}.desktop-nav a:hover{color:var(--plum)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border:1px solid var(--plum);border-radius:999px;background:var(--plum);color:#fff;font-weight:700;font-size:13px;letter-spacing:.02em;cursor:pointer;transition:.2s ease;text-align:center}.btn:hover{transform:translateY(-1px);background:#502049}.btn-small{min-height:43px;padding-inline:19px;font-size:12px}
.hero{background:linear-gradient(90deg,#fbf8f4 0 47%,#eee5df 47%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:44% 56%;min-height:730px;align-items:stretch}.hero-copy{padding:118px 68px 100px 0;align-self:center}.eyebrow{color:var(--plum);font-size:11px;letter-spacing:.18em;font-weight:800;margin-bottom:20px}.hero h1,.section h2,.history-section h2,.final-cta h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em;color:var(--plum);line-height:.98}.hero h1{font-size:clamp(56px,5vw,78px);margin:0 0 28px}.hero-lead{max-width:570px;font-size:19px;color:#4f474c;margin:0 0 34px}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.text-link{font-size:14px;font-weight:700;color:var(--plum);border-bottom:1px solid rgba(61,21,57,.4);padding-bottom:3px}.hero-proof{margin-top:42px;color:#6d6268;font-size:12px;display:flex;align-items:center;gap:11px;flex-wrap:wrap}.hero-proof i{width:3px;height:3px;border-radius:50%;background:var(--gold)}.hero-media{margin:0;position:relative;min-height:730px;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 44%;position:absolute;inset:0}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,241,234,.18),transparent 22%)}.hero-media figcaption{position:absolute;right:25px;bottom:22px;color:#fff;font-size:11px;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.4)}
.trust-strip{background:var(--plum);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:31px 0}.trust-grid>div{padding:0 28px;border-right:1px solid rgba(255,255,255,.17)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border:0}.trust-grid strong{display:block;font-family:Georgia,serif;font-size:19px;font-weight:400;margin-bottom:5px}.trust-grid span{font-size:12px;color:rgba(255,255,255,.68)}
.section{padding:118px 0}.split{display:grid;grid-template-columns:1.04fr .96fr;gap:85px;align-items:center}.editorial-card{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}.editorial-card img{width:100%;height:100%;object-fit:cover}.section-copy h2,.section-heading h2{font-size:clamp(43px,4vw,61px);margin:0 0 24px}.section-copy h3{font-family:Georgia,serif;font-weight:400;font-size:25px;color:var(--plum);margin:0 0 15px}.section-copy>p,.section-heading>p{font-size:17px;color:var(--muted);max-width:710px}.benefit-pair{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:42px;padding-top:30px;border-top:1px solid var(--line)}.benefit-pair strong{font-size:12px;letter-spacing:.12em;color:var(--plum);text-transform:uppercase}.benefit-pair p{font-size:14px;color:var(--muted)}
.collection-section{background:var(--cream)}.section-heading{max-width:790px;margin-bottom:56px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading.centered p{margin-inline:auto}.editorial-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:18px;height:750px}.editorial-grid figure{margin:0;border-radius:18px;overflow:hidden}.editorial-grid .editorial-main{grid-row:1/3}.editorial-grid img{width:100%;height:100%;object-fit:cover}.editorial-grid .editorial-main img{object-position:50% 42%}
.products-section{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 26px}.product-card{overflow:hidden}.product-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px;background:#eee}.product-copy{padding:20px 4px 0}.product-copy span{display:block;font-size:10px;letter-spacing:.14em;font-weight:800;color:var(--plum)}.product-copy small{display:block;margin:5px 0 12px;color:var(--gold);font-weight:800}.product-copy h3{font-family:Georgia,serif;font-size:23px;font-weight:400;color:var(--plum);line-height:1.15;margin:0 0 10px}.product-copy p{font-size:14px;color:var(--muted);margin:0}.section-cta{text-align:center;margin-top:72px}.section-cta h3{font-family:Georgia,serif;font-weight:400;color:var(--plum);font-size:27px;margin:0 0 20px}
.intimis-section{background:#eee4dc}.intimis-section .product-card img{background:#d7c4b7}.catalog-section{background:#fbfaf8}.catalog-grid{display:grid;grid-template-columns:46% 54%;gap:100px;align-items:center}.catalog-visual{position:relative;padding:35px 80px}.catalog-visual img{position:relative;z-index:2;width:100%;box-shadow:0 26px 70px rgba(40,23,34,.20);border-radius:3px;transform:rotate(-2deg)}.catalog-shadow{position:absolute;inset:13% 17% 7% 24%;background:var(--plum);opacity:.18;transform:rotate(5deg);border-radius:3px}.catalog-note{display:block;margin-top:15px;color:var(--muted)}
.conditions-section{background:#fff}.conditions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{border:1px solid var(--line);border-radius:16px;padding:29px;min-height:205px}.info-card span{font-family:Georgia,serif;color:var(--gold);font-size:18px}.info-card h3{font-family:Georgia,serif;color:var(--plum);font-weight:400;font-size:22px;margin:23px 0 9px}.info-card p{font-size:14px;color:var(--muted);margin:0}.info-card.important{background:var(--cream)}.shipping-note{text-align:center;margin:35px 0 0;color:var(--plum);font-weight:700;font-size:14px}
.steps-section{background:var(--cream)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.steps article{border-top:1px solid rgba(61,21,57,.25);padding-top:25px}.steps strong{font-family:Georgia,serif;color:var(--gold);font-size:34px;font-weight:400}.steps h3{font-family:Georgia,serif;color:var(--plum);font-size:27px;font-weight:400;margin:12px 0}.steps p{color:var(--muted);font-size:14px}
.history-section{background:var(--plum);color:#fff;padding:105px 0}.history-inner{display:grid;grid-template-columns:42% 58%;align-items:center}.history-year{font-family:Georgia,serif;font-size:clamp(110px,14vw,210px);letter-spacing:-.08em;color:rgba(255,255,255,.10);line-height:.8}.history-section h2{color:#fff;font-size:57px;margin:0 0 22px}.history-section p{max-width:650px;color:rgba(255,255,255,.72);font-size:17px}.history-section blockquote{font-family:Georgia,serif;font-size:25px;margin:30px 0 0;color:#e9cf9f}.eyebrow.light{color:#e8c98f}
.faq-wrap{max-width:940px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:24px 40px 24px 0;font-family:Georgia,serif;color:var(--plum);font-size:21px;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:4px;top:20px;font-size:27px;color:var(--gold);font-family:Arial}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0;padding:0 50px 25px 0;color:var(--muted);font-size:15px}
.final-cta{background:linear-gradient(120deg,#3d1539,#5c2c53);padding:82px 0;color:#fff}.final-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.final-cta h2{color:#fff;font-size:52px;margin:0 0 12px}.final-cta p{margin:0;color:rgba(255,255,255,.72)}.btn-light{background:#fff;color:var(--plum);border-color:#fff;min-width:290px}.btn-light:hover{background:var(--cream)}
.form-section{background:#faf8f5}.form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.lead-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:20px;box-shadow:0 18px 50px rgba(33,17,29,.06)}.lead-form label{font-size:12px;font-weight:800;color:#554750}.lead-form input,.lead-form select{width:100%;height:50px;margin-top:7px;border:1px solid #d9d0d5;border-radius:10px;padding:0 14px;color:var(--ink);background:#fff;outline:none}.lead-form input:focus,.lead-form select:focus{border-color:var(--plum);box-shadow:0 0 0 3px rgba(61,21,57,.08)}.lead-form .consent{grid-column:1/-1;display:flex;gap:11px;align-items:flex-start;font-weight:400;line-height:1.4;color:var(--muted)}.lead-form .consent input{width:17px;height:17px;margin:2px 0 0;flex:none}.lead-form button{grid-column:1/-1}.form-note{grid-column:1/-1;font-size:11px;color:#8a8085;margin:0;text-align:center}
.footer{background:#1d151b;color:#fff;padding:46px 0}.footer-inner{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:50px;align-items:center}.footer-brand{color:#fff}.footer p{margin:6px 0 0;color:rgba(255,255,255,.55);font-size:12px}.footer-links{display:flex;flex-direction:column;gap:8px;text-align:right;font-size:12px;color:rgba(255,255,255,.75)}
.mobile-sticky{display:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .container{width:min(100% - 40px,var(--max))}.desktop-nav{display:none}.header-inner{height:70px}.header-inner .btn-small{padding-inline:15px}.brand-name{font-size:24px}
  .hero{background:#fbf8f4}.hero-grid{display:flex;flex-direction:column;min-height:0}.hero-media{order:-1;min-height:0;aspect-ratio:4/5;margin-inline:-20px}.hero-copy{padding:54px 0 65px}.hero h1{font-size:52px}.hero-lead{font-size:17px}
  .trust-grid{grid-template-columns:1fr 1fr;gap:0}.trust-grid>div{padding:22px 20px;border-bottom:1px solid rgba(255,255,255,.14)}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(3){padding-left:0;border-bottom:0}.trust-grid>div:nth-child(4){border:0}
  .section{padding:80px 0}.split,.catalog-grid,.form-grid{grid-template-columns:1fr;gap:48px}.benefit-pair{grid-template-columns:1fr}.section-copy h2,.section-heading h2{font-size:43px}
  .editorial-grid{height:620px}.product-grid{grid-template-columns:1fr 1fr}.catalog-visual{padding:20px 80px;max-width:650px;margin:auto}.conditions-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:30px}.history-inner{grid-template-columns:1fr}.history-year{margin-bottom:48px}.final-inner{flex-direction:column;align-items:flex-start}.footer-inner{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1;text-align:left}
}
@media(max-width:620px){
  body{padding-bottom:72px}.container{width:calc(100% - 36px)}.header-inner{justify-content:space-between;gap:14px}.header-inner .btn-small{font-size:0;min-width:46px;width:46px;padding:0}.header-inner .btn-small:after{content:"WA";font-size:11px}.brand-name{font-size:22px}
  .hero-media{margin-inline:-18px;aspect-ratio:4/5}.hero-media img{object-position:50% 45%}.hero-copy{padding-top:46px}.eyebrow{font-size:10px;margin-bottom:15px}.hero h1{font-size:46px;line-height:1.02;margin-bottom:21px}.hero-lead{font-size:16px}.hero .btn{width:100%;padding-inline:18px}.hero-proof{font-size:11px;gap:8px;margin-top:32px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid strong{font-size:16px}.trust-grid span{font-size:10px}
  .section{padding:70px 0}.section-copy h2,.section-heading h2{font-size:38px}.section-heading{margin-bottom:38px}.editorial-card{aspect-ratio:4/5}.editorial-grid{grid-template-columns:1fr 1fr;height:auto;gap:10px}.editorial-grid .editorial-main{grid-column:1/-1;grid-row:auto;aspect-ratio:4/5}.editorial-grid figure:not(.editorial-main){aspect-ratio:1/1.15}
  .product-grid{grid-template-columns:1fr;gap:46px}.product-card img{aspect-ratio:4/4.6}.section-cta{margin-top:50px}.section-cta .btn{width:100%}.catalog-visual{padding:14px 45px}.catalog-grid .btn{width:100%}.conditions-grid{grid-template-columns:1fr}.info-card{min-height:0}.steps-section .btn{width:100%}.history-section{padding:78px 0}.history-year{font-size:118px}.history-section h2{font-size:43px}.history-section blockquote{font-size:21px}.faq-list summary{font-size:18px;padding-block:20px}.final-cta{padding:65px 0}.final-cta h2{font-size:43px}.btn-light{width:100%;min-width:0}
  .lead-form{grid-template-columns:1fr;padding:24px 18px}.lead-form .consent,.lead-form button,.form-note{grid-column:auto}.footer-inner{grid-template-columns:1fr;gap:28px}.footer-links{grid-column:auto}
  .mobile-sticky{display:flex;position:fixed;z-index:60;left:14px;right:14px;bottom:10px;height:52px;border-radius:999px;background:#1f8f5f;color:#fff;align-items:center;justify-content:center;font-size:13px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22);transform:translateY(90px);transition:.25s}.mobile-sticky.show{transform:translateY(0)}.mobile-sticky span{margin-right:8px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}


/* ===== V2 refinements ===== */
.chat-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.header-wa{gap:8px}
.info-card.important{
  grid-column:1/-1;
  min-height:0;
  display:grid;
  grid-template-columns:48px 230px 1fr;
  align-items:center;
  gap:22px;
  padding:23px 30px;
}
.info-card.important h3{margin:0}
.info-card.important p{margin:0}
section[id]{scroll-margin-top:96px}

@media(max-width:620px){
  .site-header{
    position:relative;
    top:auto;
    backdrop-filter:none;
    background:#fff;
  }
  .header-inner{height:64px}
  .brand-name{font-size:20px}
  .brand-sub{font-size:6.5px;margin-top:6px}
  .header-wa{
    min-width:44px!important;
    width:44px!important;
    height:44px;
    min-height:44px!important;
    padding:0!important;
    border-radius:50%;
  }
  .header-wa span{display:none}
  .header-wa .chat-icon{width:20px;height:20px}
  .section{padding:62px 0}
  .hero-media{aspect-ratio:4/5}
  .hero-media img{object-position:52% 43%}
  .hero-copy{padding:40px 0 55px}
  .hero h1{font-size:43px}
  .hero-lead{font-size:16px;line-height:1.55}
  .hero-proof{margin-top:28px}
  .trust-grid>div{padding-top:18px;padding-bottom:18px}
  .trust-grid strong{font-size:15px}
  .trust-grid span{font-size:9.5px;line-height:1.45}
  .section-copy h2,.section-heading h2{font-size:34px;line-height:1.03}
  .section-copy h3{font-size:23px}
  .section-copy>p,.section-heading>p{font-size:16px;line-height:1.55}
  .benefit-pair{margin-top:30px;padding-top:24px}
  .editorial-grid{gap:9px}
  .product-grid{gap:38px}
  .product-card img{aspect-ratio:4/5}
  .product-copy{padding-top:16px}
  .product-copy h3{font-size:22px}
  .section-cta{margin-top:42px}
  .section-cta h3{font-size:24px;line-height:1.18}
  .catalog-visual{padding:8px 38px}
  .conditions-grid{gap:14px}
  .info-card{padding:23px;min-height:0}
  .info-card h3{font-size:20px;margin-top:18px}
  .info-card.important{
    grid-column:auto;
    display:block;
    padding:23px;
  }
  .info-card.important h3{margin:18px 0 9px}
  .shipping-note{margin-top:25px}
  .steps{gap:22px}
  .steps article{padding-top:19px}
  .steps strong{font-size:30px}
  .steps h3{font-size:24px}
  .history-section{padding:66px 0}
  .history-year{font-size:100px;margin-bottom:34px}
  .history-section h2{font-size:38px}
  .faq-list summary{font-size:17px;line-height:1.25;padding-right:34px}
  .final-cta h2{font-size:38px}
  .lead-form{padding:22px 18px}
  .footer{padding-bottom:38px}
  body{padding-bottom:0}
  .mobile-sticky{
    display:flex;
    left:auto;
    right:14px;
    bottom:12px;
    width:auto;
    min-width:184px;
    max-width:calc(100% - 28px);
    height:46px;
    padding:0 18px;
    gap:9px;
    border-radius:999px;
    background:var(--plum);
    color:#fff;
    font-size:12px;
    box-shadow:0 10px 26px rgba(34,14,31,.24);
  }
  .mobile-sticky .chat-icon{width:17px;height:17px}
  .mobile-sticky.context-hidden{transform:translateY(90px)!important}
  section[id]{scroll-margin-top:18px}
}
