/* ============================================
   THE HOST & THE GUEST
   Brand Lookbook — V4
   ============================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

:root {
  /* Primary dark — Deep Forest family */
  --umber: #1f2c1e;
  --umber-90: #2e4030;
  --umber-light: #7a8574;
  --umber-faint: #a8b3a2;
  --umber-border: rgba(31, 44, 30, 0.12);

  --parchment: #f0ead8;

  --sage: #8a9e7e;
  --sage-light: #8a9e7e;
  --sage-faint: rgba(138, 158, 126, 0.08);
  --terracotta: #c4714a;

  --deep-forest: #1f2c1e;
  --forest: #1f2c1e;
  --forest-mid: #2e4030;
  --sage-new: #8a9e7e;
  --parchment-warm: #f0ead8;
  --cream: #F0EDE7;
  --aged-gold: #b89c6e;

  --serif: 'Cormorant', 'Georgia', serif;
  --sans: 'Outfit', -apple-system, 'Helvetica Neue', sans-serif;

  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --container: 1200px;
  --gutter: clamp(1.5rem, 4vw, 3rem);

  /* Vertical rhythm */
  --section-py:    clamp(5.5rem, 12vw, 9rem);
  --section-py-sm: clamp(4rem, 8vw, 6rem);
  --section-gap:   clamp(2.5rem, 5vw, 3.5rem);

  /* Typography scale (Perfect Fourth ~1.333) */
  --text-display:  clamp(3rem, 7vw, 5.5rem);
  --text-h1:       clamp(2.25rem, 5vw, 3.75rem);
  --text-h2:       clamp(1.875rem, 4vw, 2.75rem);
  --text-h3:       clamp(1.5rem, 3vw, 2.125rem);
}

html {
  font-size: 16px;
  background-color: #2C2118;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.9375rem;
  color: var(--umber);
  background-color: var(--parchment);
  line-height: 1.75;
  letter-spacing: 0.015em;
  overflow-x: hidden;
  animation: pageIn 0.4s var(--ease) both;
}

@keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }

::selection {
  background: rgba(196, 113, 74, 0.12);
  color: var(--umber);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

button, input, select, textarea {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}


/* --- Layout --- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section-label {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest-mid);
  margin-bottom: 1.5rem;
}


.section-heading {
  font-family: var(--serif);
  font-size: var(--text-h2);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.section-heading em {
  font-style: italic;
  color: var(--forest-mid);
}


/* ============================================
   HEADER — Liquid glass
   ============================================ */
/* Parchment stage behind header */
.header-stage {
  display: none;
}

/* Always floating with border */
.header {
  position: fixed;
  top: max(0.75rem, env(safe-area-inset-top));
  left: max(var(--gutter), env(safe-area-inset-left));
  right: max(var(--gutter), env(safe-area-inset-right));
  z-index: 150;
  background: var(--parchment);
  border: 1px solid rgba(51, 45, 40, 0.25);
  border-radius: 8px;
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 3.25rem;
  padding: 0;
}

.nav-left {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.nav-sep {
  width: 1px;
  height: 100%;
  background: rgba(51, 45, 40, 0.25);
}

.nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 100%;
  color: var(--umber);
  cursor: pointer;
  transition: color 0.2s var(--ease);
}

.nav-icon:hover {
  color: var(--terracotta);
}

/* Hide the search icon at every viewport. The separator that followed it stays —
   it now sits to the left of the cart, keeping the vertical line before that icon. */
.nav-right .nav-icon[aria-label="Search"] {
  display: none;
}

/* Cart badge */
.nav-cart {
  position: relative;
}

.nav-cart-count {
  position: absolute;
  top: 0.45rem;
  right: 0.3rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--umber);
  color: var(--parchment);
  font-family: var(--sans);
  font-size: 0.5625rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nav-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 110;
  min-width: 8rem;
}

/* Short logo: H&G — visible at top */
.nav-logo-short {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--umber);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

/* Full logo: stacked text — hidden at top */
.nav-logo-full {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
  pointer-events: none;
}

/* Scrolled: crossfade short → full */
.header.scrolled .nav-logo-short {
  opacity: 0;
  transform: translateY(-4px);
}

.header.scrolled .nav-logo-full {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-logo-top {
  font-family: var(--serif);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-logo-bottom {
  font-family: var(--serif);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--umber-light);
}

.nav-toggle {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  z-index: 200;
  height: 100%;
  padding: 0 1rem;
  border-radius: 7px 0 0 7px;
  transition: background 0.25s var(--ease);
}

.nav-toggle:hover:not(.active) {
  background: var(--terracotta);
}

.nav-toggle:hover:not(.active) .nav-toggle-label {
  color: var(--parchment);
}

.nav-toggle:hover:not(.active) .nav-toggle-lines span {
  background: var(--parchment);
}

.nav-toggle-label {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--umber);
  transition: color 0.25s var(--ease);
}

.nav-toggle.active .nav-toggle-label {
  color: var(--umber);
}

.nav-toggle-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 18px;
}

.nav-toggle-lines span {
  height: 1px;
  background: var(--umber);
  display: block;
  transition: transform 0.4s var(--ease-out);
  transform-origin: center;
}

.nav-toggle.active .nav-toggle-lines span:first-child {
  transform: translateY(5px) rotate(45deg);
  background: var(--umber);
}

.nav-toggle.active .nav-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .nav-toggle-lines span:last-child {
  transform: translateY(-5px) rotate(-45deg);
  background: var(--umber);
}

/* Sub-open state — stays umber on light header */




/* ============================================
   DROPDOWN MENU — Integrated with header
   ============================================ */

/* Header adjustments when menu is open */
body.menu-open .header {
  border-bottom-left-radius: 0;
  border-bottom-color: rgba(31, 44, 30, 0.08);
}

/* Overlay */
.slide-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 44, 30, 0.12);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}

.slide-menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* Dropdown panel — compact, left-aligned below menu button */
.slide-menu {
  position: fixed;
  top: calc(0.75rem + 3.25rem + 2px);
  left: var(--gutter);
  right: auto;
  bottom: auto;
  width: 220px;
  background: var(--parchment);
  z-index: 140;
  border: 1px solid rgba(31, 44, 30, 0.15);
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0s 0.3s;
}

.slide-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0s 0s;
}

/* Nav links — vertical stack */
.slide-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  gap: 0.15rem;
}

.slide-menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--umber);
  padding: 0.4rem 0;
  transition: color 0.25s var(--ease);
  cursor: pointer;
  opacity: 0;
  transform: translateX(-6px);
  position: relative;
}

.slide-menu.open .slide-menu-link {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out), color 0.25s var(--ease);
}

.slide-menu-link:hover {
  color: var(--terracotta);
}

/* Faded links */
.slide-menu-link--faded {
  color: var(--umber);
}

.slide-menu-link--faded:hover {
  color: var(--terracotta);
}

/* Arrow for links with sub-pages */
.slide-menu-arrow {
  font-size: 0.75rem;
  font-weight: 200;
  opacity: 0.4;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.slide-menu-link:hover .slide-menu-arrow {
  opacity: 1;
  transform: translateX(3px);
}

/* Staggered entrance */
.slide-menu.open .slide-menu-link:nth-child(1) { transition-delay: 0.02s; }
.slide-menu.open .slide-menu-link:nth-child(2) { transition-delay: 0.05s; }
.slide-menu.open .slide-menu-link:nth-child(3) { transition-delay: 0.08s; }
.slide-menu.open .slide-menu-link:nth-child(4) { transition-delay: 0.11s; }
.slide-menu.open .slide-menu-link:nth-child(5) { transition-delay: 0.14s; }

/* Footer area */
.slide-menu-footer {
  padding: 1rem 1.5rem;
  text-align: left;
  border-top: 1px solid rgba(31, 44, 30, 0.08);
}

.slide-menu-tagline {
  font-family: var(--serif);
  font-size: 0.875rem;
  font-style: italic;
  color: var(--umber-light);
  margin-bottom: 0.75rem;
}

.slide-menu-social a {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--umber-light);
  transition: color 0.25s var(--ease);
}

.slide-menu-social a:hover {
  color: var(--umber);
}

/* Sub-panel — compact, same position as main menu */
.slide-menu-sub {
  position: fixed;
  top: calc(0.75rem + 3.25rem + 2px);
  left: var(--gutter);
  right: auto;
  bottom: auto;
  width: 220px;
  background: var(--parchment);
  z-index: 141;
  border: 1px solid rgba(31, 44, 30, 0.15);
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  gap: 0.15rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0s 0.3s;
}

.slide-menu-sub.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0s 0s;
}

.slide-menu-sub-back {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--umber);
  cursor: pointer;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(31, 44, 30, 0.08);
  transition: color 0.25s var(--ease);
}

.slide-menu-sub-back:hover {
  color: var(--umber);
}

.slide-menu-sub-title {
  display: none;
}

.slide-menu-sub-divider {
  display: none;
}

.slide-menu-sub-links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.slide-menu-sub-link {
  display: block;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--umber);
  padding: 0.4rem 0;
  transition: color 0.25s var(--ease);
}

.slide-menu-sub-link:hover {
  color: var(--terracotta);
}

/* Body lock when menu is open */
body.menu-open {
  overflow: hidden;
}


/* ============================================
   HERO — Centered
   ============================================ */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.6) brightness(0.85) contrast(1.05);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(31, 44, 30, 0.2) 0%,
      rgba(31, 44, 30, 0.35) 50%,
      rgba(31, 44, 30, 0.5) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--parchment);
  padding: 0 var(--gutter);
  max-width: 800px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.45);
  margin-bottom: 2rem;
  animation: heroFadeUp 1s var(--ease-out) 0.1s both;
}

.hero-tag-line {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(250, 248, 245, 0.2);
}

.hero-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  animation: heroFadeUp 1s var(--ease-out) 0.2s both;
}

.hero-title em {
  font-style: italic;
  color: var(--aged-gold);
}

.hero-subtitle {
  font-size: 1.0625rem;
  font-weight: 300;
  color: rgba(250, 248, 245, 0.85);
  line-height: 1.9;
  letter-spacing: 0.01em;
  max-width: 760px;
  margin-top: 2rem;
  text-wrap: pretty;
  animation: heroFadeUp 1s var(--ease-out) 0.35s both;
}

.hero-cta {
  display: inline-block;
  margin-top: 2.5rem;
  animation: heroFadeUp 1s var(--ease-out) 0.45s both;
}

.hero-cta span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.85rem 2.25rem;
  border: 1px solid rgba(250, 248, 245, 0.25);
  border-radius: 100px;
  color: var(--parchment);
  transition: all 0.3s var(--ease);
}

.hero-cta:hover span {
  background: rgba(196, 113, 74, 0.15);
  border-color: var(--terracotta);
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}


/* ============================================
   PHILOSOPHY
   ============================================ */
.philosophy {
  padding: var(--section-py) 0;
  background: var(--parchment);
}

.philosophy-layout {
  display: grid;
  gap: 3rem;
}

@media (min-width: 900px) {
  .philosophy-layout {
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
  }
}

.philosophy-left {
  position: relative;
}

.philosophy-number {
  position: absolute;
  top: -0.5rem;
  left: -0.25rem;
  font-family: var(--serif);
  font-size: clamp(8rem, 16vw, 14rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(196, 113, 74, 0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.philosophy-left .section-label,
.philosophy-heading {
  position: relative;
  z-index: 1;
}

.philosophy-heading {
  font-family: var(--serif);
  font-size: var(--text-h2);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.philosophy-heading em {
  font-style: italic;
  color: var(--sage);
}

.philosophy-right p {
  color: var(--umber-light);
  margin-bottom: 2rem;
  max-width: 460px;
}

@media (min-width: 900px) {
  .philosophy-right {
    padding-left: 3rem;
    border-left: 1px solid var(--umber-border);
  }
}

/* About: text on left, two stacked photos on right */
.philosophy-layout--photo-stack .philosophy-left p {
  color: var(--umber-light);
  margin-bottom: 2rem;
  max-width: 460px;
}
@media (min-width: 900px) {
  .philosophy-layout--photo-stack .philosophy-left {
    padding-right: 3rem;
    border-right: 1px solid var(--umber-border);
  }
  .philosophy-layout--photo-stack .philosophy-right {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 899px) {
  .philosophy-layout--photo-stack .philosophy-left p {
    max-width: 100%;
  }
}
.photo-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.photo-stack img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
}

.philosophy-cta {
  display: inline-block;
  font-family: var(--serif);
  font-size: 1.2375rem;
  font-style: italic;
  font-weight: 400;
  color: var(--sage);
  margin-top: 2rem;
  transition: color 0.3s var(--ease), transform 0.3s var(--ease);
}

.philosophy-cta-arrow {
  display: inline-block;
  margin-left: 0.4em;
  transition: transform 0.3s var(--ease);
}

.philosophy-cta:hover {
  color: var(--terracotta);
}

.philosophy-cta:hover .philosophy-cta-arrow {
  transform: translateX(4px);
}


/* ============================================
   TESTIMONIALS — Editorial pull-quote
   ============================================ */
.testimonials {
  padding: var(--section-py) 0;
  background: #dfd3ba;
}

.testimonials-header {
  margin-bottom: var(--section-gap);
}

/* Hero quote — editorial pull quote */
.testimonial-hero {
  position: relative;
  text-align: center;
  max-width: 612px;
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  padding: clamp(1.7rem, 3.4vw, 2.55rem) 0;
}

.testimonial-quote-mark {
  display: block;
  font-family: var(--serif);
  font-size: clamp(4.25rem, 8.5vw, 6.8rem);
  font-weight: 300;
  line-height: 0.6;
  color: var(--forest-mid);
  opacity: 0.3;
  margin-bottom: 1rem;
}

.testimonial-hero-quote {
  font-family: var(--serif);
  font-size: clamp(1.17rem, 2.55vw, 1.7rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--umber);
}

.testimonial-hero-attr {
  margin-top: clamp(1.49rem, 2.55vw, 2.125rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.testimonial-hero-attr .testimonial-name {
  color: var(--umber);
}

.testimonial-hero-attr .testimonial-type {
  color: var(--umber-light);
}

/* Pair — minimal editorial */
.testimonial-pair {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--umber-border);
  border-bottom: 1px solid var(--umber-border);
}

@media (min-width: 900px) {
  .testimonial-pair {
    grid-template-columns: 1fr 1fr;
  }
}

.testimonial-item {
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--umber-border);
}

@media (min-width: 900px) {
  .testimonial-item:nth-child(2) {
    border-left: 1px solid var(--umber-border);
  }
  .testimonial-item {
    border-bottom: none;
  }
}

.testimonial-item-quote {
  font-family: var(--serif);
  font-size: clamp(0.975rem, 1.6vw, 1.0625rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.75;
  color: var(--umber);
}

.testimonial-item-attr {
  margin-top: 1.5rem;
}

.testimonial-item-attr .testimonial-name {
  color: var(--umber);
}

.testimonial-item-attr .testimonial-type {
  color: var(--umber-light);
}

/* Shared attr styles */
.testimonial-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.testimonial-type {
  display: block;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-top: 0.2rem;
}

/* Carousel variant — desktop only, JS-enhanced.
   Track holds one slot per quote. Each slot is 50% of the window (so 2 visible at once).
   Track width = N * 50% of window. JS translates the track to shift by one slot per click. */
.testimonial-pair--carousel {
  display: flex;
  align-items: stretch;
  grid-template-columns: none;
  gap: 0;
}
.testimonial-pair--carousel .testimonial-item {
  border: none;
  margin: 0;
}
.testimonial-pair--carousel .testimonial-slot {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--umber-border);
}
.testimonial-pair--carousel .testimonial-slot .testimonial-item-attr {
  margin-top: auto;
  padding-top: 1.5rem;
}
.testimonial-arrow {
  flex: 0 0 auto;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  color: var(--umber-light);
  transition: color 0.25s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-arrow:hover:not(:disabled) {
  color: var(--terracotta);
}
.testimonial-arrow:disabled {
  opacity: 0.2;
  cursor: default;
}
.testimonial-arrow svg {
  display: block;
}
.testimonial-window {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  border-left: 1px solid var(--umber-border);
}
/* During the slide, paint a 1px line at the right edge to cover the moment
   when no slot border is at 100%. Same position as the rightmost slot's
   border at rest, so the transition into/out of motion is invisible. */
.testimonial-pair--carousel.is-sliding .testimonial-window {
  box-shadow: inset -1px 0 0 var(--umber-border);
}
.testimonial-track {
  display: flex;
  transition: transform 0.45s var(--ease);
  /* Desktop: 2 slots visible per window. Track holds 2N slots, each 50% of window. */
  width: calc(var(--carousel-n, 1) * 100%);
}
@media (max-width: 899px) {
  .testimonial-track {
    /* Mobile: 1 slot visible per window. Track holds 2N slots, each 100% of window. */
    width: calc(var(--carousel-n, 1) * 200%);
  }
}
.testimonial-slot {
  flex: 0 0 auto;
  /* width set inline by JS: 100/(2N)% of track = 50% of window on desktop, 100% on mobile */
}
.testimonial-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0;
}
.testimonial-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--umber-border);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}
.testimonial-dot.is-active {
  background: var(--umber);
  transform: scale(1.2);
}

/* Mobile: drop the vertical edge/divider lines, show one quote per pane,
   move the controls (prev / dots / next) below the quote in a single row. */
@media (max-width: 899px) {
  .testimonial-pair--carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "window window window"
      "prev   dots   next";
    align-items: center;
  }
  .testimonial-window {
    grid-area: window;
    border-left: none;
    border-right: none;
  }
  .testimonial-pair--carousel.is-sliding .testimonial-window {
    box-shadow: none;
  }
  .testimonial-pair--carousel .testimonial-slot {
    border-right: none;
  }
  .testimonial-arrow--prev { grid-area: prev; }
  .testimonial-arrow--next { grid-area: next; }
  .testimonial-dots {
    grid-area: dots;
    display: flex;
  }
  .testimonial-arrow {
    padding: 1rem 0.75rem;
  }
}


/* ============================================
   GALLERY ARCHES
   ============================================ */
.gallery-arches {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #e8dfc9;
}

/* Concave curve overlay — top (blends with statement terracotta above) */
.gallery-arches::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -10%;
  right: -10%;
  height: clamp(60px, 10vw, 120px);
  background: var(--terracotta);
  border-radius: 0 0 50% 50%;
  z-index: 2;
  pointer-events: none;
}

/* Concave curve overlay — bottom */
.gallery-arches::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10%;
  right: -10%;
  height: clamp(60px, 10vw, 120px);
  background: #e8dfc9;
  border-radius: 50% 50% 0 0;
  z-index: 2;
  pointer-events: none;
}

.gallery-arches-track {
  display: flex;
  align-items: stretch;
  gap: clamp(6px, 0.6vw, 10px);
  width: max-content;
  height: clamp(340px, 42vw, 580px);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.gallery-arch {
  flex: 0 0 clamp(260px, 22vw, 380px);
  overflow: hidden;
  contain: style;
}

.gallery-arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .gallery-arches {
    padding: 0;
  }

  .gallery-arches-track {
    height: 340px;
  }

  .gallery-arch {
    flex: 0 0 220px;
  }
}


.nav-link--active {
  color: var(--terracotta) !important;
}


/* ============================================
   PAGE HERO
   ============================================ */
.page-hero {
  height: 60vh;
  height: 60svh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero--short {
  height: 40vh;
  height: 40svh;
  min-height: 320px;
}

.page-hero--tall {
  height: 100vh;
  height: 100svh;
  min-height: 600px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 44, 30, 0.3) 0%,
    rgba(31, 44, 30, 0.5) 50%,
    rgba(31, 44, 30, 0.65) 100%
  );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  color: var(--parchment);
  padding: 0 var(--gutter);
  max-width: 700px;
  animation: heroFadeUp 1s var(--ease-out) 0.1s both;
}

.page-hero-content .section-label {
  color: rgba(250, 248, 245, 0.5);
}

.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.page-hero-title em {
  font-style: italic;
  color: var(--aged-gold);
}

.page-hero-subtitle {
  font-size: 0.9375rem;
  font-weight: 200;
  color: rgba(250, 248, 245, 0.6);
  line-height: 1.85;
  max-width: 480px;
  margin: 0 auto;
}



/* ============================================
   CONDENSED CTA
   ============================================ */
.section-cta {
  padding: var(--section-py) 0;
  text-align: center;
  background: #e8dfc9;
}

.section-cta .section-heading {
  max-width: 600px;
  margin: 0 auto 1.25rem;
}

.section-cta-text {
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--umber-light);
  line-height: 1.8;
  max-width: 440px;
  margin: 0 auto 2.5rem;
}

.section-cta-btn {
  display: inline-block;
}

.section-cta-btn span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border: 1px solid var(--umber);
  border-radius: 100px;
  transition: all 0.3s var(--ease);
}

.section-cta-btn:hover span {
  background: var(--terracotta);
  color: var(--parchment);
  border-color: var(--terracotta);
}

.section-cta-email {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--umber-light);
  transition: color 0.25s var(--ease);
}

.section-cta-email:hover {
  color: var(--terracotta);
}


/* ============================================
   OFFERINGS — Contained expanding panels
   ============================================ */
.offerings {
  padding: var(--section-py) 0;
  background: #e8dfc9;
}

.offerings-header {
  margin-bottom: var(--section-gap);
}

.offerings-panels {
  display: flex;
  height: clamp(400px, 50vw, 560px);
  overflow: hidden;
  border-radius: 6px;
}

.offerings-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.65s cubic-bezier(0.25, 0, 0.1, 1);
}

.offerings-panel.active {
  flex: 3;
}

.offerings-panel-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.offerings-panel-bg img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: max(100%, 50vw);
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.offerings-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 44, 30, 0) 0%,
    rgba(31, 44, 30, 0) 40%,
    rgba(31, 44, 30, 0.55) 100%
  );
  transition: opacity 0.5s ease;
}

.offerings-panel-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 44, 30, 0) 0%,
    rgba(31, 44, 30, 0) 50%,
    rgba(31, 44, 30, 0.4) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.offerings-panel:hover .offerings-panel-overlay::after {
  opacity: 1;
}

.offerings-panel-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(1.25rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.offerings-panel-label {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
  color: var(--parchment);
  letter-spacing: 0.01em;
}

.offerings-panel-desc {
  font-family: var(--sans);
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 300;
  color: rgba(250, 248, 245, 0.85);
  max-width: 320px;
  line-height: 1.6;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(0.25, 0, 0.1, 1) 0.1s,
              max-height 0.5s cubic-bezier(0.25, 0, 0.1, 1) 0.1s;
}

.offerings-panel.active .offerings-panel-desc {
  opacity: 1;
  max-height: 80px;
}

.offerings-panel-arrow {
  font-size: 1.5rem;
  color: var(--parchment);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0, 0.1, 1),
              max-height 0.4s cubic-bezier(0.25, 0, 0.1, 1);
}

.offerings-panel.active .offerings-panel-arrow {
  opacity: 1;
  max-height: 2rem;
}

/* Mobile: stack panels vertically */
@media (max-width: 768px) {
  .offerings-panels {
    flex-direction: column;
    height: auto;
  }

  .offerings-panel,
  .offerings-panel.active {
    flex: none;
    height: 160px;
  }

  .offerings-panel-bg img {
    width: 100%;
    left: 0;
    transform: none;
  }
}


/* ============================================
   PRODUCTS HIGHLIGHT
   ============================================ */
.products-highlight {
  padding: var(--section-py) 0;
  background: #d5c8ad;
}

.products-highlight-header {
  margin-bottom: var(--section-gap);
}

.products-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.products-highlight-card {
  display: block;
  background: var(--parchment);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.products-highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(31, 44, 30, 0.1);
}

.products-highlight-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.products-highlight-content {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.products-highlight-title {
  font-family: var(--serif);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.products-highlight-desc {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--umber-light);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.products-highlight-link {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--umber-light);
  transition: color 0.25s var(--ease);
}

.products-highlight-card:hover .products-highlight-link {
  color: var(--terracotta);
}

.products-highlight-cta {
  text-align: center;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.products-highlight-btn {
  display: inline-block;
}

.products-highlight-btn span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border: 1px solid var(--umber);
  border-radius: 100px;
  transition: all 0.3s var(--ease);
}

.products-highlight-btn:hover span {
  background: var(--terracotta);
  color: var(--parchment);
  border-color: var(--terracotta);
}

@media (max-width: 768px) {
  .products-highlight-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================
   STATEMENT — Full-bleed dark section
   ============================================ */
.statement {
  padding: clamp(6rem, 14vw, 10rem) 0;
  background: var(--terracotta);
}

.statement-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.statement-label {
  font-family: var(--serif);
  font-size: clamp(0.9375rem, 1.8vw, 1.25rem);
  font-weight: 300;
  font-style: italic;
  color: var(--parchment);
  letter-spacing: 0.02em;
}

.statement-line {
  width: 1px;
  height: 60px;
  background: rgba(240, 234, 216, 0.12);
  margin: 2rem 0;
}

.statement-heading {
  font-family: var(--serif);
  font-size: var(--text-h1);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--parchment);
}

.statement-heading em {
  font-style: italic;
  color: var(--parchment);
  opacity: 0.85;
}

.statement-btn {
  display: inline-block;
  margin-top: 3rem;
}

.statement-btn span {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border: 1px solid rgba(240, 234, 216, 0.2);
  border-radius: 100px;
  color: var(--parchment);
  transition: all 0.3s var(--ease);
}

.statement-btn:hover span {
  background: rgba(240, 234, 216, 0.15);
  border-color: var(--parchment);
}


/* ============================================
   SERVICES PAGE
   ============================================ */
.services-intro {
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
  background: var(--parchment);
}

.services-intro-text {
  font-family: var(--serif);
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(31, 44, 30, 0.7);
  max-width: 680px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

.services-chapter {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: var(--parchment);
  border-top: 1px solid rgba(31, 44, 30, 0.08);
}

.services-chapter:nth-child(even) {
  background: var(--parchment);
}

.services-chapter-inner {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
}

@media (min-width: 900px) {
  .services-chapter-inner {
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: center;
  }

  .services-chapter-inner--flip .services-chapter-img {
    order: 2;
  }

  .services-chapter-inner--flip .services-chapter-content {
    order: 1;
  }
}

.services-chapter-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.services-chapter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}

.services-chapter-img:hover img {
  transform: scale(1.03);
}

.services-chapter-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.services-chapter-num {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: var(--terracotta);
  opacity: 0.85;
}

.services-chapter-heading {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--forest);
}

.services-chapter-heading em {
  font-style: italic;
  color: var(--sage);
}

.services-chapter-content p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(31, 44, 30, 0.65);
  max-width: 460px;
}

/* ============================================
   OFFERING INTRO
   ============================================ */
.offering-intro {
  padding: clamp(6rem, 14vw, 11rem) 0;
}

.offering-watermark {
  position: absolute;
  top: -0.5rem;
  left: -0.25rem;
  font-family: var(--serif);
  font-size: clamp(8rem, 16vw, 14rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(196, 113, 74, 0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}


/* ============================================
   SERVICE ACCORDION
   ============================================ */
.offering-services {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: #e8dfc9;
}

.offering-services-header {
  margin-bottom: clamp(3rem, 6vw, 4rem);
}

.service-accordion {
  max-width: 800px;
}

.service-accordion-item {
  border-bottom: 1px solid var(--umber-border);
}

.service-accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
  transition: color 0.25s var(--ease);
}

.service-accordion-trigger:hover {
  color: var(--terracotta);
}

.service-accordion-title {
  font-family: var(--serif);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.service-accordion-icon {
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 200;
  transition: transform 0.3s var(--ease);
}

.service-accordion-trigger[aria-expanded="true"] .service-accordion-icon {
  transform: rotate(45deg);
}

.service-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}

.service-accordion-content {
  padding-bottom: 2rem;
}

.service-accordion-content p {
  color: var(--umber-light);
  max-width: 560px;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-accordion-img {
  max-width: 480px;
  aspect-ratio: 16/10;
}


/* ============================================
   PROCESS STEPS
   ============================================ */
.process {
  padding: clamp(6rem, 14vw, 11rem) 0;
}

.process-header {
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (min-width: 900px) {
  .process-steps {
    flex-direction: row;
    align-items: flex-start;
  }
}

.process-step {
  flex: 1;
  position: relative;
  padding: 2rem 0;
}

@media (min-width: 900px) {
  .process-step {
    padding: 0 2rem;
  }
}

.process-step-number {
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(196, 113, 74, 0.1);
  display: block;
  margin-bottom: 1rem;
}

.process-step-title {
  font-family: var(--serif);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.process-step-text {
  color: var(--umber-light);
  line-height: 1.8;
  max-width: 320px;
}

.process-connector {
  display: none;
}

@media (min-width: 900px) {
  .process-connector {
    display: block;
    width: 1px;
    align-self: stretch;
    background: var(--umber-border);
    flex: 0 0 1px;
  }
}

@media (max-width: 899px) {
  .process-step + .process-connector + .process-step {
    border-top: 1px solid var(--umber-border);
  }
}


/* ============================================
   FEATURED TESTIMONIAL
   ============================================ */
.featured-testimonial {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: #e8dfc9;
  text-align: center;
}

.featured-testimonial-quote {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  color: var(--umber);
}

.featured-testimonial-attr {
  margin-top: 2.5rem;
}

.featured-testimonial-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.featured-testimonial-type {
  display: block;
  font-size: 0.6875rem;
  font-weight: 300;
  color: var(--umber-light);
  letter-spacing: 0.04em;
  margin-top: 0.2rem;
}


/* ============================================
   PRODUCT GRID
   ============================================ */
.product-categories {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: #e8dfc9;
}

.product-categories-header {
  margin-bottom: clamp(3rem, 6vw, 4rem);
}

.product-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
  }
}

.product-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 3/4;
}

.product-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.product-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.product-card:hover .product-card-bg img {
  transform: scale(1.04);
}

.product-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(31, 44, 30, 0.85) 0%,
    rgba(31, 44, 30, 0.4) 45%,
    rgba(31, 44, 30, 0.08) 100%
  );
}

.product-card-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(31, 44, 30, 0.9) 0%,
    rgba(31, 44, 30, 0.5) 50%,
    rgba(31, 44, 30, 0.12) 100%
  );
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}

.product-card:hover .product-card-overlay::after {
  opacity: 1;
}

.product-card-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--parchment);
}

.product-card-label {
  font-family: var(--sans);
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 234, 216, 0.6);
  margin-bottom: 0.5rem;
}

.product-card-title {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  font-style: italic;
  color: var(--parchment);
  margin-bottom: 0.625rem;
  line-height: 1.2;
}

.product-card-desc {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 300;
  color: rgba(240, 234, 216, 0.75);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s var(--ease), opacity 0.4s var(--ease);
}

.product-card:hover .product-card-desc {
  max-height: 6rem;
  opacity: 1;
}

.product-card-link {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aged-gold);
  transition: color 0.25s var(--ease), letter-spacing 0.3s var(--ease);
}

.product-card:hover .product-card-link {
  color: var(--terracotta);
  letter-spacing: 0.18em;
}


/* ============================================
   FEATURED COLLECTION
   ============================================ */
.featured-collection {
  padding: clamp(6rem, 14vw, 10rem) 0;
}

.featured-collection-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

@media (min-width: 900px) {
  .featured-collection-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.featured-collection-img {
  aspect-ratio: 1;
  border-radius: 4px;
}

.featured-collection-content p {
  color: var(--umber-light);
  margin-bottom: 1.25rem;
  max-width: 460px;
  line-height: 1.8;
}

.featured-collection-content .philosophy-heading {
  margin-bottom: 1.5rem;
}

.featured-collection-btn {
  display: inline-block;
  margin-top: 0.5rem;
}

.featured-collection-btn span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border: 1px solid var(--umber);
  border-radius: 100px;
  transition: all 0.3s var(--ease);
}

.featured-collection-btn:hover span {
  background: var(--terracotta);
  color: var(--parchment);
  border-color: var(--terracotta);
}


/* ============================================
   RELATED OFFERINGS
   ============================================ */
.related-offerings {
  padding: clamp(6rem, 14vw, 10rem) 0;
}

.related-offerings-header {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.related-offerings-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .related-offerings-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
  }
}

.related-card {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1;
  border: none;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(31, 44, 30, 0.15);
}

.related-card-img {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  border: none;
  border-radius: 0;
  transition: transform 0.6s var(--ease);
}

.related-card:hover .related-card-img {
  transform: scale(1.04);
}

/* Gradient overlay */
.related-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 44, 30, 0) 0%,
    rgba(31, 44, 30, 0.05) 40%,
    rgba(31, 44, 30, 0.65) 100%
  );
  z-index: 1;
  transition: background 0.4s var(--ease);
  pointer-events: none;
}

.related-card:hover::after {
  background: linear-gradient(
    180deg,
    rgba(31, 44, 30, 0) 0%,
    rgba(31, 44, 30, 0.05) 30%,
    rgba(31, 44, 30, 0.55) 100%
  );
}

.related-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.related-card-title {
  font-family: var(--serif);
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
  color: var(--parchment);
  margin-bottom: 0;
}

.related-card-desc {
  font-family: var(--sans);
  font-size: clamp(0.8125rem, 1vw, 0.875rem);
  font-weight: 300;
  color: rgba(240, 234, 216, 0.8);
  line-height: 1.55;
  max-width: 280px;
}

.related-card-arrow {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 1.25rem;
  color: rgba(240, 234, 216, 0.6);
  transition: transform 0.3s var(--ease), color 0.3s var(--ease);
}

.related-card:hover .related-card-arrow {
  transform: translateX(5px);
  color: var(--parchment);
}


/* ============================================
   VALUES (About page)
   ============================================ */
.values-section {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: #e8dfc9;
}

.values-section .section-label {
  margin-bottom: 1rem;
}

.values-section .section-heading {
  margin-bottom: clamp(3rem, 6vw, 4rem);
}

.values-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, 4vw, 3rem);
  }
}

.value-item {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .value-item {
    padding: 0;
  }

  .value-item + .value-item {
    border-left: 1px solid var(--umber-border);
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
  }
}

@media (max-width: 767px) {
  .value-item + .value-item {
    border-top: 1px solid var(--umber-border);
  }
}

.value-title {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.value-text {
  color: var(--umber-light);
  line-height: 1.8;
}


/* ============================================
   CONNECT NEWSLETTER
   ============================================ */
.connect-newsletter {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: #e8dfc9;
  border-bottom: 1px solid rgba(31, 44, 30, 0.08);
}

.connect-newsletter-inner {
  display: grid;
  gap: 2.5rem;
  max-width: 860px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .connect-newsletter-inner {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: clamp(3rem, 6vw, 5rem);
  }
}

.connect-newsletter-text .section-label {
  margin-bottom: 0.75rem;
}

.connect-newsletter-text p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(31, 44, 30, 0.7);
  margin-top: 0.75rem;
}

.connect-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ============================================
   CONNECT
   ============================================ */
.connect {
  padding: clamp(6rem, 14vw, 11rem) 0;
}

.connect-layout {
  display: grid;
  gap: clamp(3rem, 6vw, 5rem);
}

@media (min-width: 900px) {
  .connect-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.connect-subtext {
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--umber-light);
  line-height: 1.8;
  max-width: 420px;
  margin-top: 1.5rem;
}

.connect-details {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.connect-detail-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--umber-light);
  margin-bottom: 0.35rem;
}

.connect-detail a,
.connect-detail p {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--umber);
  transition: color 0.25s var(--ease);
}

.connect-detail a:hover {
  color: var(--terracotta);
}

.connect-detail-social {
  display: flex;
  gap: 1.25rem;
}

.form { width: 100%; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-field {
  position: relative;
  margin-bottom: 2rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 1.5rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  background: transparent;
  display: block;
}

@media (max-width: 768px) {
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }
}

.form-field textarea {
  resize: none;
  overflow: hidden;
  line-height: 1.6;
}

.form-field select { cursor: pointer; }

/* Custom select (progressive enhancement) — hides native, shows custom UI */
.form-field--select { position: relative; }

.form-field--select select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: var(--umber);
  font-family: inherit;
}

@media (max-width: 768px) {
  .custom-select-trigger { font-size: 16px; }
}

.custom-select-value:empty::before {
  content: '';
  display: inline-block;
}

.custom-select-chevron {
  display: inline-flex;
  align-items: center;
  color: var(--umber);
  opacity: 0.7;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

.form-field--select.is-open .custom-select-chevron {
  transform: rotate(180deg);
  opacity: 1;
  color: var(--terracotta);
}

.custom-select-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
  background: var(--parchment);
  border: 1px solid rgba(31, 44, 30, 0.12);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(31, 44, 30, 0.12);
  z-index: 20;
  max-height: 280px;
  overflow-y: auto;
  animation: customSelectFade 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes customSelectFade {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.custom-select-option {
  padding: 0.7rem 1.1rem;
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--umber);
  cursor: pointer;
  transition: background 0.15s var(--ease), color 0.15s var(--ease), padding-left 0.15s var(--ease);
}

.custom-select-option:hover {
  background: rgba(196, 113, 74, 0.08);
  color: var(--terracotta);
  padding-left: 1.4rem;
}

.custom-select-option.is-selected {
  color: var(--terracotta);
  font-style: italic;
}

/* Float the label up when select is open or has a value */
.form-field--select.has-value label,
.form-field--select.is-open label {
  top: 0;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--umber-light);
}

/* Animate the underline when open, like focus state */
.form-field--select.is-open .form-field-line::after {
  width: 100%;
}

.form-field label {
  position: absolute;
  top: 1.5rem;
  left: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--umber-light);
  letter-spacing: 0.03em;
  pointer-events: none;
  transition: all 0.25s var(--ease);
}

.form-field input:focus ~ label,
.form-field input:not(:placeholder-shown) ~ label,
.form-field textarea:focus ~ label,
.form-field textarea:not(:placeholder-shown) ~ label,
.form-field select:focus ~ label,
.form-field select:valid ~ label {
  top: 0;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--umber-light);
}

.form-field-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--umber-border);
}

.form-field-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--terracotta);
  transition: width 0.5s var(--ease-out);
}

.form-field input:focus ~ .form-field-line::after,
.form-field textarea:focus ~ .form-field-line::after,
.form-field select:focus ~ .form-field-line::after {
  width: 100%;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 2.5rem;
  border: 1px solid var(--umber);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  margin-top: 0.5rem;
}

.form-submit:hover {
  background: var(--terracotta);
  color: var(--parchment);
  border-color: var(--terracotta);
}

.form-submit-text {
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.form-submit-arrow {
  font-size: 1rem;
  transition: transform 0.3s var(--ease-out);
}

.form-submit:hover .form-submit-arrow {
  transform: translateX(3px);
}


/* ============================================
   FOOTER
   ============================================ */
.footer {
  padding: var(--section-py-sm) 0 2rem;
  background: #2C2118;
  color: var(--parchment);
}

.footer-top {
  display: grid;
  gap: 3rem;
  padding-bottom: clamp(3rem, 6vw, 4rem);
  border-bottom: 1px solid rgba(250, 248, 245, 0.07);
}

@media (min-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 2fr;
  }
}

.footer-wordmark {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.footer-tagline {
  font-family: var(--serif);
  font-size: 0.875rem;
  color: var(--aged-gold);
  margin-top: 0.75rem;
}

.footer-columns {
  display: flex;
  gap: clamp(2rem, 5vw, 5rem);
  flex-wrap: wrap;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-col-title {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--aged-gold);
  margin-bottom: 0.5rem;
}

.footer-col a {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(240, 234, 216, 0.55);
  transition: color 0.25s var(--ease);
}

.footer-col a:hover { color: var(--parchment); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.6875rem;
  font-weight: 300;
  color: rgba(184, 156, 110, 0.6);
  letter-spacing: 0.04em;
}



/* ============================================
   REVEALS
   ============================================ */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal].revealed--instant {
  transition: none;
  animation: none;
  will-change: auto;
}

[data-reveal].revealed--instant > * {
  animation: none;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

[data-reveal]:nth-child(2) { transition-delay: 0.08s; }
[data-reveal]:nth-child(3) { transition-delay: 0.16s; }
[data-reveal]:nth-child(4) { transition-delay: 0.24s; }

/* Stagger children within revealed containers */
[data-reveal].revealed > * {
  animation: revealChild 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-reveal].revealed > *:nth-child(1) { animation-delay: 0s; }
[data-reveal].revealed > *:nth-child(2) { animation-delay: 0.04s; }
[data-reveal].revealed > *:nth-child(3) { animation-delay: 0.08s; }
[data-reveal].revealed > *:nth-child(4) { animation-delay: 0.12s; }
[data-reveal].revealed > *:nth-child(5) { animation-delay: 0.16s; }

@keyframes revealChild {
  from {
    opacity: 0;
    transform: translate3d(0, 6px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* On mobile: drop child stagger entirely — only the container fades.
   Reduces simultaneous animation count and feels more responsive. */
@media (max-width: 768px) {
  [data-reveal].revealed > * {
    animation: none;
  }
}


/* ============================================
   MOBILE EXPERIENCE
   ============================================ */
@media (max-width: 768px) {

  /* --- Navigation — full-width dropdown --- */
  .slide-menu,
  .slide-menu-sub {
    width: calc(100% - var(--gutter) * 2);
  }

  .slide-menu-nav {
    padding: 1.25rem 1.75rem;
    gap: 0.1rem;
  }

  .slide-menu-link {
    font-size: 1.3rem;
    padding: 0.6rem 0;
  }

  .slide-menu-sub {
    padding: 1.25rem 1.75rem;
  }

  .slide-menu-sub-link {
    font-size: 1.3rem;
    padding: 0.6rem 0;
  }


  /* --- Hero polish --- */
  .hero-content {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .hero-tag {
    margin-bottom: 1.25rem;
  }

  .hero-cta span {
    padding: 1rem 2.5rem;
    font-size: 0.75rem;
  }


  /* --- Philosophy --- */
  .philosophy {
    padding: clamp(4rem, 10vw, 7rem) 0;
  }

  .philosophy-number {
    font-size: 7rem;
  }

  .philosophy-right p {
    max-width: 100%;
  }

  .philosophy-cta {
    margin-top: 1.5rem;
  }


  /* --- Offerings — taller panels, always show text --- */
  .offerings-panels {
    gap: 0.5rem;
    border-radius: 8px;
  }

  .offerings-panel,
  .offerings-panel.active {
    height: 220px;
    border-radius: 6px;
    transition: none;
    will-change: auto;
  }

  .offerings-panel-overlay {
    background: linear-gradient(
      180deg,
      rgba(31, 44, 30, 0) 0%,
      rgba(31, 44, 30, 0.1) 30%,
      rgba(31, 44, 30, 0.65) 100%
    ) !important;
  }

  .offerings-panel-content {
    padding: 1.25rem 1.5rem;
  }

  .offerings-panel-label {
    font-size: 1.5rem;
  }

  /* Show description on ALL panels on mobile (no hover available) */
  .offerings-panel .offerings-panel-desc {
    opacity: 0.85;
    max-height: 60px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .offerings-panel .offerings-panel-arrow {
    opacity: 0.6;
    max-height: 2rem;
    font-size: 1.25rem;
  }


  /* --- Testimonials --- */
  .testimonial-hero {
    padding: 1rem 0 2rem;
  }

  .testimonial-quote-mark {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }

  .testimonial-item {
    padding: 1.75rem 0;
  }


  /* --- Products Highlight — horizontal card layout --- */
  .products-highlight-card {
    display: grid;
    grid-template-columns: 2fr 3fr;
    border-radius: 6px;
  }

  .products-highlight-img {
    aspect-ratio: auto;
  }

  .products-highlight-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem 1.5rem;
  }

  .products-highlight-title {
    font-size: 1.125rem;
    margin-bottom: 0.35rem;
  }

  .products-highlight-desc {
    font-size: 0.8125rem;
    line-height: 1.55;
    margin-bottom: 0.75rem;
  }


  /* --- Statement --- */
  .statement-line {
    height: 40px;
    margin: 1.5rem 0;
  }


  /* --- Gallery curves — subtle arch on mobile --- */
  .gallery-arches::before,
  .gallery-arches::after {
    height: clamp(35px, 8vw, 50px);
  }


  /* --- CTA section --- */
  .section-cta-btn span {
    padding: 1rem 2.5rem;
  }


  /* --- Footer — proper 2-column grid --- */
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .footer-col {
    min-width: 0;
  }

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


  /* --- Connect form — stack name fields --- */
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }


  /* --- About page — story image + text --- */
  .offering-intro {
    padding: clamp(4rem, 10vw, 8rem) 0;
  }


  /* --- Related offerings grid — 1 column on mobile --- */
  .related-offerings-grid {
    gap: 1rem;
  }

  .related-card {
    aspect-ratio: 5 / 3;
  }

  .related-card-content {
    padding: 1.25rem;
  }
}


/* --- Small phones (< 380px) --- */
@media (max-width: 380px) {
  .nav-toggle-label {
    display: none;
  }

  .nav-toggle {
    padding: 0 0.75rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .offerings-panel,
  .offerings-panel.active {
    height: 190px;
  }

  .products-highlight-card {
    grid-template-columns: 1fr;
  }

  .products-highlight-img {
    aspect-ratio: 16/10;
  }
}






/* ============================================
   MOBILE TOUCH TARGETS — WCAG 2.5.5 (44x44 min)
   ============================================ */
@media (max-width: 768px) {
  .footer-col a {
    display: inline-block;
    padding: 0.4rem 0;
  }

  .connect-detail a,
  .connect-detail-social a {
    display: inline-block;
    padding: 0.5rem 0;
  }

  .slide-menu-social a {
    display: inline-block;
    padding: 0.5rem 0;
  }

  .slide-menu-sub-back {
    padding: 0.6rem 0;
  }

  .slide-menu-link,
  .slide-menu-sub-link {
    padding: 0.85rem 0;
  }
}
