
:root{--ink:#171914;--cream:#f2eee5;--olive:#68745f;--gold:#c69643;--gold-light:#d6ad62;--white:#fff}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:"Montserrat",Arial,sans-serif;background:#dedbd2;color:var(--ink)} a{color:inherit;text-decoration:none}
.page-shell{min-height:100vh;padding:22px 16px}.landing{width:min(100%,430px);margin:0 auto;overflow:hidden;background:var(--cream);border:8px solid #080908;border-radius:34px;box-shadow:0 24px 70px rgba(0,0,0,.22)}
.hero{min-height:345px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(180deg,rgba(5,7,5,.12),rgba(5,7,5,.94)),radial-gradient(circle at 80% 20%,rgba(182,135,62,.25),transparent 25%),linear-gradient(120deg,#1f281c 0%,#0c0e0b 58%,#3d2f1b 100%)}
.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(210,183,125,.18);transform:rotate(-10deg)}.hero:before{width:420px;height:140px;right:-180px;top:92px}.hero:after{width:340px;height:110px;left:-170px;top:220px}.hero__shade{position:absolute;inset:auto 0 0;height:64%;background:linear-gradient(transparent,rgba(5,7,5,.65))}
.topbar{position:relative;z-index:2;padding:22px 22px 0}.brand{display:inline-flex;flex-direction:column;line-height:1}.brand__name{font-family:"Cormorant Garamond",Georgia,serif;font-size:27px;letter-spacing:.06em}.brand__by{margin-top:4px;font-size:8px;text-align:right;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-light)}
.hero__content{position:absolute;z-index:2;left:22px;right:22px;bottom:28px}.eyebrow{margin:0 0 9px;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light)}h1{max-width:345px;margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;font-size:clamp(37px,10vw,49px);line-height:.92;letter-spacing:-.02em}.hero__text{max-width:340px;margin:15px 0 0;font-size:11px;line-height:1.55;color:rgba(255,255,255,.82)}
.experience-list{position:relative;z-index:3;margin:-10px 14px 13px;display:grid;gap:7px}.experience-card{min-height:58px;display:grid;grid-template-columns:39px 1fr 18px;align-items:center;gap:10px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;color:#fff;background:linear-gradient(90deg,#596750,#6d7965);box-shadow:0 8px 18px rgba(20,25,18,.14);transition:transform .18s ease,filter .18s ease}.experience-card:hover{transform:translateY(-2px);filter:brightness(1.05)}.experience-card--intro{min-height:66px}.experience-card--cta{background:linear-gradient(90deg,#ad7d31,#c99a4a)}.experience-card__icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:rgba(18,23,17,.18)}.experience-card__icon svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.experience-card__copy{display:grid;gap:3px}.experience-card__copy strong{font-size:10px;line-height:1.25}.experience-card__copy small{font-size:8px;color:rgba(255,255,255,.72)}.experience-card__arrow{font-size:24px;font-weight:300;opacity:.65}.mini-footer{min-height:42px;display:flex;justify-content:center;align-items:center;padding:0 18px 9px;background:var(--cream);color:#8a877e;font-size:8px;letter-spacing:.12em;text-transform:uppercase}.mini-footer a{border-bottom:1px solid rgba(117,120,111,.35);padding-bottom:2px}
@media(max-width:470px){.page-shell{padding:0}.landing{width:100%;border:0;border-radius:0;box-shadow:none}}
