:root { --ink: #181816; --paper: #e5e1d9; --accent: #cfdd71; --light: #f4f0ea; --line: rgba(24,24,22,.26); --gutter: clamp(24px,8vw,128px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header { position: absolute; z-index: 3; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 27px clamp(24px,3.5vw,56px); color: #fff; font: 11px "DM Mono", monospace; letter-spacing: .08em; }
.brand { font: 500 18px "DM Sans", sans-serif; letter-spacing: -.08em; }.brand span { margin-left: 3px; font-family: "Playfair Display", serif; font-style: italic; font-weight: 400; }.site-nav { display: flex; gap: 28px; }.site-nav a { opacity: .82; transition: opacity 180ms ease; }.site-nav a:hover { opacity: 1; }.menu { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }.menu i { display: block; height: 1px; margin: 6px 0; background: #fff; }
.eyebrow { margin: 0 0 24px; font: 10px "DM Mono", monospace; letter-spacing: .12em; }.hero h1,.statement h2,.services h2,.editorial h2,.contact h2 { margin: 0; font: 400 clamp(48px,8.4vw,132px)/.91 "Playfair Display",serif; letter-spacing: -.06em; }.hero h1 em,.statement h2 em,.services h2 em,.editorial h2 em,.contact h2 em { font-weight: 400; }
.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: #777; }.hero-photo,.hero-shade { position: absolute; inset: 0; }.hero-photo { background: linear-gradient(125deg,#242322 0%,#8e8b82 55%,#c5c1b7 100%),url("hero-photo-web.jpg") center 38%/cover; background-blend-mode: multiply; }.hero-shade { background: linear-gradient(90deg,rgba(6,8,7,.58),rgba(9,10,9,.1) 65%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 35%); }.hero-copy { position: relative; z-index: 1; max-width: 760px; padding: 20vh var(--gutter) 0; }.hero h1 { font-size: clamp(54px,7.2vw,110px); }.hero-lead { max-width: 460px; margin: 28px 0 0; font-size: clamp(15px,1.25vw,18px); line-height: 1.5; }.payment-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; min-width: min(100%,320px); margin-top: 34px; padding: 16px 18px 16px 20px; border: 1px solid #fff; color: var(--ink); background: #fff; font: 500 12px "DM Mono",monospace; letter-spacing: .04em; cursor: pointer; transition: transform 180ms ease,background 180ms ease,color 180ms ease; }.payment-button:hover { color: #fff; background: transparent; transform: translateY(-2px); }.payment-button b { font-size: 20px; font-weight: 400; }.hero-footer { position: absolute; right: clamp(24px,3.5vw,56px); bottom: 25px; left: clamp(24px,3.5vw,56px); display: flex; justify-content: space-between; font: 10px "DM Mono",monospace; letter-spacing: .09em; }
.statement { padding: clamp(100px,13vw,210px) var(--gutter) clamp(80px,10vw,160px); }.statement h2 { max-width: 1120px; font-size: clamp(42px,6.35vw,100px); }.statement-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-top: clamp(70px,11vw,180px); padding-top: 18px; border-top: 1px solid var(--line); }.statement-bottom p { max-width: 390px; margin: 0; font-size: 16px; line-height: 1.55; }.text-link,.contact-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; font: 11px "DM Mono",monospace; letter-spacing: .06em; }.text-link span,.contact-link span { margin-left: 8px; font-size: 16px; }
.services { padding: clamp(90px,10vw,160px) var(--gutter); color: var(--light); background: var(--ink); }.section-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: clamp(70px,11vw,170px); }.services h2 { font-size: clamp(48px,6.5vw,103px); }.service-list { border-top: 1px solid #5c5c55; }.service { display: grid; grid-template-columns: 10% minmax(200px,28%) minmax(0,1fr) auto; gap: 15px; align-items: start; padding: 25px 0; border-bottom: 1px solid #5c5c55; transition: color 180ms ease,padding 180ms ease; }.service:hover { padding-left: 15px; color: var(--accent); }.service > span,.service b { font: 400 11px "DM Mono",monospace; }.service h3 { margin: 0; font: 400 clamp(30px,3.2vw,52px)/.9 "Playfair Display",serif; letter-spacing: -.05em; }.service p { max-width: 330px; margin: 3px 0; font-size: 14px; line-height: 1.45; }.service b { font-size: 20px; }
.editorial { display: grid; min-height: 80svh; grid-template-columns: 53% 47%; overflow: hidden; background: #9a978e; }.editorial-photo { min-height: 520px; background: linear-gradient(145deg,#383733,#99958a),url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1400&q=85") center/cover; background-blend-mode: multiply; filter: grayscale(100%); }.editorial-copy { padding: 16vw 7vw 6vw; background: #c9c5bb; }.editorial h2 { font-size: clamp(46px,5.3vw,82px); }
.contact { display: flex; min-height: 82svh; flex-direction: column; align-items: flex-start; padding: clamp(90px,12vw,190px) var(--gutter) 28px; background: var(--accent); }.audience { display: grid; width: 100%; grid-template-columns: minmax(300px,1.2fr) minmax(280px,.8fr); gap: clamp(40px,10vw,160px); }.contact h2 { font-size: clamp(52px,7vw,105px); }.audience ul { max-width: 430px; margin: 6px 0 0; padding: 0; list-style: none; font-size: 16px; line-height: 1.5; }.audience li { padding: 12px 0; border-top: 1px solid rgba(24,24,22,.35); }.audience li::before { content: "— "; }.contact-link { margin-top: clamp(55px,8vw,120px); font-size: 13px; }.contact-footer { display: flex; width: 100%; margin-top: auto; padding-top: 55px; justify-content: space-between; font: 10px "DM Mono",monospace; letter-spacing: .08em; }.contact-footer a { border-bottom: 1px solid transparent; }.contact-footer a:hover { border-color: currentColor; }
.payment-dialog { width: min(92vw,570px); padding: 0; border: 0; background: transparent; }.payment-dialog::backdrop { background: rgba(14,14,12,.7); backdrop-filter: blur(5px); }.payment-dialog__inner { position: relative; padding: clamp(34px,6vw,64px); background: var(--paper); }.payment-dialog h2 { margin: 0; font: 400 clamp(45px,6vw,72px)/.9 "Playfair Display",serif; letter-spacing: -.06em; }.payment-dialog__text { max-width: 385px; margin: 22px 0 30px; line-height: 1.5; }.dialog-close { position: absolute; top: 16px; right: 20px; border: 0; color: var(--ink); background: transparent; font-size: 30px; cursor: pointer; }.payment-form { display: grid; gap: 18px; }.payment-form label { display: grid; gap: 8px; font: 10px "DM Mono",monospace; letter-spacing: .08em; }.payment-form input { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; color: var(--ink); background: transparent; font: 16px "DM Sans",sans-serif; }.payment-form input:focus { border-bottom-width: 2px; }.payment-button--dark { width: 100%; margin-top: 12px; border-color: var(--ink); color: #fff; background: var(--ink); }.payment-button--dark:hover { color: var(--ink); background: transparent; }.payment-note,.payment-error { margin: 0; font-size: 11px; line-height: 1.45; }.payment-error { color: #9a2618; }
@media (max-width: 900px) { .audience { grid-template-columns: 1fr; gap: 28px; } .service { grid-template-columns: 10% minmax(0,1fr) auto; } .service p { grid-column: 2 / 4; } }
@media (max-width: 700px) { :root { --gutter: 7vw; } .site-header { position: sticky; top: 0; padding: 20px var(--gutter); background: rgba(12,12,12,.15); backdrop-filter: blur(8px); } .site-nav { position: absolute; top: calc(100% + 10px); right: var(--gutter); left: var(--gutter); display: none; flex-direction: column; gap: 18px; padding: 20px; background: rgba(24,24,22,.96); color: #fff; border: 1px solid rgba(255,255,255,.12); } .site-nav.is-open { display: flex; } .menu { display: block; } .hero { min-height: min(100svh, 920px); } .hero-copy { padding-top: 22vh; } .hero h1 { font-size: clamp(48px,15vw,86px); } .hero-lead { max-width: 350px; margin-top: 24px; font-size: 15px; } .payment-button { width: min(100%,340px); margin-top: 28px; padding-right: 14px; } .statement-bottom,.section-heading { display: block; } .statement-bottom p { margin-bottom: 36px; } .section-heading .eyebrow { margin-bottom: 65px; } .service { grid-template-columns: 13% 1fr auto; gap: 12px; } .service p { grid-column: 2 / 4; margin-top: 5px; } .editorial { grid-template-columns: 1fr; } .editorial-photo { min-height: 94vw; } .editorial-copy { padding: 16vw var(--gutter) 22vw; } .audience ul { margin-top: 42px; } .contact-footer { flex-wrap: wrap; gap: 15px; font-size: 9px; } .hero-footer { right: var(--gutter); left: var(--gutter); } .hero-footer span:last-child { display: none; } .payment-dialog__inner { padding: 26px 18px 22px; } .payment-form label { font-size: 9px; } }
@media (max-width: 480px) { .brand { font-size: 16px; } .hero-copy { padding-top: 18vh; } .hero h1 { font-size: clamp(42px,18vw,64px); } .hero-lead { font-size: 14px; } .payment-button { width: 100%; gap: 18px; min-width: 0; } .contact h2 { font-size: clamp(42px,17vw,62px); } .services h2 { font-size: clamp(42px,16vw,64px); } .service h3 { font-size: clamp(26px,8vw,38px); } .contact-footer { flex-direction: column; align-items: flex-start; } }
@supports (padding: max(0px)) { .site-header { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); } .hero-copy, .statement, .services, .contact, .editorial-copy { padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); } }
