/* Design tokens */
:root {
  --color-cream: #f7f0e7;
  --color-sand: #e8dccd;
  --color-surface: #fffaf3;
  --color-ink: #26201b;
  --color-text: #5a5048;
  --color-muted: #7b6f65;
  --color-border: #d7c7b4;
  --color-terracotta: #a85b3c;
  --color-terracotta-dark: #7f422f;
  --color-orange-soft: #c78254;
  --color-sage: #68735f;
  --color-moss: #485344;
  --color-gold-muted: #b79a67;
  --shadow-soft: 0 22px 54px rgba(38, 32, 27, 0.1);
  --shadow-card: 0 14px 34px rgba(38, 32, 27, 0.075);
  --shadow-card-hover: 0 20px 46px rgba(38, 32, 27, 0.12);
  --radius-card: 8px;
  --header-height: 78px;
}

/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-height: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-cream);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

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

a:hover {
  color: var(--color-terracotta-dark);
}

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

h1,
h2,
h3 {
  color: var(--color-ink);
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  line-height: 1.07;
}

h1 {
  max-width: 730px;
  margin-bottom: 1.4rem;
  color: var(--color-surface);
  font-size: 2.7rem;
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
}

p {
  margin-bottom: 0;
}

.container {
  width: min(100% - 2rem, 1180px);
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

main,
.site-header,
.site-footer {
  width: 100%;
  max-width: 100%;
}

/* Brand intro */
body.brand-intro-active {
  overflow: hidden;
}

.brand-intro[hidden] {
  display: none;
}

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 3000;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(183, 154, 103, 0.12), transparent 24rem),
    linear-gradient(140deg, #0e0b09 0%, #211914 44%, #33261e 68%, #12100e 100%);
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: opacity 640ms ease, transform 640ms ease, visibility 640ms ease;
}

.brand-intro::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    radial-gradient(circle at 18% 18%, rgba(168, 91, 60, 0.18), transparent 17rem),
    radial-gradient(circle at 82% 72%, rgba(183, 154, 103, 0.14), transparent 19rem),
    linear-gradient(180deg, rgba(255, 250, 243, 0.08), rgba(255, 250, 243, 0) 32%, rgba(0, 0, 0, 0.2));
  opacity: 0.96;
  animation: brandIntroAtmosphere 5200ms ease-in-out infinite alternate;
  pointer-events: none;
}

.brand-intro::after {
  position: absolute;
  right: 9%;
  bottom: 14%;
  left: 9%;
  z-index: -1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(228, 205, 169, 0.12), rgba(228, 205, 169, 0.32), rgba(228, 205, 169, 0.12), transparent);
  pointer-events: none;
}

.brand-intro.is-hidden {
  opacity: 0;
  transform: scale(0.985);
  visibility: hidden;
}

.brand-intro__glow {
  position: absolute;
  z-index: -2;
  width: clamp(16rem, 38vw, 34rem);
  height: clamp(16rem, 38vw, 34rem);
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.46;
  pointer-events: none;
  animation: brandIntroGlow 3600ms ease-in-out infinite alternate;
}

.brand-intro__glow--warm {
  top: 8%;
  left: 8%;
  background: radial-gradient(circle, rgba(168, 91, 60, 0.34), rgba(168, 91, 60, 0.1) 38%, transparent 70%);
}

.brand-intro__glow--stone {
  right: 4%;
  bottom: 10%;
  animation-delay: 420ms;
  background: radial-gradient(circle, rgba(183, 154, 103, 0.28), rgba(104, 115, 95, 0.08) 42%, transparent 72%);
}

.brand-intro__silhouette {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: clamp(8rem, 24vh, 16rem);
  overflow: hidden;
  pointer-events: none;
}

.brand-intro__silhouette::before,
.brand-intro__silhouette::after {
  position: absolute;
  right: -8%;
  bottom: -2.2rem;
  left: -8%;
  content: "";
  pointer-events: none;
}

.brand-intro__silhouette::before {
  height: 58%;
  background: linear-gradient(180deg, rgba(92, 62, 46, 0.1), rgba(7, 6, 5, 0.52));
  clip-path: polygon(0 78%, 7% 60%, 13% 68%, 20% 48%, 29% 64%, 37% 40%, 47% 58%, 55% 43%, 64% 62%, 73% 36%, 84% 60%, 93% 48%, 100% 66%, 100% 100%, 0 100%);
}

.brand-intro__silhouette::after {
  height: 36%;
  background: linear-gradient(180deg, rgba(228, 205, 169, 0.08), rgba(11, 9, 7, 0.38));
  clip-path: polygon(0 70%, 8% 58%, 18% 68%, 29% 52%, 43% 66%, 56% 48%, 70% 64%, 84% 50%, 100% 68%, 100% 100%, 0 100%);
}

.brand-intro__silhouette span {
  position: absolute;
  bottom: 0.8rem;
  width: clamp(1.8rem, 4vw, 3.2rem);
  height: clamp(5.4rem, 13vh, 8.6rem);
  background: linear-gradient(180deg, rgba(73, 48, 36, 0.12), rgba(8, 7, 6, 0.46));
  border-radius: 48% 48% 12px 12px;
  opacity: 0.72;
  transform-origin: bottom center;
}

.brand-intro__silhouette span::before {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  width: 132%;
  height: 1.2rem;
  content: "";
  background: rgba(7, 6, 5, 0.42);
  border-radius: 50%;
  transform: translateX(-50%);
}

.brand-intro__silhouette span:nth-child(1) {
  left: 12%;
  transform: scale(0.78);
}

.brand-intro__silhouette span:nth-child(2) {
  left: 24%;
  bottom: 0.3rem;
  transform: scale(1.04);
}

.brand-intro__silhouette span:nth-child(3) {
  right: 22%;
  transform: scale(0.92);
}

.brand-intro__silhouette span:nth-child(4) {
  right: 11%;
  bottom: 0.5rem;
  transform: scale(0.7);
}

.brand-intro__particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.brand-intro__particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(228, 205, 169, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(228, 205, 169, 0.36);
  opacity: 0.52;
  animation: brandIntroParticle 2600ms ease-in-out infinite alternate;
}

.brand-intro__particles span:nth-child(1) {
  top: 24%;
  left: 18%;
}

.brand-intro__particles span:nth-child(2) {
  top: 18%;
  right: 22%;
  animation-delay: 360ms;
}

.brand-intro__particles span:nth-child(3) {
  right: 28%;
  bottom: 30%;
  animation-delay: 720ms;
}

.brand-intro__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(100%, 31rem);
  gap: 0.72rem;
  padding: clamp(1.15rem, 3.4vw, 2.05rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.08), rgba(255, 250, 243, 0.02)),
    linear-gradient(145deg, rgba(48, 37, 30, 0.74), rgba(20, 16, 13, 0.76));
  border: 1px solid rgba(228, 205, 169, 0.28);
  border-radius: var(--radius-card);
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 250, 243, 0.16);
  backdrop-filter: blur(20px) saturate(1.08);
  opacity: 0;
  transform: translateY(16px) scale(0.965);
  transition: opacity 420ms ease, transform 640ms ease;
  animation: brandIntroPanelIn 720ms cubic-bezier(0.2, 0.78, 0.24, 1) 120ms forwards;
}

.brand-intro__panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(228, 205, 169, 0.08), transparent),
    radial-gradient(circle at 50% 0%, rgba(228, 205, 169, 0.12), transparent 48%);
  opacity: 0.9;
  pointer-events: none;
}

.brand-intro__panel::after {
  position: absolute;
  inset: 0.55rem;
  content: "";
  border: 1px solid rgba(255, 250, 243, 0.08);
  border-radius: 6px;
  pointer-events: none;
}

.brand-intro.is-hidden .brand-intro__panel {
  opacity: 0;
  transform: translateY(6px) scale(0.975);
}

.brand-intro__ornament {
  position: relative;
  z-index: 1;
  width: min(7.4rem, 34vw);
  height: 1px;
  margin-bottom: 0.18rem;
  background: linear-gradient(90deg, transparent, rgba(228, 205, 169, 0.72), transparent);
}

.brand-intro__ornament::before,
.brand-intro__ornament::after {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background: rgba(228, 205, 169, 0.78);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(228, 205, 169, 0.28);
  transform: translateY(-50%);
}

.brand-intro__ornament::before {
  left: calc(50% - 0.85rem);
}

.brand-intro__ornament::after {
  right: calc(50% - 0.85rem);
}

.brand-intro__logo-frame {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(20.6rem, 70vw);
  padding: clamp(0.56rem, 2vw, 0.82rem);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(242, 231, 217, 0.94)),
    var(--color-surface);
  border: 1px solid rgba(228, 205, 169, 0.48);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.brand-intro__logo {
  width: 100%;
  max-height: min(48svh, 19rem);
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 10px 28px rgba(38, 32, 27, 0.1);
}

.brand-intro__divider {
  position: relative;
  z-index: 1;
  width: min(14rem, 54vw);
  height: 1px;
  margin: 0.35rem 0 0.08rem;
  background: linear-gradient(90deg, transparent, rgba(228, 205, 169, 0.58), transparent);
}

.brand-intro__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 250, 243, 0.94);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.1rem, 3.2vw, 1.42rem);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
}

.brand-intro__subtitle {
  position: relative;
  z-index: 1;
  max-width: 18rem;
  margin: 0;
  color: rgba(247, 240, 231, 0.72);
  font-size: clamp(0.78rem, 2.1vw, 0.9rem);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.brand-intro__skip {
  position: absolute;
  top: clamp(0.85rem, 2.5vw, 1.35rem);
  right: clamp(0.85rem, 2.5vw, 1.35rem);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.56rem 0.95rem;
  color: rgba(255, 250, 243, 0.88);
  background: rgba(255, 250, 243, 0.07);
  border: 1px solid rgba(228, 205, 169, 0.26);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 250, 243, 0.08);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.brand-intro__skip:hover,
.brand-intro__skip:focus-visible {
  color: var(--color-surface);
  background: rgba(255, 250, 243, 0.14);
  border-color: rgba(228, 205, 169, 0.42);
}

.brand-intro__skip:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.18rem rgba(228, 205, 169, 0.22);
}

@keyframes brandIntroPanelIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes brandIntroAtmosphere {
  to {
    opacity: 0.78;
    transform: scale(1.018);
  }
}

@keyframes brandIntroGlow {
  to {
    opacity: 0.62;
    transform: translate3d(0.5rem, -0.35rem, 0) scale(1.04);
  }
}

@keyframes brandIntroParticle {
  to {
    opacity: 0.86;
    transform: translateY(-0.35rem);
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.76rem 1.18rem;
  border-radius: 999px;
  border-width: 1px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus,
.btn:active:focus,
.btn:focus-visible,
.btn:active:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.18rem rgba(104, 115, 95, 0.24);
}

.btn-lg {
  min-height: 3.25rem;
  padding: 0.95rem 1.35rem;
  font-size: 1rem;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #a75a3d, var(--color-terracotta-dark));
  border-color: rgba(127, 66, 47, 0.72);
  box-shadow: 0 12px 26px rgba(82, 55, 42, 0.18);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
  color: #fff;
  background: linear-gradient(180deg, #8d4b36, #663529);
  border-color: rgba(102, 53, 41, 0.84);
  box-shadow: 0 14px 30px rgba(82, 55, 42, 0.22);
}

.btn-secondary {
  color: var(--color-ink);
  background: var(--color-surface);
  border-color: rgba(215, 199, 180, 0.9);
  box-shadow: 0 10px 22px rgba(38, 32, 27, 0.08);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus-visible {
  color: var(--color-ink);
  background: #f3eadf;
  border-color: rgba(104, 115, 95, 0.34);
  box-shadow: 0 12px 26px rgba(38, 32, 27, 0.1);
}

.btn-outline-light {
  color: var(--color-surface);
  background: rgba(255, 250, 243, 0.08);
  border-color: rgba(255, 250, 243, 0.54);
  backdrop-filter: blur(10px);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:focus-visible {
  color: var(--color-ink);
  background: var(--color-surface);
  border-color: var(--color-surface);
  box-shadow: 0 14px 28px rgba(38, 32, 27, 0.18);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--color-sage);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: currentColor;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 0.5rem 0;
  background: rgba(247, 240, 231, 0.82);
  border-bottom: 1px solid rgba(127, 66, 47, 0.12);
  backdrop-filter: blur(18px) saturate(1.08);
  transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding: 0.34rem 0;
  background: rgba(255, 250, 243, 0.95);
  border-bottom-color: rgba(127, 66, 47, 0.16);
  box-shadow: 0 14px 30px rgba(38, 32, 27, 0.1);
}

.site-nav {
  width: 100%;
  min-height: 0;
  padding: 0;
}

.site-nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 3.95rem;
  padding: 0.42rem 0.48rem;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(247, 240, 231, 0.74));
  border: 1px solid rgba(215, 199, 180, 0.72);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(38, 32, 27, 0.08), inset 0 1px 0 rgba(255, 250, 243, 0.86);
  transition: min-height 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled .site-nav__inner {
  min-height: 3.65rem;
  background: rgba(255, 250, 243, 0.92);
  border-color: rgba(215, 199, 180, 0.82);
  box-shadow: 0 10px 28px rgba(38, 32, 27, 0.09), inset 0 1px 0 rgba(255, 250, 243, 0.9);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  padding: 0.08rem 0.45rem 0.08rem 0.12rem;
  color: var(--color-ink);
  border-radius: 12px;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.site-brand:hover,
.site-brand:focus-visible {
  color: var(--color-ink);
  background: rgba(255, 250, 243, 0.54);
}

.site-brand:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.18rem rgba(168, 91, 60, 0.18);
}

.site-logo-frame {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.55rem;
  height: 3.05rem;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(145deg, #201914, #0f0d0b);
  border: 1px solid rgba(183, 154, 103, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 250, 243, 0.14), 0 10px 22px rgba(38, 32, 27, 0.12);
}

.site-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 69%;
  transform: scale(2.28);
  transform-origin: center;
}

.site-brand__text {
  display: grid;
  gap: 0.03rem;
  min-width: 0;
}

.site-brand__text .site-brand__name {
  color: var(--color-ink);
  font-family: "Lora", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.site-brand__text span {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-brand__text .site-brand__tagline {
  color: var(--color-sage);
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav__panel {
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.38rem;
  padding: 0.66rem 0.92rem;
  border-radius: 999px;
  color: var(--color-text);
  font-size: 0.87rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-nav__link::after {
  position: absolute;
  right: 0.95rem;
  bottom: 0.42rem;
  left: 0.95rem;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--color-terracotta), var(--color-gold-muted));
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: var(--color-ink);
  background: rgba(255, 250, 243, 0.9);
  transform: translateY(-1px);
}

.site-nav__link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.18rem rgba(168, 91, 60, 0.18);
}

.site-nav__link.is-active {
  color: var(--color-terracotta-dark);
  background: rgba(168, 91, 60, 0.09);
  box-shadow: inset 0 0 0 1px rgba(168, 91, 60, 0.18);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-nav__link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 2.64rem;
  padding: 0.76rem 1.16rem;
  color: #fff;
  background: linear-gradient(180deg, #a75a3d, var(--color-terracotta-dark));
  border: 1px solid rgba(127, 66, 47, 0.78);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(82, 55, 42, 0.2), inset 0 1px 0 rgba(255, 250, 243, 0.18);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-header__cta:hover,
.site-header__cta:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  background: linear-gradient(180deg, #8d4b36, #663529);
  border-color: rgba(102, 53, 41, 0.86);
  box-shadow: 0 15px 30px rgba(82, 55, 42, 0.26), inset 0 1px 0 rgba(255, 250, 243, 0.16);
}

.site-header__cta:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.18rem rgba(168, 91, 60, 0.24), 0 15px 30px rgba(82, 55, 42, 0.22);
}

.site-nav__toggle {
  display: none;
  place-content: center;
  gap: 0.25rem;
  width: 2.78rem;
  height: 2.78rem;
  padding: 0.74rem;
  border: 1px solid rgba(215, 199, 180, 0.78);
  border-radius: 12px;
  background: rgba(255, 250, 243, 0.82);
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-nav__toggle:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.18rem rgba(168, 91, 60, 0.2);
}

.site-nav__toggle:hover {
  background: var(--color-surface);
  border-color: rgba(168, 91, 60, 0.32);
}

.site-nav__toggle span {
  display: block;
  width: 1.12rem;
  height: 2px;
  background: var(--color-ink);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-nav__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-nav__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Home page */
.hero {
  position: relative;
  min-height: clamp(620px, calc(84svh - var(--header-height)), 800px);
  padding: 7rem 0 5.4rem;
  overflow: hidden;
  color: var(--color-surface);
  background:
    linear-gradient(90deg, rgba(31, 25, 21, 0.82) 0%, rgba(31, 25, 21, 0.58) 45%, rgba(31, 25, 21, 0.2) 100%),
    linear-gradient(180deg, rgba(31, 25, 21, 0.12) 0%, rgba(31, 25, 21, 0.44) 100%),
    url("/images/cappadocia-hero.jpg") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 9rem;
  content: "";
  background: linear-gradient(180deg, rgba(248, 242, 234, 0), var(--color-cream));
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__content {
  max-width: 740px;
}

.hero .eyebrow {
  color: #ead7c2;
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 2rem;
  color: rgba(255, 250, 243, 0.88);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 3.4rem;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 720px;
}

.hero__proof div {
  min-width: 9rem;
  padding: 0 1.2rem 0 0;
  border-right: 1px solid rgba(255, 250, 243, 0.28);
}

.hero__proof div:last-child {
  border-right: 0;
}

.hero__proof strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-surface);
  font-family: "Lora", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.1;
}

.hero__proof span {
  display: block;
  color: rgba(255, 250, 243, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.4rem;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-strip__grid div {
  min-width: 0;
  padding: 1.25rem 1.3rem;
  background: rgba(255, 250, 243, 0.96);
  border: 1px solid rgba(215, 199, 180, 0.72);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.trust-strip__grid span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-sage);
  font-size: 0.76rem;
  font-weight: 800;
}

.trust-strip__grid strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--color-ink);
  font-size: 1rem;
}

.trust-strip__grid p {
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

/* Ortahisar feature section */
.ortahisar-section {
  position: relative;
  padding: 5.2rem 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--color-surface), #f1e6da);
  border-top: 1px solid rgba(215, 199, 180, 0.48);
  border-bottom: 1px solid rgba(215, 199, 180, 0.48);
}

.ortahisar-section--compact {
  padding: 4.6rem 0;
  background:
    linear-gradient(180deg, #f5ece0, var(--color-surface));
}

.ortahisar-section--about {
  background:
    linear-gradient(180deg, var(--color-surface), var(--color-cream));
}

.ortahisar-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.78fr);
  gap: 3rem;
  align-items: center;
  min-width: 0;
}

.ortahisar-section__content {
  min-width: 0;
}

.ortahisar-section__content h2 {
  max-width: 760px;
  overflow-wrap: anywhere;
}

.ortahisar-section__content p:not(.eyebrow) {
  max-width: 720px;
  min-width: 0;
  overflow-wrap: break-word;
  color: var(--color-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.ortahisar-section__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  min-width: 0;
}

.ortahisar-section__cards article {
  min-width: 0;
  min-height: 11.5rem;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(255, 250, 243, 0.86));
  border: 1px solid rgba(215, 199, 180, 0.76);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.ortahisar-section__cards span {
  display: inline-flex;
  margin-bottom: 1.25rem;
  color: var(--color-sage);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
}

.ortahisar-section__cards strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.ortahisar-section__cards p {
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* Shared sections */
.section {
  padding: 6rem 0;
  background: var(--color-surface);
}

.section--cream {
  background: var(--color-cream);
}

.section--split {
  background: linear-gradient(180deg, var(--color-surface), #f4eadf);
}

.section-header {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  max-width: 760px;
}

.section-header p:not(.eyebrow) {
  max-width: 690px;
  color: var(--color-muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.section-header--compact {
  align-items: start;
  margin-bottom: 2rem;
}

/* Tour cards */
.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.tour-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid rgba(215, 199, 180, 0.76);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tour-card:hover {
  transform: translateY(-3px);
  border-color: rgba(104, 115, 95, 0.34);
  box-shadow: var(--shadow-card-hover);
}

.tour-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-sand), var(--color-border));
}

.tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

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

.tour-card__badge,
.tour-card__flag {
  position: absolute;
  top: 0.9rem;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
}

.tour-card__badge {
  left: 0.9rem;
  color: var(--color-ink);
  background: rgba(255, 250, 243, 0.9);
  backdrop-filter: blur(10px);
}

.tour-card__flag {
  right: 0.9rem;
  color: #fff;
  background: var(--color-moss);
}

.tour-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.22rem;
}

.tour-card__title {
  margin-bottom: 0.55rem;
  font-size: 1.32rem;
  overflow-wrap: anywhere;
}

.tour-card__description {
  display: -webkit-box;
  min-height: 3rem;
  overflow: hidden;
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tour-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.1rem 0 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(215, 199, 180, 0.66);
  border-bottom: 1px solid rgba(215, 199, 180, 0.66);
}

.tour-card__meta div {
  min-width: 0;
}

.tour-card__meta dt {
  margin-bottom: 0.18rem;
  color: var(--color-muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tour-card__meta dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--color-ink);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
}

.tour-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: auto;
}

.tour-card__details-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2.45rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(215, 199, 180, 0.84);
  border-radius: 999px;
  color: var(--color-ink);
  background: rgba(232, 220, 205, 0.44);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.tour-card__details-link::after {
  content: ">";
  color: var(--color-sage);
  transition: transform 160ms ease;
}

.tour-card__details-link:hover,
.tour-card__details-link:focus {
  color: #fff;
  background: var(--color-moss);
  border-color: var(--color-moss);
}

.tour-card__details-link:hover::after,
.tour-card__details-link:focus::after {
  color: #fff;
}

.tour-card__details-link:hover::after {
  transform: translateX(3px);
}

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

.category-card {
  min-width: 0;
  min-height: 17rem;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(255, 250, 243, 0.88)),
    radial-gradient(circle at top right, rgba(104, 115, 95, 0.12), rgba(104, 115, 95, 0) 42%),
    var(--color-surface);
  border: 1px solid rgba(215, 199, 180, 0.76);
  border-radius: var(--radius-card);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(104, 115, 95, 0.32);
  box-shadow: var(--shadow-card);
}

.category-card span {
  display: inline-flex;
  margin-bottom: 2.2rem;
  color: var(--color-sage);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card h3 {
  max-width: 14rem;
}

.category-card p {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 0.8fr);
  gap: 4rem;
  align-items: center;
}

.split-layout__content > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--color-muted);
  font-size: 1.03rem;
}

.benefit-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.benefit-list div {
  padding: 1.15rem 0 1.15rem 1.1rem;
  border-left: 3px solid var(--color-sage);
}

.benefit-list strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--color-ink);
  font-size: 1rem;
}

.benefit-list span {
  display: block;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.split-layout__visual {
  min-height: 31rem;
  border: 1px solid rgba(215, 199, 180, 0.72);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(38, 32, 27, 0.04), rgba(38, 32, 27, 0.18)),
    url("/images/cappadocia-hero.jpg") center / cover no-repeat;
  box-shadow: var(--shadow-soft);
}

.signature-band {
  position: relative;
  padding: 7rem 0;
  color: var(--color-surface);
  background:
    linear-gradient(90deg, rgba(31, 25, 21, 0.82), rgba(31, 25, 21, 0.42)),
    url("/images/cappadocia-hero.jpg") center 58% / cover no-repeat;
}

.signature-band__content {
  max-width: 660px;
}

.signature-band .eyebrow {
  color: #ead7c2;
}

.signature-band h2 {
  color: var(--color-surface);
}

.signature-band p:not(.eyebrow) {
  color: rgba(255, 250, 243, 0.82);
  font-size: 1.03rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.testimonial {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 1.45rem;
  background: var(--color-surface);
  border: 1px solid rgba(215, 199, 180, 0.72);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.testimonial blockquote {
  margin: 0;
  color: var(--color-ink);
  font-family: "Lora", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

.testimonial figcaption {
  margin-top: 1.8rem;
  color: var(--color-ink);
  font-size: 0.95rem;
  font-weight: 900;
}

.testimonial figcaption span {
  display: block;
  margin-top: 0.1rem;
  color: var(--color-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

/* Shared CTA */
.final-cta {
  padding: 5.2rem 0;
  color: var(--color-surface);
  background:
    linear-gradient(90deg, rgba(31, 25, 21, 0.9), rgba(72, 83, 68, 0.82)),
    url("/images/cappadocia-hero.jpg") center 58% / cover no-repeat;
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.5rem;
  align-items: center;
}

.final-cta .eyebrow {
  color: #ead7c2;
}

.final-cta h2 {
  max-width: 780px;
  color: var(--color-surface);
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 250, 243, 0.78);
  font-size: 1.02rem;
  line-height: 1.68;
}

.final-cta__actions {
  display: grid;
  gap: 0.85rem;
  min-width: 15rem;
}

/* Footer */
.site-footer {
  padding: 4.4rem 0 1.5rem;
  color: rgba(255, 250, 243, 0.72);
  background:
    linear-gradient(135deg, #1f1a16, #25201b 50%, #16120f);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(17rem, 1.35fr) repeat(4, minmax(8.5rem, 0.75fr));
  gap: 2.1rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255, 250, 243, 0.12);
}

.site-brand--footer {
  margin-bottom: 1rem;
  color: var(--color-surface);
}

.site-brand--footer .site-logo-frame {
  width: 6rem;
  height: 4rem;
  background: rgba(255, 250, 243, 0.97);
  border-color: rgba(228, 205, 169, 0.54);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.site-brand--footer .site-logo {
  object-position: center;
  transform: scale(2.55);
}

.site-brand--footer .site-brand__text span {
  color: rgba(255, 250, 243, 0.68);
}

.site-footer__brand p {
  max-width: 22rem;
  color: rgba(255, 250, 243, 0.64);
  font-size: 0.95rem;
}

.site-footer__column {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.site-footer h2 {
  margin-bottom: 0.45rem;
  color: #e4cda9;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span,
.site-footer address {
  color: rgba(255, 250, 243, 0.68);
  font-size: 0.92rem;
}

.site-footer address {
  max-width: 15.5rem;
  margin: 0;
  font-style: normal;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.site-footer a:hover {
  color: #e4cda9;
}

.site-footer__phone-list {
  display: grid;
  gap: 0.3rem;
}

.site-footer__social {
  display: grid;
  gap: 0.6rem;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.62rem 0.8rem;
  color: rgba(255, 250, 243, 0.76);
  background: rgba(255, 250, 243, 0.06);
  border: 1px solid rgba(255, 250, 243, 0.13);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
  color: var(--color-surface);
  background: rgba(104, 115, 95, 0.24);
  border-color: rgba(228, 205, 169, 0.28);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
}

.site-footer__bottom p {
  color: rgba(255, 250, 243, 0.54);
  font-size: 0.86rem;
}

.site-footer__bottom a {
  font-size: 0.86rem;
}

/* Tours listing page */
.page-hero {
  position: relative;
  padding: 6.2rem 0;
  overflow: hidden;
  color: var(--color-surface);
  background:
    radial-gradient(circle at 78% 18%, rgba(104, 115, 95, 0.18), rgba(104, 115, 95, 0) 34%),
    linear-gradient(135deg, rgba(31, 25, 21, 0.97), rgba(72, 83, 68, 0.9));
}

.page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7rem;
  content: "";
  background: linear-gradient(180deg, rgba(248, 242, 234, 0), var(--color-cream));
  pointer-events: none;
}

.page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 0.72fr);
  gap: 4rem;
  align-items: center;
}

.page-hero h1 {
  max-width: 720px;
  color: var(--color-surface);
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 250, 243, 0.82);
  font-size: 1.06rem;
  line-height: 1.68;
}

.page-hero .eyebrow {
  color: #ead7c2;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.page-hero__visual {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(38, 32, 27, 0.05), rgba(38, 32, 27, 0.36)),
    url("/images/cappadocia-hero.jpg") center / cover no-repeat;
  box-shadow: 0 24px 58px rgba(16, 10, 7, 0.24);
}

.page-hero__visual div {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  min-width: 8.5rem;
  padding: 1rem 1.1rem;
  color: var(--color-ink);
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(255, 250, 243, 0.62);
  border-radius: var(--radius-card);
  backdrop-filter: blur(12px);
}

.page-hero__visual span {
  display: block;
  color: var(--color-terracotta-dark);
  font-family: "Lora", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
}

.page-hero__visual strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.86rem;
  font-weight: 900;
}

.tours-listing {
  padding-top: 5.2rem;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: -0.5rem 0 2rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  color: var(--color-text);
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid rgba(215, 199, 180, 0.86);
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus {
  color: var(--color-ink);
  background: var(--color-surface);
  border-color: rgba(104, 115, 95, 0.42);
  box-shadow: 0 12px 26px rgba(38, 32, 27, 0.08);
  transform: translateY(-1px);
}

.filter-chip.is-active {
  color: #fff;
  background: var(--color-moss);
  border-color: var(--color-moss);
  box-shadow: 0 12px 26px rgba(72, 83, 68, 0.18);
}

.tour-grid--listing {
  align-items: stretch;
}

.tour-grid--listing .tour-card__media {
  aspect-ratio: 16 / 10.5;
}

.tour-card.is-hidden {
  display: none;
}

.listing-cta {
  padding: 5.2rem 0;
  color: var(--color-surface);
  background:
    linear-gradient(90deg, rgba(31, 25, 21, 0.88), rgba(72, 83, 68, 0.72)),
    url("/images/cappadocia-hero.jpg") center 58% / cover no-repeat;
}

.listing-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.2rem;
  align-items: center;
}

.listing-cta .eyebrow {
  color: #ead7c2;
}

.listing-cta h2 {
  max-width: 760px;
  color: var(--color-surface);
}

.listing-cta p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 250, 243, 0.8);
  font-size: 1.03rem;
  line-height: 1.68;
}

/* Responsive */
@media (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .hero__lead {
    font-size: 1.18rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 4.08rem;
  }
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .site-nav__inner {
    gap: 0.85rem;
  }

  .site-brand {
    gap: 0.65rem;
  }

  .site-brand__text span {
    font-size: 0.7rem;
  }

  .site-nav__panel {
    gap: 0.75rem;
  }

  .site-nav__link {
    padding-right: 0.68rem;
    padding-left: 0.68rem;
    font-size: 0.86rem;
  }

  .site-header__cta {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .site-footer__grid {
    grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.8fr));
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 74px;
  }

  h1 {
    max-width: 40rem;
    font-size: 2.95rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .site-nav__inner {
    position: relative;
    min-height: 3.9rem;
    border-radius: 14px;
  }

  .site-nav__toggle {
    display: inline-grid !important;
    position: absolute;
    top: 50%;
    right: 0.56rem;
    z-index: 6;
    margin-left: 0;
    transform: translateY(-50%);
  }

  .site-header .site-brand {
    max-width: calc(100% - 3.6rem);
    padding-right: 3.3rem;
  }

  .site-nav__panel {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    z-index: 5;
    max-height: calc(100vh - 5.8rem);
    overflow-y: auto;
    padding: 0.65rem;
    background: rgba(255, 250, 243, 0.98);
    border: 1px solid rgba(215, 199, 180, 0.82);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
  }

  .site-nav__panel.collapsing {
    transition: height 220ms ease;
  }

  .site-nav__links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    padding: 0.35rem;
    background: rgba(247, 240, 231, 0.58);
    border: 1px solid rgba(215, 199, 180, 0.58);
    border-radius: 12px;
    box-shadow: none;
  }

  .site-nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 3rem;
    padding: 0.86rem 1rem;
    background: rgba(255, 250, 243, 0.62);
    border-radius: 10px;
  }

  .site-nav__link::after {
    right: 1rem;
    bottom: 0.46rem;
    left: 1rem;
  }

  .site-header__cta {
    width: 100%;
    min-height: 3rem;
  }

  .site-nav__actions {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 6.8rem 0 5rem;
    background-position: 58% center;
  }

  .trust-strip__grid,
  .ortahisar-section__cards,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-header {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .tour-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .ortahisar-section__grid,
  .final-cta__inner,
  .page-hero__grid,
  .listing-cta__inner {
    grid-template-columns: 1fr;
  }

  .ortahisar-section__grid {
    gap: 2rem;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout {
    gap: 2.5rem;
  }

  .split-layout__visual {
    min-height: 24rem;
  }

  .final-cta__actions {
    width: min(100%, 24rem);
    min-width: 0;
  }

  .page-hero {
    padding: 5rem 0 5.6rem;
  }

  .page-hero__grid {
    gap: 2rem;
  }

  .page-hero__visual {
    min-height: 21rem;
  }

  .listing-cta__inner > .btn {
    width: min(100%, 22rem);
  }
}

@media (max-width: 767.98px) {
  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .site-header .site-logo-frame {
    width: 4.25rem;
    height: 2.86rem;
    border-radius: 11px;
  }

  .site-header .site-brand__tagline {
    display: none;
  }

  .eyebrow {
    max-width: 100%;
    gap: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .eyebrow::before {
    width: 1.55rem;
    flex: 0 0 auto;
    margin-top: 0.45rem;
  }

  h1 {
    max-width: 21rem;
    font-size: 2.08rem;
    line-height: 1.06;
  }

  h2 {
    font-size: 1.76rem;
  }

  .hero {
    padding: 4.8rem 0 4rem;
    background-position: 55% center;
  }

  .hero__lead {
    max-width: 21rem;
    font-size: 0.98rem;
  }

  .hero__actions,
  .hero__actions .btn,
  .final-cta__actions,
  .final-cta__actions .btn {
    width: 100%;
  }

  .hero__proof {
    gap: 0.75rem;
  }

  .hero__proof div {
    width: calc(50% - 0.4rem);
    min-width: 0;
    padding-right: 0;
    border-right: 0;
  }

  .trust-strip {
    margin-top: 0;
  }

  .trust-strip__grid,
  .tour-grid,
  .ortahisar-section__cards,
  .category-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip__grid div {
    padding: 1.2rem;
  }

  .section {
    padding: 4rem 0;
  }

  .ortahisar-section {
    padding: 4rem 0;
  }

  .ortahisar-section__content p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .ortahisar-section__cards article {
    min-height: auto;
  }

  .tour-card__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .tour-card__details-link {
    width: 100%;
  }

  .category-card {
    min-height: auto;
  }

  .split-layout__visual {
    min-height: 19rem;
  }

  .signature-band {
    padding: 5rem 0;
  }

  .final-cta {
    padding: 4.4rem 0;
  }

  .page-hero {
    padding: 4.4rem 0 5rem;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .page-hero__actions,
  .page-hero__actions .btn {
    width: 100%;
  }

  .page-hero__visual {
    min-height: 17rem;
  }

  .filter-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .filter-chip {
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.82rem;
  }

  .listing-cta {
    padding: 4.4rem 0;
  }

  .listing-cta__inner > .btn {
    width: 100%;
  }

  .site-footer {
    padding-top: 3rem;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .container {
    width: min(100% - 1rem, 1180px);
  }

  .brand-intro {
    padding: 1rem;
  }

  .brand-intro__panel {
    width: min(100%, 22rem);
    gap: 0.62rem;
    padding: 0.95rem;
  }

  .brand-intro__logo-frame {
    width: min(18rem, 76vw);
    padding: 0.5rem;
  }

  .brand-intro__logo {
    max-height: 48svh;
  }

  .brand-intro__silhouette {
    height: 8.4rem;
  }

  h1 {
    font-size: 1.98rem;
  }

  h2 {
    font-size: 1.62rem;
  }

  .btn {
    min-height: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .btn-lg {
    min-height: 3.1rem;
  }

  .hero {
    padding: 4.1rem 0 3.5rem;
  }

  .section,
  .ortahisar-section,
  .listing-cta,
  .final-cta {
    padding: 3.6rem 0;
  }

  .page-hero {
    padding: 3.8rem 0 4.2rem;
  }

  .site-footer {
    padding-top: 2.7rem;
  }
}

@media (max-width: 399.98px) {
  h1 {
    max-width: 19rem;
    font-size: 1.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro,
  .brand-intro::before,
  .brand-intro__glow,
  .brand-intro__particles span,
  .brand-intro__panel {
    transition-duration: 120ms;
    animation: none;
  }

  .brand-intro__panel {
    opacity: 1;
    transform: none;
  }
}
