@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#163a46;--terra:#c65a3f;--sand:#dcc3a6;--cream:#f7f3eb;--muted:#53666a;--line:#d9dfdb;--font:Manrope,'Segoe UI',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.65 var(--font)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}button{cursor:pointer}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:500;letter-spacing:-.055em;line-height:1.08}h1{font-size:clamp(44px,5.7vw,82px)}h2{font-size:clamp(32px,4vw,54px)}h3{line-height:1.25;font-size:21px;letter-spacing:-.03em}.wrap{max-width:1280px;padding:0 48px;margin:auto}.nav{height:100px;display:flex;align-items:center;justify-content:space-between;gap:26px}.logo{display:inline-flex;align-items:center;gap:13px}.logo img{height:43px;width:33px}.logo b{font-size:29px;font-weight:500;letter-spacing:-.065em;line-height:1.1}.logo small{display:block;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.navlinks{display:flex;align-items:center;gap:30px;font-size:13px}.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;background:var(--ink);color:var(--cream);padding:15px 23px;border:1px solid var(--ink);border-radius:4px;font-weight:600;font-size:13px;transition:background .2s,transform .2s}.button:hover{background:#245262;transform:translateY(-2px)}.light{background:var(--cream);color:var(--ink);border-color:var(--cream)}.light:hover{background:white}.eyebrow{font-size:12px;display:flex;align-items:center;gap:10px;margin-bottom:24px}.eyebrow:before{content:'';height:7px;width:7px;border-radius:50%;background:var(--terra)}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:52px;padding-top:45px;padding-bottom:65px;align-items:center}.hero p{max-width:410px;color:var(--muted);font-size:16px}.hero h1{margin-bottom:27px}.hero-media{height:610px;position:relative;overflow:hidden;border-radius:130px 8px 8px 8px;background:var(--sand)}.hero-media>img{height:100%;width:100%;object-fit:cover;animation:arrive 1s ease-out}.photo-label{position:absolute;bottom:25px;left:25px;right:25px;padding:20px 22px;background:var(--cream);display:flex;gap:20px;align-items:center}.photo-label img{width:27px;height:37px}.photo-label b{font-weight:600;font-size:14px}.photo-label small{display:block;color:var(--muted);font-size:11px}.hero-note{font-size:11px!important;margin:17px 0 0}.strip{background:var(--ink);color:var(--cream);padding:24px 0}.strip .wrap{display:flex;justify-content:space-between;gap:20px;font-size:13px}.strip span:before{content:'✓';color:var(--sand);margin-right:12px}.section{padding-top:96px;padding-bottom:96px}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:43px}.section-heading h2{max-width:600px;margin-bottom:0}.section-heading p{max-width:320px;color:var(--muted);margin:0}.services{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.service{padding:30px 0 0;border-top:2px solid var(--ink)}.service .number{color:var(--terra);font-size:14px;margin-bottom:24px}.service p{color:var(--muted);font-size:14px;max-width:310px}.service a{font-size:13px;font-weight:700;border-bottom:1px solid var(--terra);padding-bottom:6px}.process{background:#e8e0d3}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.step span{display:block;width:37px;height:37px;line-height:35px;text-align:center;border:1px solid #91a09f;border-radius:50%;margin-bottom:25px}.step h3{font-size:18px}.step p{font-size:13px;color:var(--muted)}.care{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.care-art{min-height:380px;background:var(--ink);display:grid;place-items:center;border-radius:8px 100px 8px 8px;position:relative}.care-art img{width:145px;height:195px}.care-art small{position:absolute;bottom:25px;color:var(--cream);letter-spacing:.1em}.care p{color:var(--muted)}.care ul{padding:0;list-style:none}.care li{padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.contact{background:var(--ink);color:var(--cream)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.contact p{color:#c3d0cf}.contact .eyebrow{color:var(--cream)}form{background:var(--cream);color:var(--ink);padding:34px;border-radius:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:12px;font-weight:600}input,select,textarea{display:block;width:100%;background:transparent;border:1px solid #aab8b8;border-radius:4px;padding:12px;margin-top:7px;color:var(--ink)}textarea{min-height:110px;resize:vertical}.full{grid-column:1/-1}.consent{display:flex;align-items:start;gap:10px;font-weight:400;line-height:1.5}.consent input{width:16px;margin-top:3px}.trap{display:none}.status{font-size:13px;color:var(--ink)!important;margin:14px 0 0}.privacy{font-size:11px;color:var(--muted)!important;margin:15px 0 0}.faq{max-width:850px}.faq h2{margin-bottom:35px}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+';font-size:20px}details[open] summary:after{content:'−'}details p{max-width:700px;margin:18px 0 0;color:var(--muted);font-size:14px}footer{border-top:1px solid var(--line);padding:35px 0}.foot{display:flex;align-items:center;justify-content:space-between;gap:24px}.foot p{font-size:12px;color:var(--muted);margin:0}.studio-nav{font-size:12px;display:flex;gap:20px}.doc-hero{padding:75px 0 65px;max-width:950px}.doc-hero h1{max-width:850px}.doc-hero p{max-width:660px;color:var(--muted)}.brand-stage{background:var(--ink);color:var(--cream);padding:95px 30px;text-align:center;border-radius:8px}.brand-stage .logo img{width:80px;height:106px}.brand-stage .logo b{font-size:90px}.brand-stage .logo small{font-size:11px;margin-top:14px}.doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.swatch div{height:160px;border:1px solid #163a4612;border-radius:5px}.swatch b,.swatch small{display:block;margin-top:10px;font-size:12px}.swatch small{margin-top:3px;color:var(--muted)}.variants{display:flex;gap:45px;align-items:center;flex-wrap:wrap}.variants img{width:110px;height:110px;object-fit:contain}.type-display{font-size:100px;font-weight:500;letter-spacing:-.08em;line-height:1.2}.rules{padding-left:18px;color:var(--muted)}.card-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px}.business{aspect-ratio:85/55;position:relative;padding:8%;box-shadow:0 15px 35px #163a4618;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background:var(--ink);color:var(--cream);container-type:inline-size}.business .logo img{width:36px;height:48px}.business .logo b{font-size:40px}.business .logo small{font-size:7px}.business.center{justify-content:center;align-items:center}.business .tag{font-size:14px;max-width:210px;line-height:1.4}.business.cream{background:#fffdf9;color:var(--ink)}.business.sand{background:var(--sand);color:var(--ink)}.business .bigmark{position:absolute;height:130%;right:-30px;top:15%;opacity:.08}.business .card-info{font-size:13px;line-height:1.8;z-index:1}.business .card-info b{font-size:18px}.qr-placeholder{position:absolute;right:8%;bottom:12%;height:85px;width:85px;border:1px dashed currentColor;display:grid;place-items:center;text-align:center;font-size:10px;line-height:1.4}.card-caption{font-size:12px;color:var(--muted);margin-top:16px}.menu-toggle{display:none}@keyframes arrive{from{transform:scale(1.05);opacity:.5}to{transform:scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}@media(max-width:900px){.wrap{padding-left:24px;padding-right:24px}.hero{gap:30px}.hero-media{height:470px}.contact-grid,.care{gap:35px}.navlinks{gap:16px}.brand-stage .logo b{font-size:60px}.business .logo b{font-size:27px}.business .logo img{height:36px;width:27px}.business .logo small{font-size:6px}.qr-placeholder{height:65px;width:65px}.business .card-info{font-size:10px}}@media(max-width:650px){.nav{height:82px}.menu-toggle{display:block;background:none;border:1px solid var(--line);padding:8px 12px;border-radius:4px;color:var(--ink)}.navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:var(--cream);padding:25px;z-index:10;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.hero{grid-template-columns:1fr;padding-top:25px}.hero h1{max-width:440px}.hero-media{height:420px;border-top-left-radius:90px}.strip .wrap{flex-direction:column;gap:10px}.section{padding-top:62px;padding-bottom:62px}.section-heading{display:block}.section-heading p{margin-top:22px}.services,.care,.contact-grid,.doc-grid,.card-pair{grid-template-columns:1fr}.services{gap:38px}.steps{grid-template-columns:1fr 1fr}.foot{align-items:start;flex-direction:column}.form-grid{grid-template-columns:1fr}form{padding:24px}.swatches{grid-template-columns:1fr 1fr}.brand-stage .logo b{font-size:48px}.brand-stage .logo img{height:75px;width:56px}.brand-stage .logo small{font-size:6px}.business .logo b{font-size:38px}.business .card-info{font-size:12px}.business .logo small{font-size:7px}.business .logo img{height:48px;width:36px}.doc-hero{padding:45px 0}.variants{gap:23px}.variants img{width:85px;height:85px}}@media print{.nav,.studio-nav,.button{display:none}.section{padding:25px 0}.wrap{max-width:none}.brand-stage, .business, .swatch div{print-color-adjust:exact}.section,.business{break-inside:avoid}}

