:root {
  --burgundy: #6f1d35;
  --burgundy-dark: #4e1023;
  --ink: #141416;
  --paper: #e7e6e3;
  --line: rgba(20, 20, 22, .16);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--burgundy); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: flex; align-items: center; gap: 16px; }
.brand-logo { display: block; width: 92px; height: 54px; object-fit: contain; object-position: left center; }
.brand-name { max-width: 120px; font-size: .68rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
nav { display: flex; align-items: center; gap: clamp(16px, 1.7vw, 30px); font-size: .875rem; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); }
.menu-button { display: none; border: 0; background: transparent; color: white; font: inherit; }

.hero { min-height: 820px; position: relative; overflow: hidden; padding: 190px 5vw 80px; color: var(--ink); background: var(--paper); display: grid; grid-template-columns: 1.45fr .75fr; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background: linear-gradient(116deg, transparent 0 50%, rgba(111,29,53,.11) 50.1% 50.3%, transparent 50.4%), linear-gradient(28deg, transparent 0 67%, rgba(20,20,22,.08) 67.1% 67.25%, transparent 67.4%); }
.hero-copy, .hero-visual, .hero-foot { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.6rem, 7.4vw, 7.7rem); line-height: .86; letter-spacing: -.065em; font-weight: 760; }
.hero h1 em { display: inline-block; margin-top: 16px; font-family: Georgia, serif; font-weight: 400; font-size: .58em; letter-spacing: -.04em; }
.hero-intro { max-width: 660px; margin: 40px 0 0; font-size: 1.18rem; line-height: 1.55; color: #55555b; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-block; padding: 17px 23px; font-size: .85rem; font-weight: 750; }
.button-primary { color: white; background: var(--burgundy); }
.text-link { font-size: .86rem; padding-bottom: 5px; border-bottom: 1px solid rgba(20,20,22,.4); }
.hero-visual { justify-self: center; width: 290px; height: 350px; display: grid; place-content: center; border: 1px solid rgba(20,20,22,.35); transform: skewY(-8deg); }
.hero-visual::after { content: ""; position: absolute; inset: 25px -28px -25px 28px; border: 1px solid rgba(111,29,53,.24); }
.hero-number { color: var(--burgundy); font-size: 8rem; line-height: .8; font-weight: 800; letter-spacing: -.08em; transform: skewY(8deg); }
.hero-number span { font-size: 2.5rem; vertical-align: top; }
.hero-visual p { margin: 24px 0 0; font-size: .78rem; text-align: center; letter-spacing: .16em; text-transform: uppercase; transform: skewY(8deg); }
.hero-foot { position: absolute; bottom: 34px; left: 5vw; right: 5vw; display: flex; gap: 34px; color: #55555b; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-foot span::before { content: "—"; margin-right: 9px; }

.proof { padding: 70px 5vw 0; background: white; }
.proof > p { max-width: 850px; margin: 0 0 52px; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.2; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid article { min-height: 165px; padding: 30px 24px; border-right: 1px solid var(--line); }
.proof-grid article:last-child { border: 0; }
.proof-grid strong { display: block; margin-bottom: 30px; font-size: 1.12rem; }
.proof-grid span { display: block; max-width: 220px; font-size: .85rem; line-height: 1.5; color: #666; }

.section { padding: 130px 5vw; }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr .8fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.section h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.3rem); line-height: .96; letter-spacing: -.06em; }
.section-heading > p:last-child { margin: 0; font-size: 1rem; line-height: 1.65; color: #59595e; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s; }
.services article:hover, .service-feature { color: white; background: var(--burgundy); }
.services span { font-size: .72rem; letter-spacing: .14em; }
.services h3 { margin: 52px 0 18px; font-size: 1.45rem; line-height: 1.25; overflow-wrap: anywhere; }
.services p { margin: 0; max-width: 340px; font-size: 1rem; line-height: 1.6; color: #626267; }
.services article:hover p, .service-feature p { color: rgba(255,255,255,.72); }

.projects { background: white; }
.projects-heading { margin-bottom: 58px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-grid article { position: relative; min-height: 470px; padding: 26px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f2f1ee; }
.project-grid article:nth-child(2) { color: white; background: var(--burgundy); }
.project-code, .project-client { font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-letter { position: absolute; top: 42px; right: -8px; color: rgba(111,29,53,.08); font-size: 12rem; line-height: 1; font-weight: 850; letter-spacing: -.12em; }
.project-grid article:nth-child(2) .project-letter { color: rgba(255,255,255,.09); }
.project-body { position: relative; z-index: 1; }
.project-client { margin-bottom: 20px; color: var(--burgundy); }
.project-grid article:nth-child(2) .project-client { color: #e5bdc9; }
.project-body h3 { margin: 0 0 18px; max-width: 340px; font-size: 1.65rem; line-height: 1.1; }
.project-details { margin: 24px 0 0; }
.project-details > div { padding: 16px 0; border-top: 1px solid var(--line); }
.project-details > div:last-child { padding-bottom: 0; }
.project-details dt { margin-bottom: 8px; font-size: .875rem; line-height: 1.4; font-weight: 700; }
.project-details dd { margin: 0; font-size: 1rem; line-height: 1.6; color: #626267; }
.project-grid article:nth-child(2) .project-details > div { border-top-color: rgba(255,255,255,.25); }
.project-grid article:nth-child(2) .project-details dd { color: rgba(255,255,255,.85); }

.environments { color: white; background: var(--ink); display: grid; grid-template-columns: 1fr 1.05fr; gap: 10vw; }
.environment-intro h2 { max-width: 650px; }
.lead { margin: 35px 0 70px; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.2vw, 2.2rem); line-height: 1.35; color: #d6d2cd; }
.environment-content ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.environment-content li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 1rem; }
.environment-content li span { padding-top: 3px; color: #cf98a8; font-size: .875rem; }
.environment-content li strong { display: block; line-height: 1.4; font-weight: 600; }
.environment-content li p { margin: 10px 0 0; color: #bdbdc2; font-size: 1rem; line-height: 1.6; }

.method { background: var(--paper); }
.method-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-steps li { min-width: 0; padding: 30px 24px 34px; border-right: 1px solid var(--line); }
.method-steps li:last-child { border-right: 0; }
.method-number { display: block; margin-bottom: 38px; color: var(--burgundy); font-size: 2.5rem; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.method-steps h3 { margin: 0 0 18px; font-size: 1.25rem; line-height: 1.3; overflow-wrap: anywhere; }
.method-steps p { margin: 0; color: #525258; font-size: 1rem; line-height: 1.65; }
.method-environment { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; margin-top: 44px; padding-left: 26px; border-left: 3px solid var(--burgundy); }
.method-environment h3 { margin: 0; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; line-height: 1.2; }
.method-environment p { max-width: 760px; margin: 0; color: #525258; font-size: 1rem; line-height: 1.65; }

.company { background: white; }
.company-top { display: grid; grid-template-columns: 1.4fr .8fr; gap: 10vw; }
.company-copy { padding-top: 44px; }
.company-copy p { margin: 0 0 25px; font-size: 1.03rem; line-height: 1.75; color: #525258; }
.company-facts { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-facts article { min-height: 190px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-facts strong { color: var(--burgundy); font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .9; letter-spacing: -.07em; }
.company-facts span { font-size: .74rem; line-height: 1.55; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.organization { margin-top: 110px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.organization-heading h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.organization-grid { border-top: 1px solid var(--line); }
.organization-grid article { display: grid; grid-template-columns: 48px .8fr 1.2fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: start; }
.organization-grid span { color: var(--burgundy); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.organization-grid h4 { margin: 0; font-size: 1.08rem; line-height: 1.35; }
.organization-grid p { margin: 0; color: #626267; font-size: .9rem; line-height: 1.6; }

.contact { padding: 120px 8vw; color: white; background: var(--ink); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact h2 { max-width: 740px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 4.8vw, 5.2rem); font-weight: 400; line-height: 1.03; letter-spacing: -.045em; }
.contact-intro > p:not(.eyebrow) { max-width: 560px; margin: 32px 0; line-height: 1.6; opacity: .72; }
.button-light { color: white; background: var(--burgundy); }
.contact address { margin-top: 50px; font-size: .74rem; font-style: normal; line-height: 1.7; letter-spacing: .13em; text-transform: uppercase; opacity: .6; }
.contact-form { padding-top: 12px; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button:disabled { opacity: .55; cursor: wait; }
.contact-alternative { font-size: .875rem; line-height: 1.5; }
.contact-alternative a, .privacy-note a { text-decoration: underline; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 22px; color: #bdbdc2; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 10px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; color: white; background: transparent; font: 400 1rem/1.4 Inter, Arial, sans-serif; text-transform: none; letter-spacing: 0; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: #b56a80; }
.contact-form .button { border: 0; cursor: pointer; }
.form-status { min-height: 22px; margin: 18px 0 0; color: #e5bdc9; font-size: 1rem; line-height: 1.6; }
.form-status:not(:empty) { padding: 16px; border: 1px solid currentColor; border-radius: 4px; }
.form-status[data-state="error"] { background: #452530; color: #ffe0e7; }
.form-status[data-state="success"] { background: #213a32; color: #ddf5e9; }
.form-status:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.privacy-note { margin: 8px 0 0; color: #77777d; font-size: .72rem; }

footer { padding: 42px 5vw; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; color: #ddd; background: #0e0e10; font-size: .72rem; }
footer div { display: flex; align-items: center; gap: 15px; }
footer strong { color: white; font-size: 1.9rem; letter-spacing: -.1em; }
footer span { max-width: 100px; text-transform: uppercase; letter-spacing: .07em; }
footer p { margin: 0; }
.footer-legal { justify-self: end; flex-wrap: wrap; justify-content: flex-end; }
.footer-legal a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.3); }

.legal-page { min-height: 100vh; background: white; }
.legal-header { position: static; }
.legal-content { width: min(900px, 90vw); margin: 0 auto; padding: 100px 0 130px; }
.legal-content h1 { margin: 0 0 55px; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .92; letter-spacing: -.06em; }
.legal-content h2 { margin: 48px 0 14px; font-size: 1.25rem; }
.legal-content p, .legal-content li { color: #525258; font-size: 1rem; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-note { margin-top: 55px; padding: 22px; border-left: 4px solid var(--burgundy); background: var(--paper); }
.back-link { display: inline-block; margin-top: 50px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-weight: 700; }

@media (max-width: 1100px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 92px; left: 0; right: 0; padding: 22px 5vw 30px; flex-direction: column; align-items: stretch; background: var(--burgundy-dark); }
  nav.open { display: flex; }
  nav a { padding-top: 8px; padding-bottom: 8px; }
  .method-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-steps li:nth-child(2n) { border-right: 0; }
  .method-steps li:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .brand-name { display: none; }
  nav { top: 76px; }
  .hero { min-height: 780px; padding-top: 145px; grid-template-columns: 1fr; align-content: start; }
  .hero-visual { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-foot { flex-wrap: wrap; gap: 12px 22px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .section { padding: 90px 5vw; }
  .section-heading { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-grid article { min-height: 370px; }
  .environments, .company-top, .organization { grid-template-columns: 1fr; }
  .company-facts { grid-template-columns: 1fr 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-legal { justify-self: start; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 3.45rem; }
  .hero-intro { font-size: 1rem; }
  .hero-foot { bottom: 24px; font-size: .6rem; }
  .proof { padding-top: 55px; }
  .proof-grid, .services, .method-steps, .method-environment { grid-template-columns: 1fr; }
  .method-steps li { padding: 28px 0; border-right: 0; }
  .method-steps li + li { border-top: 1px solid var(--line); }
  .method-number { margin-bottom: 22px; }
  .method-environment { gap: 18px; padding-left: 20px; }
  .environment-content li { grid-template-columns: 26px minmax(0, 1fr); gap: 12px; }
  .proof-grid article { border-right: 0; }
  .services article { min-height: 235px; }
  .company-facts { margin-top: 60px; grid-template-columns: 1fr; }
  .company-facts article { min-height: 155px; }
  .organization { margin-top: 75px; }
  .organization-grid article { grid-template-columns: 36px 1fr; }
  .organization-grid p { grid-column: 2; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .section-heading { margin-bottom: 48px; }
  .legal-header .brand-name { display: block; }
  .legal-content { padding: 70px 0 90px; }
}
