@font-face{font-family:Barlow;src:url(assets/barlow-600.ttf) format('truetype');font-weight:600;font-display:swap}@font-face{font-family:Barlow;src:url(assets/barlow-800.ttf) format('truetype');font-weight:800;font-display:swap}@font-face{font-family:Manrope;src:url(assets/manrope-400.ttf) format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(assets/manrope-600.ttf) format('truetype');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(assets/manrope-800.ttf) format('truetype');font-weight:800;font-display:swap}
:root{--paper:#f4f3ef;--ink:#262824;--muted:#666860;--line:#d3d3ca;--accent:#91846f;--space:clamp(24px,5vw,88px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2{font-family:'Manrope',Arial,sans-serif;letter-spacing:-.065em;line-height:1.08}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.05em}h2{font-size:clamp(40px,5.5vw,82px)}h3{font-size:25px;letter-spacing:-.03em}p{color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:.16em;line-height:1.6;font-weight:500}.ink{color:var(--ink)}.section{padding:110px var(--space)}.skip{position:fixed;top:-100px;left:20px;background:white;z-index:100;padding:16px}.skip:focus{top:15px}:focus-visible{outline:2px solid #a58a5f;outline-offset:6px}header{position:absolute;top:0;left:0;right:0;z-index:30;padding:30px var(--space);display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;border-bottom:1px solid #ffffff30}header.scrolled{position:fixed;background:#f4f3eff7;backdrop-filter:blur(15px);color:var(--ink);border-color:var(--line);padding-top:18px;padding-bottom:18px}.brand{display:flex;flex-direction:column;line-height:1}.brand-name{font-family:'Manrope',sans-serif;letter-spacing:.075em;font-size:21px;font-weight:600}.brand-cross{font-size:24px;font-weight:400;padding-left:10px}.brand-sub{font-size:9px;letter-spacing:.25em;margin-top:10px}.desktop-nav{display:flex;gap:26px;font-size:14px}.desktop-nav a{position:relative}.desktop-nav a:after{content:'';position:absolute;bottom:-6px;left:0;width:0;border-bottom:1px solid;transition:width .3s}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:22px}.header-actions select{border:0;background:transparent;color:inherit;font-size:13px}.header-actions select option{color:#222}.header-contact{font-size:13px;border-bottom:1px solid #ffffff70;padding:6px 0}.header-contact span{margin-left:20px}.menu-toggle{width:30px;height:32px;background:none;border:0;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:2px}.menu-toggle span{height:1px;width:24px;background:currentColor}.hero{height:100svh;min-height:680px;max-height:1200px;position:relative;color:white;background:#313a34;overflow:hidden}.hero>img{position:absolute;width:100%;height:100%;filter:saturate(.35);object-position:50% 54%;animation:hero-drift 24s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#07171269,transparent 80%),linear-gradient(0deg,#101610a6,transparent 75%,#08110f55)}.hero-content{position:absolute;top:50%;left:var(--space);right:var(--space);transform:translateY(-30%)}.tiny-cross{margin-right:12px;font-size:21px;vertical-align:middle}.hero h1{font-size:clamp(56px,7.35vw,120px);margin:28px 0 24px;max-width:1250px}.hero h1 em{font-size:1.08em}.hero p{font-size:17px;color:#f0f0eb}.hero-links{display:flex;gap:38px;align-items:center;margin-top:36px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:40px;padding:17px 23px;font-size:14px;background:var(--ink);color:white;border:1px solid var(--ink);transition:background .25s,color .25s}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button:hover{background:#66685d;color:#fff}.text-link{display:inline-flex;justify-content:space-between;gap:25px;align-items:center;border-bottom:1px solid;padding:10px 0;font-size:14px}.hero-bottom{position:absolute;bottom:30px;left:var(--space);right:var(--space);display:flex;justify-content:space-between;align-items:center;padding-top:22px;border-top:1px solid #ffffff50;font-size:11px;letter-spacing:.12em}.hero-bottom a span{margin-left:20px}.intro{display:grid;grid-template-columns:1fr 2fr;gap:50px;padding-top:125px;padding-bottom:125px}.intro>.eyebrow{padding-top:10px;max-width:180px}.intro-detail{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-top:35px}.intro-detail p{max-width:430px}.intro-detail a{white-space:nowrap}@keyframes hero-drift{from{transform:scale(1.06)}to{transform:scale(1)}}@media(max-width:1100px){.desktop-nav{display:none}.hero h1{font-size:8.1vw}.intro{grid-template-columns:1fr 2.3fr}.intro-detail{display:block}.intro-detail a{margin-top:25px}}@media(max-width:650px){header{padding:25px var(--space);gap:15px}.brand-name{font-size:16px}.brand-cross{font-size:20px;padding-left:5px}.brand-sub{font-size:7px;letter-spacing:.2em}.header-actions{gap:12px}.header-contact{display:none}.hero{min-height:740px;max-height:950px}.hero-content{top:44%;transform:translateY(-22%)}.hero h1{font-size:clamp(43px,10.5vw,66px);line-height:1.12;margin:25px 0}.hero p{font-size:16px}.hero-links{align-items:start;gap:20px;flex-direction:column;margin-top:30px}.hero-bottom{font-size:10px;bottom:24px}.hero-bottom>span{display:none}.hero-bottom a{width:100%;display:flex;justify-content:space-between}.hero>img{object-position:40% 50%}.eyebrow{font-size:11px}.section{padding-top:75px;padding-bottom:75px}.intro{display:block}.intro>.eyebrow{max-width:none;margin-bottom:30px}.intro-detail{margin-top:25px}.intro-detail p{max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
