:root {
  --ink: #12141a;
  --ink-soft: #262a33;
  --paper: #f4f1ea;
  --paper-bright: #fbfaf7;
  --gold: #c6a15b;
  --gold-light: #e6cf9d;
  --line: rgba(18, 20, 26, .14);
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-bright); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; background: var(--white); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); background: linear-gradient(to bottom, rgba(8,9,12,.78), transparent); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(13,15,20,.96); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; letter-spacing: .02em; }
.brand-mark { width: 45px; height: 45px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold-light); font-family: Georgia, serif; font-size: 20px; }
.brand-copy { display: grid; line-height: 1.05; text-transform: uppercase; }
.brand-copy strong { font-size: 15px; letter-spacing: .2em; }
.brand-copy small { margin-top: 6px; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { border: 1px solid rgba(255,255,255,.52); padding: 11px 15px; }
.nav-cta:hover { border-color: var(--gold); color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: white; margin: 7px 0; transition: .25s; }
.hero { position: relative; min-height: 820px; height: 100svh; display: grid; align-items: center; color: white; overflow: hidden; background: #0b0d11; }
.hero-art { position: absolute; inset: 0; background: url('../images/hero.svg') center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,7,.92) 0%, rgba(4,5,7,.67) 43%, rgba(4,5,7,.15) 72%), linear-gradient(0deg, rgba(4,5,7,.62), transparent 48%); }
.hero-content { position: relative; z-index: 1; padding-top: 84px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; }
.hero h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(64px, 9vw, 132px); line-height: .84; letter-spacing: -.055em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px var(--gold-light); }
.hero-lede { max-width: 560px; margin: 32px 0 0; color: rgba(255,255,255,.76); font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 12px 22px; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .18s, background .18s, border .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #111; }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.1); }
.button-ghost:hover { border-color: white; }
.scroll-cue { position: absolute; z-index: 2; right: 44px; bottom: 34px; display: grid; justify-items: center; gap: 10px; color: rgba(255,255,255,.62); text-decoration: none; text-transform: uppercase; font-size: 9px; letter-spacing: .22em; }
.scroll-cue span { display: block; width: 1px; height: 52px; background: linear-gradient(var(--gold), transparent); }
.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 74px); line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.45fr .75fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 7px; color: #626873; font-size: 16px; }
.portfolio-section { background: var(--paper-bright); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.filter { border: 0; border-bottom: 1px solid transparent; background: transparent; padding: 8px 2px; margin-right: 22px; color: #777d86; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; cursor: pointer; }
.filter.is-active, .filter:hover { color: var(--ink); border-color: var(--gold); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 18px; }
.gallery-card { position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; cursor: zoom-in; text-align: left; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,8,.75), transparent 58%); transition: opacity .28s; }
.gallery-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card span { position: absolute; z-index: 2; left: 24px; bottom: 21px; display: grid; color: white; }
.gallery-card b { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.gallery-card small { margin-top: 4px; color: var(--gold-light); text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.gallery-card.card-tall { grid-row: span 2; }
.gallery-card.card-wide { grid-column: span 2; }
.gallery-card[hidden] { display: none; }
.portfolio-note { color: #777d86; font-size: 12px; margin: 18px 0 0; }
.services-section { color: white; background: var(--ink); }
.services-section .section-heading { margin-bottom: 60px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); }
.service-card { min-height: 380px; padding: 42px 36px; border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.service-card:last-child { border-right: 0; }
.service-card.featured { background: #1e222b; }
.service-number { color: var(--gold); font-family: Georgia, serif; font-style: italic; }
.service-card h3 { margin: 70px 0 18px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; line-height: 1.05; }
.service-card p { color: rgba(255,255,255,.61); margin: 0; }
.service-card a { margin-top: auto; color: var(--gold-light); text-decoration: none; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.about-image-wrap { position: relative; }
.about-image-wrap img { aspect-ratio: 4/5; object-fit: cover; }
.about-stamp { position: absolute; right: -34px; bottom: 54px; width: 128px; height: 128px; border-radius: 50%; display: grid; grid-template-columns: auto auto; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--ink); transform: rotate(-7deg); }
.about-stamp span { font-family: Georgia, serif; font-size: 32px; color: var(--gold-light); }
.about-stamp small { padding-left: 9px; border-left: 1px solid rgba(255,255,255,.25); font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.about-copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(54px, 7vw, 94px); line-height: .92; font-weight: 400; letter-spacing: -.05em; }
.about-lede { font-family: Georgia, serif; font-size: 28px; line-height: 1.3; }
.about-copy p:not(.eyebrow):not(.about-lede) { color: #626873; }
.text-link { display: inline-block; margin-top: 20px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 5px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.testimonial-band { padding: 100px 0; color: white; background: linear-gradient(rgba(13,15,20,.85), rgba(13,15,20,.85)), url('../images/editorial-night.svg') center/cover fixed; }
.testimonial-band blockquote { max-width: 900px; margin: 0 auto; text-align: center; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 62px); line-height: 1.15; font-weight: 400; }
.contact-section { background: var(--paper-bright); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 140px); }
.contact-grid h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(45px, 6vw, 78px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.contact-grid > div > p:not(.eyebrow) { color: #636975; }
.contact-details { display: grid; gap: 6px; margin-top: 34px; color: #5f6570; font-size: 13px; }
.contact-details span::before { content: "—"; color: var(--gold); margin-right: 10px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 7px; color: #5e6470; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.contact-form label:nth-child(4), .contact-form .button, .form-note { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #bfc1c5; border-radius: 0; padding: 11px 2px; color: var(--ink); background: transparent; outline: 0; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; border: 0; }
.form-note { margin: -8px 0 0; color: #81858d; font-size: 11px; text-transform: none; letter-spacing: normal; }
.form-note code { background: #ece9e2; padding: 2px 4px; }
.site-footer { padding: 35px 0; color: white; background: #0c0e12; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-grid p, .social-links { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.social-links { display: flex; gap: 18px; }
.social-links a { text-decoration: none; }
.lightbox { width: min(1000px, calc(100% - 30px)); max-height: 92vh; border: 0; padding: 0; color: white; background: #111319; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(6px); }
.lightbox img { max-height: 78vh; object-fit: contain; background: #090a0d; }
.lightbox p { margin: 0; padding: 18px 22px; font-family: Georgia, serif; font-size: 22px; }
.lightbox-close { position: absolute; z-index: 2; right: 10px; top: 8px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: rgba(0,0,0,.6); font-size: 27px; cursor: pointer; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 84px; display: none; align-items: stretch; gap: 0; padding: 18px 20px 26px; background: rgba(13,15,20,.98); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-cta { margin-top: 12px; padding: 13px 14px; text-align: center; border: 1px solid rgba(255,255,255,.4); }
  .split-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .split-heading { align-items: start; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { margin-top: 45px; }
  .about-image-wrap { max-width: 620px; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand-copy { display: none; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 72px; }
  .hero h1 { font-size: clamp(58px, 20vw, 88px); }
  .hero-lede { font-size: 17px; }
  .scroll-cue { display: none; }
  .section { padding: 80px 0; }
  .section-heading h2 { font-size: 44px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .gallery-card.card-tall, .gallery-card.card-wide { grid-row: auto; grid-column: auto; }
  .service-card { padding: 34px 26px; }
  .about-stamp { width: 105px; height: 105px; right: -4px; bottom: 26px; }
  .about-lede { font-size: 24px; }
  .testimonial-band { background-attachment: scroll; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .contact-form label:nth-child(4), .contact-form .button, .form-note { grid-column: 1; }
  .footer-grid { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
