:root {
  color-scheme: light;
  --paper: #f6f7f2;
  --ink: #253f34;
  --muted: #5d695e;
  --line: #d9ddd2;
  --green-light: #deedc8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 32px; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; border-radius: 2px; }
svg, img { display: block; }
h1, h2, h3, p { margin: 0; }
.page-shell { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 24px; top: -80px; background: var(--ink); color: white; padding: 12px 18px; z-index: 10; }
.skip-link:focus { top: 16px; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 21px; font-weight: 600; letter-spacing: -.65px; white-space: nowrap; }
.brand-legal { margin-left: 6px; font-size: 10px; font-weight: 500; letter-spacing: .3px; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 13px; text-decoration: none; padding-block: 12px; }
nav a:hover { text-decoration: underline; }
nav .nav-contact { border-bottom: 1px solid var(--ink); padding-block: 10px; }
.nav-contact span { margin-left: 14px; font-size: 17px; }
.hero { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 68px; padding: 72px 0 76px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1.6; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; }
.small-line { height: 1px; width: 25px; background: currentColor; }
h1 { margin-top: 26px; font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 4.7vw, 65px); line-height: 1.09; letter-spacing: -2.8px; }
h1 em { font-weight: 400; color: #526b43; }
.hero-description { font-size: 16px; line-height: 1.85; color: var(--muted); max-width: 410px; margin-top: 26px; }
.button { display: inline-flex; gap: 32px; align-items: center; min-height: 49px; margin-top: 30px; padding: 12px 20px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 500; border: 1px solid var(--ink); border-radius: 3px; text-decoration: none; transition: background .2s, transform .2s; }
.button span { font-size: 18px; }
.button:hover { background: #3d5844; transform: translateY(-2px); }
.hero-art { background: #e5eadc; border: 1px solid #dce2d2; border-radius: 4px; padding: 22px; overflow: hidden; }
.art-topline { display: flex; justify-content: space-between; gap: 12px; font-size: 8px; font-weight: 600; letter-spacing: 1.3px; }
.arch-art { width: 100%; height: auto; margin-top: 12px; }
.art-bottomline { display: flex; justify-content: space-between; align-items: center; font-size: 10px; line-height: 1.55; letter-spacing: .2px; }
.art-spark { font-size: 35px; line-height: 1; }
.work-section { padding: 42px 0 65px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 27px; }
h2 { font-family: var(--serif); font-weight: 400; font-size: 33px; line-height: 1.2; letter-spacing: -.9px; }
.section-heading h2 { margin-top: 12px; font-size: 30px; }
.section-index { color: var(--muted); font-size: 9px; letter-spacing: 1.3px; padding-bottom: 5px; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product { border: 1px solid var(--line); border-radius: 4px; padding: 29px 30px 20px; display: flex; flex-direction: column; }
.product-defeed { background: #ebefe4; }
.product-arcadia { background: #efeee7; }
.product-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.product-icon { height: 46px; width: 46px; border-radius: 12px; display: grid; place-items: center; }
.product-icon svg { width: 33px; height: 33px; }
.defeed-icon { color: var(--green-light); background: var(--ink); }
.arcadia-icon { color: #f4efe5; background: #70674e; }
.product-category { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; color: #535e50; text-align: right; }
h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.8px; line-height: 1.2; }
.product-tagline { margin-top: 10px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.product-description { color: var(--muted); max-width: 410px; margin: 12px 0 24px; font-size: 13px; line-height: 1.85; }
.product-bottomline { min-height: 43px; margin-top: auto; padding-top: 16px; border-top: 1px solid #d4d9cb; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; }
.product-decoration { font-size: 21px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; text-decoration-thickness: 1px; }
.text-link span { font-size: 19px; }
.text-link:hover { color: #4d622f; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; padding: 54px 0 65px; border-top: 1px solid var(--line); }
.about-section h2 { margin-top: 16px; }
.about-copy { padding-top: 2px; font-size: 14px; color: var(--muted); line-height: 1.9; }
.about-copy p + p { margin-top: 15px; }
.contact-section { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 43px 42px; background: var(--ink); color: var(--paper); border-radius: 4px; }
.contact-section .eyebrow { color: #d2dfbf; }
.contact-section h2 { margin-top: 16px; font-size: 35px; }
.contact-section p:not(.eyebrow) { color: #d0d8cb; margin-top: 18px; font-size: 12px; line-height: 1.7; }
.contact-link { display: flex; align-items: center; gap: 22px; font-size: 16px; text-decoration: none; border-bottom: 1px solid #77917a; padding: 13px 0; }
.contact-link:hover { color: var(--green-light); border-color: var(--green-light); }
.contact-arrow { font-size: 28px; color: var(--green-light); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 0; color: var(--muted); font-size: 10px; }
.site-footer a { text-decoration: none; padding: 10px 0; }
.site-footer a:hover { text-decoration: underline; }
.site-footer a span { margin-left: 10px; }
.error-page { min-height: calc(100svh - 202px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 70px; }
.error-page p:not(.eyebrow) { margin-top: 24px; color: var(--muted); line-height: 1.7; }

@media (min-width: 1500px) {
  .hero { padding-block: 90px; }
}

@media (max-width: 1000px) {
  .page-shell { width: calc(100% - 64px); }
  .hero { gap: 36px; }
  h1 { font-size: clamp(42px, 5.5vw, 58px); letter-spacing: -2px; }
  .hero-description { font-size: 15px; }
  .hero-art { padding: 17px; }
  .art-topline { font-size: 7px; letter-spacing: .8px; }
  .contact-section { padding: 36px 30px; }
  .contact-link { font-size: 14px; gap: 14px; }
  .contact-section h2 { font-size: 31px; }
}

@media (max-width: 760px) {
  .page-shell { width: calc(100% - 40px); }
  .site-header { min-height: 90px; gap: 15px; }
  .brand { font-size: 18px; gap: 9px; }
  .brand img { width: 34px; height: 34px; }
  .brand-legal { font-size: 9px; margin-left: 4px; }
  nav { gap: 20px; }
  nav a { font-size: 12px; }
  nav a[href="#about"] { display: none; }
  .nav-contact span { margin-left: 6px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding: 51px 0 45px; }
  h1 { font-size: clamp(43px, 8.3vw, 63px); }
  .hero-description { max-width: 440px; }
  .hero-art { width: 100%; max-width: 440px; justify-self: center; padding: 22px; }
  .art-topline { font-size: 8px; }
  .arch-art { max-height: 280px; }
  .work-section { padding: 36px 0 44px; }
  .section-index { display: none; }
  .section-heading h2 { max-width: 330px; font-size: 29px; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product { padding: 26px 26px 20px; }
  .about-section { grid-template-columns: 1fr; gap: 24px; padding: 38px 0 44px; }
  .about-copy { max-width: 520px; }
  .contact-section { flex-direction: column; align-items: flex-start; gap: 20px; padding: 32px 26px; }
  .contact-link { font-size: 15px; max-width: 100%; }
  .contact-link span:first-child { overflow-wrap: anywhere; }
  .site-footer { flex-wrap: wrap; padding: 22px 0; gap: 12px 24px; line-height: 1.6; }
  .site-footer p:nth-child(2) { order: 3; width: 100%; }
  .site-footer a { margin-left: auto; }
}

@media (max-width: 420px) {
  nav a[href="#our-work"] { display: none; }
  .brand { font-size: 17px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.4px; }
  h1 { font-size: 43px; letter-spacing: -2px; }
  .product-category { font-size: 8px; letter-spacing: .7px; }
  .contact-section { padding: 29px 22px; }
  .contact-link { font-size: 14px; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
}
