:root { --ivory:#f3efe6; --paper:#fcfaf5; --ink:#171716; --sepia:#8b6b47; --muted:#81796e; --line:rgba(93,75,52,.34); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:Georgia,"Times New Roman",serif; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; opacity:.18; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); z-index:20; }
a { color:inherit; }
.frame { margin-inline:clamp(20px,4.8vw,76px); border-left:1px solid var(--line); border-right:1px solid var(--line); }
.site-header { height:96px; padding:0 42px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:flex; gap:18px; align-items:center; text-decoration:none; font-size:clamp(17px,2vw,28px); letter-spacing:.07em; }
.brand-mark { width:44px; height:44px; border:1px solid var(--sepia); position:relative; }
.brand-mark::before,.brand-mark::after,.brand-mark i::before,.brand-mark i::after { content:""; position:absolute; background:var(--sepia); }
.brand-mark::before { width:1px; height:58px; left:21px; top:-7px; transform:rotate(45deg); }
.brand-mark::after { width:1px; height:58px; left:21px; top:-7px; transform:rotate(-45deg); }
.brand-mark i::before { width:54px; height:1px; left:-6px; top:21px; }
.brand-mark i::after { width:1px; height:54px; left:21px; top:-6px; }
nav { display:flex; align-items:center; gap:clamp(22px,4vw,62px); }
nav a { text-decoration:none; font-size:19px; padding:34px 0 28px; border-bottom:1px solid transparent; transition:.2s ease; }
nav a:hover,nav a:focus-visible { color:var(--sepia); border-bottom-color:var(--sepia); }
.hero { min-height:760px; position:relative; overflow:hidden; padding:96px 42px 116px; display:grid; grid-template-columns:minmax(430px,.9fr) 1.15fr; align-items:start; border-bottom:1px solid var(--line); }
.hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,var(--ivory) 0%,rgba(243,239,230,.97) 35%,rgba(243,239,230,.45) 56%,rgba(243,239,230,.04) 78%); pointer-events:none; }
.hero-copy { position:relative; z-index:3; padding-top:22px; animation:rise .6s ease-out both; }
.eyebrow,.section-code,.file-note,.hero-index,.scale { font-family:var(--font-geist-mono),monospace; text-transform:uppercase; letter-spacing:.16em; font-size:11px; }
.eyebrow { color:var(--sepia); margin:0 0 24px; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(52px,5vw,78px); line-height:1.04; font-weight:400; letter-spacing:-.035em; max-width:820px; margin-bottom:26px; }
.short-rule { width:94px; height:2px; background:var(--sepia); margin:26px 0 28px; }
.lead { font-size:clamp(20px,2vw,28px); line-height:1.45; max-width:620px; }
.primary-cta { display:inline-flex; align-items:center; gap:22px; margin-top:22px; min-height:72px; padding:0 34px; background:var(--sepia); color:white; text-decoration:none; font-size:21px; outline:1px solid rgba(255,255,255,.7); outline-offset:-6px; transition:.18s ease-out; }
.primary-cta:hover { background:#6f5235; transform:translateY(-2px); }
.primary-cta span { font-size:28px; transition:.18s ease-out; }
.primary-cta:hover span { transform:translateX(6px); }
.hero-visual { position:absolute; z-index:1; inset:76px 0 0 34%; background:url('/hero-production.png') center right/cover no-repeat; filter:sepia(.18) grayscale(.9) contrast(.98); animation:fade .7s ease-out both; }
.file-note { position:absolute; z-index:4; top:36px; right:34px; width:248px; display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:16px 0; border-block:1px solid var(--line); color:var(--sepia); }
.file-note strong { font-weight:500; color:var(--ink); }
.seal { position:absolute; z-index:4; right:58px; top:156px; width:132px; height:132px; border:1px solid var(--sepia); border-radius:50%; color:var(--sepia); display:flex; flex-direction:column; align-items:center; justify-content:center; font-family:var(--font-geist-mono),monospace; font-size:9px; letter-spacing:.12em; transform:rotate(-7deg); background:rgba(243,239,230,.56); }
.seal::after { content:""; position:absolute; inset:7px; border:1px solid var(--sepia); border-radius:50%; }
.seal strong { font-family:Georgia,serif; font-size:30px; margin:5px; }
.measure { position:absolute; left:8px; top:88px; z-index:5; writing-mode:vertical-rl; font-family:monospace; font-size:12px; }
.cross { position:absolute; z-index:5; width:22px; height:22px; border:1px solid var(--sepia); border-radius:50%; opacity:.6; }
.cross::before,.cross::after { content:""; position:absolute; background:var(--sepia); }
.cross::before { width:42px; height:1px; left:-11px; top:10px; }.cross::after { width:1px; height:42px; left:10px; top:-11px; }
.cross-top { left:50%; top:-11px; }
.hero-index { position:absolute; bottom:38px; z-index:4; color:var(--sepia); display:flex; flex-direction:column; gap:12px; line-height:1.8; }
.hero-index strong { font-family:Georgia,serif; font-size:20px; font-weight:400; }.index-left{left:16px}.index-right{right:16px;text-align:right}
.scale { position:absolute; z-index:4; bottom:22px; left:20%; right:16%; display:flex; justify-content:space-between; color:var(--muted); border-top:1px solid var(--line); padding-top:8px; }
.intro { padding:108px 42px 70px; display:grid; grid-template-columns:120px 1.2fr .8fr; gap:54px; background:var(--paper); }
.section-code { color:var(--sepia); display:flex; flex-direction:column; gap:12px; }.section-code strong { font-family:Georgia,serif;font-size:30px;font-weight:400; }
h2 { font-size:clamp(38px,4vw,58px); line-height:1.08; font-weight:400; letter-spacing:-.025em; }
.intro>p { font-size:19px; line-height:1.7; color:#554f47; padding-top:34px; }
.services { padding:0 42px 110px; display:grid; grid-template-columns:repeat(3,1fr); background:var(--paper); }
.services article { border-top:1px solid var(--ink); border-right:1px solid var(--line); padding:28px 32px 18px 0; min-height:345px; display:flex; flex-direction:column; }.services article+article{padding-left:32px}.services article:last-child{border-right:0}
.service-number { font-family:monospace; color:var(--sepia); font-size:12px; letter-spacing:.12em; }.services h3{font-size:30px;font-weight:400;margin:38px 0 18px}.services p{font-family:Arial,sans-serif;color:#5c554d;line-height:1.65;font-size:16px}.services a{margin-top:auto;text-decoration:none;color:var(--sepia);font-family:Arial,sans-serif;font-weight:700}
.about { display:grid; grid-template-columns:.82fr 1.18fr; background:var(--ink); color:var(--paper); border-color:#443d35; }
.about-panel { min-height:620px; padding:86px 54px; border-right:1px solid #51483e; background:linear-gradient(rgba(23,23,22,.6),rgba(23,23,22,.92)),url('/hero-production.png') center/cover; }.big-number{font-size:clamp(110px,14vw,200px);line-height:.9;margin:90px 0 24px;color:#cbb18f}.about-panel>p:last-child{max-width:340px;font-size:20px;line-height:1.5}
.about-copy { padding:86px clamp(42px,7vw,110px); }.about-copy p:not(.eyebrow){font-family:Arial,sans-serif;font-size:18px;line-height:1.75;color:#cfc8bd}.about-copy ul{list-style:none;padding:20px 0 0;margin:0}.about-copy li{padding:17px 0;border-top:1px solid #4a433b;font-size:18px}.about-copy li::before{content:"＋";color:#cbb18f;margin-right:14px}
.process { padding:104px 42px; background:var(--paper); display:grid; grid-template-columns:120px .75fr 1.15fr; gap:54px; }.process ol{list-style:none;padding:0;margin:0;border-top:1px solid var(--ink)}.process li{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.process li>span{font-family:monospace;color:var(--sepia)}.process strong{font-size:24px;font-weight:400}.process li p{font-family:Arial,sans-serif;color:#625b53;margin:7px 0 0;line-height:1.5}
.contact { padding:104px 42px; background:var(--sepia); color:white; display:grid; grid-template-columns:1fr 1fr; gap:10%; }.contact .eyebrow{color:#eee1d2}.contact h2{max-width:600px}.contact p:not(.eyebrow){font-family:Arial,sans-serif;max-width:620px;line-height:1.7;font-size:18px}.contact-details{display:flex;flex-direction:column;justify-content:center}.contact-details a{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.45);text-decoration:none;font-size:clamp(18px,2vw,28px)}.contact-details a:first-child{border-top:1px solid rgba(255,255,255,.45)}.contact-details span{display:block;font-family:monospace;text-transform:uppercase;letter-spacing:.15em;font-size:10px;margin-bottom:9px}
footer { min-height:90px; padding:0 42px; display:flex; align-items:center; justify-content:space-between; font-family:Arial,sans-serif; font-size:13px; }
@keyframes rise{from{opacity:0;transform:translateY(10px)}}@keyframes fade{from{opacity:0}}
@media(max-width:900px){.site-header{padding:0 22px}.brand-mark{display:none}nav{gap:18px}nav a{font-size:16px}.hero{grid-template-columns:1fr;padding:70px 28px 90px;min-height:700px}.hero::after{background:linear-gradient(90deg,var(--ivory) 0%,rgba(243,239,230,.92) 70%,rgba(243,239,230,.5))}.hero-visual{left:34%;opacity:.65}.file-note,.seal{display:none}.intro,.process{grid-template-columns:1fr;padding:80px 28px}.section-code{flex-direction:row}.services{padding:0 28px 80px;grid-template-columns:1fr}.services article,.services article+article{padding:28px 0;border-right:0;min-height:270px}.about{grid-template-columns:1fr}.about-panel{min-height:440px}.contact{grid-template-columns:1fr;padding:80px 28px}.contact-details{margin-top:30px}}
@media(max-width:620px){.frame{margin-inline:10px}.site-header{height:auto;min-height:88px;align-items:flex-start;padding:20px}.brand{font-size:17px;padding-top:4px}nav{display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}nav a{padding:3px 0;font-family:Arial,sans-serif;font-size:13px}.hero{padding:54px 20px 90px;min-height:680px}.hero-visual{inset:230px 0 0 0;opacity:.42}.hero::after{background:linear-gradient(180deg,var(--ivory) 0%,rgba(243,239,230,.92) 46%,rgba(243,239,230,.2) 100%)}h1{font-size:47px}.lead{font-size:19px}.primary-cta{min-height:62px;padding:0 24px;font-size:18px}.scale{left:16%;right:12%}.intro,.process,.contact{padding:64px 20px;gap:28px}.services{padding:0 20px 64px}.about-panel,.about-copy{padding:64px 28px}.big-number{margin-top:64px}.process ol{margin-top:10px}footer{padding:22px 20px;gap:16px;flex-wrap:wrap}.contact-details a{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
