/* ============================================
   TERROIR ISTRE - Dedicated Subpage Style
   ============================================ */

.terroir-body {
  --scroll-progress: 0%;
  background:
    radial-gradient(circle at 10% -8%, rgba(201, 166, 107, 0.1), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(139, 30, 63, 0.08), transparent 36%),
    var(--bg);
}

.terroir-body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: var(--scroll-progress, 0%);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(236, 205, 156, 0.95), var(--wine-soft));
  z-index: 230;
  pointer-events: none;
}

.terroir-main {
  position: relative;
  overflow: hidden;
}

.tt-depth {
  will-change: transform;
  transition: transform 0.26s linear;
}

/* Touch devices: no mouse parallax, so drop the permanent compositor layer
   and the transform transition that otherwise stutter while scrolling.
   Also drop every backdrop-filter: blur — re-blurring the backdrop behind the
   cards on each scroll frame is the main source of scroll stutter on mobile. */
@media (hover: none), (pointer: coarse) {
  .tt-depth {
    will-change: auto;
    transition: none;
    transform: none !important;
  }

  .tt-card,
  .tt-hero-chips span {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Without the blur the 42%-opaque card would look washed out, so make the
     paper fill more solid to keep the cards reading as intentional panels. */
  .tt-card {
    background: rgba(250, 246, 238, 0.82) !important;
  }
}

/* ============================================
   HERO
   ============================================ */

.tt-hero {
  position: relative;
  min-height: min(102svh, 980px);
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  padding: clamp(148px, 18vw, 218px) 0 clamp(96px, 12vw, 132px);
}

.tt-hero-media {
  position: absolute;
  inset: -8% -6% -5%;
  z-index: -4;
  transform: translate3d(0, 0, 0) scale(1.08);
}

.tt-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05) brightness(0.54);
}

.tt-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 52% 34%, rgba(201, 166, 107, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(6, 8, 16, 0.52) 0%, rgba(8, 11, 17, 0.84) 54%, #06080f 100%);
}

.tt-topo-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.55;
  transform: translate3d(0, 8px, 0);
}

.tt-topo-svg path {
  fill: none;
  stroke: rgba(233, 203, 150, 0.32);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 10 10;
  stroke-dashoffset: calc((1 - var(--hero-progress, 0)) * 140px);
  filter: drop-shadow(0 0 10px rgba(201, 166, 107, 0.09));
}

.tt-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.23;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.09) 0.8px, transparent 1px),
    radial-gradient(circle at 65% 74%, rgba(255, 255, 255, 0.07) 0.8px, transparent 1px),
    radial-gradient(circle at 80% 32%, rgba(255, 255, 255, 0.08) 0.6px, transparent 0.9px);
  background-size: 5px 5px, 7px 7px, 6px 6px;
  mix-blend-mode: soft-light;
}

.tt-hero-content {
  position: relative;
  z-index: 3;
  max-width: 980px;
}

.tt-hero h1 {
  font-size: clamp(2.5rem, 7.3vw, 5.3rem);
  line-height: 1.03;
  letter-spacing: 0.055em;
  margin-bottom: 16px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.44);
}

.tt-hero h1 span {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.55rem, 3.9vw, 2.8rem);
  letter-spacing: 0.11em;
  background: linear-gradient(122deg, #fff2d4 8%, #d6b47a 52%, #f0d7a2 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tt-hero-sub {
  max-width: 760px;
  margin-bottom: 30px;
  color: #e4e1d9;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.68;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.4);
}

.tt-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tt-hero-chips span {
  padding: 9px 15px;
  border: 1px solid rgba(224, 188, 127, 0.3);
  border-radius: 999px;
  background: rgba(8, 11, 17, 0.44);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  color: #efe0c0;
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tt-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(240, 232, 214, 0.78);
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tt-scroll-hint i {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(231, 202, 151, 0.95), rgba(231, 202, 151, 0));
  animation: tt-scrollLine 1.9s ease-in-out infinite;
}

@keyframes tt-scrollLine {
  0%, 100% {
    transform: scaleY(0.42);
    transform-origin: top;
    opacity: 0.4;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* ============================================
   SIGNATURE BLOCK
   ============================================ */

.tt-signature {
  z-index: 5;
  margin-top: clamp(-42px, -4.6vw, -16px);
  padding-top: clamp(86px, 10vw, 122px);
  background:
    radial-gradient(120% 80% at 50% 0, rgba(201, 166, 107, 0.1), rgba(201, 166, 107, 0) 52%),
    linear-gradient(180deg, #06080f 0%, #090d16 48%, #0b111b 100%);
}

.tt-signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: stretch;
}

.tt-signature-text {
  border: 1px solid rgba(201, 166, 107, 0.22);
  border-radius: 16px;
  padding: clamp(26px, 3.4vw, 36px);
  background:
    linear-gradient(140deg, rgba(201, 166, 107, 0.07), rgba(255, 255, 255, 0.01) 56%),
    rgba(9, 12, 18, 0.65);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.tt-signature-text h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
  line-height: 1.24;
  margin-bottom: 18px;
}

.tt-signature-text p {
  color: #d6d4cc;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.68;
}

.tt-signature-text p + p {
  margin-top: 14px;
}

.tt-signature-stats {
  display: grid;
  gap: 14px;
}

.tt-stat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 22px 24px 20px;
  background:
    linear-gradient(130deg, rgba(201, 166, 107, 0.1), rgba(255, 255, 255, 0.02) 60%),
    rgba(8, 11, 17, 0.8);
}

.tt-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 95% 10%, rgba(201, 166, 107, 0.22), transparent 55%);
  opacity: 0.58;
  pointer-events: none;
}

.tt-stat-number {
  position: relative;
  z-index: 1;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1;
  font-weight: 600;
  color: #f2d8a6;
}

.tt-stat-suffix {
  position: relative;
  z-index: 1;
  margin-left: 4px;
  font-family: "Cinzel", serif;
  font-size: clamp(1.38rem, 2.5vw, 1.9rem);
  color: #f2d8a6;
}

.tt-stat-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: #cac6bc;
  font-size: 0.96rem;
  line-height: 1.45;
}

/* ============================================
   STRATA
   ============================================ */

.tt-strata {
  overflow: hidden;
  background:
    linear-gradient(180deg, #0b111b 0%, #0a1019 45%, #090e16 100%);
}

.tt-strata-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tt-strata-layer {
  position: absolute;
  border-radius: 48% 52% 62% 38% / 42% 38% 62% 58%;
  filter: blur(2px);
}

.tt-strata-layer:nth-child(1) {
  width: clamp(260px, 32vw, 520px);
  height: clamp(260px, 32vw, 520px);
  left: -4%;
  top: 4%;
  background: radial-gradient(circle at 30% 30%, rgba(201, 166, 107, 0.12), transparent 66%);
}

.tt-strata-layer:nth-child(2) {
  width: clamp(260px, 28vw, 460px);
  height: clamp(260px, 28vw, 460px);
  right: -4%;
  top: 16%;
  background: radial-gradient(circle at 68% 30%, rgba(139, 30, 63, 0.14), transparent 66%);
}

.tt-strata-layer:nth-child(3) {
  width: clamp(300px, 38vw, 640px);
  height: clamp(160px, 22vw, 290px);
  left: 18%;
  bottom: 2%;
  border-radius: 50% 50% 58% 42% / 46% 54% 46% 54%;
  background: radial-gradient(circle at 48% 48%, rgba(236, 214, 171, 0.08), transparent 74%);
}

.tt-pillar-grid {
  position: relative;
  z-index: 2;
  margin-top: clamp(24px, 3.2vw, 38px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 20px);
}

.tt-card {
  border: 1px solid rgba(201, 166, 107, 0.18);
  border-radius: 16px;
  padding: clamp(20px, 2.8vw, 30px) clamp(18px, 2.2vw, 24px);
  background: rgba(11, 16, 25, 0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: transform 0.35s var(--ease-out), border-color 0.3s ease, box-shadow 0.35s ease;
}

.tt-card:hover {
  transform: translateY(-8px);
  border-color: rgba(220, 189, 132, 0.45);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.tt-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 166, 107, 0.4);
  color: #e5c68f;
  background: rgba(201, 166, 107, 0.09);
  margin-bottom: 14px;
}

.tt-card-icon svg {
  width: 24px;
  height: 24px;
}

.tt-card h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  margin-bottom: 12px;
  line-height: 1.25;
}

.tt-card p {
  color: #d2d0c8;
  font-size: 1.05rem;
  line-height: 1.62;
}

/* ============================================
   JOURNEY
   ============================================ */

.tt-journey {
  background:
    radial-gradient(circle at 50% -8%, rgba(201, 166, 107, 0.11), transparent 42%),
    linear-gradient(180deg, #090e16 0%, #090d14 100%);
}

.tt-journey-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.tt-journey-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  margin-bottom: 10px;
}

.tt-journey-head p {
  color: #cbc8bf;
  font-size: clamp(1.06rem, 1.8vw, 1.24rem);
}

.tt-journey-wrap {
  position: relative;
  margin-top: clamp(30px, 4.2vw, 50px);
  padding: 6px 0;
}

.tt-journey-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 2px;
  background: linear-gradient(180deg, rgba(201, 166, 107, 0.1), rgba(201, 166, 107, 0.45), rgba(201, 166, 107, 0.1));
  border-radius: 999px;
}

.tt-journey-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(234, 202, 143, 0.96), rgba(192, 118, 136, 0.85));
  transition: height 0.2s linear;
}

.tt-step {
  position: relative;
  margin-left: 64px;
  margin-bottom: 22px;
  border: 1px solid rgba(201, 166, 107, 0.2);
  border-radius: 14px;
  padding: 20px 20px 18px;
  background:
    linear-gradient(130deg, rgba(201, 166, 107, 0.08), rgba(255, 255, 255, 0.01) 64%),
    rgba(9, 12, 18, 0.74);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.tt-step:last-child {
  margin-bottom: 0;
}

.tt-step:hover {
  border-color: rgba(231, 200, 144, 0.5);
}

.tt-step-dot {
  position: absolute;
  left: -46px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(245, 228, 188, 0.9);
  background: #101621;
  box-shadow: 0 0 0 5px rgba(201, 166, 107, 0.2);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.tt-step h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.4rem);
  line-height: 1.32;
  margin-bottom: 8px;
}

.tt-step p {
  color: #cfccc4;
  font-size: 1.04rem;
  line-height: 1.58;
}

.tt-step.is-active {
  transform: translateY(-2px);
  border-color: rgba(238, 207, 151, 0.55);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.tt-step.is-active .tt-step-dot {
  transform: scale(1.14);
  background: #e6c98e;
  box-shadow: 0 0 0 6px rgba(201, 166, 107, 0.34), 0 0 14px rgba(201, 166, 107, 0.35);
}

/* ============================================
   FAQ
   ============================================ */

.tt-faq {
  background:
    linear-gradient(180deg, #090d14 0%, #0a1018 50%, #080d14 100%);
}

.tt-faq-list {
  margin: 0 auto;
  max-width: 920px;
  display: grid;
  gap: 12px;
}

.tt-faq-item {
  border: 1px solid rgba(201, 166, 107, 0.2);
  border-radius: 12px;
  background: rgba(10, 14, 22, 0.74);
  overflow: clip;
}

.tt-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.88rem, 1.5vw, 1.02rem);
  color: #ecd9b1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.tt-faq-item summary::after {
  content: "+";
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  color: #e7cb95;
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}

.tt-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.tt-faq-item p {
  padding: 0 20px 18px;
  color: #cfccc4;
  font-size: 1.04rem;
  line-height: 1.6;
}

/* ============================================
   CTA
   ============================================ */

.tt-cta {
  padding: clamp(76px, 9vw, 116px) 0 clamp(88px, 10vw, 132px);
  background:
    radial-gradient(ellipse at 50% 0, rgba(201, 166, 107, 0.12), transparent 52%),
    linear-gradient(180deg, #080d14 0%, #06080f 100%);
}

.tt-cta-card {
  border: 1px solid rgba(201, 166, 107, 0.34);
  border-radius: 18px;
  padding: clamp(30px, 4vw, 46px) clamp(22px, 4.4vw, 56px);
  text-align: center;
  background:
    linear-gradient(130deg, rgba(201, 166, 107, 0.15), rgba(139, 30, 63, 0.08) 56%, rgba(255, 255, 255, 0.02)),
    rgba(8, 11, 17, 0.83);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.tt-cta-card h2 {
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  margin-bottom: 12px;
}

.tt-cta-card p {
  max-width: 760px;
  margin: 0 auto;
  color: #d4d1c9;
  font-size: clamp(1.06rem, 1.8vw, 1.24rem);
}

.tt-cta-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tt-cta-actions .btn {
  min-width: 226px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (min-width: 1120px) {
  .tt-journey-line {
    left: 50%;
    transform: translateX(-50%);
  }

  .tt-step {
    width: calc(50% - 56px);
    margin: 0 0 22px;
  }

  .tt-step:nth-of-type(odd) {
    margin-right: auto;
  }

  .tt-step:nth-of-type(even) {
    margin-left: auto;
  }

  .tt-step:nth-of-type(odd) .tt-step-dot {
    left: auto;
    right: -64px;
  }

  .tt-step:nth-of-type(even) .tt-step-dot {
    left: -64px;
    right: auto;
  }
}

@media (max-width: 1100px) {
  .tt-signature-grid,
  .tt-pillar-grid {
    grid-template-columns: 1fr;
  }

  .tt-signature {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .tt-hero {
    min-height: 90svh;
    padding-top: clamp(124px, 23vw, 170px);
    padding-bottom: 80px;
  }

  .tt-hero-chips span {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .tt-scroll-hint {
    bottom: 18px;
  }

  .tt-journey-line {
    left: 20px;
  }

  .tt-step {
    margin-left: 52px;
    padding: 16px 15px 14px;
  }

  .tt-step-dot {
    left: -37px;
    top: 20px;
    width: 12px;
    height: 12px;
  }

  .tt-faq-item summary {
    padding: 16px 16px;
  }

  .tt-faq-item p {
    padding: 0 16px 16px;
  }
}

@media (max-width: 560px) {
  .tt-topo-svg {
    transform: translate3d(0, 14px, 0) scale(1.18);
    opacity: 0.44;
  }

  .tt-hero-content {
    text-align: center;
  }

  .tt-hero-chips {
    justify-content: center;
  }

  .tt-signature-text,
  .tt-stat-card,
  .tt-card,
  .tt-step,
  .tt-faq-item,
  .tt-cta-card {
    border-radius: 12px;
  }

  .tt-cta-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-depth,
  .tt-scroll-hint i,
  .tt-card,
  .tt-step,
  .tt-topo-svg path {
    animation: none !important;
    transition: none !important;
  }

  .tt-step,
  .tt-card,
  .tt-faq-item {
    transform: none !important;
  }

  .tt-topo-svg path {
    stroke-dashoffset: 0;
  }
}

/* Final editorial pass for terroir page */
.terroir-body::after,
.tt-topo-svg,
.tt-grain,
.tt-strata-layer,
.tt-scroll-hint {
  display: none !important;
}

.tt-hero {
  min-height: 82svh;
  padding: clamp(132px, 15vw, 190px) 0 clamp(78px, 8vw, 112px);
}

.tt-hero-media {
  inset: 0;
  transform: none !important;
}

.tt-hero-img {
  filter: saturate(0.7) contrast(1.05) brightness(0.5);
}

.tt-hero-content {
  width: min(1240px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
  text-align: left;
}

.tt-hero .section-label {
  justify-content: flex-start !important;
}

.tt-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: 0.075em;
  text-shadow: none;
}

.tt-hero h1 span {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: #dbc084;
}

.tt-hero-sub {
  max-width: 46ch;
  color: #d2cabd;
  text-shadow: none;
}

.tt-hero-chips {
  gap: 0;
  width: fit-content;
  border-top: 1px solid rgba(215, 189, 130, 0.22);
  border-bottom: 1px solid rgba(215, 189, 130, 0.22);
}

.tt-hero-chips span {
  border: 0 !important;
  border-right: 1px solid rgba(215, 189, 130, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 12px 18px;
}

.tt-signature,
.tt-strata,
.tt-journey,
.tt-faq,
.tt-cta {
  background:
    linear-gradient(90deg, rgba(240,237,230,0.018) 1px, transparent 1px),
    linear-gradient(180deg, #080806 0%, #11100c 100%) !important;
  background-size: 96px 96px, auto !important;
}

.tt-signature-text,
.tt-stat-card,
.tt-card,
.tt-step,
.tt-faq-item,
.tt-cta-card {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-color: rgba(215, 189, 130, 0.2) !important;
}

.tt-pillar-grid,
.tt-signature-stats,
.tt-faq-list {
  gap: 0;
}

.tt-card,
.tt-stat-card,
.tt-step,
.tt-faq-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  padding: 22px 0 !important;
}

.tt-card:last-child,
.tt-stat-card:last-child,
.tt-step:last-child,
.tt-faq-item:last-child {
  border-bottom: 1px solid rgba(215, 189, 130, 0.2) !important;
}

.tt-card-icon,
.tt-step-dot {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .tt-hero-content {
    width: min(100% - 56px, 1240px);
  }

  .tt-signature-grid,
  .tt-pillar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .tt-hero {
    min-height: 88svh;
    padding-top: 118px;
  }

  .tt-hero-content {
    width: min(100% - 32px, 1240px);
  }

  .tt-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.7rem);
  }

  .tt-hero-chips {
    width: 100%;
    display: grid;
  }

  .tt-hero-chips span {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(215, 189, 130, 0.18) !important;
  }
}

/* Hard fix: editorial terroir hero must not crop text at the viewport edge. */
.tt-hero-img {
  content: url("../Images/villanova.webp");
  object-position: center 58%;
  filter: saturate(0.7) contrast(1.05) brightness(0.48);
}

.tt-hero > .container.tt-hero-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: clamp(72px, 7vw, 120px) !important;
  padding-right: clamp(72px, 7vw, 120px) !important;
  box-sizing: border-box;
}

.tt-hero h1 {
  max-width: 8.8ch;
}

@media (max-width: 680px) {
  .tt-hero > .container.tt-hero-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* /terroir_istre remake: lighter field notes, tied to landing palette */
.terroir-body {
  --tt-paper: #f1eadf;
  --tt-paper-soft: #e6dac8;
  --tt-ink: #201b16;
  --tt-muted: #665d51;
  --tt-line: rgba(95, 69, 45, 0.22);
  --tt-wine: #6f1730;
  --tt-gold: #9f743d;
  background: var(--tt-paper);
}

.tt-hero {
  min-height: 100svh !important;
}

.tt-hero-overlay {
  background:
    radial-gradient(65% 70% at 18% 42%, rgba(159, 116, 61, 0.14), transparent 58%),
    linear-gradient(90deg, rgba(6, 8, 16, 0.76) 0%, rgba(6, 8, 16, 0.54) 42%, rgba(6, 8, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 8, 16, 0.22) 0%, rgba(6, 8, 16, 0.08) 62%, var(--tt-paper) 100%) !important;
}

.tt-hero-img {
  filter: saturate(0.88) contrast(1.02) brightness(0.68) !important;
}

.tt-signature,
.tt-strata,
.tt-journey,
.tt-faq {
  color: var(--tt-ink);
  background:
    linear-gradient(90deg, rgba(95, 69, 45, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, var(--tt-paper) 0%, var(--tt-paper-soft) 100%) !important;
  background-size: 96px 96px, auto !important;
}

.tt-strata,
.tt-faq {
  background:
    linear-gradient(90deg, rgba(95, 69, 45, 0.045) 1px, transparent 1px),
    radial-gradient(70% 92% at 100% 0%, rgba(111, 23, 48, 0.08), transparent 58%),
    linear-gradient(180deg, #eadfce 0%, #f5efe6 100%) !important;
  background-size: 96px 96px, auto, auto !important;
}

.tt-cta {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #302219 0%, #211713 100%) !important;
  background-size: 96px 96px, auto !important;
}

.tt-signature h2,
.tt-strata .section-title,
.tt-journey .section-title,
.tt-faq .section-title {
  color: var(--tt-ink) !important;
}

.tt-signature-text p,
.tt-card p,
.tt-step p,
.tt-faq-item p,
.tt-faq-item summary {
  color: var(--tt-muted) !important;
}

.tt-signature-text,
.tt-stat-card,
.tt-card,
.tt-step,
.tt-faq-item {
  border-color: var(--tt-line) !important;
}

.tt-stat-card strong,
.tt-card h3,
.tt-step h3 {
  color: var(--tt-wine) !important;
}

.tt-card-icon,
.tt-step-dot {
  color: var(--tt-gold) !important;
}

.tt-cta-card {
  background: rgba(255, 248, 239, 0.04) !important;
  border-color: rgba(215, 189, 130, 0.24) !important;
}

@media (max-width: 680px) {
  .tt-hero {
    min-height: 100svh !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .tt-hero > .container.tt-hero-content {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 92px !important;
    padding-bottom: 64px !important;
  }
}

.terroir-body .site-header {
  background: rgba(32, 27, 22, 0.96) !important;
  border-bottom: 1px solid rgba(215, 189, 130, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.tt-hero-overlay {
  background:
    radial-gradient(65% 70% at 18% 42%, rgba(159, 116, 61, 0.14), transparent 58%),
    linear-gradient(90deg, rgba(6, 8, 16, 0.78) 0%, rgba(6, 8, 16, 0.55) 42%, rgba(6, 8, 16, 0.24) 100%),
    linear-gradient(180deg, rgba(6, 8, 16, 0.3) 0%, rgba(6, 8, 16, 0.14) 70%, rgba(6, 8, 16, 0.52) 100%) !important;
}

.tt-hero h1 {
  margin-bottom: 0;
}

.tt-signature-stats {
  border: 1px solid var(--tt-line);
  background: rgba(250, 246, 238, 0.56);
}

.tt-stat-card {
  padding: clamp(22px, 3vw, 34px) !important;
  background: rgba(255, 252, 247, 0.52) !important;
}

.tt-stat-card + .tt-stat-card {
  border-top: 1px solid var(--tt-line) !important;
}

.tt-stat-number,
.tt-stat-suffix {
  color: var(--tt-wine) !important;
}

.tt-stat-card small {
  color: #3f352b !important;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.45;
}

.tt-stat-image {
  margin: 0;
  min-height: clamp(280px, 34vw, 460px);
  border-top: 1px solid var(--tt-line);
  overflow: hidden;
  background: #d8c4aa;
}

.tt-stat-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.94) contrast(1.02) brightness(0.94);
}

.tt-signature-visual {
  position: relative;
  width: min(100%, 320px);
  min-height: 0;
  aspect-ratio: 4 / 5.15;
  margin: 0;
  justify-self: end;
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--tt-line);
  background: #d8c4aa;
}

.tt-signature-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.95) contrast(1.02) brightness(0.96);
}

@media (min-width: 1025px) {
  .tt-signature-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: clamp(20px, 3vw, 34px);
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .tt-signature-visual {
    justify-self: center;
    width: min(100%, 400px);
    /* Match the portrait source image (1024x1536 = 2:3) so the whole bottle
       shows instead of being cropped top and bottom by object-fit: cover. */
    aspect-ratio: 2 / 3;
  }

  .tt-signature-visual img {
    object-position: center center;
  }
}

.tt-strata {
  position: relative;
  padding-top: clamp(116px, 10vw, 156px);
}

.tt-strata::before,
.tt-journey::before,
.tt-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(24px, 7vw, 120px);
  right: clamp(24px, 7vw, 120px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 23, 48, 0.34), rgba(159, 116, 61, 0.2), transparent);
}

.tt-strata::after {
  content: "Uvjeti";
  position: absolute;
  right: clamp(20px, 7vw, 116px);
  top: clamp(34px, 5vw, 70px);
  color: rgba(95, 69, 45, 0.06);
  font-family: "Cinzel", serif;
  font-size: clamp(4.2rem, 12vw, 11rem);
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.tt-journey {
  position: relative;
  padding-top: clamp(116px, 10vw, 156px);
}

.tt-journey::after {
  content: "Od vinograda";
  position: absolute;
  left: clamp(20px, 7vw, 116px);
  top: clamp(34px, 5vw, 70px);
  color: rgba(95, 69, 45, 0.055);
  font-family: "Cinzel", serif;
  font-size: clamp(3.8rem, 10vw, 9.4rem);
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.tt-card {
  background: rgba(250, 246, 238, 0.42) !important;
  padding: clamp(24px, 3vw, 34px) !important;
}

.tt-card + .tt-card {
  border-top: 1px solid var(--tt-line) !important;
}

.tt-faq-list {
  border: 1px solid var(--tt-line);
  background: rgba(250, 246, 238, 0.56);
}

.tt-faq-item {
  padding: 0 !important;
  background: rgba(255, 252, 247, 0.42) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.tt-faq-item + .tt-faq-item {
  border-top: 1px solid var(--tt-line) !important;
}

.tt-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(20px, 3vw, 34px);
  color: var(--tt-ink) !important;
  cursor: pointer;
}

.tt-faq-item summary::after {
  position: static;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(111, 23, 48, 0.28);
  color: var(--tt-wine);
  transform: none;
}

.tt-faq-item[open],
.tt-faq-item:hover {
  background: rgba(255, 252, 247, 0.72) !important;
}

.tt-faq-item p {
  padding: 0 clamp(20px, 3vw, 34px) 24px;
  color: #4a4036 !important;
}
