@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');

:root {
  --parchment: #F7F5F0;
  --ink: #1A1A18;
  --sand: #D4C9B0;
  --dusk: #8C7B6B;
  --ember: #C4785A;
  --sage: #8A9E8C;
  --midnight: #0F0F0D;
  --mist: #EEECE7;
  --line: rgba(26, 26, 24, 0.12);
  --line-dark: rgba(247, 245, 240, 0.14);
  --shadow: 0 28px 80px rgba(9, 9, 8, 0.08);
  --container: min(1180px, calc(100vw - 48px));
  --copy: clamp(1rem, 0.96rem + 0.2vw, 1.08rem);
  --display: clamp(3rem, 6vw, 6.3rem);
  --h2: clamp(2.2rem, 4vw, 4rem);
  --h3: clamp(1.45rem, 2.2vw, 2rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: var(--copy);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.15rem; }
button, input, textarea, select { font: inherit; }

.sans, .eyebrow, .site-nav a, .button, .field label, .footer-meta, .footer-legal a, .label, .nav-toggle, .caps, .region, .stat-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.page-shell { min-height: 100vh; overflow-x: clip; }
.container { width: var(--container); margin: 0 auto; }
.container.narrow { width: min(760px, calc(100vw - 48px)); }
.center { text-align: center; }
main { display: block; }
section { position: relative; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: color-mix(in srgb, var(--midnight) 92%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line-dark);
}
.header-inner {
  width: var(--container);
  margin: 0 auto;
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand-lockup img {
  width: 380px;
  height: auto;
  display: block;
}
.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.site-nav a {
  color: rgba(247,245,240,.86);
  font-size: .72rem;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a.active { color: var(--sand); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--parchment);
  padding: 0;
  font-size: .78rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .73rem;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--sand);
  color: var(--ink);
}

.button.primary:hover {
  background: transparent;
  color: var(--parchment);
  border-color: var(--parchment);
}

.button.secondary {
  background: transparent;
  color: var(--parchment);
  border-color: var(--line-dark);
}

.button.secondary:hover {
  background: var(--sand);
  color: var(--ink);
  border-color: var(--sand);
}

.button.secondary.ink {
  color: var(--ink);
  border-color: var(--line);
}

.button.light {
  background: var(--parchment);
  color: var(--ink);
}

.hero {
  background: var(--midnight);
  color: var(--parchment);
  padding: 56px 0 64px;
  overflow: hidden;
}
.hero-grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 48px;
  align-items: stretch;
}
.hero-copy,
.hero-art {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy { padding: 32px 0; }
.eyebrow {
  margin: 0 0 18px;
  font-size: .94rem;
  color: #5E5147;
}
.hero .eyebrow, .section.dark .eyebrow, .page-hero:not(.light) .eyebrow { color: var(--sand); }
.hero-title {
  margin: 0 0 18px;
  font-size: var(--display);
  line-height: .95;
  font-weight: 400;
}
.hero-title span { display: block; }
.hero-subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 590px;
  color: rgba(247,245,240,.84);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-note {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.hero-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.15rem;
  font-weight: 400;
}
.hero-note p {
  margin: 0;
  color: rgba(247,245,240,.7);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .95rem;
}
.hero-art { position: relative; align-items: flex-end; }
.hero-stack {
  position: relative;
  width: min(100%, 500px);
  min-height: 440px;
  border: 1px solid var(--line-dark);
  border-radius: 36px;
  padding: 34px;
  background: rgba(247,245,240,.025);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  display: grid;
  gap: 8px;
  justify-content: start;
  align-content: center;
}
.hero-stack::before {
  content: "";
  position: absolute;
  inset: 28px 28px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(196,120,90,.10);
  pointer-events: none;
}
.hero-logo {
  width: min(100%, 560px);
  position: relative;
  z-index: 1;
}
.hero-divider {
  width: min(100%, 220px);
  height: 86px;
  object-fit: contain;
  object-position: left center;
  position: relative;
  z-index: 1;
}
.hero-mini-panels {
  display: grid;
  margin-top: -8px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  position: relative;
  z-index: 1;
}
.hero-mini {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(247,245,240,.04);
  border: 1px solid rgba(247,245,240,.08);
}
.hero-mini .caps { color: var(--sand); font-size: .66rem; margin-bottom: 8px; }
.hero-mini p { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .95rem; color: rgba(247,245,240,.78); }

.section { padding: 100px 0; }
.section.alt { background: var(--mist); }
.section.dark { background: var(--midnight); color: var(--parchment); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 40px;
}
.section-title {
  margin: 0;
  font-size: var(--h2);
  line-height: .98;
  font-weight: 400;
}
.section-summary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(26,26,24,.78);
}
.section.dark .section-summary { color: rgba(247,245,240,.76); }
.brand-divider { width: min(100%, 220px); height: 68px; object-fit: contain; object-position: left center; margin: 0 0 20px; }

.two-col-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 32px;
  align-items: start;
}
.copy-card, .visual-card, .how-card, .event-card, .about-card, .contact-panel, .form-card, .region-card, .mini-card {
  border-radius: 30px;
  background: #fffdfa;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.copy-card, .about-card, .contact-panel, .form-card, .event-card, .how-card, .region-card { padding: 34px; }
.copy-card p, .about-card p, .event-card p { font-size: 1.22rem; line-height: 1.65; }
.copy-card-full {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 42px;
}
.copy-card-full .copy-emphasis {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  font-size: 1.35rem;
  color: var(--dusk);
}

.hi-edit-accent {
  color: var(--ember);
}

.visual-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: var(--sand);
}
.visual-card .mark-visual {
  position: absolute;
  width: min(78%, 340px);
  inset: 50px 0 0 46px;
}
.visual-card .diamond-visual {
  position: absolute;
  width: 180px;
  right: 44px;
  bottom: 44px;
}
.visual-copy {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(26,26,24,.15);
}
.visual-copy p {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(26,26,24,.75);
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 16px;
}
.region-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; }
.region { font-size: .67rem; color: var(--dusk); }
.region-name { font-size: 2rem; line-height: 1; margin: 18px 0 0; }
.region-card img { width: 64px; opacity: .86; }
.region-card p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .95rem; margin: 16px 0 0; color: rgba(26,26,24,.72); }

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.how-card {
  background: var(--parchment);
  min-height: 300px;
}
.how-card img { width: 65px; margin-bottom: 26px; }
.how-card .caps { color: var(--dusk); font-size: .86rem; margin-bottom: 14px; }
.how-card h3 { margin: 0 0 12px; font-size: var(--h3); line-height: 1.08; font-weight: 400; }
.how-card p { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(26,26,24,.76); }

.event-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(280px, 1.12fr);
  gap: 20px;
  align-items: stretch;
}
.event-card.highlight {
  background: rgba(138,158,140,.16);
}
.event-card.highlight .caps { color: var(--ember); }
.event-card .event-word { font-size: 2.2rem; line-height: 1; margin: 0 0 10px; }
.event-card .event-tag { color: rgba(26,26,24,.72); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.event-card aside {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: .62rem;
  color: var(--ink);
}
.event-stack {
  display: grid;
  gap: 20px;
}
.event-stack .mini-card {
  padding: 28px;
  background: var(--ink);
  color: var(--parchment);
  border: 1px solid var(--line-dark);
}
.event-stack .mini-card h3 { margin: 0 0 8px; font-size: 1.9rem; font-weight: 400; }
.event-stack .mini-card p { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(247,245,240,.78); }
.event-stack .mini-card .caps { color: var(--sand); font-size: .66rem; margin-bottom: 10px; }

.commission-grid {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
  gap: 24px;
}
.form-card { background: #fffdfa; }
.form-card p, .contact-panel p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(26,26,24,.76); }
.form-intro { margin-bottom: 18px; }
.form-grid-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .62rem; color: var(--dusk); }
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(26,26,24,.14);
  background: var(--parchment);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .97rem;
  letter-spacing: 0;
  text-transform: none;
}
.field textarea { min-height: 140px; resize: vertical; }
.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-size: .93rem;
}
.check-row input { margin-top: 4px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.form-note { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(26,26,24,.62); font-size: .92rem; }
.form-message {
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(196,120,90,.12);
  color: var(--ink);
  padding: 14px 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hp-field { position: absolute; left: -9999px; top: -9999px; }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(280px,.94fr);
  gap: 24px;
}
.about-quote {
  position: relative;
  min-height: 100%;
  padding: 34px;
  border-radius: 30px;
  background: var(--ink);
  color: var(--parchment);
  overflow: hidden;
}
.about-quote::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 16px;
  width: 220px;
  height: 220px;
  background: rgba(212,201,176,.12);
}
.about-quote img { width: 160px; margin-bottom: 24px; position: relative; z-index: 1; }
.about-quote blockquote { margin: 0 0 22px; font-size: 2rem; line-height: 1.14; position: relative; z-index: 1; }
.about-quote p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(247,245,240,.8); position: relative; z-index: 1; }
.about-card img {
  width: 520px;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px,.9fr);
  gap: 24px;
  align-items: stretch;
}
.contact-panel {
  background: var(--sand);
}
.contact-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin-top: 24px;
}
.contact-item { padding-top: 16px; border-top: 1px solid var(--line); }
.label { display: block; font-size: .6rem; color: var(--dusk); margin-bottom: 8px; }
.contact-item p, .contact-item a { margin: 0; font-size: 1.18rem; color: var(--ink); }
.simple-cta {
  background: var(--ink);
  color: var(--parchment);
  border-radius: 30px;
  padding: 34px;
  border: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.simple-cta img { width: 120px; margin-bottom: 30px; }
.simple-cta p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(247,245,240,.78); }
.simple-cta .mail { display: inline-block; font-size: 2rem; line-height: 1.1; color: var(--sand); word-break: break-word; }

.footer {
  background: var(--midnight);
  color: var(--parchment);
  padding: 34px 0 28px;
  border-top: 1px solid var(--line-dark);
}
.footer-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-brand img { width: 380px; }
.footer-copy { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(247,245,240,.72); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.footer-legal a { font-size: .67rem; color: rgba(247,245,240,.74); }
.footer-legal a:hover { color: var(--sand); }
.footer-meta { margin-top: 16px; font-size: .65rem; color: rgba(247,245,240,.54); }

.page-hero {
  padding: 120px 0 72px;
  background: var(--midnight);
  color: var(--parchment);
}
.page-hero.light { background: var(--parchment); color: var(--ink); }
.page-title { margin: 0 0 18px; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; font-weight: 400; }
.page-subtitle { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; max-width: 760px; color: rgba(247,245,240,.76); }
.page-hero.light .page-subtitle { color: rgba(26,26,24,.74); }
.content-pad { padding: 78px 0 96px; }
.rich-copy p { font-size: 1.15rem; }

@media (max-width: 1100px) {
  .regions-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .site-nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 24px 24px;
    background: rgba(15,15,13,.98);
    border-bottom: 1px solid var(--line-dark);
  }
  .site-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .hero-grid, .two-col-copy, .event-grid, .commission-grid, .about-grid, .contact-grid, .section-head { grid-template-columns: 1fr; }
  .hero-copy, .hero-art { min-height: auto; }
  .hero-stack { min-height: 520px; }
  .regions-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .how-grid { grid-template-columns: 1fr; }
  .contact-items { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .hero { padding-top: 36px; }
  .hero-grid { gap: 24px; }
  .hero-stack { padding: 28px; min-height: 440px; }
  .hero-logo { width: 100%; }
  .hero-note { grid-template-columns: 1fr; }
  .section { padding: 74px 0; }
  .copy-card, .visual-card, .how-card, .event-card, .about-card, .contact-panel, .form-card, .region-card, .simple-cta, .about-quote { padding: 24px; border-radius: 24px; }
  .visual-card { min-height: 360px; }
  .visual-card .mark-visual { left: 28px; width: 72%; }
  .visual-card .diamond-visual { width: 120px; right: 26px; bottom: 26px; }
  .visual-copy { left: 28px; right: 28px; bottom: 28px; }
  .form-grid-fields { grid-template-columns: 1fr; }
  .regions-grid { grid-template-columns: 1fr; }
  .footer-brand img { width: 240px; }
}

/* Commission section: quieter editorial treatment for the information panel */
.section.dark .commission-grid .contact-panel {
  position: relative;
  overflow: hidden;
  background: transparent;
  color: var(--parchment);
  border: 0;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid rgba(212,201,176,.42);
  border-radius: 0;
  box-shadow: none;
  padding: 34px 8px 30px 0;
}
.section.dark .commission-grid .contact-panel::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 24px;
  width: 38px;
  height: 38px;
  background: var(--ember);
  transform: rotate(45deg);
}
.section.dark .commission-grid .contact-panel p {
  max-width: 560px;
  color: rgba(247,245,240,.82);
}
.section.dark .commission-grid .contact-panel .contact-items {
  margin-top: 30px;
  padding-top: 0;
}
.section.dark .commission-grid .contact-panel .contact-item {
  border-top-color: rgba(212,201,176,.32);
}
.section.dark .commission-grid .contact-panel .label { color: var(--sand); }
.section.dark .commission-grid .contact-panel .contact-item p,
.section.dark .commission-grid .contact-panel .contact-item a { color: var(--parchment); }

@media (max-width: 980px) {
  .hero-art { align-items: stretch; }
  .hero-stack { min-height: 450px; }
  .copy-card-full { grid-template-columns: 1fr; }
  .copy-card-full .copy-emphasis { grid-column: auto; }
}
@media (max-width: 720px) {
  .hero-stack { min-height: 390px; padding: 24px; }
  .hero-divider { width: 220px; height: 48px; }
  .hero-mini-panels { grid-template-columns: 1fr; }
}

.hero-title-statement {
  max-width: 760px;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.08;
}

.hero-title-statement span {
  display: block;
}

.hero-title-statement em {
  font-style: italic;
  font-weight: inherit;
  color: var(--sand);
}

/* V5 homepage copy/layout additions - merged into client's amended V4 CSS */
.regions-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.applications-card { min-height: 100%; display: flex; flex-direction: column; justify-content: center; }
.contact-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--parchment);
  box-shadow: var(--shadow);
}
.contact-simple img { width: 92px; }
.contact-email {
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--ink);
}
.check-row a { text-decoration: underline; text-underline-offset: 3px; }
.simple-footer { grid-template-columns: auto 1fr; }
.simple-footer .footer-copy { text-align: right; }

@media (max-width: 980px) {
  .regions-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .regions-grid-three { grid-template-columns: 1fr; }
  .contact-simple { align-items: flex-start; flex-direction: column; }
  .simple-footer { grid-template-columns: 1fr; }
  .simple-footer .footer-copy { text-align: left; }
}

.check-row input[type="checkbox"] {
  width: 14px;
  height: 14px;
  min-height: 0;
  flex: 0 0 14px;
  margin-top: 5px;
  padding: 0;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 245, 240, 0.25);
  border-radius: 50%;
  transition: 0.25s ease;
}

.footer-social svg {
  width: 15px;
  height: 15px;
  fill: var(--parchment);
  stroke: var(--parchment);
  stroke-width: 1.5;
}

.footer-social a:hover {
  border-color: var(--sand);
  background: var(--sand);
}

.footer-social a:hover svg {
  fill: var(--ink);
  stroke: var(--ink);
}
.footer-bottom {
  width: var(--container);
  margin: 24px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 245, 240, 0.12);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(247, 245, 240, 0.65);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom a {
  color: rgba(247, 245, 240, 0.72);
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--sand);
}

@media (max-width: 720px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.simple-footer {
  grid-template-columns: auto 1fr auto;
}

.footer-social {
  justify-self: end;
}
/* =========================================================
   V7 IMAGE / LAYOUT REFINEMENTS
   Built on the client's amended V6 CSS
   ========================================================= */

/* Hero: simplified right-hand treatment, no supporting mini boxes */
.hero-brand-panel {
  width: min(100%, 500px);
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 38px;
  border: 1px solid var(--line-dark);
  border-radius: 36px;
  background: rgba(247,245,240,.025);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.hero-square-logo {
  width: min(100%, 390px);
  height: auto;
  object-fit: contain;
}

.hero-brand-panel .hero-divider {
  width: min(100%, 180px);
  height: 36px;
  margin-top: -4px;
  object-position: center;
}

/* Full-width human connection image immediately below hero */
.image-band {
  padding: 0 0 76px;
  background: var(--midnight);
}

.image-band-frame {
  margin: 0;
  height: clamp(300px, 36vw, 470px);
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line-dark);
}

.image-band-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

/* Why it works */
.why-section-title {
  max-width: 700px;
}

.why-grid .how-card {
  min-height: 330px;
}

.why-image {
  margin: 28px 0 0;
  height: clamp(320px, 44vw, 520px);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.why-image-with-text {
  position: relative;
}

.why-image-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: min(760px, calc(100% - 80px));
  padding: 28px 36px;

  border: 1px solid rgba(247, 245, 240, 0.75);
  background: rgba(15, 15, 13, 0.42);
  backdrop-filter: blur(4px);

  color: var(--parchment);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 720px) {
  .why-image-caption {
    width: calc(100% - 36px);
    padding: 20px;
    font-size: clamp(1.6rem, 8vw, 2.5rem);
  }
}

#events .section-head {
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
}

.event-section-title span {
  display: block;
}

/* First event series: clean white section with photography replacing the dark application box */
.events-section {
  background: var(--parchment);
}

.event-feature {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: 22px;
  align-items: stretch;
}

.event-card-clean {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--parchment);
  box-shadow: none;
  border-color: rgba(26,26,24,.16);
}

.event-card-clean .caps {
  color: var(--ember);
  margin-bottom: 14px;
}

.event-photo-grid {
  display: grid;
  grid-template-rows: 1fr .78fr;
  gap: 14px;
  min-height: 560px;
}

.event-photo {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--mist);
}

.event-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-photo-wide img {
  object-position: center 52%;
}

/* About: one considered panel instead of two competing boxes */
.about-card-single {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 46px;
  align-items: center;
  width: 100%;
}

.about-card-single .about-card-copy p {
  margin-bottom: 0;
}

.about-card-single .about-brand-logo {
  width: min(100%, 430px);
  max-width: 100%;
  height: auto;
  margin: 0;
  justify-self: end;
}

/* Contact: email + mobile number */
.contact-simple-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.contact-phone {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .08em;
  color: var(--dusk);
}

.contact-phone:hover,
.contact-email:hover {
  color: var(--ember);
}

@media (max-width: 980px) {
  .brand-lockup img {
    width: min(300px, 68vw);
  }

  .hero-brand-panel {
    width: 100%;
    min-height: 400px;
  }

  .event-feature,
  .about-card-single {
    grid-template-columns: 1fr;
  }

  .event-photo-grid {
    min-height: 600px;
  }

  .about-card-single .about-brand-logo {
    justify-self: start;
    width: min(100%, 380px);
  }
}

@media (max-width: 720px) {
  .hero-brand-panel {
    min-height: 340px;
    padding: 26px;
    border-radius: 24px;
  }

  .hero-square-logo {
    width: min(100%, 300px);
  }

  .image-band {
    padding-bottom: 54px;
  }

  .image-band-frame,
  .why-image,
  .event-photo {
    border-radius: 22px;
  }

  .image-band-frame {
    height: 310px;
  }

  .why-grid .how-card {
    min-height: 0;
  }

  .why-image {
    height: 350px;
  }

  .event-photo-grid {
    min-height: 0;
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }

  .event-photo {
    height: 280px;
  }

  .about-card-single {
    gap: 28px;
  }

  .contact-simple-details {
    align-items: flex-start;
  }

  .contact-email {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
  }
}

/* =========================================================
   V8 REFINEMENTS — VIDEO HERO / CONTENT SIMPLIFICATION
   ========================================================= */

/* Hero becomes one full-width video banner. Replace only the MP4 file later. */
.video-hero {
  position: relative;
  min-height: calc(100vh - 88px);
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--midnight);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 13, .58);
  pointer-events: none;
}

.hero-video-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(84px, 11vh, 140px);
  padding-bottom: clamp(84px, 11vh, 140px);
}

.video-hero .hero-title-statement {
  max-width: 760px;
  text-shadow: 0 3px 30px rgba(15,15,13,.18);
}

.video-hero .eyebrow {
  color: var(--sand);
}

/* What We Do: no secondary headline or boxed-card treatment. */
.what-section {
  background: var(--parchment);
}

.what-section-head {
  margin-bottom: 24px;
}

.what-copy {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 58px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.what-copy p {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  line-height: 1.55;
}

/* Why It Works: three clear content boxes. */
.why-section .section-head {
  grid-template-columns: minmax(0, 1fr);
}

.why-section-title {
  max-width: 860px;
}

.why-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-box {
  min-height: 320px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--parchment);
  box-shadow: var(--shadow);
}

.why-box img {
  width: 52px;
  height: auto;
  margin-bottom: 28px;
}

.why-box h3 {
  margin: 0 0 14px;
  font-size: var(--h3);
  line-height: 1.08;
  font-weight: 400;
}

.why-box p {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(26,26,24,.74);
}

/* Commission: light, quieter and without the decorative diamond. */
.commission-light {
  background: var(--parchment);
  color: var(--ink);
}

.commission-light .section-summary {
  color: rgba(26,26,24,.72);
}

.commission-grid-light {
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
  padding-top: 8px;
}

.commission-info {
  padding: 12px 0 0;
  border-top: 1px solid var(--ink);
}

.commission-lead {
  margin: 24px 0 36px;
  max-width: 440px;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.48;
}

.commission-contact-list {
  border-top: 1px solid var(--line);
}

.commission-contact-row {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.commission-contact-row .label {
  margin: 0;
}

.commission-contact-row a,
.commission-contact-row > span:last-child {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: var(--ink);
}

.commission-contact-row a:hover {
  color: var(--ember);
}

.commission-form-card {
  background: var(--mist);
  box-shadow: none;
  border-color: rgba(26,26,24,.10);
}

.commission-form-card .field input,
.commission-form-card .field textarea,
.commission-form-card .field select {
  background: var(--parchment);
}

/* About: a single personal split layout with an easily replaceable portrait. */
.about-personal-section {
  background: var(--parchment);
}

.about-personal {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
  padding-top: 18px;
}

.about-portrait {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 28px;
  background: var(--sand);
  border: 1px solid var(--line);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-personal-copy {
  padding: 8px 0;
}

.about-personal-copy p {
  margin: 0 0 34px;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.58;
}

.about-personal-logo {
  width: min(100%, 430px);
  height: auto;
}

@media (max-width: 980px) {
  .video-hero {
    min-height: 720px;
  }

  .what-copy,
  .why-boxes,
  .commission-grid-light,
  .about-personal {
    grid-template-columns: 1fr;
  }

  .why-box {
    min-height: 0;
  }

  .about-portrait {
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  .video-hero {
    min-height: 640px;
  }

  .hero-video-content {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .what-copy {
    gap: 24px;
  }

  .what-copy p {
    font-size: 1.25rem;
  }

  .why-box {
    padding: 24px;
    border-radius: 22px;
  }

  .commission-contact-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-personal {
    gap: 30px;
  }

  .about-portrait {
    border-radius: 22px;
  }
}

/* =========================================================
   V9 MODERN EDITORIAL HOMEPAGE
   Keeps The Alto House palette and typography, with a cleaner
   editorial layout that is intentionally distinct from HI Edit.
   ========================================================= */

.home-page {
  background: var(--parchment);
}

.home-page .home-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 300;
  background: rgba(15, 15, 13, 0.08);
  border-bottom-color: rgba(247, 245, 240, 0.12);
  backdrop-filter: blur(0);
  transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
}

.home-page .home-header.is-scrolled,
.home-page .home-header.nav-open {
  background: rgba(15, 15, 13, 0.94);
  border-bottom-color: rgba(247, 245, 240, 0.14);
  backdrop-filter: blur(16px);
}

.home-page .header-inner {
  min-height: 84px;
}

.home-page .brand-lockup img {
  width: 285px;
  height: auto;
}

.home-page .site-nav {
  gap: 24px;
}

.home-page .site-nav a {
  font-size: .68rem;
  letter-spacing: .22em;
}

.home-page .header-button {
  min-height: 42px;
  padding: 0 17px;
  color: var(--parchment);
  border: 1px solid rgba(247,245,240,.3);
  background: rgba(15,15,13,.16);
}

.home-page .header-button:hover {
  color: var(--ink);
  background: var(--sand);
  border-color: var(--sand);
}

/* Hero */
.home-page .modern-hero {
  position: relative;
  min-height: max(720px, 100svh);
  padding: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--midnight);
}

.home-page .modern-hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-page .modern-hero .hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 13, .56);
}

.home-page .hero-video-content {
  min-height: max(720px, 100svh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 150px;
  padding-bottom: 58px;
}

.home-page .hero-copy-modern {
  width: min(820px, 100%);
  margin-bottom: auto;
  padding-top: clamp(130px, 20vh, 240px);
}

.home-page .modern-hero .eyebrow {
  margin-bottom: 22px;
  font-size: .78rem;
  letter-spacing: .32em;
  color: var(--sand);
}

.home-page .modern-hero .hero-title-statement {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(3rem, 5.1vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.home-page .modern-hero .hero-title-statement em {
  color: var(--sand);
}

.home-page .modern-hero .hero-actions {
  margin-top: 34px;
}

.home-page .modern-hero .button {
  min-height: 50px;
}

.home-page .hero-footnote {
  width: 100%;
  padding-top: 22px;
  border-top: 1px solid rgba(247,245,240,.18);
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .68rem;
  font-weight: 300;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(247,245,240,.62);
}

/* Shared homepage editorial heading */
.home-page .editorial-section,
.home-page .why-modern,
.home-page .event-series-modern,
.home-page .commission-modern,
.home-page .about-modern {
  padding: clamp(92px, 10vw, 150px) 0;
}

.home-page .editorial-heading {
  max-width: 860px;
  margin-bottom: 58px;
}

.home-page .editorial-heading.compact {
  max-width: 760px;
}

.home-page .editorial-heading .eyebrow,
.home-page .about-modern-copy > .eyebrow,
.home-page .commission-modern-heading > .eyebrow,
.home-page .contact-modern-heading > .eyebrow,
.home-page .event-series-intro .eyebrow {
  font-size: .72rem;
  letter-spacing: .28em;
  color: var(--dusk);
}

.home-page .section-marker {
  width: 22px;
  margin-bottom: 22px;
}

.home-page .section-marker img {
  width: 22px;
  height: auto;
}

.home-page .section-title {
  font-size: clamp(2.65rem, 4.5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.015em;
  text-wrap: balance;
}

/* What We Do */
.home-page .what-modern {
  background: var(--parchment);
}

.home-page .what-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.home-page .what-modern-copy {
  padding: 12px 0;
}

.home-page .what-modern-copy p {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.48;
}

.home-page .what-modern-copy p + p {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: clamp(1.15rem, 1.55vw, 1.4rem);
  color: rgba(26,26,24,.76);
}

.home-page .what-modern-image {
  margin: 0;
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 18px;
  background: var(--sand);
}

.home-page .what-modern-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-page .what-modern-image figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(247,245,240,.55);
  background: rgba(15,15,13,.48);
  color: var(--parchment);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .66rem;
  font-weight: 300;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* Why It Works */
.home-page .why-modern {
  background: var(--mist);
}

.home-page .why-boxes-modern {
  gap: 0;
  border-top: 1px solid rgba(26,26,24,.16);
  border-bottom: 1px solid rgba(26,26,24,.16);
}

.home-page .why-boxes-modern .why-box {
  min-height: 320px;
  padding: 36px 34px 38px;
  border: 0;
  border-right: 1px solid rgba(26,26,24,.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.home-page .why-boxes-modern .why-box:last-child {
  border-right: 0;
}

.home-page .why-number {
  display: block;
  margin-bottom: auto;
  padding-bottom: 54px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .68rem;
  font-weight: 300;
  letter-spacing: .25em;
  color: var(--ember);
}

.home-page .why-boxes-modern h3 {
  max-width: 300px;
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
}

.home-page .why-boxes-modern p {
  max-width: 330px;
  line-height: 1.65;
}

.home-page .why-statement-image {
  position: relative;
  margin: 56px 0 0;
  height: clamp(380px, 46vw, 610px);
  overflow: hidden;
  border-radius: 18px;
}

.home-page .why-statement-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.home-page .why-statement-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15,15,13,.18);
  pointer-events: none;
}

.home-page .why-statement-overlay {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100% - 80px));
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(247,245,240,.8);
  background: rgba(15,15,13,.34);
  backdrop-filter: blur(3px);
  color: var(--parchment);
  text-align: center;
}

.home-page .why-statement-overlay p {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.02;
  font-weight: 400;
}

/* HI Edit event series */
.home-page .event-series-modern {
  background: var(--ink);
  color: var(--parchment);
}

.home-page .event-series-modern .eyebrow {
  color: var(--sand);
}

.home-page .event-series-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
  margin-bottom: 54px;
}

.home-page .event-series-modern .section-title {
  color: var(--parchment);
}

.home-page .event-series-modern .hi-edit-accent {
  color: var(--ember);
}

.home-page .event-section-title span {
  display: block;
}

.home-page .event-intro-copy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: rgba(247,245,240,.75);
}

.home-page .event-intro-copy p {
  margin-bottom: 24px;
  line-height: 1.7;
}

.home-page .text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(247,245,240,.38);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sand);
}

.home-page .text-link:hover {
  color: var(--parchment);
  border-bottom-color: var(--parchment);
}

/* HI Design Edit edition cards: aligned with the HI Design Edit editions presentation */
.home-page .event-series-modern > .container {
  width: min(1720px, calc(100vw - 48px));
}

.home-page .event-series-intro {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.home-page .event-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-page .destination-card {
  position: relative;
  aspect-ratio: 0.735 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(247,245,240,.08);
  background: var(--midnight);
  isolation: isolate;
}

.home-page .destination-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.home-page .destination-card:nth-child(1) img {
  object-position: 48% center;
}

.home-page .destination-card:nth-child(2) img {
  object-position: 50% center;
}

.home-page .destination-card:nth-child(3) img {
  object-position: 50% center;
}

.home-page .destination-card:hover img {
  transform: scale(1.035);
}

.home-page .destination-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15,15,13,.10) 0%, rgba(15,15,13,.05) 42%, rgba(15,15,13,.25) 100%),
    rgba(15,15,13,.10);
  pointer-events: none;
}

.home-page .destination-copy {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 30px 30px;
  border: 1px solid rgba(247,245,240,.28);
  background: rgba(15,15,13,.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.home-page .destination-copy .caps {
  margin: 0 0 24px;
  color: var(--sand);
  font-size: .72rem;
  line-height: 1.2;
  letter-spacing: .30em;
}

.home-page .destination-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 2.45vw, 2.75rem);
  line-height: .98;
  font-weight: 400;
  color: var(--parchment);
}

.home-page .destination-copy > p:last-child {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(247,245,240,.82);
}

.destination-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: var(--sand);
  border-bottom: 1px solid rgba(212, 201, 176, 0.45);
  padding-bottom: 4px;

  transition: border-color 0.25s ease, gap 0.25s ease;
}

.destination-link:hover {
  gap: 12px;
  border-color: var(--sand);
}

/* Commission: intentionally quiet and functional */
.home-page .commission-modern {
  background: #fffdfa;
  color: var(--ink);
}

.home-page .commission-modern-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.home-page .commission-modern-heading {
  position: sticky;
  top: 126px;
}

.home-page .commission-modern-heading .section-title {
  max-width: 520px;
}

.home-page .commission-mini-contact {
  margin-top: 62px;
  border-top: 1px solid var(--ink);
}

.home-page .commission-mini-contact > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.home-page .commission-mini-contact span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--dusk);
}

.home-page .commission-mini-contact a,
.home-page .commission-mini-contact p {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .95rem;
  color: var(--ink);
}

.home-page .commission-form-modern {
  padding-top: 4px;
}

.home-page .commission-form-modern .form-grid-fields {
  gap: 24px 24px;
}

.home-page .commission-form-modern .field {
  gap: 7px;
}

.home-page .commission-form-modern .field label {
  font-size: .61rem;
  letter-spacing: .22em;
}

.home-page .commission-form-modern .field input,
.home-page .commission-form-modern .field textarea,
.home-page .commission-form-modern .field select {
  min-height: 54px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(26,26,24,.28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  transition: border-color .2s ease;
}

.home-page .commission-form-modern .field textarea {
  min-height: 120px;
}

.home-page .commission-form-modern .field input:focus,
.home-page .commission-form-modern .field textarea:focus,
.home-page .commission-form-modern .field select:focus {
  border-bottom-color: var(--ember);
}

.home-page .commission-form-modern .check-row {
  align-items: flex-start;
  padding-top: 8px;
  color: rgba(26,26,24,.68);
}

.home-page .commission-form-modern .form-actions {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.home-page .form-submit {
  background: var(--ink);
  color: var(--parchment);
}

.home-page .form-submit:hover {
  background: var(--dusk);
}

/* About */
.home-page .about-modern {
  background: var(--mist);
}

.home-page .about-modern-grid {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  gap: clamp(56px, 9vw, 130px);
  align-items: center;
}

.home-page .about-modern-portrait {
  margin: 0;
}

.home-page .about-modern-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(26,26,24,.12);
}

.home-page .about-modern-portrait figcaption {
  margin-top: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--dusk);
}

.home-page .about-modern-copy {
  max-width: 650px;
}

.home-page .about-modern-copy .section-title {
  max-width: 600px;
  margin-bottom: 42px;
}

.home-page .about-body {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.home-page .about-body p {
  margin: 0 0 24px;
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  line-height: 1.6;
}

.home-page .about-body .about-closing {
  margin-top: 34px;
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  line-height: 1.08;
  color: var(--dusk);
}

.home-page .about-stacked-logo {
  width: min(220px, 48%);
  height: auto;
  margin-top: 42px;
}

/* Contact */
.home-page .contact-modern {
  padding: clamp(80px, 9vw, 130px) 0;
  background: var(--midnight);
  color: var(--parchment);
}

.home-page .contact-modern .eyebrow {
  color: var(--sand);
}

.home-page .contact-modern .section-title {
  color: var(--parchment);
}

.home-page .contact-modern-heading {
  max-width: 700px;
  margin-bottom: 54px;
}

.home-page .contact-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid rgba(247,245,240,.24);
  border-bottom: 1px solid rgba(247,245,240,.24);
}

.home-page .contact-modern-item {
  min-width: 0;
  padding: 34px 34px 36px 0;
}

.home-page .contact-modern-item + .contact-modern-item {
  padding-left: 34px;
  border-left: 1px solid rgba(247,245,240,.24);
}

.home-page .contact-modern-item span {
  display: block;
  margin-bottom: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .62rem;
  font-weight: 300;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--sand);
}

.home-page .contact-modern-item strong {
  display: block;
  font-size: clamp(1.45rem, 2.6vw, 2.8rem);
  line-height: 1.08;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.home-page .contact-modern-item:hover strong {
  color: var(--sand);
}

/* Footer refinements */
.home-page .modern-footer {
  padding-top: 42px;
}

.home-page .modern-footer .footer-brand img {
  width: 285px;
}

.home-page .modern-footer .footer-copy {
  text-align: center;
  font-size: .84rem;
}

/* Reveal staggering on editorial groups */
.home-page .why-box:nth-child(2),
.home-page .destination-card:nth-child(2) { transition-delay: .08s; }
.home-page .why-box:nth-child(3),
.home-page .destination-card:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1100px) {
  .home-page .brand-lockup img { width: 240px; }
  .home-page .site-nav { gap: 16px; }
  .home-page .site-nav a { font-size: .64rem; }
  .home-page .what-modern-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.9fr); }
  .home-page .event-destination-grid { gap: 16px; }
  .home-page .destination-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
    min-height: 180px;
    padding: 26px 24px 24px;
  }
  .home-page .destination-copy h3 { font-size: clamp(1.7rem, 2.4vw, 2.2rem); }
}

@media (max-width: 980px) {
  .home-page .home-header { background: rgba(15,15,13,.9); backdrop-filter: blur(14px); }
  .home-page .header-inner { min-height: 76px; }
  .home-page .brand-lockup img { width: min(250px, 62vw); }
  .home-page .site-nav {
    top: 100%;
    background: rgba(15,15,13,.98);
    padding: 26px 24px 30px;
  }
  .home-page .site-nav a { font-size: .72rem; }
  .home-page .hero-video-content { min-height: 820px; }
  .home-page .hero-copy-modern { padding-top: 180px; }
  .home-page .hero-footnote { justify-content: flex-start; }
  .home-page .what-modern-grid,
  .home-page .event-series-intro,
  .home-page .commission-modern-grid,
  .home-page .about-modern-grid { grid-template-columns: 1fr; }
  .home-page .what-modern-image { aspect-ratio: 16 / 9; }
  .home-page .why-boxes-modern { grid-template-columns: 1fr; }
  .home-page .why-boxes-modern .why-box { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(26,26,24,.16); }
  .home-page .why-boxes-modern .why-box:last-child { border-bottom: 0; }
  .home-page .why-number { margin-bottom: 34px; padding-bottom: 0; }
  .home-page .event-series-modern > .container { width: min(720px, calc(100vw - 40px)); }
  .home-page .event-destination-grid { grid-template-columns: 1fr; gap: 22px; }
  .home-page .destination-card { aspect-ratio: 4 / 5; }
  .home-page .destination-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
    min-height: 190px;
  }
  .home-page .commission-modern-heading { position: static; }
  .home-page .commission-mini-contact { margin-top: 36px; }
  .home-page .about-modern-portrait { max-width: 560px; }
  .home-page .about-modern-copy { max-width: none; }
}

@media (max-width: 720px) {
  .home-page .header-inner { width: min(calc(100vw - 32px), 1180px); }
  .home-page .brand-lockup img { width: min(220px, 58vw); }
  .home-page .modern-hero { min-height: 720px; }
  .home-page .hero-video-content { min-height: 720px; padding-bottom: 38px; }
  .home-page .hero-copy-modern { padding-top: 155px; }
  .home-page .modern-hero .hero-title-statement { font-size: clamp(2.7rem, 12vw, 4.2rem); line-height: 1; }
  .home-page .hero-actions { gap: 10px; }
  .home-page .hero-actions .button { width: 100%; }
  .home-page .hero-footnote { gap: 18px; flex-wrap: wrap; }
  .home-page .event-series-modern > .container { width: calc(100vw - 28px); }
  .home-page .destination-card { aspect-ratio: 0.82 / 1; border-radius: 20px; }
  .home-page .destination-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 168px;
    padding: 24px 22px 22px;
  }
  .home-page .destination-copy .caps { margin-bottom: 18px; font-size: .64rem; }
  .home-page .destination-copy h3 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .home-page .destination-copy > p:last-child { font-size: .74rem; }
  .home-page .editorial-section,
  .home-page .why-modern,
  .home-page .event-series-modern,
  .home-page .commission-modern,
  .home-page .about-modern { padding: 78px 0; }
  .home-page .editorial-heading { margin-bottom: 38px; }
  .home-page .section-title { font-size: clamp(2.45rem, 11vw, 3.55rem); }
  .home-page .what-modern-grid { gap: 38px; }
  .home-page .what-modern-image { aspect-ratio: 5 / 4; border-radius: 14px; }
  .home-page .why-statement-image { height: 430px; margin-top: 38px; border-radius: 14px; }
  .home-page .why-statement-overlay { width: calc(100% - 34px); padding: 22px 18px; }
  .home-page .why-statement-overlay p { font-size: clamp(1.9rem, 9.5vw, 3rem); }
  .home-page .event-series-intro { margin-bottom: 36px; gap: 28px; }
  .home-page .destination-card,
  .home-page .destination-card img { min-height: 450px; }
  .home-page .destination-card { border-radius: 14px; }
  .home-page .destination-copy { left: 12px; right: 12px; bottom: 12px; padding: 18px; }
  .home-page .commission-modern-grid { gap: 48px; }
  .home-page .commission-form-modern .form-grid-fields { grid-template-columns: 1fr; }
  .home-page .commission-mini-contact > div { grid-template-columns: 74px 1fr; }
  .home-page .about-modern-grid { gap: 42px; }
  .home-page .about-modern-portrait { max-width: none; }
  .home-page .about-modern-portrait img { border-radius: 14px; }
  .home-page .about-stacked-logo { width: 180px; }
  .home-page .contact-modern-grid { grid-template-columns: 1fr; }
  .home-page .contact-modern-item { padding: 28px 0; }
  .home-page .contact-modern-item + .contact-modern-item { padding-left: 0; border-left: 0; border-top: 1px solid rgba(247,245,240,.24); }
  .home-page .modern-footer .footer-brand img { width: 230px; }
  .home-page .modern-footer .footer-copy { text-align: left; }
  .home-page .modern-footer .footer-social { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* ==========================================================
   V10 refinements - 25 Aug 2026
   Brand rename, image swaps, alignment and section tightening
   ========================================================== */

/* Why It Works: keep all three headings aligned on the same row */
.home-page .why-boxes-modern .why-box {
  display: grid;
  grid-template-rows: minmax(112px, auto) 1fr;
  align-content: start;
  row-gap: 14px;
  min-height: 270px;
}

.home-page .why-boxes-modern h3,
.home-page .why-boxes-modern p {
  margin-top: 0;
}

/* The new night skyline works best with a little more sky/building balance */
.home-page .why-statement-image > img {
  object-position: center 52%;
}

/* Commission: contact details now live only in Contact Us */
.home-page .commission-modern-heading {
  padding-top: 4px;
}

/* About: more compact, personal and portrait-led */
.home-page .about-modern {
  padding: clamp(64px, 6vw, 92px) 0;
}

.home-page .about-modern-grid {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 88px);
}

.home-page .about-modern-portrait {
  width: min(100%, 420px);
  justify-self: start;
}

.home-page .about-modern-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 525px;
  object-fit: cover;
  object-position: center 30%;
}

.home-page .about-modern-copy .section-title {
  margin-bottom: 28px;
}

.home-page .about-body {
  padding-top: 22px;
}

.home-page .about-body p {
  margin-bottom: 17px;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.52;
}

.home-page .about-body p:last-child {
  margin-bottom: 0;
}

.home-page .about-stacked-logo {
  width: min(185px, 42%);
  margin-top: 26px;
}

/* Contact: deliberately shorter than the main narrative sections */
.home-page .contact-modern {
  padding: clamp(56px, 6vw, 82px) 0;
}

.home-page .contact-modern-heading {
  margin-bottom: 34px;
}

.home-page .contact-modern-item {
  padding-top: 24px;
  padding-bottom: 26px;
}

.home-page .contact-modern-item strong {
  font-size: clamp(1.35rem, 2.25vw, 2.35rem);
}

/* DMCC company credibility line */
.footer-licence {
  width: var(--container);
  margin: 12px auto 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .67rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .035em;
  color: rgba(247,245,240,.48);
}

@media (max-width: 980px) {
  .home-page .why-boxes-modern .why-box {
    grid-template-rows: auto auto;
    row-gap: 12px;
  }

  .home-page .about-modern-grid {
    grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
    gap: 40px;
  }

  .home-page .about-modern-portrait {
    width: min(100%, 360px);
  }
}

@media (max-width: 820px) {
  .home-page .about-modern-grid {
    grid-template-columns: 1fr;
  }

  .home-page .about-modern-portrait {
    width: min(100%, 430px);
  }
}

@media (max-width: 720px) {
  .home-page .about-modern {
    padding: 62px 0;
  }

  .home-page .about-modern-portrait img {
    max-height: none;
  }

  .home-page .contact-modern {
    padding: 52px 0;
  }

  .footer-licence {
    margin-top: 16px;
    font-size: .62rem;
  }
}

/* =========================================================
   V12 REFINEMENTS: header/hero identity, edition cards, contact
   ========================================================= */

/* Header logo: use a tightly cropped version of the original 2048px artwork.
   This increases the actual visible logo area rather than stretching the PNG. */
.home-page .brand-lockup img {
  width: 318px;
  height: auto;
  opacity: 1;
  filter: drop-shadow(0 1px 10px rgba(0,0,0,.28));
}

.home-page .home-header {
  background: rgba(15, 15, 13, 0.60);
}

/* Hero square brand mark */
.home-page .hero-video-content {
  position: relative;
}

.home-page .hero-brand-mark {
  position: absolute;
  z-index: 2;
  top: clamp(180px, 24vh, 255px);
  right: 0;
  width: clamp(205px, 18vw, 300px);
  pointer-events: none;
}

.home-page .hero-brand-mark img {
  width: 100%;
  height: auto;
  opacity: .92;
  filter: drop-shadow(0 18px 42px rgba(0,0,0,.28));
}

/* Keep the rule only with the geographic footnote on the right. */
.home-page .hero-footnote {
  width: min(460px, 100%);
  margin-left: auto;
  padding-top: 15px;
  border-top-color: rgba(247,245,240,.48);
  gap: 28px;
  font-size: .74rem;
  font-weight: 400;
  letter-spacing: .22em;
  color: rgba(247,245,240,.90);
}

/* Smaller edition cards while retaining the editorial portrait format. */
.home-page .event-series-modern > .container {
  width: min(1340px, calc(100vw - 64px));
}

.home-page .event-destination-grid {
  gap: 20px;
}

.home-page .destination-card {
  aspect-ratio: .78 / 1;
  border-radius: 20px;
}

.home-page .destination-card:nth-child(1) img,
.home-page .destination-card:nth-child(2) img,
.home-page .destination-card:nth-child(3) img {
  object-position: center center;
}

.home-page .destination-copy {
  left: 20px;
  right: 20px;
  bottom: 20px;
  min-height: 0;
  padding: 24px 24px 22px;
  justify-content: flex-start;
}

.home-page .destination-copy .caps {
  margin: 0 0 17px;
  font-size: .66rem;
  line-height: 1.25;
}

.home-page .destination-copy h3 {
  margin: 0 0 15px;
  font-size: clamp(1.75rem, 2.05vw, 2.25rem);
  line-height: 1;
}

.home-page .destination-copy .destination-venue,
.home-page .destination-copy .destination-location {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.35;
}

.home-page .destination-copy .destination-venue {
  margin-bottom: 4px;
  font-size: .86rem;
  font-weight: 400;
  color: rgba(247,245,240,.92);
}

.home-page .destination-copy .destination-location {
  font-size: .70rem;
  font-weight: 300;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(247,245,240,.72);
}

/* Contact details: quieter scale. */
.home-page .contact-modern-item strong {
  font-size: clamp(1.15rem, 1.65vw, 1.75rem);
}

@media (max-width: 1180px) {
  .home-page .brand-lockup img { width: 275px; }
  .home-page .hero-brand-mark { width: clamp(180px, 20vw, 240px); right: 10px; }
  .home-page .event-series-modern > .container { width: min(1120px, calc(100vw - 48px)); }
}

@media (max-width: 980px) {
  .home-page .brand-lockup img { width: min(270px, 58vw); }
  .home-page .hero-brand-mark { display: none; }
  .home-page .hero-footnote { width: min(460px, 100%); margin-left: 0; }
  .home-page .event-series-modern > .container { width: var(--container); }
}

@media (max-width: 720px) {
  .home-page .brand-lockup img { width: min(235px, 62vw); }
  .home-page .hero-footnote {
    gap: 15px;
    font-size: .65rem;
    letter-spacing: .17em;
  }
  .home-page .destination-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 20px;
  }
  .home-page .destination-copy .destination-venue { font-size: .82rem; }
  .home-page .destination-copy .destination-location { font-size: .66rem; }
  .home-page .contact-modern-item strong { font-size: 1.2rem; }
}

/* =========================================================
   V16 FINAL AMENDS - 25.08
   ========================================================= */

/* Compact square identity in the fixed header so the navigation has more room. */
.home-page .brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 74px;
  min-width: 74px;
}

.home-page .brand-lockup img {
  width: 68px;
  max-height: 66px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 1px 10px rgba(0,0,0,.24));
}

/* Hero brand: slightly lower so it visually centres against the main copy. */
.home-page .hero-brand-mark {
  top: 48%;
  right: clamp(10px, 2vw, 34px);
  width: clamp(190px, 17vw, 275px);
  transform: translateY(-50%);
}

/* Geographic footnote removed in V16. */
.home-page .hero-footnote {
  display: none;
}

/* What We Do: image remains clean with no text box over the photography. */
.home-page .what-modern-image figcaption {
  display: none;
}

.home-page .what-modern-image img {
  object-position: center center;
}

/* Why statement: protect faces while keeping the editorial overlay treatment. */
.home-page .why-statement-image > img {
  object-position: center 44%;
}

/* Calendar: reduce the full desktop section height so heading + all three cards
   are comfortably visible at normal browser zoom on typical laptop screens. */
.home-page .event-series-modern {
  padding: 66px 0 70px;
}

.home-page .event-series-intro {
  margin-bottom: 34px;
  align-items: end;
}

.home-page .event-series-intro .event-section-title {
  font-size: clamp(2.6rem, 4.15vw, 4.65rem);
  line-height: .94;
}

.home-page .event-intro-copy p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.home-page .event-destination-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.home-page .destination-card {
  aspect-ratio: auto;
  height: clamp(350px, 31vw, 430px);
  border-radius: 18px;
}

.home-page .destination-copy {
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 18px 20px 17px;
}

.home-page .destination-copy .caps {
  margin-bottom: 12px;
  font-size: .62rem;
}

.home-page .destination-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 1.8vw, 2rem);
}

.home-page .destination-copy .destination-venue {
  font-size: .78rem;
}

.home-page .destination-copy .destination-location {
  font-size: .64rem;
}

.home-page .destination-link {
  margin-top: 12px;
  font-size: .62rem;
}

/* Meet Louisa: shorter copy allows a tighter, more personal section. */
.home-page .about-modern {
  padding: 68px 0;
}

.home-page .about-modern-grid {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 92px);
}

.home-page .about-modern-portrait {
  width: min(100%, 365px);
}

.home-page .about-modern-copy .section-title {
  margin-bottom: 24px;
}

.home-page .about-body {
  padding-top: 22px;
}

.home-page .about-body p {
  margin-bottom: 0;
  font-size: clamp(1.12rem, 1.35vw, 1.32rem);
  line-height: 1.55;
}

.home-page .about-stacked-logo {
  width: min(205px, 42%);
  margin-top: 26px;
}

/* Footer: slightly more presence for the brand and website address. */
.home-page .modern-footer .footer-brand img {
  width: 330px;
}

.home-page .modern-footer .footer-copy {
  font-size: .98rem;
  font-weight: 300;
}

@media (max-width: 1180px) {
  .home-page .brand-lockup,
  .home-page .brand-lockup img {
    width: 62px;
  }
  .home-page .brand-lockup { min-width: 62px; }
  .home-page .destination-card { height: 390px; }
}

@media (max-width: 980px) {
  .home-page .brand-lockup {
    width: 60px;
    min-width: 60px;
  }
  .home-page .brand-lockup img { width: 58px; }
  .home-page .hero-brand-mark { display: none; }
  .home-page .event-series-modern { padding: 70px 0; }
  .home-page .event-destination-grid { grid-template-columns: 1fr; max-width: 680px; }
  .home-page .destination-card { height: 470px; }
  .home-page .about-modern-grid { grid-template-columns: 1fr; }
  .home-page .about-modern-portrait { width: min(100%, 430px); }
}

@media (max-width: 720px) {
  .home-page .brand-lockup {
    width: 54px;
    min-width: 54px;
  }
  .home-page .brand-lockup img { width: 52px; }
  .home-page .event-series-modern { padding: 58px 0; }
  .home-page .event-series-intro .event-section-title {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }
  .home-page .destination-card { height: 430px; }
  .home-page .about-modern { padding: 58px 0; }
  .home-page .modern-footer .footer-brand img { width: 265px; }
  .home-page .modern-footer .footer-copy { font-size: .9rem; }
}



/* =========================================================
   V17 FINAL AMENDS - 25.08 (late)
   ========================================================= */

/* Header logo reduced by approx. 20% for better balance. */
.home-page .brand-lockup {
  width: 60px;
  min-width: 60px;
}

.home-page .brand-lockup img {
  width: 54px;
  max-height: 54px;
}

/* Hero mark aligned more closely with the main copy block. */
.home-page .hero-video-content {
  align-items: center;
}

.home-page .hero-brand-mark {
  top: 50%;
  right: clamp(24px, 5vw, 78px);
  width: clamp(168px, 15vw, 225px);
}

/* Remove rounded corners from photography across the homepage. */
.home-page .what-modern-image,
.home-page .what-modern-image img,
.home-page .why-statement-image,
.home-page .why-statement-image > img,
.home-page .destination-card,
.home-page .destination-card img,
.home-page .about-modern-portrait img {
  border-radius: 0 !important;
}

.home-page .destination-copy,
.home-page .destination-shade {
  border-radius: 0;
}

/* What We Do and Why It Works image positioning for the new photos. */
.home-page .what-modern-image img {
  object-position: center center;
}

.home-page .why-statement-image > img {
  object-position: center center;
}

/* Calendar of events scaled down for improved first-screen visibility. */
.home-page .event-series-modern {
  padding: 70px 0 75px;
}

.home-page .event-series-intro {
  margin-bottom: 24px;
  gap: 24px;
}

.home-page .event-series-intro .event-section-title {
  font-size: clamp(2.2rem, 3.45vw, 3.75rem);
}

.home-page .event-intro-copy p {
  font-size: .96rem;
  line-height: 1.5;
}

.home-page .event-destination-grid {
  gap: 14px;
}

.home-page .destination-card {
  height: clamp(330px, 28vw, 390px);
}

.home-page .destination-copy {
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 15px 17px 14px;
}

.home-page .destination-copy .caps {
  margin-bottom: 8px;
  font-size: .58rem;
}

.home-page .destination-copy h3 {
  margin-bottom: 8px;
  font-size: clamp(1.32rem, 1.55vw, 1.74rem);
}

.home-page .destination-copy .destination-venue {
  font-size: .74rem;
  margin-bottom: 3px;
}

.home-page .destination-copy .destination-location {
  font-size: .62rem;
}

.home-page .destination-link {
  margin-top: 10px;
  font-size: .58rem;
}

.event-section-title .hi-edit-accent {
  display: block;
  margin-bottom: 10px;
}

/* Meet Louisa: shorter section with updated three-paragraph copy. */
.home-page .about-modern {
  padding: 58px 0;
}

.home-page .about-modern-grid {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 72px);
}

.home-page .about-modern-copy .section-title {
  margin-bottom: 20px;
}

.home-page .about-body {
  padding-top: 18px;
}

.home-page .about-body p {
  margin-bottom: 14px;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  line-height: 1.58;
}

.home-page .about-body p:last-child {
  margin-bottom: 0;
}

/* Footer brand and website line slightly larger. */
.home-page .modern-footer .footer-brand img {
  width: 355px;
}

.home-page .modern-footer .footer-copy {
  font-size: 1.04rem;
  font-weight: 300;
}

@media (max-width: 1180px) {
  .home-page .brand-lockup { width: 56px; min-width: 56px; }
  .home-page .brand-lockup img { width: 50px; max-height: 50px; }
  .home-page .event-series-modern { padding: 52px 0 54px; }
  .home-page .destination-card { height: 336px; }
}

@media (max-width: 980px) {
  .home-page .brand-lockup { width: 54px; min-width: 54px; }
  .home-page .brand-lockup img { width: 48px; max-height: 48px; }
  .home-page .event-series-modern { padding: 56px 0; }
  .home-page .destination-card { height: 440px; }
  .home-page .about-modern { padding: 54px 0; }
}

@media (max-width: 720px) {
  .home-page .brand-lockup { width: 50px; min-width: 50px; }
  .home-page .brand-lockup img { width: 44px; max-height: 44px; }
  .home-page .event-series-modern { padding: 50px 0; }
  .home-page .event-series-intro .event-section-title {
    font-size: clamp(2rem, 10.8vw, 3rem);
  }
  .home-page .destination-card { height: 400px; }
  .home-page .modern-footer .footer-brand img { width: 280px; }
  .home-page .modern-footer .footer-copy { font-size: .95rem; }
}


/* =========================================================
   V18 HEADER + HERO CORRECTION
   ========================================================= */

/* Restore the V15 horizontal header logo, at roughly 20% smaller than V15. */
.home-page .brand-lockup {
  width: auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.home-page .brand-lockup img {
  width: 255px;
  max-width: none;
  max-height: none;
  height: auto;
  object-fit: contain;
  opacity: 1;
}

/* Keep the hero copy in its original left-aligned V15 position. */
.home-page .hero-video-content {
  align-items: stretch;
}

.home-page .hero-copy-modern {
  align-self: flex-start;
  text-align: left;
}

/* Vertically centre the square hero mark against the copy block. */
.home-page .hero-brand-mark {
  top: 52%;
  right: clamp(20px, 4vw, 64px);
  width: clamp(185px, 16vw, 255px);
  transform: translateY(-50%);
}

@media (max-width: 1180px) {
  .home-page .brand-lockup img {
    width: 230px;
  }
}

@media (max-width: 980px) {
  .home-page .brand-lockup img {
    width: min(220px, 55vw);
  }
  .home-page .hero-brand-mark {
    display: none;
  }
}

@media (max-width: 720px) {
  .home-page .brand-lockup img {
    width: min(205px, 56vw);
  }
}
