:root{--ink:#18201e;--deep:#202b28;--cream:#f4f0e8;--paper:#fbf8f2;--copper:#b8754d;--muted:#6d706b;--line:#d8d1c5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}.site-header{position:absolute;z-index:10;top:0;left:0;width:100%;height:72px;padding:0 clamp(24px,6vw,80px);display:flex;align-items:center;border-bottom:1px solid #ffffff30;color:white}.brand{letter-spacing:.34em;font-size:14px}.site-header nav{margin-left:auto;display:flex;gap:34px}.site-header a,footer a{color:inherit;text-decoration:none}.menu{display:none;margin-left:auto;background:none;border:0;color:white;font-size:24px}.hero{min-height:620px;position:relative;color:white;display:grid;place-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(20,31,29,.48) 0%,rgba(29,40,36,.42) 52%,rgba(26,31,28,.62) 100%),url("assets/hero-mountains.jpg");background-size:cover;background-position:center 48%;background-repeat:no-repeat}.hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 78% 38%,rgba(231,163,95,.12),transparent 36%);pointer-events:none}.hero-content{z-index:1;text-align:center;padding:110px 20px 80px;max-width:820px}.hillmark{width:min(420px,70vw);height:auto;overflow:visible}.hillmark path,footer svg path{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round}.hillmark text,footer svg text{fill:currentColor;font:italic 46px Georgia,serif}.wordmark{letter-spacing:.38em;margin-top:-10px}.hero h1,.section h2,.principles h2,.contact h2{font-family:Georgia,"Times New Roman",serif;font-weight:400}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.05;margin:28px 0 16px}.hero p{font-size:18px}.actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:13px 24px;border:1px solid currentColor;text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:11px}.btn.primary{background:var(--copper);border-color:var(--copper);color:white}.btn.ghost{color:white}.btn.light{color:var(--ink)}.section{padding:72px clamp(24px,6vw,80px)}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--cream);padding-top:54px;padding-bottom:54px}.pillars article{padding:0 40px;border-right:1px solid var(--line)}.pillars article:first-child{padding-left:0}.pillars article:last-child{border:0}.section span,.pillars span,.principles span,.about span,.contact span{font-size:10px;letter-spacing:.28em}.pillars h2{font:400 27px Georgia,serif;margin:13px 0 5px}.pillars p{color:#555;margin:0}.section-heading h2{font-size:40px;margin:5px 0}.section-heading p{margin-top:0;color:var(--muted)}.project{display:grid;grid-template-columns:1.35fr .75fr;gap:60px;align-items:center;margin-top:34px}.product-demo{background:#eae6de;border-radius:8px;padding:18px;box-shadow:0 18px 45px #28302b22}.windowbar{height:44px;background:#27302e;color:white;border-radius:7px 7px 0 0;display:flex;align-items:center;padding:0 15px;gap:7px}.windowbar i{width:8px;height:8px;border-radius:50%;background:#6e7873}.windowbar b{margin-left:8px}.panes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:#202826;padding:12px;border-radius:0 0 7px 7px}.panes div{height:245px;background:#f3f4f1;border-radius:4px;display:grid;place-items:center;color:#777;font-size:11px;letter-spacing:.2em}.project-copy h2{font:400 52px Georgia,serif;margin:8px 0}.lead{font:400 24px Georgia,serif}.project-copy .actions{justify-content:flex-start}.principles{padding:62px clamp(24px,6vw,80px);background:linear-gradient(120deg,#303c38,#1d2926);color:white;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.principles h2{font-size:42px;margin:10px 0}.principle-list{border-left:1px solid #ffffff70;padding-left:45px}.principle-list p{margin:14px 0}.purchase{background:var(--cream)}.license-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:28px}.license-grid article{padding:30px;border-right:1px solid var(--line)}.license-grid article:last-child{border:0}.license-grid h3{font:400 23px Georgia,serif;margin:8px 0}.coming{font-size:13px;color:var(--muted);margin-top:24px}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about h2{font-size:40px;margin:7px 0}.about p{font-size:18px;color:#4d504d}.contact{padding:58px clamp(24px,6vw,80px);background:var(--deep);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact h2{font-size:32px;margin:7px 0}.contact p{margin:0;color:#d9ddd8}footer{background:#16201e;color:#dfe2de;padding:42px clamp(24px,6vw,80px);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;font-size:12px}.footer-brand{display:flex;flex-direction:column;gap:5px}.footer-brand svg{width:210px}.footer-brand strong{letter-spacing:.32em;font-weight:500}.footer-brand small{color:#adb5b0}.footer-links{display:flex;gap:25px}footer>div:last-child{grid-column:1/-1;border-top:1px solid #ffffff22;padding-top:20px;color:#9fa8a3}@media(max-width:800px){.site-header nav{display:none}.menu{display:block}.hero{min-height:570px}.pillars,.project,.principles,.about{grid-template-columns:1fr}.pillars article{border-right:0;border-bottom:1px solid var(--line);padding:26px 0}.project{gap:32px}.panes{grid-template-columns:repeat(2,1fr)}.panes div{height:150px}.principles{gap:20px}.principle-list{border-left:0;border-top:1px solid #ffffff70;padding:20px 0 0}.license-grid{grid-template-columns:1fr}.license-grid article{border-right:0;border-bottom:1px solid var(--line);padding-left:0}.contact{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
