:root {
  --ink: #11110f;
  --paper: #f3efe6;
  --paper-2: #e6dfd2;
  --accent: #ff593d;
  --line: rgba(17,17,15,.2);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 2.2vw; color: white; mix-blend-mode: difference; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .72rem; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 1.15rem; aspect-ratio: 1; border: 3px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 3px transparent; }
nav { display: flex; gap: .45rem; align-items: center; }
nav a { text-decoration: none; padding: .7rem .9rem; font-size: .83rem; }
.nav-cta { border: 1px solid currentColor; border-radius: 99px; }
.menu-toggle { display: none; color: inherit; background: none; border: 1px solid currentColor; border-radius: 99px; padding: .55rem .8rem; }
.hero { min-height: 100svh; background: var(--ink); color: white; display: grid; grid-template-columns: 42% 58%; position: relative; overflow: hidden; }
.hero-copy { padding: 18vh 5vw 8rem; align-self: center; z-index: 2; }
.eyebrow, .section-number { margin: 0 0 1.5rem; font-size: .72rem; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.055em; line-height: .94; }
h1 { font-size: clamp(3.4rem, 6.3vw, 7.4rem); }
h2 { font-size: clamp(2.7rem, 5.2vw, 6rem); }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; }
.hero-text { max-width: 34rem; margin: 2rem 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.3vw, 1.2rem); }
.button { display: inline-flex; align-items: center; gap: 2rem; padding: 1rem 1.2rem; border: 1px solid currentColor; border-radius: 99px; text-decoration: none; font-size: .85rem; font-weight: 700; transition: background .2s, color .2s; }
.button:hover { background: white; color: var(--ink); }
.hero-images { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 58% 42%; gap: 3px; }
.hero-images figure { margin: 0; overflow: hidden; }
.hero-main { grid-column: 1 / 3; }
.hero-images img { filter: saturate(.83) contrast(1.05); transition: transform 1.2s ease; }
.hero-images figure:hover img { transform: scale(1.025); }
.hero-note { position: absolute; bottom: 1.5rem; left: 5vw; margin: 0; max-width: 23rem; color: rgba(255,255,255,.55); font-size: .75rem; }
.section { padding: clamp(5rem, 10vw, 10rem) 5vw; }
.intro { display: grid; grid-template-columns: 17% 58% 25%; gap: 2rem; border-bottom: 1px solid var(--line); }
.intro .lead { max-width: 48rem; font-size: clamp(1.15rem, 1.8vw, 1.55rem); margin: 2.2rem 0 0; }
.facts { display: flex; flex-direction: column; justify-content: flex-end; }
.facts span { border-top: 1px solid var(--line); padding: .85rem 0; font-size: .82rem; }
.section-heading { display: grid; grid-template-columns: 17% 1fr; align-items: end; margin-bottom: 4rem; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 21vw; grid-auto-flow: dense; gap: .8rem; }
.gallery-item { grid-column: span 4; position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; cursor: zoom-in; text-align: left; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item img { transition: transform .55s ease, filter .55s ease; }
.gallery-item.presseball img { object-position: center 18%; }
.gallery-item:hover img { transform: scale(1.025); filter: brightness(.82); }
.gallery-item span { position: absolute; left: 1rem; bottom: 1rem; color: white; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(.5rem); transition: .25s; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: none; }
.about { display: grid; grid-template-columns: minmax(0, 46%) 1fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--paper-2); }
.about-photo { min-height: 42rem; overflow: hidden; }
.about-photo img { object-position: 58% center; }
.about-copy { max-width: 48rem; }
.about-copy h2 { margin-bottom: 2.2rem; }
.about-copy > p { max-width: 42rem; color: #565249; }
.about-copy .about-lead { color: var(--ink); font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 3rem 0 0; border-top: 1px solid var(--line); }
.about-facts div { padding: 1.1rem 1rem 0 0; }
.about-facts dt { font-size: 1.15rem; font-weight: 700; }
.about-facts dd { margin: .25rem 0 0; color: #6b675e; font-size: .78rem; }
.services { display: grid; grid-template-columns: 42% 1fr; gap: 8vw; background: var(--ink); color: white; }
.services-intro { position: sticky; top: 3rem; align-self: start; }
.services-intro > p:last-child { max-width: 34rem; color: rgba(255,255,255,.65); font-size: 1.05rem; margin-top: 2rem; }
.service-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.8rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.service-list article > span { color: var(--accent); font-size: .75rem; }
.service-list h3 { margin: 0 0 .5rem; font-size: 1.45rem; font-weight: 500; }
.service-list p { margin: 0; color: rgba(255,255,255,.6); max-width: 32rem; }
.promise { background: var(--paper-2); }
.promise-heading { display: grid; grid-template-columns: 17% 1fr; align-items: end; margin-bottom: 4rem; }
.promise-heading h2 { max-width: 68rem; }
.promise-grid { display: grid; grid-template-columns: repeat(10, 1fr); border-top: 1px solid var(--line); }
.promise-grid article { grid-column: span 2; min-height: 16rem; padding: 1.4rem 1.25rem 1.8rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; position: relative; }
.promise-grid article::after { content: ""; position: absolute; left: 1.25rem; right: 1.25rem; top: 3.4rem; height: 2px; background: var(--accent); transform-origin: left; }
.promise-grid article:first-child { border-left: 1px solid var(--line); }
.promise-grid article > span { color: var(--accent); font-size: .72rem; font-weight: 700; }
.promise-grid h3 { margin: 3rem 0 .8rem; font-size: clamp(1.25rem, 1.8vw, 1.7rem); font-weight: 500; }
.promise-grid p { margin: 0; color: #625e55; font-size: .9rem; }
.story-strip { display: grid; grid-template-columns: 1.2fr .9fr .9fr 1.2fr; height: min(36vw, 34rem); gap: 3px; background: var(--ink); }
.story-strip img:nth-child(2), .story-strip img:nth-child(4) { margin-top: 3rem; height: calc(100% - 3rem); }
.process { display: grid; grid-template-columns: 42% 1fr; gap: 8vw; }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { display: grid; grid-template-columns: 6rem 1fr; column-gap: 1rem; border-top: 1px solid var(--line); padding: 1.4rem 0 2rem; }
.process li span { grid-row: span 2; color: #6b675e; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.process h3 { margin: 0 0 .5rem; font-size: 1.35rem; }
.process li p { margin: 0; max-width: 36rem; color: #625e55; }
.contact { background: var(--accent); display: grid; grid-template-columns: 16% 1fr auto; gap: 2rem; align-items: end; }
.contact p:not(.section-number) { max-width: 42rem; font-size: 1.05rem; }
.button-light:hover { background: var(--ink); color: white; }
.legal { display: grid; grid-template-columns: 17% 1fr; gap: 2rem; background: var(--paper-2); border-top: 1px solid var(--line); }
.legal h2 { font-family: var(--sans); font-size: clamp(1.6rem, 2.4vw, 2.5rem); letter-spacing: -.03em; margin-bottom: 1.5rem; }
.legal address { font-style: normal; }
.legal strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.privacy-hero { padding: 10rem 5vw 5rem; background: var(--ink); color: white; }
.privacy-hero h1 { max-width: 70rem; }
.privacy-content { display: grid; grid-template-columns: minmax(12rem, 24%) minmax(0, 48rem); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.privacy-content aside { position: sticky; top: 2rem; }
.privacy-content aside p { margin: 0; color: #68645b; font-size: .88rem; }
.privacy-copy section { padding: 0 0 2.5rem; margin: 0 0 2.5rem; border-bottom: 1px solid var(--line); }
.privacy-copy section:last-child { margin-bottom: 0; }
.privacy-copy h2 { margin: 0 0 1.2rem; font-family: var(--sans); font-size: clamp(1.45rem, 2.4vw, 2.25rem); letter-spacing: -.03em; line-height: 1.08; }
.privacy-copy h3 { margin: 1.6rem 0 .6rem; font-size: 1.05rem; }
.privacy-copy p, .privacy-copy li { color: #4e4a42; }
.privacy-copy ul { padding-left: 1.25rem; }
.privacy-copy address { font-style: normal; }
footer { background: var(--ink); color: white; padding: 2rem 5vw; display: grid; grid-template-columns: 1fr 1fr auto; gap: 1rem; font-size: .75rem; color: rgba(255,255,255,.58); }
footer p { margin: 0; }
.lightbox { width: min(92vw, 1200px); height: min(90vh, 850px); padding: 0; border: 0; background: #080807; overflow: hidden; }
.lightbox::backdrop { background: rgba(0,0,0,.88); }
.lightbox img { object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: .8rem; top: .8rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); color: white; background: rgba(0,0,0,.35); font-size: 1.5rem; cursor: pointer; }
@media (max-width: 900px) {
  .site-header { padding: 1rem; }
  .menu-toggle { display: block; }
  nav { position: absolute; right: 1rem; top: 4rem; background: var(--ink); color: white; flex-direction: column; align-items: stretch; padding: .5rem; min-width: 13rem; display: none; mix-blend-mode: normal; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto 55vh; }
  .hero-copy { padding: 9rem 1rem 4rem; }
  .hero-images { min-height: 55vh; }
  .hero-note { display: none; }
  .section { padding: 5rem 1rem; }
  .intro, .about, .services, .process, .legal, .privacy-content { grid-template-columns: 1fr; }
  .privacy-hero { padding: 8rem 1rem 4rem; }
  .privacy-content aside { position: static; }
  .about-photo { min-height: 70vw; }
  .facts { margin-top: 2rem; }
  .section-heading, .promise-heading { grid-template-columns: 1fr; gap: 1rem; }
  .gallery { grid-auto-rows: 44vw; gap: .45rem; }
  .gallery-item, .gallery-item.wide { grid-column: span 6; }
  .services-intro { position: static; }
  .story-strip { grid-template-columns: 1fr 1fr; height: auto; }
  .story-strip img { height: 55vw; }
  .story-strip img:nth-child(2), .story-strip img:nth-child(4) { margin-top: 0; height: 55vw; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid article { grid-column: span 1; min-height: 15rem; border-top: 1px solid var(--line); }
  .promise-grid article:first-child { border-left: 0; }
  .contact { grid-template-columns: 1fr; align-items: start; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  h1 { font-size: 3.25rem; }
  .hero-images { grid-template-columns: 1fr 1fr; grid-template-rows: 64% 36%; }
  .gallery { display: block; }
  .gallery-item { width: 100%; height: 70vw; margin-bottom: .5rem; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { min-height: 14rem; border-right: 0; }
  .process li { grid-template-columns: 4.5rem 1fr; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
