

:root{--wine:#722f45;--wine-dark:#552234;--cream:#fbf7f2;--paper:#fffdf9;--rose:#d9857f;--ink:#272222;--muted:#6d6461;--line:#ded4cc;--sage:#647b6c;--white:#fff;--shadow:0 18px 48px rgba(61,35,39,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;font-size:18px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,select,input{font:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:12px;z-index:99;background:#fff;padding:10px 16px;border-radius:8px}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{color:var(--wine);font-size:.8rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.header{height:84px;background:rgba(251,247,242,.97);border-bottom:1px solid var(--line);display:flex;align-items:center;position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;gap:26px}.nav-wrap{display:flex;align-items:center;justify-content:space-between}.brand{font-family:Georgia,serif;font-weight:700;font-size:1.2rem;color:var(--wine);letter-spacing:-.03em}.brand-mark{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50% 50% 50% 10%;background:var(--wine);color:#fff;margin-right:8px;font-family:Georgia,serif}.nav-links{display:flex;gap:22px;font-size:.86rem;font-weight:700}.actions{display:flex;align-items:center;gap:16px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:10px 24px;border-radius:999px;background:var(--wine);color:#fff;font-weight:800;border:2px solid var(--wine);transition:.2s}.button:hover{background:var(--wine-dark);border-color:var(--wine-dark);transform:translateY(-1px)}.button.secondary{background:transparent;color:var(--wine)}.button.light{background:#fff;color:var(--wine);border-color:#fff}.menu{display:none}.hero{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;background:var(--paper)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px max(40px,calc((100vw - 1180px)/2)) 80px max(40px,calc((100vw - 1180px)/2));padding-right:70px}.hero h1,.section h2,.editorial h2,.page-hero h1{font-family:Georgia,"Times New Roman",serif;line-height:1.08;letter-spacing:-.035em;margin:16px 0 22px}.hero h1{font-size:clamp(3rem,5.2vw,5.4rem)}.hero p{font-size:1.15rem;color:var(--muted);max-width:580px}.hero-actions{display:flex;gap:14px;margin-top:22px}.hero-photo{position:relative;min-height:620px;overflow:hidden;background:#ccb6aa}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:auto 0 0;height:25%;background:linear-gradient(transparent,rgba(50,25,30,.28))}.photo-note{position:absolute;left:28px;bottom:24px;z-index:2;color:#fff;font-size:.82rem;background:rgba(42,27,30,.65);padding:7px 12px;border-radius:20px}.trust-bar{background:var(--wine);color:#fff}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}.trust-item{padding:0 24px;border-right:1px solid rgba(255,255,255,.25);font-weight:700}.trust-item:last-child{border:0}.trust-item span{display:block;font-weight:400;opacity:.78;font-size:.82rem}.section{padding:100px 0}.section h2,.editorial h2{font-size:clamp(2.25rem,4vw,4rem)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}.section-head p{max-width:520px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 8px 25px rgba(50,35,35,.04)}.card .num{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#f1e1df;color:var(--wine);font-weight:800}.card h3{font-family:Georgia,serif;font-size:1.45rem;margin:20px 0 8px}.card p{color:var(--muted);margin:0}.age-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.age-main{background:var(--wine);color:#fff;min-height:410px;display:flex;flex-direction:column;justify-content:end}.age-main p{color:#f5dedf}.age-stack{display:grid;gap:22px}.age-stack .card{padding:26px}.text-link{color:var(--wine);font-weight:800;display:inline-block;margin-top:18px}.age-main .text-link{color:#fff}.how{background:#efe7df}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{position:relative}.step .num{font-family:Georgia,serif;font-size:2rem;color:var(--rose)}.safety{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.safety-panel{background:var(--sage);color:#fff;border-radius:32px;padding:48px;box-shadow:var(--shadow)}.checks{list-style:none;padding:0;margin:28px 0}.checks li{margin:15px 0;padding-left:34px;position:relative}.checks li:before{content:"✓";position:absolute;left:0;width:24px;height:24px;border-radius:50%;background:#fff;color:var(--sage);display:grid;place-items:center;font-size:.8rem;font-weight:bold}.locations{display:flex;flex-wrap:wrap;gap:12px}.pill{background:#fff;border:1px solid var(--line);padding:12px 20px;border-radius:999px;font-weight:700}.advice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{border-top:4px solid var(--rose)}.article-card small{color:var(--wine);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.faq{max-width:820px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-family:Georgia,serif;font-size:1.28rem;font-weight:700;cursor:pointer}.faq p{color:var(--muted)}.cta{background:var(--wine);color:#fff;border-radius:36px;padding:70px;text-align:center}.cta h2{margin-top:0}.page-hero{padding:90px 0 70px;background:#efe5dc}.page-hero h1{font-size:clamp(3rem,6vw,5rem);max-width:850px}.page-hero p{font-size:1.18rem;color:var(--muted);max-width:700px}.editorial{max-width:850px;margin:auto}.editorial p{color:var(--muted)}.footer{margin-top:90px;background:#2d2727;color:#f8f2eb;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:38px}.footer h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}.footer a{display:block;color:#d8cfca;margin:9px 0;font-size:.88rem}.footer-bottom{border-top:1px solid #514848;margin-top:50px;padding-top:22px;color:#aaa09b;font-size:.8rem;display:flex;justify-content:space-between}.lang{background:transparent;color:inherit;border:1px solid currentColor;border-radius:8px;padding:7px 9px}.breadcrumbs{font-size:.82rem;color:var(--muted);padding-top:24px}.demo{font-size:.76rem;background:#f1e1df;color:var(--wine);padding:5px 10px;border-radius:999px;font-weight:800}.story{display:grid;grid-template-columns:160px 1fr;gap:26px;align-items:center}.story-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;background:#dacbc0}.muted{color:var(--muted)}
@media(max-width:1000px){.nav-links{display:none}.menu{display:block}.menu summary{list-style:none;font-weight:800}.menu[open] .mobile-links{position:absolute;left:20px;right:20px;top:74px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.mobile-links a{display:block;padding:12px}.hero{grid-template-columns:1fr}.hero-photo{min-height:500px;order:-1}.hero-copy{padding:60px 30px}.trust-row{grid-template-columns:1fr 1fr;gap:20px}.trust-item:nth-child(2){border:0}.safety{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:680px){body{font-size:17px}.wrap{width:min(100% - 28px,1180px)}.header{height:72px}.actions .login,.actions .button{display:none}.brand{font-size:1rem}.hero-photo{min-height:390px}.hero-copy{padding:45px 22px}.hero h1{font-size:2.75rem}.hero-actions{flex-direction:column}.button{width:100%}.trust-row,.feature-grid,.age-grid,.steps,.advice-grid,.footer-grid{grid-template-columns:1fr}.trust-item{border:0;border-bottom:1px solid rgba(255,255,255,.2);padding:10px}.section{padding:68px 0}.section-head{display:block}.age-main{min-height:350px}.safety-panel,.cta{padding:34px 24px;border-radius:24px}.story{grid-template-columns:1fr}.footer-grid{gap:22px}.footer-brand{grid-column:auto}.footer-bottom{display:block}.page-hero{padding:60px 0 50px}.nav{gap:12px}}
