@layer reset, base, layout, components, responsive;
@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  body, h1, h2, h3, p, figure, dl, dd { margin: 0; }
  img { display: block; max-width: 100%; height: auto; }
  button, input { font: inherit; }
  button, a { -webkit-tap-highlight-color: transparent; }
  [hidden] { display: none !important; }
}
@layer base {
  :root { --paper: #f8f7f3; --ink: #252822; --muted: #62655e; --accent: #8b3b25; --line: #d5d5cb; --sand: #e9e2d8; --green: #dce3d5; --footer: #242d27; --serif: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif; --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
  body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
  ::selection { background: #e5bd9e; color: var(--ink); }
  a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
  a:hover { text-decoration-color: var(--accent); }
  button { color: inherit; cursor: pointer; }
  :focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
  h1, h2, h3 { font-weight: 400; font-family: var(--serif); line-height: 1.06; text-wrap: balance; }
  h1 { font-size: clamp(3.5rem, 6.65vw, 6.65rem); letter-spacing: -.062em; }
  h2 { font-size: clamp(2.75rem, 4.4vw, 4.75rem); letter-spacing: -.05em; }
  h3 { font-size: 1.9rem; letter-spacing: -.035em; }
  h1 em, h2 em, .lead em { color: var(--accent); font-weight: 400; }
  p { text-wrap: pretty; }
  p + p { margin-top: 1rem; }
  .wrap { width: min(100% - 7rem, 1440px); margin-inline: auto; }
  .section { padding-block: 6.5rem; }
  .eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: .12em; line-height: 1.6; margin-bottom: 1.6rem; }
  .lead { font-size: 1.2rem; line-height: 1.6; }
  .quiet-note, .image-note, figcaption { font-size: .8125rem; line-height: 1.6; color: var(--muted); }
  .quiet-note { margin-top: 1.4rem; }
  .image-note, figcaption { margin-top: 1rem; }
  .sr-only { clip-path: inset(50%); position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; white-space: nowrap; }
  .skip-link { position: fixed; z-index: 20; left: 1rem; top: 1rem; padding: .7rem 1.2rem; background: var(--ink); color: white; transform: translateY(-200%); }
  .skip-link:focus { transform: translateY(0); }
  main:focus { outline: none; }
}
@layer layout {
  .site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
  .wordmark { display: inline-flex; align-items: baseline; font-family: var(--serif); font-size: 2.9rem; line-height: 1; font-weight: 600; letter-spacing: -.07em; text-decoration: none; flex-shrink: 0; }
  .wordmark-dot { color: var(--accent); }
  .wordmark-label { margin-left: .8rem; font-family: var(--sans); font-size: .625rem; font-weight: 500; letter-spacing: .2em; }
  .main-nav { display: flex; align-items: center; gap: 2.4rem; }
  .main-nav a { font-size: .875rem; text-decoration: none; padding-block: .8rem; }
  .main-nav a:last-child { border-bottom: 1px solid currentColor; }
  .main-nav a[aria-current], .main-nav a:hover { color: var(--accent); }
  .menu-toggle { display: none; background: none; border: 0; padding: .7rem 0 .7rem 1rem; font-size: .875rem; }
  .home-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding-block: 3.7rem 4.5rem; }
  .hero-copy { padding-block: 1.3rem; }
  .hero-copy .eyebrow { display: flex; align-items: center; gap: .8rem; font-size: .6875rem; }
  .small-rule { display: block; height: 1px; width: 28px; background: currentColor; }
  .hero-copy .lead { max-width: 26rem; margin-top: 1.8rem; color: var(--muted); font-size: 1.0625rem; }
  .hero-copy .actions { margin-top: 2rem; gap: 1.5rem; }
  .hero-art { min-width: 0; background: var(--sand); padding: 1.5rem 2.4rem; position: relative; }
  .art-caption { display: flex; justify-content: space-between; gap: 1rem; font-size: .625rem; letter-spacing: .13em; margin-bottom: 1.8rem; }
  .showcase-link { display: block; position: relative; margin: 0 1.3rem 0 0; padding-bottom: 1.4rem; }
  .hero-desktop { width: 85%; border: 5px solid var(--paper); box-shadow: 0 15px 40px #2528221c; }
  .hero-mobile { position: absolute; width: 32%; right: -1.8rem; bottom: .2rem; border: 5px solid var(--ink); border-radius: 15px; box-shadow: 0 10px 24px #25282233; }
  .art-foot { display: flex; align-items: end; justify-content: space-between; margin-top: .8rem; font-size: .875rem; line-height: 1.5; }
  .category-strip { border-block: 1px solid var(--line); }
  .category-strip .wrap { padding-block: 1.4rem; display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
  .category-strip span { font-size: .6875rem; letter-spacing: .1em; }
  .category-strip p { font-family: var(--serif); font-size: 1.35rem; }
  .category-strip i { color: var(--accent); margin-inline: 1rem; font-size: 1rem; }
  .introduction { display: grid; grid-template-columns: .75fr 1.5fr; gap: 3rem; }
  .introduction h2 { margin-bottom: 2rem; }
  .introduction p:not(.eyebrow) { color: var(--muted); max-width: 43rem; font-size: 1.0625rem; }
  .introduction a { margin-top: 2rem; }
  .theme-feature { padding-top: 0; }
  .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
  .section-heading .eyebrow { margin-bottom: .8rem; }
  .wide-preview { display: block; background: var(--green); padding: clamp(1rem, 5vw, 5rem) clamp(1rem, 9vw, 9rem) 0; max-height: 670px; overflow: hidden; }
  .wide-preview img { width: 100%; box-shadow: 0 0 0 1px #242d271a, 0 12px 30px #242d271a; }
  .theme-summary { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding-top: 2rem; }
  .theme-summary p { max-width: 36rem; font-size: 1.5rem; font-family: var(--serif); line-height: 1.35; }
  .principles { border-top: 1px solid var(--line); }
  .principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; }
  .principles article { padding-top: 1.3rem; }
  .index { color: var(--accent); font-size: .8125rem; display: block; margin-bottom: 2.5rem; }
  .principles h3 { margin-bottom: 1.1rem; }
  .principles article p { color: var(--muted); }
  .support-band { background: var(--green); padding-block: 4.5rem; }
  .support-band-inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 4rem; }
  .support-band-inner > div:last-child { max-width: 27rem; justify-self: end; }
  .support-band h2 { font-size: clamp(2.7rem, 4vw, 4rem); }
  .support-band .actions, .support-band .button { margin-top: 1.8rem; }
  .support-band .actions .button { margin-top: 0; }
  .site-footer { background: var(--footer); color: var(--paper); padding-block: 3.5rem 1.7rem; }
  .footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .footer-top p { font-size: 1.05rem; line-height: 1.5; }
  .footer-wordmark { font-family: var(--serif); letter-spacing: -.09em; font-size: clamp(7rem, 23vw, 23rem); line-height: 1.1; border-bottom: 1px solid #677468; padding-bottom: .11em; margin-top: .06em; }
  .footer-wordmark span { color: #dbac8c; }
  .footer-bottom { display: flex; gap: 2rem; justify-content: space-between; padding-top: 1.7rem; align-items: baseline; flex-wrap: wrap; font-size: .8125rem; }
  .footer-bottom nav { display: flex; gap: 1.8rem; flex-wrap: wrap; }
  .footer-bottom a { text-decoration: none; }
  .footer-brand { font-weight: 600; }
  .footer-note { margin-top: 1.5rem; font-size: .75rem; color: #bdc5b9; }
  .product-hero { padding-block: 2rem 0; }
  .breadcrumb { color: var(--muted); font-size: .8125rem; text-decoration: none; }
  .product-title { margin-top: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
  .product-title .eyebrow { margin-bottom: 1rem; }
  .product-title h1 { font-size: clamp(5rem, 12vw, 12rem); letter-spacing: -.07em; }
  .title-period { color: var(--accent); }
  .product-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-block: 2.5rem 3.8rem; }
  .product-intro .lead { font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.3rem); line-height: 1.2; letter-spacing: -.035em; }
  .product-intro > div { max-width: 35rem; }
  .product-intro .actions { margin-top: 1.7rem; }
  .product-preview { background: var(--sand); padding: 3rem 6rem 1.4rem; }
  .product-preview img { width: 100%; box-shadow: 0 8px 36px #2528221a; }
  .product-preview figcaption { text-align: center; }
  .feature-split { display: grid; grid-template-columns: .85fr 1.2fr; align-items: center; gap: 6rem; }
  .feature-split h2 { margin-bottom: 1.8rem; }
  .feature-split p:not(.eyebrow) { color: var(--muted); }
  .feature-split a { margin-top: 1.4rem; }
  .feature-list { list-style: none; padding: 0; margin-block: 1.5rem; }
  .feature-list li { border-top: 1px solid var(--line); padding-block: .7rem; font-size: .875rem; }
  .feature-list li:last-child { border-bottom: 1px solid var(--line); }
  .detail-preview { background: var(--sand); padding: 1.5rem; }
  .detail-preview img { width: 100%; }
  .detail-preview figcaption { text-align: center; }
  .feature-surface { background: #eaece4; }
  .feature-surface .detail-preview { background: #e0e1d8; }
  .reverse { grid-template-columns: 1.2fr .85fr; }
  .reverse > div { order: 2; }
  .availability { display: grid; grid-template-columns: 1.15fr 1fr; gap: 7rem; border-top: 1px solid var(--line); align-items: center; }
  .availability h2 { margin-bottom: 1.6rem; }
  .availability > div > p:not(.eyebrow) { max-width: 31rem; color: var(--muted); }
  .availability .button { margin-top: 2rem; }
  .availability-card { padding: 2.8rem; border: 1px solid var(--line); background: #f0eee7; }
  .availability-card h3 { font-size: 2.7rem; margin-bottom: 1.4rem; }
  .availability-card dl { margin-top: 1.5rem; font-size: .875rem; }
  .availability-card dl div { display: flex; gap: 1rem; justify-content: space-between; padding-block: .8rem; border-bottom: 1px solid var(--line); }
  .availability-card dd { text-align: right; }
  .availability-card a { margin-top: 1.5rem; }
  .faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; padding-top: 0; }
  .faq-section .text-link { margin-top: 1.8rem; }
  .story-hero, .compact-hero { padding-block: 5rem 4rem; }
  .story-hero h1 { max-width: 63rem; font-size: clamp(3.5rem, 7.5vw, 8rem); }
  .story-intro { display: grid; grid-template-columns: 1fr 1fr; margin: 3rem 0 0 auto; gap: 4rem; max-width: 56rem; }
  .story-intro p { margin: 0; color: var(--muted); }
  .story-intro p:first-child { font-size: 1.35rem; color: var(--ink); font-family: var(--serif); line-height: 1.5; }
  .story-image > img { width: 100%; }
  .compact-hero h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
  .compact-hero .lead { max-width: 45rem; margin-top: 1.7rem; color: var(--muted); }
  .contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .contact-options article { padding: 3rem; background: var(--green); }
  .contact-options article:last-child { background: var(--sand); }
  .contact-options h2 { margin-bottom: 1.5rem; }
  .contact-options p:not(.eyebrow) { max-width: 26rem; }
  .contact-options .button { margin-top: 2rem; }
  .email-link { display: block; width: fit-content; margin-top: 1.5rem; overflow-wrap: anywhere; }
  .support-details { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
  .support-details h2, .support-details h3 { margin-bottom: 1.5rem; }
  .support-details > div:last-child { padding-top: 3rem; }
  .support-details p { color: var(--muted); }
  .support-details a { margin-top: 1.5rem; }
  .prose { max-width: 760px; padding-top: 0; margin-left: auto; margin-right: auto; }
  .prose section { border-top: 1px solid var(--line); padding-block: 2rem; }
  .prose h2 { font-size: 2rem; margin-bottom: 1.25rem; }
  .prose p { color: var(--muted); }
  .error-page { min-height: 60vh; }
  .error-page .actions { margin-top: 2rem; }
}
@layer components {
  .actions { display: flex; gap: 1.7rem; align-items: center; flex-wrap: wrap; }
  .button { display: inline-flex; gap: 1.5rem; justify-content: space-between; align-items: center; padding: .95rem 1.3rem; background: var(--ink); color: var(--paper); text-decoration: none; border: 1px solid var(--ink); font-size: .875rem; line-height: 1.5; min-height: 48px; transition: background .2s, border-color .2s; }
  .button:hover { background: var(--accent); border-color: var(--accent); }
  .button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
  .button-light:hover { background: #fff; border-color: var(--ink); }
  .text-link { display: inline-flex; align-items: center; gap: 1.2rem; min-height: 44px; font-size: .875rem; border-bottom: 1px solid currentColor; text-decoration: none; line-height: 1.5; }
  .text-link:hover { color: var(--accent); }
  .text-link.light:hover { color: #e6b393; }
  .round-link { display: grid; place-items: center; border: 1px solid #74776e; border-radius: 50%; width: 44px; height: 44px; text-decoration: none; font-size: 1.3rem; }
  .round-link:hover { background: var(--paper); }
  .status-label { display: inline-flex; border: 1px solid #b4b8ac; border-radius: 2rem; padding: .45rem .9rem; font-size: .8125rem; line-height: 1.4; }
  .faq-list details { border-top: 1px solid var(--line); }
  .faq-list details:last-child { border-bottom: 1px solid var(--line); }
  .faq-list summary { cursor: pointer; padding: 1.4rem 2.3rem 1.4rem 0; position: relative; font-size: 1rem; list-style: none; }
  .faq-list summary::-webkit-details-marker { display: none; }
  .faq-list summary::after { content: '+'; position: absolute; right: .3rem; font-size: 1.3rem; top: 1.1rem; }
  .faq-list details[open] summary::after { content: '−'; }
  .faq-list details p { padding: 0 2rem 1.5rem 0; color: var(--muted); }
  dialog { background: var(--paper); color: var(--ink); border: 1px solid var(--line); padding: 3rem; width: min(600px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); overflow-y: auto; }
  dialog::backdrop { background: #17201799; backdrop-filter: blur(4px); }
  dialog h2 { font-size: 3rem; margin-bottom: 1.5rem; }
  dialog .button { margin-top: 1.6rem; }
  .dialog-close { position: absolute; right: .6rem; top: .6rem; font-size: 1.8rem; background: transparent; border: 0; width: 44px; height: 44px; }
  .analytics-choice { background: var(--paper); color: var(--ink); padding: 1.5rem; margin-top: 1.5rem; border: 1px solid var(--line); }
  .analytics-choice h2 { font-family: var(--sans); letter-spacing: 0; font-size: 1.15rem; margin-bottom: .8rem; }
  .analytics-choice p { font-size: .875rem; max-width: 55rem; }
  .analytics-choice [role='status'] { font-weight: 600; }
  .analytics-choice > div { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1rem; }
  .analytics-choice button { min-height: 44px; background: var(--paper); border: 1px solid var(--ink); padding: .65rem 1rem; font-size: .875rem; }
  .analytics-choice button:disabled { color: #65695f; cursor: default; border-color: #b4b8ac; }
  .analytics-choice button:hover:not(:disabled) { background: var(--green); }
  #analytics-preferences:has(.analytics-choice) > .quiet-note { display: none; }
  .site-footer :focus-visible { outline-color: #e6b393; }
}
@layer responsive {
  @media (min-width: 1600px) { .home-hero { gap: 6rem; } }
  @media (max-width: 1100px) {
    .wrap { width: calc(100% - 4rem); }
    .home-hero { gap: 2rem; }
    .hero-art { padding: 1.5rem; }
    .hero-copy .actions { gap: 1rem; }
    .main-nav { gap: 1.5rem; }
    .category-strip .wrap { flex-wrap: wrap; gap: .5rem; }
    .feature-split, .availability, .faq-section, .support-details { gap: 3rem; }
    .product-preview { padding: 2rem 3rem 1.5rem; }
    .principles-grid { gap: 2rem; }
  }
  @media (max-width: 760px) {
    html { scroll-padding-top: 2rem; }
    .wrap { width: calc(100% - 2.5rem); }
    .site-header { min-height: 85px; flex-wrap: wrap; gap: 0 1rem; padding-block: 1rem; }
    .wordmark { font-size: 2.5rem; }
    .main-nav { width: 100%; flex-wrap: wrap; padding-top: 1.5rem; gap: .2rem 1.5rem; }
    .main-nav a { min-height: 44px; }
    .menu-enhanced .menu-toggle { display: inline-flex; gap: 1rem; align-items: center; }
    .menu-enhanced .main-nav:not(.is-open) { display: none; }
    .menu-enhanced .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
    .main-nav a:last-child { border-bottom: 0; }
    h1 { font-size: clamp(3.35rem, 9.8vw, 5.5rem); }
    h2 { font-size: clamp(2.6rem, 7vw, 3.8rem); }
    .section { padding-block: 4rem; }
    .home-hero { grid-template-columns: 1fr; padding-block: 2rem 2.5rem; gap: 1.8rem; }
    .hero-copy { padding-block: 0; }
    .hero-copy .eyebrow { margin-bottom: 1.2rem; }
    .hero-copy .lead { max-width: 29rem; margin-top: 1.3rem; }
    .hero-copy .actions { margin-top: 1.5rem; }
    .hero-art { padding: 1.4rem 2rem; max-width: 560px; width: 100%; justify-self: center; }
    .showcase-link { max-width: 400px; margin-inline: auto; }
    .hero-desktop { width: 84%; }
    .hero-mobile { right: -1rem; }
    .category-strip .wrap { padding-block: 1.1rem; }
    .category-strip p { font-size: 1.125rem; }
    .category-strip i { margin-inline: .3rem; }
    .introduction { grid-template-columns: 1fr; gap: .4rem; }
    .theme-feature { padding-top: 0; }
    .section-heading { flex-wrap: wrap; gap: 1rem; }
    .wide-preview { padding: 1.5rem 1.5rem 0; max-height: 450px; }
    .theme-summary { align-items: start; flex-direction: column; gap: 1.4rem; }
    .theme-summary p { font-size: 1.35rem; }
    .principles-grid { grid-template-columns: 1fr; gap: 1.8rem; }
    .principles article { border-top: 1px solid var(--line); }
    .index { margin-bottom: .8rem; }
    .principles h3 { font-size: 2rem; }
    .support-band { padding-block: 3rem; }
    .support-band-inner { grid-template-columns: 1fr; gap: 1.8rem; }
    .support-band-inner > div:last-child { justify-self: start; }
    .footer-top { align-items: start; }
    .footer-top .text-link { font-size: .8125rem; }
    .footer-bottom { gap: 1rem; flex-direction: column; }
    .footer-bottom nav { gap: .5rem 1.2rem; }
    .footer-bottom nav a { min-height: 44px; display: inline-flex; align-items: center; }
    .footer-wordmark { font-size: 27vw; padding-block: .15em; }
    .product-title { margin-top: 2rem; flex-direction: column; align-items: start; gap: 1.2rem; }
    .product-title h1 { font-size: clamp(3.8rem, 14.4vw, 7rem); }
    .product-title .eyebrow { font-size: .6875rem; }
    .product-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-block: 2rem; }
    .product-intro .lead { font-size: 2.5rem; }
    .product-preview { padding: .8rem .8rem 1rem; }
    .product-preview figcaption { text-align: left; padding-inline: .3rem; }
    .feature-split, .reverse { grid-template-columns: 1fr; gap: 2rem; }
    .reverse > div { order: 0; }
    .detail-preview { padding: 1rem; }
    .availability { grid-template-columns: 1fr; gap: 2.5rem; }
    .availability-card { padding: 1.8rem; }
    .availability-card h3 { font-size: 2.4rem; }
    .faq-section { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 0; }
    .story-hero, .compact-hero { padding-block: 3rem; }
    .story-hero h1, .compact-hero h1 { font-size: clamp(3.2rem, 9vw, 5rem); }
    .story-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
    .contact-options { grid-template-columns: 1fr; }
    .contact-options article { padding: 2rem; }
    .support-details { grid-template-columns: 1fr; gap: 2.5rem; }
    .support-details > div:last-child { padding-top: 0; }
    .prose { padding-top: 0; }
    dialog { padding: 2.5rem 1.5rem 2rem; }
    dialog h2 { font-size: 2.6rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
  }
}
