:root {
  --white: #fffffe;
  --taupe: #675950;
  --cream: #eeece8;
  --tan: #cec1ac;
  --warm-gray: #968b84;
  --stone: #a49b95;
  --divider: #948b84;
  --ink: #0f0d0b;
  --font: "Halvar Breit", Arial, sans-serif;
  /* Opt out of Chrome/Android forced (auto) dark mode. */
  color-scheme: only light;
}

@font-face {
  font-family: "Halvar Breit";
  src: url("../assets/fonts/HalvarBreit-Rg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Halvar Breit";
  src: url("../assets/fonts/HalvarBreit-Md.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Halvar Breit";
  src: url("../assets/fonts/HalvarBreit-XBd.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--white);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
}

.masthead,
.discover {
  background: var(--taupe);
}

.brand-lockup {
  display: grid;
  place-items: center;
  padding: clamp(40px, 5vw, 60px) 0;
}

.brand-lockup img {
  width: clamp(130px, 14vw, 180px);
  height: auto;
}

.media-link {
  display: block;
}

.fluid-image {
  width: 100%;
  height: auto;
}

/* ===== Video sections (hero + june) : centered, contained, not full-bleed =====
   The brand band (taupe) bleeds behind the video down to its exact vertical
   midpoint, echoing the overlap baked into the email's hero/june images —
   done here with a same-color ::before instead of pixels, so it stays exact
   at every viewport width. */

.video-section {
  display: flex;
  justify-content: center;
  background: var(--white);
  padding: clamp(28px, 4vw, 48px) clamp(24px, 6vw, 88px);
}

.video-section--hero {
  padding-top: 0;
}

.video-section--june {
  padding-top: 0;
  padding-bottom: 0;
}

.video-frame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.video-frame--hero::before,
.video-frame--june::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 50%;
  transform: translateX(-50%);
  background: var(--taupe);
  z-index: 0;
}

.video-frame--hero::before {
  top: 0;
}

.video-frame--june::before {
  bottom: 0;
}

.video-player {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.video-frame--hero .video-player {
  object-position: center top;
}

/* ===== Intro : EN / TR columns ===== */

.intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 56px);
  padding: clamp(32px, 4.5vw, 56px) clamp(24px, 6vw, 88px) clamp(40px, 5.5vw, 72px);
  background: var(--white);
}

.language-column {
  min-width: 0;
  text-align: center;
}

.language-column h1,
.language-column h2 {
  margin: 0 0 clamp(16px, 2vw, 24px);
  color: var(--warm-gray);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.language-column p {
  max-width: 44ch;
  margin: 0 auto clamp(14px, 1.6vw, 20px);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.language-column p:last-child {
  margin-bottom: 0;
}

/* ===== Quarter band (cream) ===== */

.quarter-band {
  padding: clamp(24px, 3vw, 40px) clamp(24px, 5vw, 64px);
  background: var(--cream);
  color: var(--taupe);
  text-align: center;
}

.quarter-band p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.white-gap {
  height: clamp(16px, 2.2vw, 28px);
  background: var(--white);
}

/* ===== Progress band (taupe) ===== */

.progress-band {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 2.6vw, 34px) clamp(18px, 4vw, 48px);
  background: var(--taupe);
  color: var(--white);
}

.progress-summary {
  display: grid;
  justify-items: end;
  gap: 5px;
  text-align: right;
  white-space: nowrap;
}

.progress-summary strong {
  color: var(--cream);
  font-size: clamp(14px, 1.7vw, 21px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 1px;
}

.progress-summary span {
  color: var(--stone);
  font-size: clamp(12px, 1.35vw, 16px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.progress-divider {
  align-self: stretch;
  width: 1px;
  min-height: 44px;
  margin: 0 clamp(14px, 2.6vw, 32px);
  background: var(--divider);
}

.progress-value {
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* ===== Construction photos (cream) ===== */

.construction-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(17px, 2.4vw, 30px);
  background: var(--cream);
  padding: clamp(24px, 3.6vw, 44px) clamp(24px, 4.5vw, 54px) clamp(28px, 4vw, 50px);
}

.construction-band figure {
  min-width: 0;
  margin: 0;
}

/* ===== June video ===== */

.june-update {
  background: var(--white);
}

.june-update h2 {
  margin: 0;
  padding: clamp(36px, 5vw, 60px) 24px clamp(20px, 2.4vw, 32px);
  color: var(--warm-gray);
  text-align: center;
  font-size: clamp(12px, 1.4vw, 17px);
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 2px;
}

/* ===== Discover (taupe) ===== */

.discover-heading {
  padding: clamp(24px, 3.4vw, 44px) clamp(24px, 5vw, 64px) clamp(28px, 4vw, 52px);
  text-align: center;
}

.discover-heading h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: 2px;
}

.feature {
  display: grid;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.feature--cinema {
  grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
  padding: 0 clamp(24px, 5vw, 64px) 0 clamp(24px, 4vw, 52px);
}

.feature--laptop {
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  padding: 0 clamp(24px, 4vw, 52px) 0 clamp(24px, 5vw, 64px);
}

.feature-media {
  min-width: 0;
  margin: 0;
}

.feature-copy {
  min-width: 0;
  color: var(--white);
}

.language-copy + .language-copy {
  margin-top: clamp(28px, 3.4vw, 44px);
}

.language-copy h3 {
  margin: 0 0 clamp(14px, 1.8vw, 24px);
  color: var(--tan);
  font-size: clamp(17px, 1.85vw, 23px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.language-copy p {
  max-width: 44ch;
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.language-copy p:last-child {
  margin-bottom: 0;
}

.feature-gap {
  height: clamp(44px, 6vw, 76px);
  background: var(--taupe);
}

.discover-bottom-space {
  height: clamp(48px, 7vw, 88px);
  background: var(--taupe);
}

/* ===== Legal pages (privacy policy) ===== */

.legal {
  padding: clamp(32px, 4vw, 48px) clamp(24px, 6vw, 88px) clamp(56px, 7vw, 96px);
  background: var(--white);
}

.back-home {
  display: inline-block;
  margin-bottom: clamp(28px, 3.5vw, 40px);
  color: var(--taupe);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-title {
  margin: 0 0 8px;
  color: var(--taupe);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: 0.4px;
}

.legal-updated {
  margin: 0 0 clamp(32px, 4vw, 48px);
  color: var(--warm-gray);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.legal-copy {
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 72px);
}

.legal-copy:last-child {
  margin-bottom: 0;
}

.legal-copy h2 {
  margin: clamp(28px, 3vw, 36px) 0 12px;
  color: var(--taupe);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 800;
  letter-spacing: 0.3px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  margin: 0 0 14px;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.legal-copy ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.legal-divider {
  height: 1px;
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  background: var(--divider);
}

/* ===== Footer ===== */

.site-footer {
  padding: clamp(48px, 6.5vw, 80px) clamp(24px, 5vw, 64px) clamp(40px, 5.5vw, 68px);
  background: var(--white);
  color: var(--taupe);
  text-align: center;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.7;
  letter-spacing: 0.4px;
}

.site-footer > img {
  width: clamp(102px, 10.5vw, 128px);
  height: auto;
  margin: 0 auto clamp(24px, 2.8vw, 34px);
}

.site-footer p {
  margin: 0 0 clamp(14px, 1.6vw, 18px);
}

.site-footer p:nth-of-type(2) {
  margin-bottom: clamp(20px, 2.4vw, 28px);
}

.site-footer .social-link {
  margin-bottom: clamp(20px, 2.4vw, 28px);
}

.site-footer .social-link img {
  width: clamp(27px, 2.8vw, 34px);
  height: auto;
  margin: 0 auto;
}

.site-footer p:nth-of-type(4) {
  margin-bottom: 8px;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer p:nth-of-type(2) a,
.site-footer .social-link a {
  text-decoration: none;
}

/* ===== Tablet ===== */

@media (max-width: 1023px) {
  .intro {
    gap: 32px;
  }
}

/* ===== Mobile ===== */

@media (max-width: 720px) {
  .desktop-break {
    display: none;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .quarter-band p {
    letter-spacing: 0.8px;
  }

  .progress-summary {
    max-width: 15ch;
    white-space: normal;
  }

  .progress-summary strong {
    font-size: 13px;
    line-height: 1.3;
  }

  .progress-summary span {
    font-size: 11px;
    line-height: 1.3;
  }

  .construction-band {
    grid-template-columns: 1fr;
  }

  .feature--cinema,
  .feature--laptop {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 24px;
  }

  /* Photo first in both features, matching the email's mobile stacking */
  .feature--cinema .feature-media,
  .feature--laptop .feature-media {
    order: 0;
  }

  .feature--cinema .feature-copy,
  .feature--laptop .feature-copy {
    order: 1;
    padding: 20px 0 40px;
  }

  .language-copy p {
    max-width: none;
  }
}
