/* =========================================================
   Dural Tourism Ltd — single page site
   Palette taken from the brand imagery: navy + gold on cream
   ========================================================= */

:root {
  --navy-900: #0F2942;
  --navy-700: #1B3A5C;
  --navy-500: #2C4A6B;
  --navy-300: #6B87A3;

  --gold-600: #A9871B;
  --gold-500: #C9A227;
  --gold-300: #E0B94A;

  --cream:    #FAF7F0;
  --cream-2:  #F2EDE3;
  --white:    #FFFFFF;

  --ink:      #1D2530;
  --ink-soft: #5A6472;

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --container: 1200px;
  --gutter: 24px;
  --header-h: 84px;

  --radius: 4px;
  --shadow-sm: 0 2px 10px rgba(15, 41, 66, .07);
  --shadow-md: 0 12px 32px rgba(15, 41, 66, .12);
  --shadow-lg: 0 24px 60px rgba(15, 41, 66, .18);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

html:focus-within { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 600; line-height: 1.14; }
p  { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  padding: 10px 18px; background: var(--navy-700); color: #fff;
  border-radius: var(--radius); transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: 15px 34px;
  font-family: var(--font-body);
  font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  border: 1.5px solid transparent; border-radius: var(--radius);
  white-space: nowrap;
  cursor: pointer;
  transition: transform .25s var(--ease), background-color .25s var(--ease),
              color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn--sm { padding: 11px 22px; font-size: .72rem; letter-spacing: .1em; }

.btn--gold { background: var(--gold-500); color: var(--navy-900); border-color: var(--gold-500); }
.btn--gold:hover { background: var(--gold-300); border-color: var(--gold-300); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--navy { background: var(--navy-700); color: #fff; border-color: var(--navy-700); }
.btn--navy:hover { background: var(--navy-900); border-color: var(--navy-900); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; transform: translateY(-2px); }

.link-cta {
  display: inline-flex; align-items: center; gap: .5em;
  margin-top: 10px;
  font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--navy-700);
  border-bottom: 1.5px solid var(--gold-500);
  padding-bottom: 4px;
  transition: color .25s var(--ease), gap .25s var(--ease), border-color .25s var(--ease);
}
.link-cta span { transition: transform .25s var(--ease); }
.link-cta:hover { color: var(--gold-600); gap: .9em; }
.link-cta:hover span { transform: translateX(3px); }
.link-cta--light { color: rgba(255,255,255,.92); }
.link-cta--light:hover { color: var(--gold-300); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: transparent;
  transition: background-color .35s var(--ease), box-shadow .35s var(--ease),
              backdrop-filter .35s var(--ease);
}
.header__inner {
  min-height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: min-height .35s var(--ease);
}

/* .header-solid on <body> keeps the header opaque from load — used on pages whose
   top content is light artwork. JS mirrors it with .is-stuck; these rules are the
   no-JS fallback. */
.site-header.is-stuck,
body.header-solid .site-header {
  background: rgba(250, 247, 240, .93);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  box-shadow: var(--shadow-sm);
}
.site-header.is-stuck .header__inner,
body.header-solid .site-header .header__inner { min-height: 68px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }

/* header mark is a background image so it can swap light <-> dark with the header */
.brand__mark {
  flex: none;
  width: 72px; aspect-ratio: 176 / 66;
  background: url("../assets/logo-mark-light.svg") center / contain no-repeat;
  transition: opacity .2s var(--ease);
}
.site-header.is-stuck .brand__mark,
body.header-solid .site-header .brand__mark { background-image: url("../assets/logo-mark.svg"); }
.brand__mark--img { width: 72px; height: auto; aspect-ratio: auto; background: none; }

.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.22rem;
  letter-spacing: .1em; text-transform: uppercase; color: #fff;
  transition: color .35s var(--ease);
}
.brand__tag {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.7); margin-top: 3px;
  transition: color .35s var(--ease);
}
.site-header.is-stuck .brand__name,
body.header-solid .site-header .brand__name { color: var(--navy-900); }
.site-header.is-stuck .brand__tag,
body.header-solid .site-header .brand__tag { color: var(--ink-soft); }

/* nav */
.nav__list { display: flex; align-items: center; gap: 28px; }
.nav__link {
  position: relative;
  font-size: .76rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase;
  color: rgba(255,255,255,.86);
  padding: 6px 0;
  transition: color .3s var(--ease);
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1.5px; background: var(--gold-500);
  transform: scaleX(0); transform-origin: right; transition: transform .32s var(--ease);
}
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__link:hover, .nav__link.is-active { color: #fff; }

.site-header.is-stuck .nav__link,
body.header-solid .site-header .nav__link { color: var(--ink-soft); }
.site-header.is-stuck .nav__link:hover,
.site-header.is-stuck .nav__link.is-active,
body.header-solid .site-header .nav__link:hover,
body.header-solid .site-header .nav__link.is-active { color: var(--navy-900); }

.nav-toggle {
  display: none;
  width: 46px; height: 46px; padding: 12px 10px;
  flex-direction: column; justify-content: space-between;
  background: none; border: 0; cursor: pointer;
}
.nav-toggle span {
  display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease), background-color .35s var(--ease);
}
.site-header.is-stuck .nav-toggle span,
body.header-solid .site-header .nav-toggle span { background: var(--navy-900); }
.nav-toggle.is-open span { background: var(--navy-900); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ---------- hero ----------
   Unused while the client's brand banner is the main visual on the home page.
   Kept so the previous full-bleed photographic hero can be restored in one edit. */
.hero {
  position: relative;
  min-height: clamp(600px, 92svh, 880px);
  display: flex; align-items: center;
  padding: calc(var(--header-h) + 56px) 0 96px;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(9,26,44,.93) 0%, rgba(15,41,66,.80) 42%, rgba(15,41,66,.30) 72%, rgba(15,41,66,.12) 100%),
    linear-gradient(to top, rgba(9,26,44,.55) 0%, transparent 45%);
}

.hero__inner { position: relative; z-index: 1; max-width: 760px; color: #fff; }

.hero__eyebrow {
  font-size: .74rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-300); margin-bottom: 22px;
}
.hero__eyebrow span { color: rgba(224,185,74,.55); margin: 0 6px; }

.hero__title {
  font-size: clamp(2.2rem, 5.4vw, 4rem);
  letter-spacing: -.015em;
  margin-bottom: 26px;
  text-wrap: balance;
}
.hero__lead {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 400;
  color: rgba(255,255,255,.94);
  max-width: 62ch;
}
.hero__text {
  color: rgba(255,255,255,.76);
  max-width: 64ch;
  font-size: .98rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 28px; z-index: 2;
  translate: -50% 0;
  width: 26px; height: 42px;
  border: 1.5px solid rgba(255,255,255,.45); border-radius: 14px;
}
.hero__scroll span {
  position: absolute; left: 50%; top: 8px; translate: -50% 0;
  width: 3px; height: 7px; border-radius: 2px; background: var(--gold-300);
  animation: scrollDot 1.9s var(--ease) infinite;
}
@keyframes scrollDot {
  0%   { opacity: 0; transform: translateY(0); }
  35%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(16px); }
}

/* ---------- main banner (client artwork, shown whole) ---------- */
.banner {
  padding-top: 68px;              /* clears the solid fixed header on this page */
  background: var(--cream);
}
.banner__img { width: 100%; height: auto; }

/* ---------- intro block under the banner ---------- */
.intro {
  background: var(--cream);
  padding: clamp(44px, 5.5vw, 78px) 0 clamp(60px, 7.5vw, 104px);
  text-align: center;
}
.intro__inner { max-width: 840px; }

.intro__eyebrow {
  font-size: .74rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-600); margin-bottom: 20px;
}
.intro__eyebrow span { color: rgba(169,135,27,.5); margin: 0 5px; }

.intro__title {
  font-size: clamp(1.95rem, 4.4vw, 3.3rem);
  color: var(--navy-900);
  letter-spacing: -.015em;
  margin-bottom: 22px;
  text-wrap: balance;
}
.intro__lead {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: var(--ink);
  max-width: 64ch; margin-inline: auto;
}
.intro__text {
  color: var(--ink-soft);
  font-size: .98rem;
  max-width: 66ch; margin-inline: auto;
}
.intro__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }

/* ---------- section shell ---------- */
.section { padding: clamp(72px, 9vw, 132px) 0; }

.section__head { max-width: 720px; margin: 0 auto clamp(48px, 6vw, 78px); text-align: center; }
.section__eyebrow {
  font-size: .74rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-600); margin-bottom: 14px;
}
.section__title { font-size: clamp(2rem, 4.2vw, 3.1rem); color: var(--navy-900); letter-spacing: -.01em; }
.section__sub { margin-top: 20px; color: var(--ink-soft); font-size: 1.03rem; }

.section__eyebrow--light { color: var(--gold-300); }
.section__title--light   { color: #fff; }
.section__sub--light     { color: rgba(255,255,255,.72); }

.rule {
  display: block; width: 78px; height: 1px; margin: 22px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  position: relative;
}
.rule::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 6px; height: 6px; translate: -50% -50%; rotate: 45deg;
  background: var(--gold-500);
}
.rule--left { margin-inline: 0; width: 64px; background: linear-gradient(90deg, var(--gold-500), transparent); }
.rule--left::after { left: 0; translate: 0 -50%; }

/* ---------- services ---------- */
.services { padding-bottom: clamp(48px, 6vw, 80px); }
.service { padding: clamp(40px, 5vw, 68px) 0; }
.service--alt { background: var(--cream-2); }

.service__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.service__grid--rev .service__media { order: 2; }
.service__grid--rev .service__body  { order: 1; }

.service__media { margin: 0; position: relative; }
/* No forced aspect ratio: the banners are designed artwork with text and icons
   baked in, so cropping them cuts words in half. Each is shown whole, at its own
   ratio — the resulting height differences between rows are small. */
.service__media img {
  position: relative; z-index: 1;
  width: 100%; height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.service__media::before {
  content: ""; position: absolute; inset: 16px -16px -16px 16px; z-index: 0;
  border: 1.5px solid rgba(201,162,39,.5); border-radius: var(--radius);
}
.service__grid--rev .service__media::before { inset: 16px 16px -16px -16px; }

.service__index {
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  letter-spacing: .2em; color: var(--gold-500); margin-bottom: 10px;
}
.service__title {
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  color: var(--navy-900);
  margin-bottom: 16px;
  text-wrap: balance;
}
.service__intro { color: var(--ink-soft); margin-bottom: 22px; }

.ticks { display: grid; gap: 11px; margin-bottom: 26px; }
.ticks li {
  position: relative; padding-left: 30px;
  font-size: .97rem; color: var(--ink);
}
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 13px; height: 7px;
  border-left: 2px solid var(--gold-500); border-bottom: 2px solid var(--gold-500);
  rotate: -45deg;
}

/* ---------- founder ---------- */
.founder { background: var(--white); }
.founder__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.founder__aside {
  padding: 38px 34px;
  background: var(--navy-900);
  color: #fff;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.founder__aside::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 170px; height: 170px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,.22), transparent 68%);
}
.founder__mark { width: 110px; margin-bottom: 26px; }
.founder__label {
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-300); margin-bottom: 8px;
}
.founder__name { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 6px; }
.founder__role { color: rgba(255,255,255,.66); font-size: .93rem; }
.founder__quote {
  margin-top: 24px;
  font-family: var(--font-display); font-style: italic;
  font-size: 1.14rem; line-height: 1.5; color: rgba(255,255,255,.9);
}
.founder__body { padding-top: 6px; }
.founder__body p { color: var(--ink-soft); }
.founder__body .btn { margin-top: 14px; }

/* =========================================================
   Events page (events.html)
   Reuses .service__grid / .service__media / .ticks from above.
   ========================================================= */

/* ---------- compact hero for sub pages ---------- */
.page-hero {
  position: relative;
  display: flex; align-items: flex-end;
  min-height: clamp(340px, 46svh, 460px);
  padding: calc(var(--header-h) + 56px) 0 54px;
  overflow: hidden;
  color: #fff;
}
.page-hero__media { position: absolute; inset: 0; z-index: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.page-hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(9,26,44,.94) 0%, rgba(15,41,66,.84) 48%, rgba(15,41,66,.42) 100%),
    linear-gradient(to top, rgba(9,26,44,.6) 0%, transparent 55%);
}
.page-hero__inner { position: relative; z-index: 1; max-width: 720px; }
.page-hero__title {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  letter-spacing: -.012em;
  margin-bottom: 16px;
  text-wrap: balance;
}
.page-hero__lead { color: rgba(255,255,255,.8); font-size: 1.02rem; max-width: 60ch; }

/* ---------- breadcrumb ---------- */
.breadcrumb { margin-bottom: 18px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.breadcrumb li {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.breadcrumb li + li::before {
  content: "/"; margin-right: 10px; color: rgba(201,162,39,.7);
}
.breadcrumb a { transition: color .25s var(--ease); }
.breadcrumb a:hover { color: var(--gold-300); }
.breadcrumb [aria-current="page"] { color: var(--gold-300); }

/* ---------- editor note (delete before go-live) ---------- */
.editor-note {
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  padding: 18px 22px;
  background: rgba(201,162,39,.1);
  border-left: 3px solid var(--gold-500);
  border-radius: var(--radius);
  font-size: .92rem; color: var(--ink-soft);
}
.editor-note strong { color: var(--navy-900); }

/* ---------- event entries ---------- */
.events { padding-bottom: clamp(56px, 7vw, 96px); }

.event { padding: clamp(34px, 4.4vw, 60px) 0; }
.event + .event { border-top: 1px solid rgba(15,41,66,.09); }

.event__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-bottom: 12px;
  font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-600);
}
.event__sep { color: rgba(169,135,27,.5); }
.event__place { color: var(--ink-soft); font-weight: 500; }

.event__title {
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  color: var(--navy-900);
  margin-bottom: 14px;
  text-wrap: balance;
}
.event__text { color: var(--ink-soft); margin-bottom: 20px; }

.event__tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px 26px;
  margin-bottom: 0;
}
.event__tags li { font-size: .9rem; }

/* placeholder art should sit flat — no photo shadow */
.event .service__media img[src$=".svg"] { box-shadow: none; border: 1px solid rgba(15,41,66,.08); }

/* ---------- closing call to action ---------- */
.cta-band {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 420px at 20% -20%, rgba(44,74,107,.85), transparent 62%),
    radial-gradient(700px 360px at 88% 118%, rgba(201,162,39,.18), transparent 60%);
}
.cta-band__inner { position: relative; z-index: 1; max-width: 680px; margin-inline: auto; }
.cta-band__title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 16px; }
.cta-band__text { color: rgba(255,255,255,.74); margin-bottom: 30px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- UK / Türkiye band ---------- */
/* The strip ends in a navy wave, so the section runs flush into .contact below it. */
.bridge {
  background: var(--cream);
  padding-bottom: 0;
  text-align: center;
}
.bridge__body { max-width: 720px; }
.bridge__text { color: var(--ink-soft); }
.bridge__text:first-of-type { margin-top: 26px; }

.bridge__band { margin: clamp(40px, 5vw, 64px) 0 0; }
.bridge__band img { width: 100%; height: auto; }

/* ---------- contact ---------- */
.contact {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
}
.contact::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1000px 480px at 12% -10%, rgba(44,74,107,.9), transparent 65%),
    radial-gradient(760px 400px at 96% 108%, rgba(201,162,39,.16), transparent 62%);
}
.contact > .container { position: relative; z-index: 1; }

.contact__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}
.contact__card {
  padding: 34px 28px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius);
  transition: transform .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease);
}
.contact__card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.085);
  border-color: rgba(201,162,39,.45);
}
.contact__icon {
  width: 30px; height: 30px; margin-bottom: 18px;
  fill: none; stroke: var(--gold-500); stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.contact__card h3 {
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 10px;
}
.contact__card p { font-size: 1rem; color: #fff; line-height: 1.62; }
.contact__hours {
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .92rem;
}
.contact__hours-k { color: var(--gold-300); }
.contact__closed { color: rgba(255,255,255,.42); }
.contact__card a:not(.link-cta) { border-bottom: 1px solid rgba(201,162,39,.5); transition: color .25s var(--ease); }
.contact__card a:not(.link-cta):hover { color: var(--gold-300); }

/* ---------- footer ---------- */
.site-footer { background: #0A1F35; color: rgba(255,255,255,.6); padding: 46px 0; }
.footer__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 22px;
}
.brand--footer .brand__name { color: #fff; font-size: 1.05rem; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 26px; }
.footer__nav a {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  transition: color .25s var(--ease);
}
.footer__nav a:hover { color: var(--gold-300); }
.footer__legal { width: 100%; font-size: .8rem; color: rgba(255,255,255,.38); padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); }

/* =========================================================
   Craft layer — texture, progress, facts, marquee
   ========================================================= */

/* ---------- fine grain over the whole page ---------- */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 300; pointer-events: none;
  opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- WhatsApp button ----------
   WhatsApp brand green, so it is recognised instantly. Design 02 keeps the
   button in the brand palette instead — the two demos differ here on purpose. */
.wa {
  position: fixed; right: 26px; bottom: 26px; z-index: 120;
  display: inline-flex; align-items: center;
  height: 58px; padding: 0 16px;
  border-radius: 999px;
  background: #25D366; color: #fff;
  box-shadow: 0 12px 28px rgba(19, 122, 61, .34);
  transition: background-color .35s var(--ease), transform .35s var(--ease),
              box-shadow .35s var(--ease), opacity .3s var(--ease);
}
.wa svg { width: 27px; height: 27px; flex: none; }
.wa__label {
  max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0;
  font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  transition: max-width .4s var(--ease), opacity .3s var(--ease), margin-left .4s var(--ease);
}
.wa:hover {
  background: #1EBE5A;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(19, 122, 61, .42);
}
.wa:hover .wa__label { max-width: 140px; opacity: 1; margin-left: 11px; }

/* the drawer backdrop sits at z-index 99; get the button out of the way with it */
body.nav-open .wa { opacity: 0; pointer-events: none; }

.js .wa { animation: dt-rise .7s var(--ease) 1s both; }

/* ---------- facts band ---------- */
.facts { border-block: 1px solid rgba(15, 41, 66, .1); background: var(--white); }
.facts__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.facts__item {
  padding: 42px 26px;
  text-align: center;
  border-left: 1px solid rgba(15, 41, 66, .08);
}
.facts__item:first-child { border-left: 0; }
.facts__k {
  display: block;
  font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  color: var(--navy-900); line-height: 1.1;
}
.facts__v {
  display: block; margin-top: 10px;
  font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- editorial hairline behind the services list ---------- */
.service { position: relative; }
.service::before {
  content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
  background: rgba(15, 41, 66, .05);
  pointer-events: none;
}

/* =========================================================
   Motion
   Everything here is scoped to .js, a class an inline script in <head> adds
   before first paint. No JS -> no class -> nothing is ever hidden.
   ========================================================= */

/* ---------- scroll reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- hairline rules draw themselves in ---------- */
.rule { transform-origin: center; }
.rule--left { transform-origin: left; }
.js .reveal .rule { transform: scaleX(0); transition: transform .85s var(--ease) .22s; }
.js .reveal.is-visible .rule { transform: scaleX(1); }

/* ---------- tick lists arrive one after another ---------- */
.ticks li { transition: opacity .55s var(--ease), transform .55s var(--ease); }
.js .reveal:not(.is-visible) .ticks li { opacity: 0; transform: translateY(9px); }
.js .reveal.is-visible .ticks li:nth-child(1) { transition-delay: .10s }
.js .reveal.is-visible .ticks li:nth-child(2) { transition-delay: .16s }
.js .reveal.is-visible .ticks li:nth-child(3) { transition-delay: .22s }
.js .reveal.is-visible .ticks li:nth-child(4) { transition-delay: .28s }
.js .reveal.is-visible .ticks li:nth-child(5) { transition-delay: .34s }
.js .reveal.is-visible .ticks li:nth-child(6) { transition-delay: .40s }
.js .reveal.is-visible .ticks li:nth-child(7) { transition-delay: .46s }

/* ---------- imagery lifts on hover (never scales — it would crop the artwork) ---------- */
.service__media { transition: transform .55s var(--ease); }
.service__media img { transition: box-shadow .55s var(--ease); }
/* the .js .reveal rules also set transform, so the hover has to out-rank them */
.service__media:hover,
.js .service__media.reveal.is-visible:hover { transform: translateY(-6px); }
.service__media:hover img { box-shadow: var(--shadow-lg); }
.service__media:hover::before { border-color: rgba(201,162,39,.9); }

/* ---------- gold buttons get a slow sweep ---------- */
.btn--gold { position: relative; overflow: hidden; isolation: isolate; }
.btn--gold::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, transparent 32%, rgba(255,255,255,.5), transparent 68%);
  transform: translateX(-130%);
  transition: transform .75s var(--ease);
}
.btn--gold:hover::after { transform: translateX(130%); }

/* ---------- imagery settles rather than wipes ----------
   Design 02 uses a clip-path wipe; this one stays quieter on purpose — the two
   demos are meant to read as different pieces of work, not one theme twice. */
.js .service__media.reveal {
  opacity: 0; transform: translateY(22px) scale(.986);
  transition: opacity .95s var(--ease), transform 1.15s var(--ease);
}
.js .service__media.reveal.is-visible { opacity: 1; transform: none; }

/* the offset gold frame draws itself out from the corner it hangs off */
.service__media::before { transform-origin: bottom right; }
.service__grid--rev .service__media::before { transform-origin: bottom left; }
.js .service__media.reveal::before {
  opacity: 0; transform: scale(.9);
  transition: opacity .9s var(--ease) .3s, transform 1s var(--ease) .3s, border-color .55s var(--ease);
}
.js .service__media.reveal.is-visible::before { opacity: 1; transform: none; }

/* ---------- first screen settles in on load ---------- */
@keyframes dt-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.js .banner__img    { animation: dt-rise .9s var(--ease) both; }
.js .intro__eyebrow { animation: dt-rise .8s var(--ease) .14s both; }
.js .intro__title   { animation: dt-rise .9s var(--ease) .22s both; }
.js .intro__lead    { animation: dt-rise .8s var(--ease) .32s both; }
.js .intro__text    { animation: dt-rise .8s var(--ease) .40s both; }
.js .intro__actions { animation: dt-rise .8s var(--ease) .48s both; }

.js .page-hero__inner > * { animation: dt-rise .8s var(--ease) both; }
.js .page-hero .breadcrumb    { animation-delay: .06s }
.js .page-hero__title         { animation-delay: .14s }
.js .page-hero__lead          { animation-delay: .24s }

/* ---------- drawer links slide in behind the panel ---------- */
@keyframes dt-nav-in { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: none; } }

/* ---------- contact cards ---------- */
.contact__card .contact__icon { transition: transform .45s var(--ease); }
.contact__card:hover .contact__icon { transform: translateY(-3px); }

@media (prefers-reduced-motion: reduce) {
  .js .reveal,
  .js .reveal:not(.is-visible) .ticks li { opacity: 1; transform: none; }
  .js .reveal .rule { transform: scaleX(1); }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .nav__list { gap: 20px; }
  .nav__link { font-size: .72rem; letter-spacing: .1em; }
}

@media (max-width: 940px) {
  .facts__grid { grid-template-columns: repeat(2, 1fr); }
  .facts__item { padding: 32px 20px; }
  .facts__item:nth-child(odd) { border-left: 0; }
  .facts__item:nth-child(n + 3) { border-top: 1px solid rgba(15, 41, 66, .08); }
  .service::before { display: none; }

  .service__grid,
  .service__grid--rev,
  .founder__grid { grid-template-columns: 1fr; }
  .service__grid--rev .service__media { order: 0; }
  .service__grid--rev .service__body  { order: 0; }
  .service__media::before,
  .service__grid--rev .service__media::before { inset: 12px -12px -12px 12px; }
}

@media (max-width: 860px) {
  :root { --header-h: 70px; }

  /* backdrop-filter turns .site-header into the containing block for its
     position:fixed children, which collapses the .nav drawer to the header's
     own height. Drop the blur here — the drawer matters more than the effect. */
  .site-header.is-stuck,
  body.header-solid .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(250, 247, 240, .98);
  }

  .nav-toggle { display: flex; }

  /* drawer slides in from the left */
  .nav {
    position: fixed; inset: 0 auto 0 0;
    width: min(88vw, 340px);
    padding: calc(var(--header-h) + 24px) 30px 40px;
    background: var(--cream);
    box-shadow: var(--shadow-lg);
    transform: translateX(-100%);
    transition: transform .38s var(--ease);
    overflow-y: auto;
  }
  .nav.is-open { transform: translateX(0); }

  .nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
  .js .nav.is-open .nav__link,
  .js .nav.is-open .nav__cta { animation: dt-nav-in .42s var(--ease) both; }
  .js .nav.is-open li:nth-child(1) .nav__link { animation-delay: .08s }
  .js .nav.is-open li:nth-child(2) .nav__link { animation-delay: .13s }
  .js .nav.is-open li:nth-child(3) .nav__link { animation-delay: .18s }
  .js .nav.is-open li:nth-child(4) .nav__link { animation-delay: .23s }
  .js .nav.is-open .nav__cta { animation-delay: .30s }
  .nav__link {
    display: block; padding: 15px 0;
    font-size: .84rem; letter-spacing: .14em;
    color: var(--navy-900);
    border-bottom: 1px solid rgba(15,41,66,.09);
  }
  .site-header.is-stuck .nav__link { color: var(--navy-900); }
  .nav__link::after { display: none; }
  .nav__link.is-active { color: var(--gold-600); }
  .nav__cta { margin-top: 22px; }
  .nav__cta .btn { width: 100%; }

  body.nav-open { overflow: hidden; }
  body.nav-open::after {
    content: ""; position: fixed; inset: 0; z-index: 99;
    background: rgba(9,26,44,.5);
    animation: fadeIn .3s var(--ease);
  }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

  .hero { min-height: auto; padding: calc(var(--header-h) + 72px) 0 88px; }
  .hero__media img { object-position: 68% center; }
  .hero__scroll { display: none; }

  .founder__aside { padding: 32px 26px; }

  .page-hero { min-height: auto; padding: calc(var(--header-h) + 52px) 0 44px; }
  .event { padding: 34px 0; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wa { right: 16px; bottom: 16px; height: 52px; padding: 0 13px; }
  .wa svg { width: 25px; height: 25px; }
  .wa:hover .wa__label { max-width: 0; opacity: 0; margin-left: 0; }  /* no hover on touch */
  .brand__mark { width: 52px; }
  .brand__name { font-size: 1.02rem; }
  .brand__tag { display: none; }
  .hero__actions .btn { width: 100%; }
  .cta-band__actions .btn { width: 100%; }
  .editor-note { padding: 16px 18px; }
  .contact__card { padding: 28px 22px; }
  .footer__inner { justify-content: center; text-align: center; }
  .footer__nav { justify-content: center; }
  .footer__legal { text-align: center; }
}

@media print {
  .site-header, .hero__scroll, .nav-toggle { display: none; }
  .reveal { opacity: 1; transform: none; }
  body { background: #fff; }
}
