:root {
  color-scheme: light;
  --canvas: #f3f6ed;
  --surface: #fbfcf8;
  --ink: #172019;
  --muted: #697069;
  --line: rgba(23, 32, 25, 0.17);
  --accent: #477354;
  --accent-ink: #ffffff;
  --accent-wash: #dce8cf;
  --font: "Outfit", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --page: min(1360px, calc(100vw - 72px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  margin: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
figure {
  margin-top: 0;
}

.page-shell {
  margin-inline: auto;
  width: var(--page);
}

.site-nav {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  position: relative;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 650;
  gap: 12px;
  justify-self: start;
  letter-spacing: -0.02em;
}

.brand img {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 32px;
}

.nav-links a,
.nav-download,
.language-toggle,
.menu-toggle {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 13px;
  min-height: 44px;
  padding: 0;
}

.nav-links a,
.nav-download,
.language-toggle,
.menu-toggle,
.mobile-menu a {
  cursor: pointer;
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 100ms ease;
}

.nav-links a:hover,
.nav-download:hover,
.language-toggle:hover {
  color: var(--ink);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-self: end;
}

.nav-download {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 600;
  gap: 9px;
}

.language-toggle {
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
}

.menu-toggle {
  align-items: center;
  color: var(--ink);
  display: none;
  gap: 10px;
}

.menu-toggle:active,
.nav-download:active,
.language-toggle:active {
  transform: scale(0.96);
}

.mobile-menu {
  background: rgba(243, 246, 237, 0.97);
  inset: 88px 0 0;
  position: fixed;
  z-index: 18;
  backdrop-filter: blur(18px) saturate(140%);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu .page-shell {
  display: grid;
}

.mobile-menu a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: clamp(28px, 10vw, 44px);
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: -0.045em;
  min-height: 82px;
}

.hero {
  min-height: 100dvh;
  overflow: hidden;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(54px, 7vw, 112px);
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, 0.78fr);
  min-height: calc(100dvh - 88px);
  padding-block: clamp(64px, 9vw, 136px) clamp(72px, 10vw, 150px);
}

.eyebrow {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-size: clamp(62px, 8.2vw, 130px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.86;
  margin-bottom: 0;
  text-wrap: balance;
}

.hero-copy h1 > span {
  display: block;
}

.headline-detail {
  align-items: center;
  display: flex !important;
  gap: 0.12em;
}

.inline-image {
  display: inline-block;
  flex: 0 0 auto;
  height: 0.72em;
  overflow: hidden;
  width: 1.1em;
}

.inline-image img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 73%;
  width: 100%;
}

.hero-lead {
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  letter-spacing: -0.01em;
  line-height: 1.55;
  margin: 34px 0 0;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-top: 38px;
}

.download-cta {
  align-items: center;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 14px;
  color: var(--accent-ink);
  display: inline-flex;
  gap: 14px;
  min-height: 72px;
  padding: 12px 22px 12px 14px;
  transition:
    filter 180ms ease,
    transform 180ms var(--ease);
}

.download-cta:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
}

.download-cta:active {
  transform: scale(0.97);
}

.download-cta__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  display: flex;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  width: 46px;
  animation: download-pulse 2.8s var(--ease) infinite;
}

.download-cta strong,
.download-cta small {
  display: block;
}

.download-cta strong {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.download-cta small {
  margin-top: 4px;
  opacity: 0.75;
}

.preview-link {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  font-size: 13px;
  gap: 28px;
  min-height: 44px;
  transition:
    gap 220ms var(--ease),
    transform 100ms ease;
}

.preview-link:hover {
  gap: 36px;
}

.preview-link:active {
  transform: scale(0.97);
}

.hero-visual {
  margin: 0;
}

.hero-visual__meta {
  align-items: end;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding-bottom: 16px;
}

.hero-visual__meta > span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stat {
  align-items: baseline;
  background: var(--accent-wash);
  display: grid;
  gap: 3px;
  min-width: 152px;
  padding: 16px 18px;
}

.hero-stat > span {
  align-items: baseline;
  display: flex;
  gap: 9px;
}

.hero-stat strong {
  color: var(--accent);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.hero-stat span span {
  color: var(--muted);
  font-size: 10px;
}

.hero-photo {
  aspect-ratio: 0.76;
  overflow: hidden;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transition: transform 900ms var(--ease);
  width: 100%;
}

.hero-visual:hover .hero-photo img {
  transform: scale(1.018);
}

.hero-visual figcaption,
.story-image figcaption,
.contact-image figcaption {
  color: var(--muted);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-top: 12px;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(92px, 11vw, 168px);
}

.availability,
.contact {
  background: var(--surface);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: clamp(52px, 8vw, 132px);
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(58px, 8.5vw, 132px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.87;
  margin-bottom: 0;
  text-wrap: balance;
}

.section-intro p,
.contact-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 60ch;
}

.section-intro a {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  display: flex;
  font-size: 13px;
  font-weight: 650;
  justify-content: space-between;
  margin-top: 28px;
  min-height: 44px;
  width: min(100%, 340px);
}

.availability-workspace {
  margin-top: clamp(64px, 8vw, 112px);
}

.category-nav {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--ink);
  display: flex;
  gap: clamp(20px, 4vw, 58px);
  overflow-x: auto;
  padding-top: 18px;
  scrollbar-width: none;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--muted);
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: clamp(18px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: -0.035em;
  min-height: 60px;
  padding: 0 0 17px;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 100ms ease;
}

.category-nav button:hover,
.category-nav button[aria-selected="true"] {
  color: var(--ink);
}

.category-nav button[aria-selected="true"] {
  border-bottom-color: var(--accent);
}

.category-nav button:active {
  transform: scale(0.97);
}

.category-display {
  display: grid;
  gap: clamp(36px, 6vw, 86px);
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  padding-top: 34px;
}

.category-image {
  margin: 0;
}

.category-image img {
  aspect-ratio: 0.85;
  height: min(64vh, 680px);
  object-fit: cover;
  transition:
    filter 180ms ease,
    opacity 180ms ease;
  width: 100%;
}

.category-image.is-switching img {
  filter: blur(3px);
  opacity: 0.35;
}

.category-image figcaption {
  color: var(--muted);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-top: 12px;
  text-transform: uppercase;
}

.product-panel__head {
  align-items: baseline;
  background: var(--accent-wash);
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 18px;
}

.product-panel__head h3 {
  font-size: 12px;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.product-panel__head span {
  color: var(--muted);
  font-size: 11px;
}

.product-list {
  max-height: min(64vh, 680px);
  overflow: auto;
  overscroll-behavior: contain;
}

.product-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  min-height: 58px;
  opacity: 0;
  transform: translateY(8px);
  animation: row-in 420ms var(--ease) forwards;
  animation-delay: min(calc(var(--row-index) * 24ms), 280ms);
}

.product-row__index {
  color: var(--muted);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.product-row__name {
  font-size: 14px;
  line-height: 1.4;
}

.status {
  background: var(--accent-wash);
  border-radius: 6px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.05em;
  padding: 6px 8px;
  text-transform: uppercase;
}

.status[data-status="Limited"] {
  background: transparent;
  border: 1px solid var(--line);
  color: #8a5a18;
}

.status[data-status="Ask"] {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
}

.inside {
  background: var(--canvas);
}

.inside .section-heading h2 {
  max-width: 12ch;
}

.story-list {
  margin-top: clamp(72px, 10vw, 142px);
}

.story {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(48px, 8vw, 136px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  padding-block: clamp(54px, 8vw, 108px);
}

.story:last-child {
  border-bottom: 1px solid var(--line);
}

.story--reverse .story-image {
  order: 2;
}

.story-image {
  margin: 0;
}

.story-image img {
  aspect-ratio: 1.12;
  object-fit: cover;
  width: 100%;
}

.story-copy h3 {
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 550;
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin-bottom: 30px;
  max-width: 11ch;
}

.story-copy > p:last-child {
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
  margin: 0;
  max-width: 62ch;
  padding-top: 18px;
}

.contact {
  background: var(--accent-wash);
}

.contact-grid {
  align-items: end;
  display: grid;
  gap: clamp(52px, 8vw, 132px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.contact-copy h2 {
  font-size: clamp(54px, 7.5vw, 116px);
  max-width: 10ch;
}

.contact-copy > p {
  margin-top: 30px;
}

.contact-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.contact-list li {
  align-items: center;
  border-top: 1px solid rgba(23, 32, 25, 0.22);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(90px, 0.35fr) minmax(0, 1.65fr);
  min-height: 62px;
}

.contact-list li:last-child {
  border-bottom: 1px solid rgba(23, 32, 25, 0.22);
}

.contact-list span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list strong {
  font-size: 15px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.contact-list a:hover {
  color: var(--accent);
}

.social-links {
  display: flex;
  gap: 32px;
  margin-top: 34px;
}

.social-links a {
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  min-height: 34px;
}

.contact-image {
  margin: 0;
}

.contact-image img {
  aspect-ratio: 0.82;
  object-fit: cover;
  width: 100%;
}

.site-footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  letter-spacing: 0.05em;
  min-height: 104px;
}

.site-footer a {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms var(--ease),
    transform 720ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

@keyframes row-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes download-pulse {
  0%,
  72%,
  100% {
    transform: translateY(0);
  }
  82% {
    transform: translateY(3px);
  }
  90% {
    transform: translateY(-1px);
  }
}

@media (min-width: 981px) and (max-height: 840px) {
  .site-nav {
    min-height: 72px;
  }

  .brand img {
    height: 36px;
    width: 36px;
  }

  .hero-grid {
    min-height: calc(100dvh - 72px);
    padding-block: 28px 44px;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 6.2vw, 84px);
  }

  .hero-lead {
    font-size: 16px;
    margin-top: 22px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-photo {
    aspect-ratio: auto;
    height: min(61vh, 530px);
  }
}

@media (max-width: 980px) {
  :root {
    --page: min(100% - 40px, 760px);
  }

  .site-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links,
  .nav-download {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .section-heading,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 72px;
  }

  .hero-visual {
    margin-left: 14%;
  }

  .hero-photo {
    aspect-ratio: 1;
  }

  .category-display {
    grid-template-columns: 1fr;
  }

  .category-image img {
    aspect-ratio: 1.5;
    height: auto;
  }

  .story {
    grid-template-columns: 1fr;
  }

  .story--reverse .story-image {
    order: 0;
  }

  .contact-image {
    margin-left: 18%;
  }

  .contact-image img {
    aspect-ratio: 1.1;
  }
}

@media (max-width: 680px) {
  :root {
    --page: calc(100% - 32px);
  }

  .site-nav {
    min-height: 76px;
  }

  .brand span {
    display: none;
  }

  .nav-actions {
    gap: 18px;
  }

  .hero-grid {
    gap: 56px;
    min-height: auto;
    padding-block: 58px 82px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .headline-detail {
    display: block !important;
  }

  .inline-image {
    display: none;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .download-cta {
    width: 100%;
  }

  .preview-link {
    justify-content: space-between;
    width: 100%;
  }

  .hero-visual {
    margin-left: 8%;
  }

  .hero-visual__meta {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .hero-photo {
    aspect-ratio: 0.84;
  }

  .section {
    padding-block: 82px;
  }

  .section-heading {
    gap: 40px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(50px, 16vw, 76px);
  }

  .availability-workspace {
    margin-top: 56px;
  }

  .category-nav {
    margin-inline: -16px;
    padding-left: 16px;
  }

  .category-display {
    padding-top: 26px;
  }

  .category-image img {
    aspect-ratio: 1;
  }

  .product-row {
    gap: 10px;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    min-height: 64px;
  }

  .product-row__name {
    font-size: 13px;
  }

  .status {
    font-size: 8px;
  }

  .story-list {
    margin-top: 60px;
  }

  .story {
    gap: 40px;
    padding-block: 58px;
  }

  .story-image img {
    aspect-ratio: 0.95;
  }

  .story-copy h3 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .contact-list li {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding-block: 16px;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .contact-image {
    margin-left: 8%;
  }

  .contact-image img {
    aspect-ratio: 0.9;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .product-row {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .mobile-menu {
    background: var(--canvas);
    backdrop-filter: none;
  }
}
