:root {
  --ink: #241e19;
  --ink-soft: #3b3129;
  --paper: #f7f1e7;
  --paper-deep: #ede4d7;
  --terracotta: #a55331;
  --terracotta-light: #d99a72;
  --olive: #687052;
  --white: #ffffff;
  --line: rgba(36, 30, 25, 0.18);
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(88rem, calc(100% - 6rem));
  --shadow: 0 1.5rem 4rem rgba(20, 14, 10, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

:focus-visible {
  outline: 0.18rem solid var(--terracotta-light);
  outline-offset: 0.25rem;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  display: grid;
  width: var(--shell);
  min-height: 7rem;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  width: clamp(10.5rem, 16vw, 13rem);
  min-height: 3.2rem;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 2.4vw, 2.8rem);
}

.desktop-nav a {
  position: relative;
  padding-block: 0.65rem;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 1px;
  background: var(--terracotta-light);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1.45rem;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.header-cta {
  border-color: var(--terracotta-light);
  color: #ffd5b8;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--white);
  transform: translateY(-0.12rem);
}

.header-cta svg,
.floating-whatsapp svg,
.button svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.button svg,
.text-link svg,
.collection-content a svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: max(45rem, 100svh);
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  animation: hero-image 900ms ease-out both;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(21, 16, 12, 0.96) 0%, rgba(27, 20, 16, 0.82) 30%, rgba(29, 22, 17, 0.46) 55%, rgba(20, 15, 12, 0.13) 82%),
    linear-gradient(180deg, rgba(16, 12, 9, 0.52) 0%, transparent 30%, rgba(14, 10, 8, 0.34) 100%);
}

.hero-content {
  padding-top: 10rem;
  padding-bottom: clamp(5.3rem, 9vh, 7.5rem);
}

.eyebrow {
  margin: 0 0 1.3rem;
  color: var(--terracotta-light);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--terracotta);
}

.hero h1 {
  max-width: 52rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 6.25vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
  animation: hero-copy 650ms 120ms ease-out both;
}

.hero-copy {
  max-width: 42rem;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  font-weight: 400;
  line-height: 1.65;
  animation: hero-copy 650ms 200ms ease-out both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
  animation: hero-copy 650ms 280ms ease-out both;
}

.button--solid {
  background: var(--terracotta);
  color: var(--white);
}

.button--solid:hover,
.button--solid:focus-visible {
  background: #8f4427;
  transform: translateY(-0.12rem);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(25, 19, 15, 0.26);
  color: var(--white);
  backdrop-filter: blur(0.4rem);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  transform: translateY(-0.12rem);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: var(--terracotta);
  transform: translateY(-0.12rem);
}

.materials-line {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 2.1rem 0 0;
  color: #efb48e;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  animation: hero-copy 650ms 360ms ease-out both;
}

.materials-line i {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: currentColor;
}

.scroll-cue {
  position: absolute;
  right: max(2rem, calc((100vw - 88rem) / 2));
  bottom: 4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}

.scroll-cue i {
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.collections-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.section-heading h2,
.story-copy h2,
.visit-content h2,
.faq-layout h2 {
  max-width: 52rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4.5vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

.section-heading > p {
  margin: 0;
  color: #655b53;
  line-height: 1.8;
}

.section-heading--center {
  display: block;
  max-width: 54rem;
  margin-inline: auto;
  text-align: center;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.collection-card {
  position: relative;
  min-height: clamp(24rem, 38vw, 36rem);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.collection-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.collection-card--tall img {
  object-position: center 62%;
}

.collection-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(18, 13, 10, 0.88) 100%);
}

.collection-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.5rem, 3vw, 2.8rem);
}

.collection-content h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.collection-content p {
  max-width: 31rem;
  margin: 0.85rem 0 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.collection-content a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #f4b58e;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-content a svg,
.text-link svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 200ms ease;
}

.collection-card:hover img {
  transform: scale(1.035);
}

.collection-content a:hover svg,
.text-link:hover svg {
  transform: translateX(0.3rem);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(27rem, 0.95fr);
  min-height: 48rem;
  background: var(--ink);
  color: var(--white);
}

.story-image {
  min-height: 42rem;
}

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

.story-copy {
  display: flex;
  max-width: 44rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 8rem);
}

.story-copy > p:not(.eyebrow) {
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.85;
}

.story-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.8rem 0;
  padding-block: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.story-values div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.story-values strong {
  color: var(--terracotta-light);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.story-values span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
}

.gallery-section {
  overflow: hidden;
  background: #181310;
  color: var(--white);
}

.gallery-section .eyebrow--dark {
  color: var(--terracotta-light);
}

.immersive-carousel {
  width: min(100vw, 112rem);
  margin-left: 50%;
  transform: translateX(-50%);
}

.carousel-topline {
  display: flex;
  width: var(--shell);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto 1.2rem;
  color: rgba(255, 255, 255, 0.72);
}

.carousel-topline p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.carousel-topline p span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.carousel-counter {
  display: flex;
  min-width: 7.2rem;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  font-variant-numeric: tabular-nums;
}

.carousel-counter strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
}

.carousel-counter i {
  width: 2.1rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}

.carousel-counter span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
}

.carousel-viewport {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  margin: 0;
  padding: 0 max(1rem, calc((100vw - min(78vw, 82rem)) / 2));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  list-style: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  width: min(78vw, 82rem);
  min-width: min(78vw, 82rem);
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.carousel-slide figure {
  position: relative;
  height: clamp(30rem, 56vw, 48rem);
  margin: 0;
  isolation: isolate;
  overflow: hidden;
  background: #0c0908;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.34);
}

.carousel-backdrop,
.carousel-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.carousel-backdrop {
  z-index: -1;
  object-fit: cover;
  filter: blur(2.2rem) brightness(0.42) saturate(0.8);
  opacity: 0.72;
  transform: scale(1.12);
}

.carousel-photo {
  object-fit: contain;
  object-position: center;
}

.carousel-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 2rem 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(8, 6, 5, 0.72));
  color: var(--white);
}

.carousel-slide figcaption span {
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.carousel-slide figcaption small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(19, 14, 11, 0.56);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(0.7rem);
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  border-color: var(--terracotta-light);
  background: var(--terracotta);
  transform: translateY(-50%) scale(1.05);
}

.carousel-arrow svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.carousel-arrow--previous {
  left: max(1.2rem, calc((100vw - min(78vw, 82rem)) / 2 + 1.2rem));
}

.carousel-arrow--next {
  right: max(1.2rem, calc((100vw - min(78vw, 82rem)) / 2 + 1.2rem));
}

.carousel-progress {
  width: var(--shell);
  height: 1px;
  margin: 1.5rem auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.carousel-progress span {
  display: block;
  height: 100%;
  background: var(--terracotta-light);
  transition: width 240ms ease;
}

.gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(27rem, 0.88fr);
  min-height: 47rem;
  background: var(--ink-soft);
  color: var(--white);
}

.visit-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.visit-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7.5rem);
}

.visit-content > p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.7rem 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.visit-content address {
  display: flex;
  flex-direction: column;
  padding-left: 1.2rem;
  border-left: 2px solid var(--terracotta-light);
  color: rgba(255, 255, 255, 0.92);
  font-style: normal;
  line-height: 1.75;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.faq-intro {
  max-width: 28rem;
  margin-top: 1.5rem;
  color: #655b53;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  min-height: 4.8rem;
  padding: 1.45rem 3rem 1.45rem 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 48rem;
  margin: -0.2rem 0 1.5rem;
  color: #655b53;
}

.site-footer {
  padding-top: clamp(4.5rem, 7vw, 7rem);
  background: #181310;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(9rem, 0.75fr));
  gap: 3rem;
  padding-bottom: 4.5rem;
}

.footer-brand img {
  width: 12rem;
  height: auto;
}

.footer-brand p {
  max-width: 22rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid h2 {
  margin: 0 0 1.2rem;
  color: #e5a57d;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.footer-grid a,
.footer-grid p,
.footer-grid address {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  font-style: normal;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.74rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.back-to-top,
.floating-whatsapp {
  position: fixed;
  z-index: 80;
  bottom: max(1.1rem, env(safe-area-inset-bottom));
}

.back-to-top {
  left: max(1.1rem, env(safe-area-inset-left));
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(36, 30, 25, 0.94);
  box-shadow: 0 0.8rem 2rem rgba(20, 14, 10, 0.22);
  color: var(--white);
  backdrop-filter: blur(0.55rem);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.back-to-top svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: var(--terracotta-light);
  background: var(--terracotta);
  transform: translateY(-0.16rem);
}

.floating-whatsapp {
  right: max(1.1rem, env(safe-area-inset-right));
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2rem;
  background: #256443;
  box-shadow: 0 0.8rem 2rem rgba(13, 38, 26, 0.28);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 750;
  isolation: isolate;
  transition: background-color 180ms ease, transform 180ms ease;
}

.floating-whatsapp::before {
  position: absolute;
  z-index: -1;
  inset: -0.35rem;
  border: 1px solid rgba(62, 204, 123, 0.7);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  animation: whatsapp-pulse 2.4s ease-out infinite;
}

.floating-whatsapp svg {
  width: 1.45rem;
  height: 1.45rem;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #1d7a4b;
  transform: translateY(-0.16rem);
}

@keyframes whatsapp-pulse {
  0% { opacity: 0.7; transform: scale(0.96); }
  70%, 100% { opacity: 0; transform: scale(1.22); }
}

@supports (content-visibility: auto) {
  .collections-section,
  .story-section,
  .gallery-section,
  .visit-section,
  .faq-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 60rem;
  }
}

@keyframes hero-image {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes hero-copy {
  from { opacity: 0; transform: translateY(1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 64rem) {
  :root {
    --shell: min(100% - 3rem, 72rem);
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 6.4rem;
  }

  .desktop-nav {
    gap: 1.15rem;
  }

  .header-cta span {
    display: none;
  }

  .header-cta {
    min-width: 3.4rem;
    padding-inline: 1rem;
  }

  .scroll-cue {
    display: none;
  }

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

  .story-copy,
  .visit-content {
    padding: 4rem 3rem;
  }

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

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 48rem) {
  :root {
    --shell: calc(100% - 2rem);
  }

  html {
    scroll-padding-top: 5.5rem;
  }

  .site-header {
    min-height: 5.5rem;
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .brand {
    width: 10.6rem;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: flex;
    width: 3rem;
    height: 3rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    border: 1px solid rgba(255, 255, 255, 0.38);
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    width: 1.25rem;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(0.42rem) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-0.42rem) rotate(-45deg);
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 0;
    display: flex;
    width: min(19rem, calc(100vw - 2rem));
    flex-direction: column;
    padding: 1rem;
    background: rgba(24, 19, 16, 0.98);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    min-height: 3rem;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .mobile-menu nav a:last-child {
    margin-top: 0.6rem;
    border: 1px solid var(--terracotta-light);
    color: #ffd5b8;
  }

  .hero {
    min-height: max(46rem, 100svh);
  }

  .hero-media img {
    object-position: 59% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(19, 14, 11, 0.76) 0%, rgba(20, 15, 12, 0.4) 24%, rgba(20, 15, 12, 0.87) 62%, rgba(15, 11, 9, 0.98) 100%),
      linear-gradient(90deg, rgba(21, 16, 12, 0.56), transparent);
  }

  .hero-content {
    padding-top: 8.5rem;
    padding-bottom: 3.2rem;
  }

  .hero h1 {
    max-width: 38rem;
    font-size: clamp(3rem, 13.3vw, 4.4rem);
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.55;
  }

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

  .button {
    padding-inline: 1rem;
  }

  .materials-line {
    flex-wrap: wrap;
    gap: 0.55rem;
    letter-spacing: 0.14em;
  }

  .section {
    padding-block: 5.5rem;
  }

  .section-heading {
    display: block;
    margin-bottom: 2.5rem;
  }

  .section-heading > p {
    margin-top: 1.4rem;
  }

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

  .collection-card {
    min-height: 27rem;
  }

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

  .story-image,
  .visit-media {
    min-height: 28rem;
  }

  .story-copy,
  .visit-content {
    max-width: none;
    padding: 4.5rem 1rem;
  }

  .story-copy > *,
  .visit-content > * {
    width: var(--shell);
    margin-right: auto;
    margin-left: auto;
  }

  .story-copy > p:not(.eyebrow) {
    margin-top: 1.4rem;
  }

  .story-values {
    width: var(--shell);
    grid-template-columns: repeat(3, 1fr);
  }

  .carousel-topline {
    align-items: flex-end;
  }

  .carousel-topline p span {
    display: none;
  }

  .carousel-track {
    gap: 0.65rem;
    padding-inline: 1rem;
    scroll-padding-inline: 1rem;
  }

  .carousel-slide {
    width: calc(100vw - 2rem);
    min-width: calc(100vw - 2rem);
  }

  .carousel-slide figure {
    height: min(75svh, 39rem);
  }

  .carousel-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }

  .carousel-arrow--previous {
    left: 1.8rem;
  }

  .carousel-arrow--next {
    right: 1.8rem;
  }

  .carousel-slide figcaption {
    padding: 3rem 1rem 1rem;
  }

  .visit-content {
    min-height: 34rem;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 30rem) {
  .hero-actions,
  .visit-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .materials-line span {
    font-size: 0.6rem;
  }

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

  .carousel-slide figure {
    height: 34rem;
  }

  .carousel-slide figcaption small {
    display: none;
  }

  .carousel-arrow {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .carousel-arrow:hover,
  .carousel-arrow:focus-visible {
    transform: scale(1.04);
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp {
    width: 3.6rem;
    justify-content: center;
    padding: 0;
  }
}

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

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