:root {
  --paper: #eee9d8;
  --paper-light: #f6f2e5;
  --paper-dark: #d8d1bd;
  --ink: #34312b;
  --ink-soft: #686257;
  --red: #8d191d;
  --red-dark: #651014;
  --red-light: #a62a2e;
  --rule: rgba(52, 49, 43, 0.26);
  --display: "Libre Caslon Display", Georgia, serif;
  --body: "Karla", Arial, sans-serif;
  --stamp: "Barlow Condensed", Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 5rem);
  --soft-shadow: 0 18px 34px rgba(52, 43, 31, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background-color: var(--paper);
  background-image: radial-gradient(ellipse at 18% 12%, rgba(255,255,255,.45), transparent 31%), radial-gradient(ellipse at 84% 68%, rgba(106,91,66,.11), transparent 38%), radial-gradient(circle at 61% 26%, rgba(255,255,255,.24) 0 1px, transparent 1.4px), linear-gradient(104deg, rgba(112,94,63,.04), transparent 32%, rgba(255,255,255,.2) 51%, transparent 72%);
  font-family: var(--body); font-size: 1rem; line-height: 1.6; overflow-x: hidden;
}
body::before { content: ""; position: fixed; inset: 10px; border: 1px solid rgba(52,49,43,.27); border-radius: 20px; pointer-events: none; z-index: 100; }
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .3; background: linear-gradient(90deg, transparent 0 3.4rem, rgba(141,25,29,.26) 3.4rem 3.48rem, transparent 3.48rem 4.15rem, rgba(141,25,29,.12) 4.15rem 4.22rem, transparent 4.22rem); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; left: 1.5rem; top: -6rem; z-index: 200; padding: .75rem 1rem; color: var(--paper-light); background: var(--red); font-weight: 700; }
.skip-link:focus { top: 1.5rem; }

.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 120px; padding: 1.5rem var(--page-pad) 1rem; border-bottom: 1px solid var(--rule); }
.wordmark { color: var(--red); font-family: var(--display); font-size: clamp(2.25rem, 4vw, 4.35rem); line-height: .9; letter-spacing: -.04em; text-decoration: none; }
.registry-mark { justify-self: center; display: grid; grid-template-columns: auto 56px auto; align-items: center; gap: .75rem; color: var(--ink-soft); font-family: var(--stamp); font-size: .8rem; font-weight: 700; letter-spacing: .15em; }
.registry-mark strong { display: grid; place-items: center; width: 56px; height: 56px; color: var(--red); border: 1px solid var(--red); border-radius: 50%; font-size: 1.05rem; letter-spacing: .08em; transform: rotate(-7deg); }
.menu-toggle { display: none; }
.site-nav { display: flex; align-items: center; gap: clamp(1.35rem, 2.8vw, 3rem); font-family: var(--stamp); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { position: relative; font-size: 1rem; text-decoration: none; }
.site-nav a::after, .text-link::after, .record-link::after, .site-footer a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.25rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.site-nav a:hover::after, .text-link:hover::after, .record-link:hover::after, .site-footer a:hover::after { transform: scaleX(1); transform-origin: left; }

.hero { position: relative; height: min(700px, calc(100vh - 120px)); min-height: 650px; padding: clamp(3.9rem, 8vh, 5.85rem) var(--page-pad) 6.5rem; overflow: hidden; }
.hero-copy { position: relative; z-index: 7; width: min(29.5vw, 31rem); }
.hero h1 { margin: 0 0 1.45rem; font-family: var(--display); font-size: clamp(2.9rem, 3.75vw, 4.25rem); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-copy p { max-width: 37ch; margin: 0 0 1.2rem; color: var(--ink-soft); font-size: 1.06rem; }
.text-link, .record-link { position: relative; display: inline-flex; align-items: center; gap: .55rem; color: var(--red); font-family: var(--stamp); font-size: 1rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-stage { position: absolute; z-index: 3; left: 0; right: 0; top: clamp(8rem, 18vh, 11rem); height: clamp(300px, 39vh, 420px); }
.hero-ribbon { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.hero-ribbon path { fill: none; vector-effect: non-scaling-stroke; }
.hero-ribbon--back { transform: translateY(108px); }
.ribbon-shadow { stroke: rgba(39,28,20,.34); stroke-width: 60; filter: blur(4px); }
.ribbon-silk { stroke: url(#ribbon-ink); stroke-width: 54; }
.ribbon-glint { stroke: rgba(255,255,255,.18); stroke-width: 5; }
.motion-ready .hero-ribbon { clip-path: inset(0 100% 0 0); animation: unspool 1.75s cubic-bezier(.16,1,.3,1) .15s forwards; }
@keyframes unspool { to { clip-path: inset(-10% -5% -10% -5%); } }

.hero-project { position: absolute; z-index: 3; width: clamp(260px, 20vw, 330px); }
.hero-project--one { left: 35%; top: 17%; transform: rotate(-1.1deg); }
.hero-project--two { left: 56.5%; top: 14%; transform: rotate(.55deg); }
.hero-project--three { left: 78%; top: 17%; transform: rotate(-.5deg); }
.project-stamp { position: absolute; left: 50%; bottom: calc(100% + 1.85rem); width: 104px; height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--red); border: 2px solid currentColor; font-family: var(--stamp); line-height: 1; text-align: center; transform: translateX(-50%) rotate(-4deg); opacity: .82; }
.project-stamp::before, .project-stamp::after { content: ""; position: absolute; inset: 4px; border: 1px solid currentColor; }
.project-stamp::after { inset: 9px -11px; border-left: 0; border-right: 0; }
.project-stamp span { font-size: .7rem; letter-spacing: .2em; }
.project-stamp strong { margin: .25rem 0; font-size: .9rem; letter-spacing: .08em; }
.project-stamp small { font-size: .56rem; letter-spacing: .14em; }
.project-stamp--round { width: 86px; height: 86px; border-radius: 50%; transform: translateX(-50%) rotate(5deg); }
.project-stamp--round::before { border-radius: 50%; }
.project-stamp--round::after { inset: 33px -12px; background: var(--paper); border: 1px solid currentColor; z-index: -1; }
.project-stamp--square { width: 78px; height: 78px; transform: translateX(-50%) rotate(2deg); }
.browser-frame { position: relative; display: block; padding: 8px; color: var(--ink); background: var(--paper-light); border: 1px solid rgba(52,49,43,.78); box-shadow: var(--soft-shadow); text-decoration: none; transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease; }
.browser-frame::before { content: ""; position: absolute; inset: 4px -5px -4px 5px; z-index: -1; border: 1px solid rgba(52,49,43,.38); }
.browser-frame:hover { transform: translateY(-10px) rotate(.4deg); box-shadow: 0 24px 42px rgba(52,43,31,.24); }
.browser-bar { display: flex; align-items: center; gap: 4px; height: 20px; padding: 0 6px; border-bottom: 1px solid var(--rule); }
.browser-bar i { width: 5px; height: 5px; border: 1px solid var(--red); border-radius: 50%; }
.browser-bar b { margin-left: auto; color: var(--ink-soft); font-family: var(--stamp); font-size: .6rem; font-weight: 700; letter-spacing: .08em; }
.browser-frame img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #ebe6d8; filter: saturate(.72) contrast(.91) sepia(.09); border: 1px solid rgba(52,49,43,.2); }
.frame-caption { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin: .7rem .25rem .15rem; }
.frame-caption strong { font-family: var(--display); font-size: clamp(1.15rem, 1.55vw, 1.5rem); font-weight: 400; }
.frame-caption small { color: var(--ink-soft); font-family: var(--stamp); font-size: clamp(.66rem, .75vw, .82rem); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-project--three .frame-caption { align-items: flex-start; flex-direction: column; gap: .22rem; }
.hero-project--three .frame-caption strong { white-space: nowrap; }
.ribbon-flag { position: absolute; z-index: 6; right: 2.7%; top: 79%; display: grid; place-items: center; width: clamp(125px, 11vw, 178px); height: 82px; padding-right: 1rem; color: var(--paper-light); background: var(--red); clip-path: polygon(0 0, 100% 8%, 86% 50%, 100% 92%, 0 100%); font-family: var(--stamp); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transform: rotate(2deg); transition: background .3s ease, transform .3s ease; }
.ribbon-flag:hover { background: var(--red-dark); transform: rotate(0deg) scale(1.03); }
.ribbon-flag svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.hero-progress { position: absolute; z-index: 7; --dot-one: 42%; --dot-two: 61%; --dot-three: 80%; --join-one-left: 42%; --join-one-width: 19%; --join-two-left: 61%; --join-two-width: 19%; inset-inline: 0; bottom: 8rem; height: 21px; pointer-events: none; }
.hero-progress span { position: absolute; top: 0; width: 21px; height: 21px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); transform: translateX(-50%); }
.hero-progress span:nth-of-type(1) { left: var(--dot-one); }
.hero-progress span:nth-of-type(2) { left: var(--dot-two); }
.hero-progress span:nth-of-type(3) { left: var(--dot-three); }
.hero-progress span.is-active { border-color: var(--red); background: var(--red); }
.hero-progress .progress-join { position: absolute; top: 10px; height: 1px; background: var(--red); }
.hero-progress .progress-join--one { left: var(--join-one-left); width: var(--join-one-width); }
.hero-progress .progress-join--two { left: var(--join-two-left); width: var(--join-two-width); }
.hero-ledger { position: absolute; z-index: 7; left: var(--page-pad); right: var(--page-pad); bottom: 4.8rem; display: grid; grid-template-columns: repeat(4, 1fr); padding: .8rem 0; border-top: 1px solid var(--rule); color: var(--ink-soft); font-family: var(--stamp); font-size: clamp(.76rem, .78vw, .92rem); font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-ledger span, .hero-ledger a { padding: 0 1rem; border-right: 1px solid var(--rule); }
.hero-ledger :first-child { padding-left: 0; }
.hero-ledger :last-child { border: 0; text-align: right; color: var(--red); }
.hero-collage { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 10.2rem; display: grid; grid-template-columns: 1.05fr 1.15fr 1.7fr .9fr .85fr; gap: 1.25rem; padding: 1.15rem var(--page-pad); background: rgba(95,88,72,.18); border-top: 1px solid rgba(52,49,43,.23); }
.collage-note { position: relative; min-height: 2.9rem; border: 1px solid rgba(52,49,43,.26); background: rgba(238,233,216,.34); transform: rotate(var(--tilt, -1deg)); }
.collage-note--one { --tilt: 1.2deg; }.collage-note--two { --tilt: -1.5deg; }.collage-note--three { --tilt: .4deg; }.collage-note--four { --tilt: -.8deg; }.collage-note--five { --tilt: 1deg; }
.collage-note span { display: block; width: 62%; height: 2px; margin: .35rem .55rem; background: rgba(52,49,43,.42); }.collage-note span:nth-child(3) { width: 47%; }.collage-note i { position: absolute; left: .55rem; top: .45rem; width: 2rem; height: 2rem; border: 1px solid rgba(52,49,43,.45); }.collage-note i::after { content:""; position:absolute; inset:0; background: linear-gradient(45deg, transparent 49%, rgba(52,49,43,.4) 50% 51%, transparent 52%), linear-gradient(-45deg, transparent 49%, rgba(52,49,43,.4) 50% 51%, transparent 52%); }.collage-note b { position:absolute; right:.75rem; top:.65rem; width:2.8rem; height:.55rem; border-top:1px solid var(--red); border-bottom:1px solid var(--red); }.collage-note em { position:absolute; left:42%; top:.65rem; width:3.4rem; height:1px; background:var(--ink); transform:rotate(-25deg); }
.ribbon-launch { position: absolute; z-index: 8; left: 4%; top: 78%; display: grid; place-items: center; width: clamp(190px, 19vw, 310px); height: 93px; background: var(--red); box-shadow: 0 17px 22px rgba(51,31,25,.25); color: var(--paper-light); text-align: center; text-decoration: none; transform: rotate(-1.5deg); transition: background .25s ease, transform .25s ease; }
.ribbon-launch:hover { background: var(--red-dark); transform: rotate(0deg) translateY(-3px); }
.ribbon-launch::before, .ribbon-launch::after { content:""; position:absolute; left:-2.5rem; width:4rem; height:68px; background:var(--red); }.ribbon-launch::before { top:17px; clip-path:polygon(100% 0, 0 50%, 100% 100%); }.ribbon-launch::after { right:-1.9rem; left:auto; top:13px; transform:rotate(8deg); clip-path:polygon(0 0, 100% 18%, 82% 51%, 100% 84%, 0 100%); }.ribbon-launch span { position:absolute; inset:8px; display:grid; place-items:center; padding:0 .75rem; border:1px solid rgba(255,255,255,.3); color:var(--paper-light); font-family:var(--stamp); font-size:clamp(.68rem, .8vw, .88rem); font-weight:700; letter-spacing:.11em; line-height:1.35; text-transform:uppercase; }.ribbon-launch span b { font:inherit; color:#fff; }.ribbon-launch i { display:none; }
.project-tether { position:absolute; z-index:2; top:6%; width:1px; height:31%; background:var(--red); }.project-tether::before { content:""; position:absolute; top:-7px; left:-5px; width:11px; height:11px; border-radius:50%; background:var(--red); border:1px solid var(--ink); }.project-tether--one { left:42.4%; }.project-tether--two { left:61.4%; }.project-tether--three { left:80.4%; }
.hero-ribbon--front { display:none; }
.hero-correspondence { position:absolute; z-index:4; display:grid; grid-template-columns:1.8rem 4rem; grid-template-rows:repeat(3,3px); align-items:center; gap:.45rem .55rem; color:rgba(52,49,43,.42); }.hero-correspondence i { grid-row:1 / span 3; width:1.8rem; height:1.8rem; border:1px solid currentColor; }.hero-correspondence b { grid-column:2; grid-row:1; width:100%; height:1px; background:currentColor; }.hero-correspondence span { grid-column:2; height:1px; background:currentColor; }.hero-correspondence--left { display:none; }.hero-correspondence--right { right:15%; top:10%; }

.live-work { position: relative; padding: clamp(5rem, 8vw, 8rem) var(--page-pad); border-top: 1px solid var(--rule); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .65fr); gap: 4rem; align-items: end; margin-bottom: 7rem; }
.section-heading h2, .concepts h2, .services h2, .contact h2 { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.section-heading p, .concepts-header p, .service-intro p { max-width: 42ch; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.project-records { position: relative; max-width: 1360px; margin: 0 auto; }
.record-ribbon { position: absolute; left: 50%; top: 0; width: 100px; height: 100%; transform: translateX(-50%); overflow: visible; }
.record-ribbon path { fill: none; stroke: var(--red); stroke-width: 58; vector-effect: non-scaling-stroke; filter: drop-shadow(0 12px 9px rgba(61,35,25,.24)); }
.project-record { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr); align-items: center; gap: clamp(6rem, 13vw, 12rem); min-height: 430px; margin-bottom: 7rem; }
.project-record--right { grid-template-columns: minmax(18rem, .9fr) minmax(0, 1.1fr); }
.record-visual { position: relative; transform: rotate(-1.5deg); }
.project-record--right .record-visual { transform: rotate(1.2deg); }
.record-visual > a { display: block; padding: 12px; background: var(--paper-light); border: 1px solid var(--ink); box-shadow: var(--soft-shadow); }
.record-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; filter: saturate(.9); }
.record-visual::before { content: ""; position: absolute; inset: -8px 8px 8px -8px; z-index: -1; border: 1px solid var(--rule); }
.wax-seal { position: absolute; right: -22px; bottom: -26px; display: grid; place-items: center; width: 70px; height: 70px; color: rgba(255,255,255,.7); background: var(--red); border: 5px double rgba(255,255,255,.25); border-radius: 48% 52% 46% 54%; box-shadow: 0 9px 16px rgba(52,43,31,.2); font-family: var(--display); transform: rotate(9deg); }
.record-copy { max-width: 34rem; }
.record-status, .concept-label { display: inline-block; margin-bottom: 1rem; padding: .25rem .7rem; color: var(--red); border: 1px solid currentColor; font-family: var(--stamp); font-size: .78rem; font-weight: 700; letter-spacing: .14em; transform: rotate(-1deg); }
.record-copy h3 { margin: 0 0 .8rem; font-family: var(--display); font-size: clamp(2.6rem, 4vw, 4.75rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.record-copy > p { max-width: 46ch; margin: 0 0 1.5rem; color: var(--ink-soft); font-size: 1.05rem; }
.record-copy dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 1.5rem; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.record-copy dl div { padding: .65rem 0; }
.record-copy dl div + div { padding-left: 1rem; border-left: 1px solid var(--rule); }
.record-copy dt { font-family: var(--stamp); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.record-copy dd { margin: 0; color: var(--ink-soft); }

.concepts { position: relative; padding: clamp(6rem, 10vw, 10rem) var(--page-pad) clamp(8rem, 13vw, 13rem); background-color: #34312b; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 5px); color: var(--paper-light); }
.concepts::before { content: "CONCEPT ARCHIVE · NOT CLIENT COMMISSIONS · CONCEPT ARCHIVE · NOT CLIENT COMMISSIONS"; position: absolute; left: 0; right: 0; top: 0; padding: .75rem 0; color: var(--paper); background: var(--red); font-family: var(--stamp); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-align: center; word-spacing: 2rem; overflow: hidden; white-space: nowrap; }
.concepts-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; margin-bottom: 6rem; }
.concepts-header p { color: #d4cebd; }
.concept-reel { display: grid; grid-template-columns: 1fr 1.15fr .9fr; gap: clamp(1.5rem, 4vw, 4.5rem); align-items: center; }
.concept-piece { position: relative; display: grid; padding: 1rem 1rem 1.25rem; color: var(--ink); background: var(--paper-light); box-shadow: 0 26px 48px rgba(0,0,0,.28); text-decoration: none; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.concept-piece--luxe { transform: rotate(-3deg) translateY(1rem); }
.concept-piece--palmo { transform: rotate(1.5deg) translateY(-1rem); }
.concept-piece--aris { transform: rotate(3.5deg) translateY(1.8rem); }
.concept-piece:hover { transform: rotate(0deg) translateY(-.75rem); }
.concept-piece::before { content: ""; position: absolute; inset: 6px -7px -6px 7px; z-index: -1; border: 1px solid rgba(238,233,216,.42); }
.concept-piece img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #ebe6d8; filter: saturate(.75) sepia(.08); border: 1px solid var(--rule); }
.concept-piece .concept-label { position: absolute; z-index: 2; top: -1.15rem; left: 1rem; color: var(--paper-light); background: var(--red); border: 0; }
.concept-piece strong { margin-top: 1rem; font-family: var(--display); font-size: clamp(1.45rem, 2.5vw, 2.35rem); font-weight: 400; line-height: 1; }
.concept-piece small { margin-top: .45rem; color: var(--red); font-family: var(--stamp); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.services { padding: clamp(7rem, 12vw, 12rem) var(--page-pad); }
.service-intro { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 4rem; margin-bottom: 5rem; }
.service-ledger { border-top: 2px solid var(--ink); }
.service-ledger article { display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 2rem; align-items: baseline; padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.service-ledger article > span { color: var(--red); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.1; text-transform: none; }
.service-ledger h3 { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.1; }
.service-ledger p { max-width: 40ch; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.process-strip { display: grid; grid-template-columns: repeat(7, auto); align-items: center; justify-content: space-between; gap: 1rem; margin-top: 6rem; padding: 2.4rem; background: rgba(255,255,255,.18); border: 1px solid var(--rule); box-shadow: inset 0 0 34px rgba(96,79,50,.05); }
.process-strip div { max-width: 12rem; }
.process-strip strong { display: block; color: var(--red); font-family: var(--display); font-size: clamp(1.7rem, 2.1vw, 2.3rem); font-weight: 400; }
.process-strip span { display: block; margin-top: .3rem; color: var(--ink-soft); font-size: .98rem; line-height: 1.35; }
.process-strip i { width: clamp(2rem, 5vw, 5rem); height: 1px; background: var(--red); position: relative; }
.process-strip i::after { content: ""; position: absolute; right: -2px; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--red); border-right: 1px solid var(--red); transform: rotate(45deg); }

.contact { position: relative; min-height: 76vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8rem var(--page-pad); text-align: center; border-top: 1px solid var(--rule); overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; z-index: -1; width: 44vw; height: 110px; background: var(--red); box-shadow: var(--soft-shadow); }
.contact::before { left: -13vw; top: 18%; transform: rotate(17deg); }
.contact::after { right: -13vw; bottom: 14%; transform: rotate(-14deg); }
.contact h2 { max-width: 11ch; }
.contact > p { max-width: 45ch; margin: 1.5rem 0 2.5rem; color: var(--ink-soft); font-size: 1.1rem; }
.contact-stamp { position: relative; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 2rem; color: var(--red); border: 2px solid currentColor; border-radius: 50%; font-family: var(--stamp); line-height: 1.1; transform: rotate(-8deg); }
.contact-stamp::before { content: ""; position: absolute; width: 96px; height: 96px; border: 1px dashed currentColor; border-radius: 50%; }
.contact-stamp span, .contact-stamp small { font-size: .66rem; letter-spacing: .13em; }
.contact-stamp strong { font-size: 1rem; letter-spacing: .07em; }
.contact-ribbon { display: flex; align-items: center; gap: 1.2rem; min-width: min(100%, 530px); padding: 1.15rem 4rem 1.15rem 1.5rem; color: var(--paper-light); background: var(--red); clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 4% 50%); text-align: left; text-decoration: none; transition: background .3s ease, transform .3s ease; }
.contact-ribbon:hover { background: var(--red-dark); transform: scale(1.025); }
.contact-ribbon svg { width: 42px; min-width: 42px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.contact-ribbon span { font-family: var(--display); font-size: clamp(1.15rem, 2.4vw, 1.75rem); line-height: 1.2; }
.contact-ribbon small { display: block; margin-bottom: .15rem; font-family: var(--stamp); font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: end; gap: 2rem; padding: 3rem var(--page-pad) 4rem; color: var(--paper); background: var(--ink); }
.wordmark--footer { color: var(--paper); font-size: 2.6rem; }
.site-footer p { margin: 0; color: #cbc4b3; font-size: 1.05rem; }
.site-footer > div { display: flex; gap: 1.5rem; font-size: 1.05rem; }
.site-footer a { position: relative; text-decoration: none; }
.site-footer small { color: #aaa392; font-size: .95rem; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .registry-mark { display: none; }
  .site-nav { justify-self: end; }
  .hero { height: 700px; min-height: 650px; }
  .hero-copy { width: 32vw; }
  .hero-stage { left: 0; right: 0; height: 400px; }
  .hero-project { width: min(17vw, 200px); }
  .hero-project--one { left: 34%; }
  .hero-project--two { left: 53%; }
  .hero-project--three { left: 72%; }
  .ribbon-flag { right: 1%; top: 47%; width: clamp(110px, 10vw, 145px); }
}

@media (max-width: 880px) {
  body::after { background: linear-gradient(90deg, transparent 0 1.2rem, rgba(141,25,29,.22) 1.2rem 1.26rem, transparent 1.26rem); }
  .site-header { min-height: 92px; }
  .wordmark { font-size: 2.8rem; }
  .menu-toggle { justify-self: end; display: flex; align-items: center; justify-content: center; gap: .55rem; min-width: 44px; min-height: 44px; padding: .65rem; color: var(--red); background: transparent; border: 0; font-family: var(--stamp); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .menu-toggle__lines { display: grid; gap: 4px; width: 24px; }
  .menu-toggle__lines i { display: block; height: 1px; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; left: var(--page-pad); right: var(--page-pad); display: grid; gap: 0; color: var(--paper-light); background: var(--red); box-shadow: var(--soft-shadow); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a { padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.25); }
  .hero { height: auto; min-height: auto; padding-top: 3.5rem; padding-bottom: 0; }
  .hero-copy { width: auto; }
  .hero h1 { max-width: 10.5ch; font-size: clamp(3.2rem, 10vw, 5.4rem); }
  .hero h1 span { white-space: normal; }
  .hero-stage { position: relative; left: auto; right: auto; bottom: auto; height: auto; display: grid; gap: 6.5rem; margin: 4.75rem 0 3.5rem; }
  .hero-ribbon { inset: -2rem -30vw; width: calc(100% + 60vw); height: calc(100% + 4rem); }
  .hero-ribbon--back { transform: rotate(90deg) scaleX(1.35); }
  .hero-project { position: relative; top: auto; left: auto; width: min(78vw, 430px); }
  .hero-project--one { justify-self: start; transform: rotate(-1.4deg); }
  .hero-project--two { justify-self: end; transform: rotate(1deg); }
  .hero-project--three { justify-self: start; margin-left: 5vw; transform: rotate(-.8deg); }
  .project-stamp { bottom: calc(100% + 1rem); }
  .ribbon-flag { position: relative; top: auto; right: auto; justify-self: center; width: min(78vw, 280px); height: 82px; margin: 0 0 2.25rem; }
  .hero-ledger { position: relative; left: auto; right: auto; bottom: auto; grid-template-columns: 1fr 1fr; margin-top: 11rem; margin-bottom: 1.5rem; }
  .hero-ledger span, .hero-ledger a { padding: .55rem; border-bottom: 1px solid var(--rule); }
  .hero-progress, .hero-collage, .hero-correspondence, .project-tether, .ribbon-launch, .hero-ribbon--front { display: none; }
  .section-heading, .concepts-header, .service-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .project-records { padding-left: 3.5rem; }
  .record-ribbon { left: 0; transform: none; width: 34px; }
  .record-ribbon path { stroke-width: 26; }
  .record-visual { width: calc(100% + 3.15rem); margin-left: -3.15rem; }
  .project-record, .project-record--right { grid-template-columns: 1fr; gap: 2.5rem; margin-bottom: 8rem; }
  .project-record--right .record-copy { order: 2; }
  .project-record--right .record-visual { order: 1; }
  .concept-reel { grid-template-columns: 1fr; gap: 5rem; max-width: 620px; margin: 0 auto; }
  .concept-piece--luxe, .concept-piece--palmo, .concept-piece--aris { transform: rotate(0deg); }
  .service-ledger article { grid-template-columns: .35fr 1fr; }
  .service-ledger p { grid-column: 2; }
  .process-strip { grid-template-columns: 1fr; align-items: start; }
  .process-strip i { width: 1px; height: 28px; margin-left: .4rem; }
  .process-strip i::after { right: -3px; top: auto; bottom: -2px; transform: rotate(135deg); }
  .site-footer { grid-template-columns: 1fr 1fr; align-items: center; }
  .site-footer > div, .site-footer > small { justify-self: end; }
}

@media (max-width: 560px) {
  :root { --page-pad: 1.35rem; }
  body::before { inset: 5px; border-radius: 12px; }
  .site-header { padding-top: 1rem; }
  .hero { padding-top: 2.75rem; }
  .hero h1 { font-size: clamp(3rem, 14.2vw, 4.25rem); }
  .hero-copy p { font-size: 1rem; }
  .hero-stage { gap: 6rem; margin-top: 4.5rem; }
  .hero-project { width: calc(100% - 1.5rem); }
  .hero-project--three { margin-left: 0; }
  .browser-frame { padding-bottom: 8px; }
  .frame-caption { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .hero-ledger { grid-template-columns: 1fr; }
  .hero-ledger span, .hero-ledger a { padding: .55rem 0; border-right: 0; text-align: left !important; }
  .live-work { padding-top: 6rem; }
  .section-heading { margin-bottom: 5rem; }
  .section-heading h2, .concepts h2, .services h2, .contact h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .project-records { padding-left: 3.5rem; }
  .record-ribbon { left: 0; width: 32px; }
  .record-copy dl { grid-template-columns: 1fr; }
  .record-copy dl div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule); }
  .wax-seal { right: -10px; }
  .concepts::before { text-align: left; padding-left: 1rem; }
  .service-ledger article { grid-template-columns: 1fr; gap: .6rem; padding: 1.6rem 0; }
  .service-ledger p { grid-column: auto; }
  .process-strip { padding: 1.5rem; }
  .contact { min-height: auto; padding: 5rem var(--page-pad); }
  .contact::before, .contact::after { display: none; }
  .contact-ribbon { padding: 1rem 2.5rem 1rem 1rem; clip-path: polygon(0 0,100% 0,95% 50%,100% 100%,0 100%); }
  .contact-ribbon svg { width: 32px; min-width: 32px; }
  .contact-ribbon span { font-family: var(--stamp); font-size: 1rem; }
  .site-footer { grid-template-columns: 1fr; gap: 1rem; }
  .site-footer > div, .site-footer > small { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .hero-ribbon { clip-path: none; }
}
