/* ============================================================
   Mavi Sükût — Lüks Mavi Yolculuk lookbook
   Palette: gece lacivert + altın, derin
   ============================================================ */

:root {
  --bg: #0E1A29;
  --bg-deep: #0A131F;
  --surface: #17273A;
  --surface-2: #21374d;
  --ink: #F1EEE7;
  --ink-soft: rgba(241, 238, 231, 0.68);
  --ink-faint: rgba(241, 238, 231, 0.44);
  --accent: #C09A5E;
  --accent-hi: #E0C489;
  --accent-2: #8FB0C4;
  --sea: #4C7C93;
  --line: rgba(241, 238, 231, 0.13);
  --line-strong: rgba(241, 238, 231, 0.26);
  --gold-glow: rgba(192, 154, 94, 0.38);
  --serif: 'Fraunces', 'DM Serif Display', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
  --header-h: 74px;
  --maxw: 1400px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-2: cubic-bezier(.4, 0, .2, 1);
  interpolate-size: allow-keywords;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  background:
    radial-gradient(115% 70% at 82% -8%, rgba(76, 124, 147, 0.16), transparent 55%),
    radial-gradient(90% 55% at -5% 102%, rgba(192, 154, 94, 0.07), transparent 60%),
    var(--bg);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.008em;
  line-height: 1.08;
  margin: 0 0 0.5em;
  font-optical-sizing: auto;
  font-variation-settings: 'SOFT' 0, 'WONK' 0, 'opsz' 96;
}
h1 em, h2 em, h3 em, h4 em,
.moment-text h3 em, .band-quote em, .price em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent-hi);
  font-variation-settings: 'opsz' 40;
}

p { margin: 0 0 1.1em; }
a { color: inherit; text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  display: block;
}

::selection { background: var(--accent); color: var(--bg); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
}
.container--narrow { max-width: 960px; }

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
  margin: 0 0 1.2em;
  display: inline-block;
}

.ink-soft { color: var(--ink-soft); }

/* focus */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: var(--accent);
  color: var(--bg);
  padding: 12px 20px;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.skip-link:focus { left: 8px; top: 8px; }

/* corner gold frame marks — theme signature */
.corner-marks { position: fixed; inset: 0; pointer-events: none; z-index: 5; mix-blend-mode: screen; }
.corner-marks span {
  position: absolute;
  width: 34px; height: 34px;
  border: 1px solid var(--accent);
  opacity: 0.5;
}
.corner-marks span:nth-child(1) { top: 18px; left: 18px; border-right: 0; border-bottom: 0; }
.corner-marks span:nth-child(2) { top: 18px; right: 18px; border-left: 0; border-bottom: 0; }
.corner-marks span:nth-child(3) { bottom: 18px; left: 18px; border-right: 0; border-top: 0; }
.corner-marks span:nth-child(4) { bottom: 18px; right: 18px; border-left: 0; border-top: 0; }
@media (max-width: 640px) { .corner-marks span { width: 22px; height: 22px; } }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(15, 27, 42, 0.92);
  border-bottom: 1px solid transparent;
  transition: background .24s var(--ease), height .24s var(--ease), border-color .24s var(--ease);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
.site-header.is-scrolled {
  background: rgba(13, 23, 36, 0.97);
  height: 62px;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.6);
}
.header-inner {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--serif);
  font-size: 1.24rem;
  letter-spacing: 0.06em;
  color: var(--ink);
  white-space: nowrap;
}
.brand .brand-mark {
  width: 26px; height: 26px;
  color: var(--accent);
  flex-shrink: 0;
}
.brand small {
  display: block;
  font-family: var(--sans);
  font-size: 0.54rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
  margin-top: 1px;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}
.nav-desktop a {
  position: relative;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  padding: 6px 0;
  transition: color .24s var(--ease);
}
.nav-desktop a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width .28s var(--ease);
}
.nav-desktop a:hover, .nav-desktop a.is-active { color: var(--ink); }
.nav-desktop a:hover::after, .nav-desktop a.is-active::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid var(--accent);
  color: var(--accent) !important;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background .24s var(--ease), color .24s var(--ease);
}
.nav-desktop .nav-cta::after { display: none; }
.nav-cta:hover, .nav-cta:focus-visible {
  background: var(--accent);
  color: var(--bg) !important;
}

/* hamburger */
.nav-toggle {
  position: relative;
  z-index: 1100;
  width: 44px; height: 44px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
  .nav-toggle { display: none; }
}

/* drawer */
.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: var(--surface);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform .32s var(--ease);
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 20px) 32px 32px;
  border-left: 1px solid var(--line);
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--ink);
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  transition: color .2s var(--ease), padding-left .24s var(--ease);
}
.drawer a:hover, .drawer a.is-active { color: var(--accent); padding-left: 8px; }
.drawer .drawer-cta {
  margin-top: 24px;
  border: 1px solid var(--accent);
  color: var(--bg) !important;
  background: var(--accent);
  text-align: center;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px;
}
.drawer .drawer-cta:hover { background: transparent; color: var(--accent) !important; padding-left: 0; }
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s var(--ease), visibility .24s var(--ease);
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

/* ============================================================
   MAIN / SECTIONS
   ============================================================ */
main { padding-top: 0; }
.section { padding: clamp(64px, 10vw, 130px) 0; position: relative; }
/* anchor targets clear the fixed header on cross-page jumps */
main section[id], #form { scroll-margin-top: calc(var(--header-h) + 16px); }
.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 68px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(2rem, 5.2vw, 3.5rem);
}
.section-head p { color: var(--ink-soft); font-size: 1.05rem; max-width: 60ch; }
.section-head.center p { margin-left: auto; margin-right: auto; }

.gold-rule {
  width: 62px; height: 8px;
  margin: 0 0 26px;
  color: var(--accent);
  background: none;
  /* nautical hairline wave — theme signature */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='8' viewBox='0 0 62 8' fill='none' stroke='%23C09A5E' stroke-width='1.4'%3E%3Cpath d='M1 4c5-4 10-4 15 0s10 4 15 0 10-4 15 0 10 4 15 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.section-head.center .gold-rule { margin-left: auto; margin-right: auto; background-position: center; }

/* ============================================================
   HERO — full-bleed, mask-clip reveal + ken-burns
   ============================================================ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inset(0 0 0 0);
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  animation: kenburns 22s var(--ease-2) forwards;
  transform-origin: 68% 34%;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(15, 27, 42, 0.92) 0%, rgba(15, 27, 42, 0.28) 42%, rgba(15, 27, 42, 0.36) 100%),
    linear-gradient(to right, rgba(15, 27, 42, 0.55), transparent 55%);
}
/* mask reveal wipe */
.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--bg);
  animation: heroWipe 1.5s var(--ease) forwards;
}
@keyframes heroWipe {
  0% { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 0 100% 0); }
}
@keyframes kenburns {
  0% { transform: scale(1.14) translate(1.5%, 1%); }
  100% { transform: scale(1) translate(0, 0); }
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px) clamp(48px, 8vw, 92px);
}
.hero-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.hero-eyebrow::before { content: ''; width: 42px; height: 1px; background: var(--accent); }
.hero h1 {
  font-size: clamp(2.4rem, 8.5vw, 4.5rem);
  max-width: 14ch;
  margin-bottom: 0.32em;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}
.hero-sub {
  font-size: clamp(1rem, 2.1vw, 1.32rem);
  color: var(--ink-soft);
  max-width: 40ch;
  font-weight: 300;
  margin-bottom: 2em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* small corner caption bottom-right */
.hero-caption {
  position: absolute;
  right: clamp(16px, 4vw, 40px);
  bottom: clamp(20px, 4vw, 40px);
  z-index: 3;
  text-align: right;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border-right: 1px solid var(--accent);
  padding-right: 12px;
}
.hero-caption strong { display: block; color: var(--accent-2); font-weight: 400; margin-bottom: 3px; }
@media (max-width: 720px) { .hero-caption { display: none; } }

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-faint);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-scroll::after {
  content: '';
  width: 1px; height: 34px;
  background: linear-gradient(var(--accent), transparent);
  animation: scrollPulse 2.4s var(--ease-2) infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: .3; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .26s var(--ease), color .26s var(--ease), transform .26s var(--ease), border-color .26s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #14202E; box-shadow: 0 14px 30px -18px var(--gold-glow); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--accent-hi); color: #14202E; box-shadow: 0 20px 40px -18px var(--gold-glow); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: rgba(240,237,230,0.06); color: var(--ink); border-color: var(--accent); }
.btn .arw { transition: transform .26s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }

/* trust strip */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  text-transform: uppercase;
}
.trust-strip svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }

/* ============================================================
   STATS
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.stat {
  background: var(--bg);
  padding: clamp(24px, 4vw, 42px) clamp(16px, 3vw, 30px);
  text-align: center;
}
.stat .num {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--accent);
  line-height: 1;
  display: block;
}
.stat .lbl {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 12px;
  display: block;
}
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   COLLECTION — tekne gallery, editorial masonry
   ============================================================ */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(10px, 1.4vw, 18px);
}
.tile {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease-2);
}
.tile:hover img { transform: scale(1.06); }
.tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,27,42,0.85), transparent 55%);
  opacity: 0.72;
  transition: opacity .4s var(--ease);
}
.tile:hover::after { opacity: 0.9; }
.tile-cap {
  position: absolute;
  left: 0; bottom: 0;
  z-index: 2;
  padding: clamp(16px, 2.2vw, 26px);
  transform: translateY(8px);
  opacity: 0;
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.tile:hover .tile-cap, .tile:focus-within .tile-cap { transform: translateY(0); opacity: 1; }
.tile-cap .n {
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  color: var(--accent);
  text-transform: uppercase;
}
.tile-cap h3 { font-size: clamp(1.15rem, 2vw, 1.6rem); margin: 6px 0 0; }
/* irregular spans */
.tile--tall { grid-column: span 2; grid-row: span 2; aspect-ratio: 3/4; }
.tile--wide { grid-column: span 4; aspect-ratio: 16/9; }
.tile--sq { grid-column: span 2; aspect-ratio: 1/1; }
@media (max-width: 900px) {
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .tile--tall, .tile--wide, .tile--sq { grid-column: span 1; grid-row: auto; aspect-ratio: 4/5; }
  .tile-cap { transform: none; opacity: 1; }
  .tile::after { opacity: 0.85; }
}
@media (max-width: 520px) {
  .collection-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   BIR GÜN — an be an, editorial alternating flow
   ============================================================ */
.moment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(56px, 9vw, 120px);
}
.moment:last-child { margin-bottom: 0; }
.moment:nth-child(even) .moment-media { order: 2; }
.moment-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 7/5;
  border: 1px solid var(--line);
}
.moment-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-2);
}
.moment:hover .moment-media img { transform: scale(1.05); }
.moment-media .clock {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--bg);
  background: var(--accent);
  padding: 5px 12px;
}
.moment-text .idx {
  font-family: var(--serif);
  font-size: 3rem;
  color: var(--accent);
  opacity: 0.4;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.moment-text h3 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); margin-bottom: 0.5em; }
.moment-text p { color: var(--ink-soft); }
@media (max-width: 780px) {
  .moment { grid-template-columns: 1fr; gap: 24px; }
  .moment:nth-child(even) .moment-media { order: 0; }
}

/* ============================================================
   DETAYLAR — short notes
   ============================================================ */
.notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
}
.note-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(26px, 3vw, 38px);
  transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.note-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 24px 50px -30px var(--gold-glow);
}
.note-ic {
  width: 46px; height: 46px;
  color: var(--accent);
  margin-bottom: 22px;
}
.note-ic svg { width: 100%; height: 100%; }
.note-card h3 { font-size: 1.42rem; margin-bottom: 0.5em; }
.note-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; overflow-wrap: anywhere; }
@media (max-width: 860px) { .notes-grid { grid-template-columns: 1fr; } }

/* ============================================================
   HERO-BAND (contrast section)
   ============================================================ */
.band {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band-quote {
  max-width: 22ch;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.8rem, 5vw, 3.6rem);
  line-height: 1.18;
  text-align: center;
  margin: 0 auto;
}
.band-quote .accent { color: var(--accent); }
.band-attr {
  text-align: center;
  margin-top: 28px;
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 26px);
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(28px, 3.4vw, 42px);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform .4s var(--ease), border-color .4s var(--ease);
}
.price-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.price-card.featured { border-color: var(--accent); background: var(--surface-2); position: relative; }
.price-card.featured::before {
  content: 'En çok tercih edilen';
  position: absolute;
  top: 0; right: 0;
  background: var(--accent);
  color: var(--bg);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.price-card .tier { font-size: 0.76rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); }
.price-card .price {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 14px 0 4px;
}
.price-card .price small { font-family: var(--sans); font-size: 0.82rem; color: var(--ink-faint); letter-spacing: 0.06em; }
.price-card .per { font-size: 0.78rem; color: var(--ink-faint); letter-spacing: 0.1em; margin-bottom: 22px; }
.price-list { list-style: none; padding: 0; margin: 0 0 26px; flex-grow: 1; }
.price-list li {
  padding: 9px 0 9px 26px;
  position: relative;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}
.price-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 15px;
  width: 12px; height: 7px;
  border-left: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(-45deg);
}
.price-list li.excl { color: var(--ink-faint); }
.price-list li.excl::before {
  border: 0;
  content: '—';
  top: 8px;
  color: var(--ink-faint);
  transform: none;
  width: auto; height: auto;
}
.price-card .btn { justify-content: center; }
.price-note { text-align: center; color: var(--ink-faint); font-size: 0.8rem; margin-top: 28px; letter-spacing: 0.08em; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PROCESS timeline
   ============================================================ */
.timeline { max-width: 860px; margin: 0 auto; position: relative; }
.timeline::before {
  content: '';
  position: absolute;
  left: 19px; top: 8px; bottom: 8px;
  width: 1px;
  background: linear-gradient(var(--accent), var(--line));
}
.tl-step {
  position: relative;
  padding: 0 0 clamp(34px, 5vw, 52px) 62px;
}
.tl-step:last-child { padding-bottom: 0; }
.tl-step .dot {
  position: absolute;
  left: 8px; top: 2px;
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: var(--bg);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 0.82rem;
  color: var(--accent);
}
.tl-step .when { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-2); }
.tl-step h3 { font-size: 1.4rem; margin: 6px 0 0.4em; }
.tl-step p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* ============================================================
   TESTIMONIALS — editorial grid
   ============================================================ */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 26px);
}
.testi {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  padding: clamp(26px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.testi .mark { font-family: var(--serif); font-size: 2.6rem; color: var(--accent); line-height: 0.6; height: 24px; }
.testi p { color: var(--ink); font-size: 0.98rem; font-style: italic; flex-grow: 1; }
.testi .who { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.testi .who strong { display: block; font-weight: 500; letter-spacing: 0.04em; }
.testi .who span { font-size: 0.78rem; color: var(--ink-faint); letter-spacing: 0.08em; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ — pure CSS accordion
   ============================================================ */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: clamp(20px, 3vw, 28px) 44px clamp(20px, 3vw, 28px) 0;
  position: relative;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--ink);
  transition: color .24s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent); }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 6px; top: 50%;
  width: 13px; height: 13px;
  border-right: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s var(--ease);
}
.faq-item[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq-item > .answer {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 360ms var(--ease-2), padding-block-end 360ms var(--ease-2);
}
.faq-item[open] > .answer { height: auto; padding-block-end: 26px; }
.faq-item > .answer p { color: var(--ink-soft); font-size: 0.96rem; margin: 0; padding-right: 30px; }
@media (prefers-reduced-motion: reduce) { .faq-item > .answer { transition: none; } }

/* ============================================================
   CONTACT / RESERVATION
   ============================================================ */
.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(14px, 2vw, 22px);
}
.channel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: clamp(20px, 2.6vw, 26px);
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
  min-width: 0;
}
.channel:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 20px 40px -28px var(--gold-glow); }
.channel .ic {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(176, 141, 87, 0.12);
  color: var(--accent);
  margin-bottom: 18px;
}
.channel .ic svg { width: 22px; height: 22px; }
.channel h3 { font-size: 1.1rem; margin-bottom: 6px; }
.channel a, .channel .val { color: var(--ink); font-size: 0.98rem; overflow-wrap: anywhere; display: block; }
.channel a:hover { color: var(--accent); }
.channel .sub { font-size: 0.78rem; color: var(--ink-faint); margin-top: 6px; letter-spacing: 0.06em; }

/* hours mini-grid */
.hours-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.hours-grid .row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: var(--surface);
  padding: 13px clamp(16px, 2.4vw, 24px);
  font-size: 0.9rem;
}
.hours-grid .row.today { background: var(--surface-2); }
.hours-grid .row .d { color: var(--ink-soft); letter-spacing: 0.08em; }
.hours-grid .row .h { font-variant-numeric: tabular-nums; color: var(--ink); }
.hours-grid .row.today .h { color: var(--accent); }

/* form */
.form-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(26px, 4vw, 48px);
  border-radius: 12px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.field input, .field select, .field textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--line-strong);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 11px 2px;
  transition: border-color .24s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23B08D57' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; padding-right: 24px; }
.field select option { background: var(--surface); color: var(--ink); }
.field textarea { resize: vertical; min-height: 120px; }
.field.kvkk { flex-direction: row; align-items: flex-start; gap: 12px; }
.field.kvkk label { text-transform: none; letter-spacing: 0.03em; font-size: 0.86rem; color: var(--ink-soft); line-height: 1.5; }
.field.kvkk a { color: var(--accent); text-decoration: underline; }
.field input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 18px; height: 18px;
  min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 3px 0 0;
  accent-color: var(--accent);
}
.form-wrap .btn { margin-top: 8px; width: 100%; justify-content: center; }
@media (min-width: 640px) { .form-wrap .btn { width: auto; } }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #0b1521;
  border-top: 1px solid var(--line);
  padding: clamp(52px, 7vw, 84px) 0 34px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 52px);
  margin-bottom: 48px;
}
.footer-brand .brand { font-size: 1.4rem; margin-bottom: 18px; }
.footer-brand p { color: var(--ink-soft); font-size: 0.9rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 11px; }
.footer-col a, .footer-col .fi { color: var(--ink-soft); font-size: 0.9rem; transition: color .2s var(--ease); overflow-wrap: anywhere; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.footer-bottom .legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-bottom a:hover { color: var(--accent); }
@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero {
  padding: calc(var(--header-h) + clamp(48px, 8vw, 96px)) 0 clamp(40px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--gold-glow), transparent 70%);
  pointer-events: none;
}
.page-hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); max-width: 18ch; }
.page-hero p { color: var(--ink-soft); max-width: 56ch; font-size: 1.05rem; }
.breadcrumb { font-size: 0.74rem; letter-spacing: 0.14em; color: var(--ink-faint); margin-bottom: 20px; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--accent); }

/* prose (legal/tech pages) */
.prose { max-width: 820px; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 1.8em 0 0.6em; }
.prose h3 { font-size: 1.2rem; margin: 1.4em 0 0.5em; color: var(--accent-2); }
.prose p, .prose li { color: var(--ink-soft); font-size: 0.98rem; }
.prose ul, .prose ol { padding-left: 20px; margin-bottom: 1.2em; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--accent); text-decoration: underline; }
.prose strong { color: var(--ink); font-weight: 500; }

/* table scroll */
.table-scroll {
  display: block; width: 100%; max-width: 100%; min-width: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; border-collapse: collapse; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
.table-scroll th, .table-scroll td {
  text-align: left;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.table-scroll th { color: var(--accent); font-weight: 400; letter-spacing: 0.08em; background: var(--surface); }
.table-scroll td { color: var(--ink-soft); }

/* thank-you */
.thanks {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: calc(var(--header-h) + 60px) 0 80px;
}
.thanks .ic { width: 72px; height: 72px; color: var(--accent); margin: 0 auto 28px; }
.thanks h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.thanks p { color: var(--ink-soft); max-width: 46ch; margin-left: auto; margin-right: auto; }

/* 404 */
.err {
  min-height: 78vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: calc(var(--header-h) + 40px) 0 80px;
}
.err .code { font-family: var(--serif); font-size: clamp(5rem, 20vw, 12rem); color: var(--accent); line-height: 1; }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.reveal.is-in { opacity: 1; transform: none; }
html.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-media img { animation: none !important; transform: none !important; }
  .hero-media::before { animation: none !important; display: none; }
  .hero-scroll::after, .scrollPulse { animation: none !important; }
}

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 520px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: 12px;
  padding: 22px 24px;
  z-index: 9999;
  transform: translateY(140%);
  opacity: 0;
  transition: transform 280ms var(--ease), opacity 240ms var(--ease);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner h4 { font-size: 1.1rem; margin-bottom: 8px; }
.cookie-banner p { font-size: 0.86rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie-banner p a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button {
  flex: 1 1 auto;
  min-height: 44px;
  padding: 11px 16px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
}
.cookie-actions button[data-consent="accept"] { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.cookie-actions button[data-consent="accept"]:hover { background: var(--ink); color: var(--bg); }
/* Reddet, Kabul et ile eşit görsel ağırlıkta — KVKK adil onay */
.cookie-actions button[data-consent="reject"] {
  flex-basis: 40%;
  background: rgba(240, 237, 230, 0.10);
  border-color: var(--line-strong);
  color: var(--ink);
}
.cookie-actions button[data-consent="reject"]:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
/* Ayarlar — sessiz üçüncül seçenek */
.cookie-actions button[data-consent="settings"] { flex: 0 1 auto; }
.cookie-actions button:hover { border-color: var(--accent); color: var(--accent); }
.cookie-actions button[data-consent="accept"]:hover { color: var(--bg); }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }

/* cookie settings modal */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.cookie-modal.is-open { display: grid; }
.cookie-modal .box {
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: 14px;
  padding: clamp(24px, 4vw, 38px);
  max-width: 480px;
  width: 100%;
}
.cookie-modal h3 { font-size: 1.5rem; margin-bottom: 6px; }
.cookie-modal > .box > p { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 20px; }
.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.toggle-row .t strong { display: block; font-weight: 500; }
.toggle-row .t span { font-size: 0.78rem; color: var(--ink-faint); }
.switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider {
  position: absolute; inset: 0;
  background: var(--line-strong);
  border-radius: 26px;
  cursor: pointer;
  transition: background .24s var(--ease);
}
.switch .slider::before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 20px; height: 20px;
  background: var(--ink);
  border-radius: 50%;
  transition: transform .24s var(--ease);
}
.switch input:checked + .slider { background: var(--accent); }
.switch input:checked + .slider::before { transform: translateX(20px); background: var(--bg); }
.switch input:disabled + .slider { opacity: 0.5; cursor: not-allowed; }
.cookie-modal .box .btn { width: 100%; justify-content: center; margin-top: 24px; }

/* utility */
.text-center { text-align: center; }
.mt-lg { margin-top: clamp(40px, 6vw, 72px); }

.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:9998;transition:width 80ms linear;pointer-events:none}

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}

/* ============================================================
   AWARD POLISH LAYER — Fraunces editorial, nautical detail
   ============================================================ */

/* eyebrow gains a small compass tick */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
  flex-shrink: 0;
}
.section-head.center .eyebrow { justify-content: center; }
.hero-eyebrow { display: flex; }
.hero-eyebrow::before { background: var(--accent); }

/* section heads breathe more; sub copy softer */
.section-head h2 { line-height: 1.04; }
.section-head p { line-height: 1.75; }

/* STATS — hairline crown + hover warmth */
.stats { position: relative; }
.stat { transition: background .4s var(--ease); position: relative; }
.stat::before {
  content: '';
  position: absolute; left: 50%; top: 0;
  width: 0; height: 2px; background: var(--accent);
  transform: translateX(-50%);
  transition: width .5s var(--ease);
}
.stat:hover::before { width: 46px; }
.stat .num { font-variation-settings: 'opsz' 120; }
.stat .lbl { color: var(--ink-faint); }

/* COLLECTION tiles — persistent index, gold frame draw, lift */
.tile { transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.tile:hover, .tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -34px var(--gold-glow), 0 0 0 1px var(--accent);
}
.tile-no {
  position: absolute;
  top: clamp(12px, 1.6vw, 18px); left: clamp(12px, 1.6vw, 18px);
  z-index: 3;
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  color: var(--ink);
  text-shadow: 0 1px 12px rgba(0,0,0,0.6);
}
.tile-no::before {
  content: '';
  display: inline-block;
  width: 16px; height: 1px;
  margin-right: 8px; vertical-align: middle;
  background: var(--accent);
}
.tile-cap h3 { font-variation-settings: 'opsz' 60; }

/* MOMENT media — hover glow, gold corner ticks (only real image media) */
.moment-media:has(img) { transition: box-shadow .5s var(--ease); }
.moment:hover .moment-media:has(img) { box-shadow: 0 34px 70px -40px var(--gold-glow); }
.moment-media:has(img)::after {
  content: '';
  position: absolute; right: 14px; bottom: 14px;
  width: 20px; height: 20px; z-index: 2;
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  opacity: 0.7;
  pointer-events: none;
}
.moment-text .idx { font-variation-settings: 'opsz' 144; opacity: 0.5; }
.moment-text h3 { font-variation-settings: 'opsz' 72; }

/* NOTE cards — number ribbon + gold hairline crown */
.note-card { position: relative; overflow: hidden; }
.note-card::before {
  content: '';
  position: absolute; left: 0; top: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent 70%);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.note-card:hover::before { transform: scaleX(1); }
.note-ic { transition: transform .5s var(--ease); }
.note-card:hover .note-ic { transform: translateY(-2px) scale(1.04); }

/* PRICING refinement */
.price-card { position: relative; overflow: hidden; }
.price-card:hover { box-shadow: 0 30px 60px -38px var(--gold-glow); }
.price-card.featured { box-shadow: 0 24px 60px -38px var(--gold-glow); }
.price-card.featured::before { content: 'En çok tercih edilen'; background: var(--accent-hi); color: #14202E; }
.price-card .price { font-variation-settings: 'opsz' 96; }
.price-card .tier { display: inline-flex; align-items: center; gap: 9px; }
.price-card .tier::before {
  content: ''; width: 18px; height: 1px; background: var(--accent);
}

/* BAND — subtle wave crown */
.band { position: relative; }
.band::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0; height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10' fill='none' stroke='%23C09A5E' stroke-width='1' opacity='0.5'%3E%3Cpath d='M0 5c15-6 30-6 45 0s30 6 45 0 30-6 45 0'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
}
.band-quote { font-variation-settings: 'opsz' 144, 'SOFT' 40; }

/* TIMELINE — active dot on scroll (lit, NOT reveal's is-in) */
.tl-step .dot { transition: background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease); }
.tl-step.is-lit .dot,
.tl-step:hover .dot {
  background: var(--accent); color: #14202E;
  box-shadow: 0 0 0 4px var(--gold-glow);
}
.tl-step h3 { font-variation-settings: 'opsz' 40; }

/* TESTIMONIALS — lift + gold glow, opening mark on all */
.testi { position: relative; transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease); }
.testi:hover { transform: translateY(-5px); border-top-color: var(--accent-hi); box-shadow: 0 28px 56px -38px var(--gold-glow); }
.testi .mark { font-variation-settings: 'opsz' 144; }

/* FAQ — hover shift + gold edge */
.faq-item { transition: border-color .3s var(--ease); }
.faq-item[open] { border-bottom-color: var(--line-strong); }
.faq-item summary { font-variation-settings: 'opsz' 40; }

/* CHANNEL cards — gold hairline crown */
.channel { position: relative; overflow: hidden; }
.channel .ic { transition: background .35s var(--ease), transform .35s var(--ease); }
.channel:hover .ic { background: rgba(192,154,94,0.2); transform: translateY(-2px); }

/* PAGE HERO — richer, layered */
.page-hero h1 { font-variation-settings: 'opsz' 144; }
.page-hero::before {
  content: '';
  position: absolute; left: 0; bottom: -1px;
  width: 100%; height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10' fill='none' stroke='%23C09A5E' stroke-width='1' opacity='0.4'%3E%3Cpath d='M0 5c15-6 30-6 45 0s30 6 45 0 30-6 45 0'/%3E%3C/svg%3E");
  background-repeat: repeat-x; opacity: 0.4; pointer-events: none;
}

/* CTA PANEL — framed premium reservation block */
.cta-panel {
  position: relative;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(76,124,147,0.14), transparent 55%),
    var(--surface);
  padding: clamp(36px, 6vw, 80px) clamp(24px, 5vw, 72px);
  overflow: hidden;
  text-align: center;
}
.cta-panel::before,
.cta-panel::after {
  content: '';
  position: absolute;
  width: 34px; height: 34px;
  border: 1px solid var(--accent);
  opacity: 0.7;
}
.cta-panel::before { top: 16px; left: 16px; border-right: 0; border-bottom: 0; }
.cta-panel::after { bottom: 16px; right: 16px; border-left: 0; border-top: 0; }
.cta-panel .eyebrow { justify-content: center; }
.cta-panel h2 { font-size: clamp(2rem, 5vw, 3.4rem); margin-bottom: 0.4em; }
.cta-panel > p { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 2em; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.cta-coords {
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center;
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-faint);
}
.cta-coords span { display: inline-flex; align-items: center; gap: 8px; }
.cta-coords span::before { content: ''; width: 5px; height: 5px; border: 1px solid var(--accent); border-radius: 50%; }

/* FOOTER — warmer brand mark */
.footer-brand .brand-mark { color: var(--accent); }

/* reduce-motion & no-js: neutralize decorative transforms (content already visible via reveal guards) */
@media (prefers-reduced-motion: reduce) {
  .tile, .note-card, .price-card, .testi, .moment-media, .channel,
  .stat::before, .note-card::before, .tl-step .dot { transition: none !important; }
  .band::before, .page-hero::before { opacity: 0.3; }
}
html.no-js .note-card::before { transform: scaleX(1); }
