/* KL Weddings — design system (az árajánlat vizuális nyelvéből) */
:root {
  --paper: #FBF9F5;
  --ink: #211E1A;
  --ink-soft: #4A453E;
  --gold: #9C7A3C;
  --gold-soft: #C4A96E;
  --hairline: #E2DCD1;
  --cream: #F5F1E9;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper); color: var(--ink);
  font-family: 'Jost', sans-serif; font-weight: 300;
}
img { display: block; }
a { color: inherit; }
.serif { font-family: 'Cormorant Garamond', serif; }

/* ---------- header ---------- */
header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 30px 5vw; position: relative; z-index: 20;
}
header.over {
  position: absolute; top: 0; left: 0; right: 0;
}
.wordmark { display: block; text-decoration: none; }
.wordmark img { height: 54px; width: auto; display: block; }
header.over .wordmark img { filter: drop-shadow(0 1px 12px rgba(0,0,0,.35)); }
nav { display: flex; gap: 34px; }
nav a {
  text-decoration: none; font-size: 12px; font-weight: 400;
  letter-spacing: .26em; text-transform: uppercase;
  padding-bottom: 5px; border-bottom: 1px solid transparent;
  transition: color .25s, border-color .25s;
}
header.over .wordmark, header.over nav a { color: var(--cream); text-shadow: 0 1px 14px rgba(0,0,0,.35); }
header:not(.over) nav a:hover { color: var(--gold); }
header.over nav a:hover { border-color: var(--cream); }
nav a.active { color: var(--gold); border-color: var(--gold-soft); }
header.over nav a.active { color: var(--cream); border-color: var(--gold-soft); }

/* ---------- hero ---------- */
.hero { position: relative; height: 82vh; overflow: hidden; }
.hero img.bg { width: 100%; height: 100%; object-fit: cover; }
.hero[data-slideshow] img.bg {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.8s ease;
}
.hero[data-slideshow] img.bg.on { opacity: 1; }
.hero .shade {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(18,16,13,.42), rgba(18,16,13,.08) 34%, rgba(18,16,13,0) 55%, rgba(18,16,13,.38) 100%);
}
.hero .headline {
  position: absolute; left: 5vw; bottom: 7vh; color: var(--cream);
}
.hero .headline h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(44px, 6.4vw, 100px); line-height: 1.02;
  text-shadow: 0 2px 34px rgba(0,0,0,.3);
}
.hero .headline h1 em { font-style: italic; }
.hero .headline .sub {
  margin-top: 18px; font-size: 12px; font-weight: 400;
  letter-spacing: .42em; text-transform: uppercase; color: var(--cream); opacity: .85;
}

/* ---------- arany elválasztó motívum ---------- */
.rules { display: flex; align-items: center; justify-content: center; gap: 16px; }
.rules .r { width: 84px; height: 1px; background: var(--hairline); }
.rules .diamond { width: 7px; height: 7px; background: var(--gold-soft); transform: rotate(45deg); }

/* ---------- szekciócímek ---------- */
.section-head { text-align: center; padding: 120px 5vw 56px; }
.section-head .kicker {
  font-size: 11px; font-weight: 400; letter-spacing: .38em;
  text-transform: uppercase; color: var(--gold);
}
.section-head h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1.2; margin-top: 14px;
}
.section-head h2::after {
  content: ""; display: block; width: 52px; height: 1px;
  background: var(--gold-soft); margin: 22px auto 0;
}
.section-head .note { margin-top: 18px; color: var(--ink-soft); font-size: 14px; }

/* ---------- Válogatás szalag ---------- */
.strip-bar {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0 5vw 22px;
}
.strip-bar .hint {
  font-size: 11px; font-weight: 400; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold);
}
.strip {
  display: flex; gap: 14px; overflow-x: auto; padding: 0 5vw 12px;
  height: 64vh; scroll-snap-type: x proximity;
  scrollbar-width: none; cursor: grab;
}
.strip::-webkit-scrollbar { display: none; }
.strip .ph { flex: 0 0 auto; height: 100%; scroll-snap-align: start; overflow: hidden; cursor: zoom-in; }
.strip img { height: 100%; width: auto; transition: opacity .4s; }
.strip .ph:hover img { opacity: .9; }
.strip-foot {
  display: flex; justify-content: space-between; padding: 16px 5vw 0;
  font-size: 11px; font-weight: 400; letter-spacing: .26em;
  text-transform: uppercase; color: var(--ink-soft); opacity: .75;
}

/* ---------- idézet sáv ---------- */
.quote-band { text-align: center; padding: 96px 8vw 40px; }
.quote-band blockquote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: clamp(19px, 2vw, 26px); line-height: 1.6;
  max-width: 44ch; margin: 0 auto;
}
.quote-band cite {
  display: block; margin-top: 18px; font-style: normal;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-weight: 500; font-size: 18px; color: var(--gold);
}

/* ---------- történet-kártyák ---------- */
.cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
  padding: 0 5vw; max-width: 1400px; margin: 0 auto;
}
.card { text-decoration: none; }
.card .ph { aspect-ratio: 4/5; overflow: hidden; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .6s; }
.card:hover img { transform: scale(1.035); opacity: .93; }
.card h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 27px; margin-top: 18px; text-align: center;
}
.card .meta {
  margin-top: 6px; text-align: center; font-size: 10.5px; font-weight: 400;
  letter-spacing: .3em; text-transform: uppercase; color: var(--gold);
}
.more-link-wrap { text-align: center; padding: 56px 0 20px; }
.more-link {
  display: inline-block; text-decoration: none;
  font-size: 11.5px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink); border: 1px solid var(--gold-soft); padding: 17px 42px;
  transition: background .3s, color .3s;
}
.more-link:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ---------- Rólam előzetes / oldal ---------- */
.about-block {
  display: grid; grid-template-columns: 380px 1fr; gap: 6vw;
  align-items: center; padding: 40px 8vw 150px; max-width: 1250px; margin: 0 auto;
}
.about-block .ph { aspect-ratio: 1; overflow: hidden; }
.about-block img { width: 100%; height: 100%; object-fit: cover; }
.about-block .rule { width: 52px; height: 1px; background: var(--gold-soft); margin-bottom: 26px; }
.about-block h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: 36px; margin-bottom: 20px;
}
.about-block p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.85; max-width: 56ch; }
.about-block p + p { margin-top: 14px; }
.about-block .sign {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 30px; margin-top: 28px;
}
.about-block .more-link { margin-top: 34px; }

/* ---------- záró CTA sáv ---------- */
.closing { position: relative; height: 78vh; overflow: hidden; display: flex; align-items: flex-end; }
.closing img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing .shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(18,16,13,.82) 0%, rgba(18,16,13,.32) 48%, rgba(18,16,13,.02) 78%);
}
.closing .content {
  position: relative; width: 100%; text-align: center;
  color: var(--cream); padding: 0 5vw 9vh;
}
.closing .monogram { width: 74px; margin: 0 auto 26px; opacity: .95; }
.closing h2 {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
  font-size: clamp(30px, 4vw, 54px); line-height: 1.25;
}
.closing .contact {
  margin-top: 26px; font-size: 13px; font-weight: 400;
  letter-spacing: .18em; line-height: 2.2; color: #DCD3C2;
}
.closing .contact a { color: inherit; text-decoration: none; }
.closing .contact a:hover { color: var(--cream); }

/* ---------- lábléc ---------- */
footer {
  border-top: 1px solid var(--hairline);
  padding: 54px 5vw; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 20px;
}
footer .fm img { height: 30px; width: auto; display: block; opacity: .9; }
footer .links { display: flex; gap: 26px; flex-wrap: wrap; }
footer .links a {
  text-decoration: none; font-size: 11px; font-weight: 400;
  letter-spacing: .26em; text-transform: uppercase; color: var(--ink-soft);
}
footer .links a:hover { color: var(--gold); }
footer .copy { font-size: 12.5px; color: var(--ink-soft); letter-spacing: .06em; }

/* ---------- aloldal fejcím ---------- */
.page-head { text-align: center; padding: 66px 5vw 12px; }
.page-head .kicker {
  font-size: 11px; font-weight: 400; letter-spacing: .38em;
  text-transform: uppercase; color: var(--gold);
}
.page-head h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: clamp(38px, 4.6vw, 62px); line-height: 1.15; margin-top: 14px;
}
.page-head h1::after {
  content: ""; display: block; width: 52px; height: 1px;
  background: var(--gold-soft); margin: 24px auto 0;
}
.page-head .note { margin-top: 18px; color: var(--ink-soft); font-size: 14.5px; }

/* ---------- galéria (sor-alapú, időrendben) ---------- */
.jgal { padding: 46px 5vw 80px; }
.jrow { display: flex; gap: 12px; margin-bottom: 12px; }
.jrow .ph { flex-basis: 0; min-width: 0; overflow: hidden; cursor: zoom-in; }
.jrow img { width: 100%; height: auto; transition: opacity .4s; }
.jrow .ph:hover img { opacity: .9; }

/* ---------- történet oldal ---------- */
.story-hero { height: 74vh; overflow: hidden; padding: 0 5vw; }
.story-hero img { width: 100%; height: 100%; object-fit: cover; }
.story-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 30px 5vw 90px; max-width: 1400px; margin: 0 auto; gap: 20px;
}
.story-nav a {
  text-decoration: none; font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500; font-size: 21px; color: var(--ink);
}
.story-nav a:hover { color: var(--gold); }
.story-nav .lbl { display: block; font-family: 'Jost', sans-serif; font-style: normal;
  font-size: 10px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px; }
.story-nav .next { text-align: right; }

/* ---------- kapcsolat ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.25fr; gap: 6vw;
  max-width: 1080px; margin: 0 auto; padding: 60px 5vw 100px;
  align-items: start;
}
.contact-info { border-right: 1px solid var(--hairline); padding-right: 6vw; }
.contact-info .block + .block { margin-top: 38px; }
.contact-info .label {
  font-size: 11px; font-weight: 400; letter-spacing: .34em;
  text-transform: uppercase; color: var(--gold);
}
.contact-info .value {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 25px; margin-top: 6px;
}
.contact-info .value a { text-decoration: none; }
.contact-info .value a:hover { color: var(--gold); }
.contact-info .small { font-size: 15px; color: var(--ink-soft); line-height: 1.8; margin-top: 6px; }
.form-kicker {
  font-size: 11px; font-weight: 400; letter-spacing: .34em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 28px;
}

/* ---------- Hogyan zajlik? idővonal ---------- */
.timeline-wrap { max-width: 700px; margin: 0 auto; padding: 60px 5vw 90px; }
ul.timeline {
  list-style: none; margin-left: 6px;
  border-left: 1px solid var(--hairline); padding-left: 40px;
}
ul.timeline li { position: relative; padding-bottom: 40px; }
ul.timeline li:last-child { padding-bottom: 0; }
ul.timeline li::before {
  content: ""; position: absolute; left: -47px; top: 9px;
  width: 13px; height: 13px; background: var(--gold);
  border-radius: 50%; border: 3px solid var(--paper);
}
.step-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: 25px; letter-spacing: .01em;
}
.step-note {
  font-size: 15px; line-height: 1.8; color: var(--ink-soft); margin-top: 8px;
  max-width: 58ch;
}

/* ---------- ajánlatkérő űrlap ---------- */
.form-wrap { text-align: left; }
.form-row { margin-bottom: 26px; }
.form-row label {
  display: block; font-size: 11px; font-weight: 400;
  letter-spacing: .3em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 10px;
}
.form-row input, .form-row textarea {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid var(--hairline);
  font-family: 'Jost', sans-serif; font-weight: 300; font-size: 17px;
  color: var(--ink); padding: 8px 2px 12px; outline: none;
  transition: border-color .3s; border-radius: 0;
}
.form-row textarea { resize: vertical; min-height: 110px; line-height: 1.7; }
.form-row input:focus, .form-row textarea:focus { border-bottom-color: var(--gold); }
.form-submit {
  font-family: 'Jost', sans-serif; background: none; cursor: pointer;
  display: inline-block; font-size: 11.5px; font-weight: 400;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink); border: 1px solid var(--gold-soft); padding: 17px 42px;
  transition: background .3s, color .3s;
}
.form-submit:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ---------- nyelvváltó + fejléc CTA ---------- */
nav a.lang { color: var(--gold); border: 1px solid var(--hairline); padding: 4px 10px 6px; }
header.over nav a.lang { color: var(--cream); border-color: rgba(245,241,233,.4); }
nav a.cta {
  color: var(--gold); border: 1px solid var(--gold-soft);
  padding: 10px 18px 11px; transition: background .3s, color .3s;
}
nav a.cta:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
header.over nav a.cta { color: var(--cream); border-color: rgba(245,241,233,.55); }
header.over nav a.cta:hover { background: var(--cream); color: var(--ink); }

/* ---------- osztott szekciófej (cím balra, link jobbra) ---------- */
.split-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding: 60px 5vw 40px; max-width: 1400px; margin: 0 auto; gap: 20px;
}
.split-head .kicker {
  font-size: 11px; font-weight: 400; letter-spacing: .38em;
  text-transform: uppercase; color: var(--gold);
}
.split-head h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.2; margin-top: 12px;
}
.mini-cta {
  text-decoration: none; font-size: 11.5px; font-weight: 400;
  letter-spacing: .26em; text-transform: uppercase; color: var(--gold);
  padding-bottom: 8px;
}
.mini-cta:hover { color: var(--ink); }

/* ---------- 4 lépéses folyamat-kivonat ---------- */
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px;
  padding: 0 5vw 90px; max-width: 1400px; margin: 0 auto;
}
.step { border-top: 1px solid var(--hairline); padding-top: 22px; }
.step .num {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 34px; color: var(--gold); line-height: 1;
}
.step h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: 23px; margin-top: 14px;
}
.step p { font-size: 14px; line-height: 1.75; color: var(--ink-soft); margin-top: 8px; }

/* ---------- Instagram-sáv ---------- */
.ig-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
  padding: 0 5vw 90px; max-width: 1400px; margin: 0 auto;
}
.ig-grid .ph { aspect-ratio: 1; overflow: hidden; display: block; }
.ig-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, opacity .5s; }
.ig-grid .ph:hover img { transform: scale(1.04); opacity: .9; }

.form-note { font-size: 14.5px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 30px; max-width: 52ch; }

/* ---------- reszponzív ---------- */
@media (max-width: 900px) {
  nav { gap: 16px; } nav a { letter-spacing: .18em; }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .split-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .contact-info { border-right: none; padding-right: 0; border-bottom: 1px solid var(--hairline); padding-bottom: 38px; }
  .cards { grid-template-columns: 1fr; }
  .about-block { grid-template-columns: 1fr; gap: 34px; }
  .strip { height: 48vh; }
  .hero { height: 68vh; }
  footer { flex-direction: column; text-align: center; }
  footer .links { justify-content: center; row-gap: 12px; }
}

/* ---------- mobil fejléc + teljes képernyős menü ---------- */
.menu-btn { display: none; }
.nav-extra { display: none; }

@media (max-width: 768px) {
  header, header.over {
    position: fixed; top: 0; left: 0; right: 0; z-index: 60;
    padding: 14px 5vw;
    border-bottom: 1px solid transparent;
    transition: background .35s ease, border-color .35s ease;
  }
  header:not(.over) { background: var(--paper); }
  header.scrolled {
    background: rgba(251,249,245,.92);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-bottom-color: var(--hairline);
  }
  .wordmark { position: relative; z-index: 70; }
  .wordmark img { height: 42px; transition: height .35s ease, filter .35s ease; }
  header.scrolled .wordmark img { height: 36px; }
  header.over.scrolled .wordmark img { filter: none; }
  body:not(:has(header.over)) { padding-top: 71px; }

  /* menügomb: két hajszálvonal, nyitva finom X */
  .menu-btn {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    gap: 8px; width: 44px; height: 44px; margin-right: -8px;
    background: none; border: none; cursor: pointer; position: relative; z-index: 70;
  }
  .menu-btn span {
    display: block; width: 26px; height: 1px; background: var(--ink);
    transition: transform .32s ease, background .32s ease, box-shadow .32s ease;
  }
  header.over .menu-btn span { background: var(--cream); box-shadow: 0 1px 8px rgba(0,0,0,.35); }
  header.over.scrolled .menu-btn span,
  body.menu-open .menu-btn span { background: var(--ink); box-shadow: none; }
  body.menu-open .menu-btn span:first-child { transform: translateY(4.5px) rotate(45deg); }
  body.menu-open .menu-btn span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  body.menu-open header.over .wordmark img { filter: none; }
  body.menu-open header { background: transparent; border-bottom-color: transparent;
    -webkit-backdrop-filter: none; backdrop-filter: none; }

  /* a menü maga: krém "függöny", szerif linkek */
  nav {
    position: fixed; inset: 0; z-index: 50;
    background: var(--cream);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 22px; padding: 90px 8vw calc(40px + env(safe-area-inset-bottom));
    overflow-y: auto;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .38s ease, visibility 0s linear .38s;
  }
  body.menu-open nav {
    opacity: 1; visibility: visible; pointer-events: auto;
    transition: opacity .38s ease;
  }
  body.menu-open { overflow: hidden; }

  nav a, header.over nav a {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 8vw, 38px); font-weight: 500;
    letter-spacing: .015em; text-transform: none;
    padding-bottom: 0; border-bottom: none;
    color: var(--ink); text-shadow: none;
  }
  nav a.active, header.over nav a.active { color: var(--gold); font-style: italic; }
  nav a.lang, header.over nav a.lang {
    font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 400;
    letter-spacing: .26em; text-transform: uppercase; font-style: normal;
    color: var(--gold); border: 1px solid var(--gold-soft);
    padding: 8px 18px 9px; margin-top: 6px;
  }

  .nav-extra { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 8px; }
  .nav-extra .r { width: 44px; }
  nav .nav-extra a, header.over nav .nav-extra a {
    font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 400;
    letter-spacing: .2em; text-transform: uppercase;
    color: var(--ink-soft); text-decoration: none;
  }
  nav .nav-tel, header.over nav .nav-tel { font-size: 13.5px; letter-spacing: .14em; color: var(--ink); }
  .nav-social { display: flex; gap: 26px; }

  /* belépő animáció: finoman késleltetett sorok */
  nav > a, nav .nav-extra { opacity: 0; transform: translateY(16px);
    transition: opacity .45s ease, transform .45s ease; }
  body.menu-open nav > a, body.menu-open nav .nav-extra { opacity: 1; transform: none; }
  body.menu-open nav > :nth-child(1) { transition-delay: .10s; }
  body.menu-open nav > :nth-child(2) { transition-delay: .15s; }
  body.menu-open nav > :nth-child(3) { transition-delay: .20s; }
  body.menu-open nav > :nth-child(4) { transition-delay: .25s; }
  body.menu-open nav > :nth-child(5) { transition-delay: .30s; }
  body.menu-open nav > :nth-child(6) { transition-delay: .35s; }
  body.menu-open nav > :nth-child(7) { transition-delay: .40s; }
}

/* ---------- telefon-finomhangolás ---------- */
@media (max-width: 640px) {
  .hero { height: 76vh; height: 76svh; }
  .hero .headline { bottom: 7vh; right: 5vw; }
  .hero .headline h1 { font-size: clamp(36px, 10.5vw, 46px); }
  .hero .headline .sub { font-size: 11px; letter-spacing: .3em; margin-top: 14px; }
  .section-head { padding: 76px 7vw 40px; }
  .page-head { padding: 40px 7vw 8px; }
  .quote-band { padding: 70px 8vw 26px; }
  .cards { gap: 44px; }
  .steps-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 70px; }
  .ig-grid { gap: 8px; padding-bottom: 70px; }
  .strip { height: 44vh; }
  .jgal { padding: 30px 4vw 60px; }
  .jrow { display: block; margin-bottom: 0; }
  .jrow .ph { margin-bottom: 10px; }
  .story-hero { height: 54vh; height: 54svh; }
  .story-nav { padding: 26px 5vw 66px; }
  .timeline-wrap { padding: 40px 6vw 66px; }
  ul.timeline { padding-left: 30px; }
  ul.timeline li::before { left: -37px; }
  .about-block { padding: 26px 7vw 80px; }
  .about-block h2 { font-size: 30px; }
  .closing { height: 70vh; height: 70svh; }
  .contact-grid { padding: 36px 6vw 76px; }
  .contact-info .value { font-size: 22px; }
  footer { padding: 44px 6vw calc(40px + env(safe-area-inset-bottom)); gap: 24px; }
  footer .links { flex-wrap: wrap; justify-content: center; row-gap: 14px; column-gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  header, .wordmark img, .menu-btn span, nav, nav > a, nav .nav-extra { transition: none !important; }
}
