:root {
  color-scheme: light;
  --paper: #f5f4ee;
  --ink: #183d32;
  --muted: #4f625b;
  --accent: #ac4426;
  --line: #c9cec5;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 6px; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; border-radius: 2px; }
p, h1, h2, h3 { margin: 0; }
.wrap { width: min(100% - 112px, 1280px); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 16px; z-index: 10; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 16px; }
.site-header { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: inline-flex; gap: 22px; align-items: center; text-decoration: none; }
.brand-mark { width: 43px; height: 56px; }
.brand-name { display: block; font-family: var(--serif); font-size: 49px; line-height: .85; font-weight: 700; letter-spacing: -2px; }
.brand-descriptor { display: block; margin-top: 12px; padding-left: 5px; font: 10px/1 var(--sans); letter-spacing: 5px; text-transform: uppercase; }
nav { display: flex; gap: 42px; align-items: center; }
nav a { padding-block: 12px; font-size: 16px; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.mobile-menu { display: none; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid #929f94; }
.hero-content { position: relative; z-index: 1; padding-top: 48px; padding-bottom: 56px; }
h1 { font-family: var(--serif); font-size: clamp(52px, 7.1vw, 88px); font-weight: 400; line-height: 1.055; letter-spacing: -3px; }
.hero-description { margin-top: 34px; max-width: 760px; font-size: clamp(22px, 2.5vw, 27px); line-height: 1.5; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--accent); font-size: 22px; line-height: 1.4; text-decoration: none; transition: gap .18s ease; }
.text-link:hover { gap: 18px; }
.hero .text-link { margin-top: 42px; }
.arrow { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-art { position: absolute; width: 500px; height: 500px; bottom: -65px; left: 65%; }
.hero-art span { position: absolute; inset: 0; border: 1.5px solid var(--ink); border-radius: 100% 0 0 0; background: #e8e8dc; }
.hero-art span:nth-child(2) { inset: 135px 0 0 135px; }
.hero-art span:nth-child(3) { inset: 270px 0 0 270px; }
.section-grid { display: grid; grid-template-columns: 21% minmax(0, 1fr); padding-block: 52px; }
.section-label { font: 14px/1.9 var(--sans); text-transform: uppercase; letter-spacing: 1.8px; padding: 12px 24px 0 0; }
.section-label span { display: block; }
.section-content { border-left: 1px solid var(--line); padding: 12px 0 12px 64px; }
.product-logo { display: block; object-fit: contain; margin-bottom: 25px; }
.product h3 { font: 400 64px/1.1 var(--serif); letter-spacing: -2px; }
.product-tagline { margin-top: 10px; font: 400 32px/1.25 var(--serif); letter-spacing: -.65px; }
.body-copy { max-width: 850px; margin-top: 28px; font-size: 21px; line-height: 1.55; color: var(--muted); }
.product .text-link { margin-top: 34px; }
.product-status { margin-top: 26px; font-size: 16px; line-height: 1.5; color: var(--muted); }
.product-status span { padding-inline: 7px; }
.section-divider { border-top: 1px solid var(--line); }
.section-heading { font: 400 56px/1.04 var(--serif); letter-spacing: -1.8px; }
.about .body-copy { max-width: 800px; margin-top: 24px; }
.site-footer { color: var(--paper); background: var(--ink); padding-block: 38px 24px; }
.contact-row { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-bottom: 32px; }
.contact-row h2 { font: 400 clamp(28px, 3vw, 42px)/1.2 var(--serif); letter-spacing: -.9px; }
.contact-link { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; text-decoration: none; }
.contact-link > span:first-child { display: flex; align-items: center; gap: 20px; font-size: 19px; border-bottom: 1px solid #bbc9bb; padding-bottom: 6px; }
.contact-link:hover > span:first-child { color: #e9c5ad; }
.contact-email { color: #d2dcd2; font-size: 14px; overflow-wrap: anywhere; }
.site-footer a:focus-visible { outline-color: var(--paper); }
.footer-bottom { border-top: 1px solid #708676; display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; font-size: 14px; line-height: 1.5; color: #d2dcd2; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.document { max-width: 800px; padding-block: 72px 96px; }
.document h1 { font-size: clamp(44px, 6vw, 72px); }
.document h2 { font: 400 30px/1.25 var(--serif); margin: 36px 0 12px; letter-spacing: -.5px; }
.document p { font-size: 18px; line-height: 1.7; color: var(--muted); margin-top: 16px; }
.document .effective-date { font-size: 14px; margin-top: 20px; }
.document .text-link { margin-top: 28px; }
@media (min-width: 1600px) { .hero-art { left: calc(50% + 350px); } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { min-height: 116px; }
  h1 { font-size: 7vw; letter-spacing: -2.5px; }
  .hero-content { padding-top: 60px; padding-bottom: 60px; }
  .hero-art { left: 78%; }
  .section-grid { grid-template-columns: 190px minmax(0, 1fr); }
  .section-content { padding-left: 44px; }
  .product h3 { font-size: 54px; }
  .product-tagline { font-size: 28px; }
  .body-copy { font-size: 19px; }
  .section-heading { font-size: 46px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 20px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { position: relative; min-height: 100px; padding-block: 24px; gap: 16px; }
  .brand { gap: 13px; }
  .brand-mark { width: 31px; height: 42px; }
  .brand-name { font-size: 36px; }
  .brand-descriptor { font-size: 8px; letter-spacing: 3.4px; margin-top: 9px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .mobile-menu summary { width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 10px; border: 1px solid var(--line); border-radius: 4px; font-size: 14px; line-height: 1; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
  .menu-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
  .mobile-menu[open] summary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
  .mobile-menu nav { position: absolute; z-index: 5; top: calc(100% - 8px); left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 12px 24px rgb(24 61 50 / 10%); }
  .mobile-menu nav a { padding-block: 18px; font-size: 18px; line-height: 1.4; }
  .mobile-menu nav a + a { border-top: 1px solid var(--line); }
  .hero-content { padding-top: 40px; padding-bottom: 54px; }
  h1 { max-width: 480px; font-size: clamp(34px, 8.2vw, 52px); line-height: 1.15; letter-spacing: -1.3px; }
  .hero-description { max-width: 92%; font-size: 18px; margin-top: 26px; }
  .desktop-break { display: none; }
  .hero .text-link { margin-top: 30px; }
  .text-link { font-size: 18px; }
  .hero-art { width: 290px; height: 290px; bottom: -200px; left: 67%; opacity: .6; }
  .hero-art span:nth-child(2) { inset: 70px 0 0 70px; }
  .hero-art span:nth-child(3) { inset: 140px 0 0 140px; }
  .section-grid { grid-template-columns: minmax(0, 1fr); padding-block: 32px 42px; gap: 28px; }
  .section-label { padding: 0; font-size: 11px; letter-spacing: 1.5px; }
  .section-label span { display: inline; margin-right: 10px; }
  .section-content { border: 0; padding: 0; }
  .product-logo { width: 88px; height: 61px; margin-bottom: 20px; }
  .product h3 { font-size: 46px; letter-spacing: -1.5px; }
  .product-tagline { font-size: 25px; line-height: 1.25; margin-top: 10px; }
  .body-copy { font-size: 17px; margin-top: 20px; }
  .product .text-link { margin-top: 24px; }
  .product-status { font-size: 13px; margin-top: 22px; }
  .section-heading { font-size: 40px; letter-spacing: -1.2px; }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 28px; }
  .contact-row h2 { max-width: 280px; font-size: 34px; }
  .contact-link { align-items: flex-start; }
  .contact-email { font-size: 13px; }
  .footer-bottom { font-size: 11px; gap: 16px; }
  .document { padding-block: 40px 64px; }
  .document p { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Shared layouts for the studio and product pages. */
nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--accent); }
.hero-description { max-width: 690px; }
.page-intro { padding-block: 64px 72px; }
.page-intro h1 { max-width: 1100px; }
.page-intro .hero-description { max-width: 800px; }
.eyebrow { margin-bottom: 26px; color: var(--muted); font-size: 13px; line-height: 1.6; letter-spacing: 1.8px; text-transform: uppercase; }
.section-content > .text-link { margin-top: 32px; }
.question-list { margin-top: 34px; }
.question-list > div + div { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.question-list h3, .skill-grid h3 { font: 400 28px/1.25 var(--serif); letter-spacing: -.4px; }
.question-list p, .skill-grid p { margin-top: 12px; color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 760px; }
.question-list a, .document a { overflow-wrap: anywhere; }
.skill-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 42px; margin-top: 38px; }
.skill-grid > div { border-top: 1px solid var(--line); padding-top: 24px; }
.product-intro-action { margin-top: 36px; display: flex; align-items: center; gap: 32px; }
.product-intro-action .product-logo { margin: 0; width: 80px; height: 56px; }
.related-links { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 32px; margin-top: 32px; }
.footer-description { max-width: 480px; font-size: 16px; line-height: 1.6; color: #d2dcd2; margin-top: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.contact-link { flex-shrink: 0; }
@media (max-width: 1000px) {
  .hero-description { max-width: 75%; }
  .page-intro .hero-description { max-width: 800px; }
}
@media (max-width: 640px) {
  .hero-description { max-width: 100%; }
  .page-intro { padding-block: 40px 48px; }
  .eyebrow { margin-bottom: 20px; font-size: 11px; }
  .skill-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; margin-top: 30px; }
  .question-list h3, .skill-grid h3 { font-size: 25px; }
  .question-list p, .skill-grid p { font-size: 17px; }
  .footer-bottom { flex-direction: column; gap: 18px; font-size: 12px; }
  .footer-links { gap: 24px; }
  .contact-row h2 { max-width: 100%; }
  .product-intro-action { gap: 22px; }
  .product-intro-action .product-logo { width: 64px; height: 45px; }
}
@media (max-width: 360px) {
  .site-header { gap: 10px; }
  .brand { gap: 10px; }
  .brand-mark { width: 28px; height: 38px; }
  .brand-name { font-size: 32px; }
  .brand-descriptor { font-size: 7px; letter-spacing: 3px; }
}
