:root {
  --bg: #050505;
  --surface: #171717;
  --surface-2: #202020;
  --text: #f6f6f4;
  --muted: #b9b9b5;
  --line: rgba(255,255,255,.12);
  --red: #9c1f18;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.narrow { max-width: 850px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; justify-content: space-between; align-items: center; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; left: 50%; transform: translateX(-50%); padding: 22px 0; }
.brand-logo { width: 150px; height: 95px; }
.site-header nav { display: flex; gap: 28px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.site-header nav a { text-decoration: none; color: rgba(255,255,255,.78); }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }

.hero { min-height: 940px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 185px 0 90px; background: #000; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 55% 38%, rgba(126,20,16,.18), transparent 35%), linear-gradient(to bottom, rgba(0,0,0,.12), #000 86%); z-index: 1; }
.hero-brand-mark { position: absolute; inset: 70px 1% auto auto; opacity: .28; filter: saturate(.72) brightness(.65); }
.brand-logo.hero-brand-mark { width: min(760px, 72vw); height: min(720px, 68vw); background-size: contain; background-position: center; background-repeat: no-repeat; }
.hero-content { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 38px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 8vw, 108px); font-weight: 400; letter-spacing: -.055em; line-height: .99; }
.hero p { max-width: 780px; margin: 0 0 22px; font-size: clamp(19px, 2vw, 26px); }

.section { padding: 110px 0; border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 15px; text-transform: uppercase; letter-spacing: .2em; font-size: 13px; color: #d6d6d0; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(46px, 5.5vw, 76px); line-height: 1.04; letter-spacing: -.035em; }
.section-intro { color: var(--muted); font-size: 20px; max-width: 680px; margin: 20px 0 0; }

.products-section { background: var(--surface); }
.product-grid { display: grid; gap: 28px; margin-top: 64px; }
.product-card { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; text-decoration: none; background: #0b0b0b; border: 1px solid var(--line); padding: 36px; transition: transform .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.32); }
.product-logo-wrap { display: grid; place-items: center; min-height: 220px; background: #030303; padding: 18px; }
.product-logo-wrap img { max-height: 210px; width: auto; object-fit: contain; }
.product-logo-image { display: block; width: 100%; height: 210px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.product-card h3, .person-card h3 { margin: 0 0 14px; font-size: 30px; line-height: 1.15; }
.product-card p { color: #d0d0cc; }
.product-card .product-tagline { color: #fff; font-weight: 700; }

.about-section { background: #070707; }
.about-section p:not(.eyebrow) { font-size: 20px; color: #d1d1cc; }
.about-section h2 { margin-bottom: 44px; }
.about-section .principle { color: #fff !important; font-size: 28px !important; font-weight: 700; border-left: 3px solid var(--red); padding-left: 22px; margin-top: 32px; }

.people-section { background: var(--surface-2); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 60px; }
.person-card { background: #0d0d0d; border: 1px solid var(--line); padding: 42px; }
.person-card .role { margin-top: -6px; color: #d2564d; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 700; }
.person-card p { color: #c8c8c4; }

.contact-section { background: #030303; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.contact-grid > div { font-size: 19px; color: #cfcfca; }
.email { font-size: 28px; color: #fff; font-weight: 700; text-underline-offset: 5px; }
.contact-grid h2 { text-align: right; }
.footer { padding: 30px 0 50px; color: #8e8e89; font-size: 14px; }

@media (max-width: 820px) {
  .site-header nav { display: none; }
  .hero { min-height: 850px; padding-top: 150px; }
  .brand-logo.hero-brand-mark { width: 640px; height: 590px; }
  .hero-brand-mark { inset: 90px -26% auto auto; }
  .product-card { grid-template-columns: 1fr; gap: 24px; }
  .product-logo-wrap { min-height: 180px; }
  .people-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid h2 { text-align: left; }
}

@media (max-width: 540px) {
  .shell, .site-header { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 76px 0; }
  .brand-logo { width: 124px; height: 78px; }
  .hero { min-height: 760px; padding-bottom: 60px; }
  .brand-logo.hero-brand-mark { width: 500px; height: 450px; }
  .hero-brand-mark { inset: 92px -42% auto auto; }
  .hero p { font-size: 18px; }
  .product-card, .person-card { padding: 24px; }
  .email { font-size: 22px; }
}
