:root {
  --paper: #FAF9F6;
  --ink: #242424;
  --forest: #356859;
  --muted: #666760;
  --line: #D9DBD2;
  --soft-green: #EDF0E8;
  --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: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .28em; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--forest); outline-offset: 6px; border-radius: 1px; }
main:focus { outline: none; }
::selection { color: var(--paper); background: var(--forest); }
.wrap { width: min(100% - 8rem, 1248px); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 5; padding: .7rem 1rem; background: var(--forest); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.wordmark { font: 1.75rem/1.2 var(--serif); letter-spacing: -.055em; text-decoration: none; padding-block: .75rem; white-space: nowrap; min-height: 44px; }
.wordmark span:not(.wordmark-period) { font-style: italic; }
.wordmark-period { color: var(--forest); }
nav { display: flex; flex-wrap: wrap; gap: 2.2rem; }
nav a { font-size: .875rem; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; gap: .5rem; }
nav a:hover { text-decoration: underline; color: var(--forest); }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; padding-top: 5.5rem; padding-bottom: 6.25rem; align-items: center; }
.eyebrow { margin: 0; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 600; }
.hero .eyebrow { color: var(--forest); margin-bottom: 2.4rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(3.5rem, 5.85vw, 5.35rem); line-height: 1.04; margin-bottom: 1.9rem; }
h1 em, h2 em { color: var(--forest); font-weight: 400; }
.hero-description { font-size: 1.125rem; max-width: 25rem; color: var(--muted); margin-bottom: 1.65rem; }
.text-link { display: inline-flex; align-items: center; gap: 2rem; min-height: 48px; color: var(--forest); text-decoration: none; border-bottom: 1px solid var(--forest); font-size: .9375rem; font-weight: 500; }
.text-link span { font-size: 1.4rem; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-art { margin: 1rem 0 0; align-self: end; }
.hero-art img { width: 100%; }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 1rem; margin: .3rem 1rem 0; color: var(--muted); font-size: .75rem; }
.section { border-top: 1px solid var(--line); padding-top: 1.7rem; padding-bottom: 6.5rem; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; margin-bottom: 3rem; }
.section-note { color: var(--muted); font-size: .8125rem; }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6.5rem; }
.product-art { background: var(--soft-green); }
.product-art img { width: 100%; }
.status { color: var(--forest); font-size: .875rem; border: 1px solid #ACBCAE; border-radius: 30px; padding: .28rem .75rem; display: inline-block; margin-bottom: 1.4rem; }
.product h2 { font-size: clamp(2.7rem, 4.3vw, 4rem); line-height: 1.1; margin-bottom: 1.6rem; overflow-wrap: anywhere; }
.lead { font-size: 1.5rem; line-height: 1.45; letter-spacing: -.025em; }
.product-copy > p:not(.status):not(.lead) { color: var(--muted); max-width: 28rem; }
.product-copy .release-note { font-size: .875rem; margin: 1.75rem 0 0; padding-left: 1rem; border-left: 2px solid #B3C0AD; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.8rem; margin-top: 3.5rem; }
.features article { padding-top: 1.1rem; border-top: 1px solid var(--line); }
.feature-number { color: var(--forest); font: .8125rem/1 var(--serif); }
h3 { font-weight: 500; font-size: 1.1875rem; letter-spacing: -.025em; margin: 1rem 0 .6rem; }
.features p { color: var(--muted); margin-bottom: 0; }
.studio-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 6.5rem; padding-block: 1.25rem .75rem; }
h2 { font-size: clamp(2.65rem, 4.4vw, 4rem); line-height: 1.1; margin-bottom: 1.75rem; }
.studio-copy .lead { max-width: 25rem; }
.studio-copy > p:not(.lead) { color: var(--muted); }
.studio-copy p:last-child { margin-bottom: 0; }
.contact { padding-bottom: 5.5rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 6.5rem; align-items: center; padding-top: 1rem; }
.contact-layout > div > p { color: var(--muted); margin-bottom: 0; }
.email-link { display: flex; justify-content: space-between; gap: .5rem; font: clamp(1.25rem, 1.8vw, 1.6rem)/1.5 var(--serif); letter-spacing: -.025em; text-decoration: none; border-bottom: 1px solid var(--ink); padding-block: .75rem; overflow-wrap: anywhere; }
.email-link:hover { color: var(--forest); border-color: var(--forest); }
.copy-row { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .75rem; min-height: 44px; }
.copy-row button { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; border: none; background: none; padding: 0 .25rem; color: var(--forest); font-size: .875rem; cursor: pointer; }
.copy-row button:hover span { text-decoration: underline; text-underline-offset: 4px; }
[hidden] { display: none !important; }
#copy-feedback { font-size: .8125rem; color: var(--forest); margin: 0; }
.contact-details .location { font-size: .875rem; margin-top: 2rem; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem 2rem; border-top: 1px solid var(--line); padding-block: 1.75rem; }
.site-footer p { font-size: .8125rem; color: var(--muted); margin: 0; }
.site-footer nav { gap: 1.6rem; }
.site-footer a { font-size: .875rem; }
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .hero-art img { animation: settle .9s ease-out both; }
  @keyframes settle { from { opacity: .65; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 5rem); }
  .hero { gap: 1rem; padding-block: 4.5rem; }
  h1 { font-size: clamp(3.2rem, 6.25vw, 4.8rem); }
  .hero-description { max-width: 23rem; }
  .product-layout, .studio-layout, .contact-layout { gap: 3rem; }
  .features { gap: 1.8rem; }
  .product-copy .lead { font-size: 1.3rem; }
  .desktop-break { display: none; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 2.75rem); }
  .site-header { min-height: 110px; flex-wrap: wrap; gap: 0 .8rem; padding-block: .9rem .45rem; }
  .wordmark { font-size: 1.55rem; padding-block: .4rem; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 1rem; }
  .site-header nav a { font-size: .875rem; }
  .hero { grid-template-columns: 1fr; gap: 1.7rem; padding-top: 3.2rem; padding-bottom: 3.3rem; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .1em; margin-bottom: 1.9rem; }
  h1 { font-size: clamp(2.9rem, 11.55vw, 4.9rem); margin-bottom: 1.6rem; line-height: 1.08; }
  .hero-description { font-size: 1rem; max-width: 23rem; margin-bottom: 1.15rem; }
  .hero-art { width: 88%; margin: 0 0 0 auto; }
  .hero-art figcaption { margin-inline: 0; font-size: .75rem; }
  .section { padding-top: 1.35rem; padding-bottom: 3.6rem; }
  .section-heading { margin-bottom: 2rem; gap: 1rem; }
  .section-heading .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .section-note { font-size: .75rem; text-align: right; max-width: 8.7rem; }
  .product-layout, .studio-layout, .contact-layout { grid-template-columns: 1fr; gap: 2.2rem; }
  .product-art { max-width: 100%; }
  .product-copy .status { margin-bottom: 1.1rem; }
  .product h2 { font-size: 3.1rem; margin-bottom: 1.35rem; }
  .product-copy .lead, .lead { font-size: 1.375rem; }
  .product-copy .release-note { margin-top: 1.4rem; }
  .features { grid-template-columns: 1fr; gap: 1.6rem; margin-top: 2.5rem; }
  .features article { padding-top: 1.1rem; display: grid; grid-template-columns: 1.5rem 1fr; column-gap: .75rem; }
  .feature-number { margin-top: .45rem; }
  .features h3 { margin: 0 0 .45rem; }
  .features p { grid-column: 2; }
  .studio-layout { padding-block: .25rem 0; gap: .65rem; }
  h2 { font-size: 2.85rem; }
  .contact-layout { padding-top: .25rem; gap: 1.8rem; }
  .email-link { font-size: clamp(1.1rem, 5.35vw, 1.5rem); }
  .contact-details .location { margin-top: 1.5rem; }
  .site-footer { padding-block: 1.4rem; gap: .4rem; }
  .site-footer nav { width: 100%; justify-content: space-between; gap: .3rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
