:root {
  --green: #10392f;
  --green-dark: #082f26;
  --paper: #f7f3e9;
  --paper-dark: #eee8dc;
  --clay: #bd6448;
  --muted: #66746e;
  --line: #cbd0ca;
  --serif: "Libre Caslon Text", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --max: 1420px;
  --gutter: clamp(24px, 4vw, 58px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--green); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
p, h1, h2, h3, blockquote, figure { margin: 0; }
a { color: inherit; }
.page { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.cover { position: absolute; inset: 0; }
.overline { display: flex; align-items: center; gap: 16px; color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.overline::before { content: ""; width: 35px; height: 1px; background: currentColor; }
.overline--light { color: #fff; }
h1, h2, h3, blockquote { font-family: var(--serif); }
h2 { font-size: clamp(42px, 4.2vw, 63px); line-height: 1.08; letter-spacing: -.035em; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border: 1px solid var(--green); background: var(--green); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s; }
.button:hover { background: var(--clay); border-color: var(--clay); }
.button--light { background: #fff; border-color: #fff; color: var(--green); }
.button--light:hover { color: #fff; }
.button--outline { color: var(--green); background: transparent; }
.alctel-logo { width: auto; object-fit: contain; }
.alctel-logo--white { filter: brightness(0) invert(1); }

.hero { position: relative; min-height: 100svh; color: #fff; overflow: hidden; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,37,29,.84) 0%, rgba(5,37,29,.47) 58%, rgba(5,37,29,.32) 100%), linear-gradient(0deg, rgba(4,29,23,.8), transparent 54%); }
.hero__layout { position: relative; z-index: 1; min-height: 100svh; padding-top: 34px; padding-bottom: 38px; display: grid; grid-template-rows: auto 1fr auto; }
.hero__top { display: flex; justify-content: space-between; align-items: flex-start; }
.hero__top .alctel-logo { height: 56px; }
.hero__top > span { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding-top: 8px; }
.hero__content { align-self: center; padding-block: 30px; max-width: 820px; }
.hero__content .overline { margin-bottom: 24px; }
.hero h1 { font-size: clamp(50px, 5.7vw, 80px); line-height: 1.04; letter-spacing: -.04em; }
.hero__intro { margin-top: 18px; font-size: clamp(16px, 1.4vw, 20px); }
.hero__theme { margin-top: 33px; padding-left: 20px; border-left: 2px solid var(--clay); }
.hero__theme span { color: #ead9d0; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero__theme h2 { margin-top: 7px; font-family: var(--sans); font-size: clamp(21px, 2.2vw, 30px); letter-spacing: -.02em; }
.hero__theme p { margin-top: 5px; max-width: 650px; font-size: clamp(16px, 1.5vw, 20px); }
.hero__content .button { margin-top: 28px; }
.hero__facts { border-top: 1px solid rgba(255,255,255,.46); padding-top: 22px; display: grid; grid-template-columns: .75fr 1fr 1fr 2.1fr; }
.hero__facts > div { min-height: 62px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.3); display: grid; align-content: center; }
.hero__facts > div:first-child { padding-left: 0; border-left: 0; }
.hero__facts strong { font-family: var(--serif); font-size: clamp(26px, 2.5vw, 35px); font-weight: 400; line-height: 1; }
.hero__facts span { margin-top: 7px; font-size: 9px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }

.conversation { padding-block: clamp(56px, 6vw, 84px); }
.conversation__grid { display: grid; grid-template-columns: 38% 62%; gap: 0; }
.conversation__copy { padding-right: clamp(32px, 5vw, 72px); }
.conversation__copy h2 { margin-top: 36px; }
.conversation__copy > p:not(.overline) { margin-top: 30px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.conversation__copy blockquote { margin-top: 34px; padding-left: 20px; border-left: 2px solid var(--clay); font-size: clamp(20px, 2vw, 27px); line-height: 1.35; }
.conversation__visual { padding-left: clamp(0px, 3vw, 42px); }
.conversation__photo { height: 525px; }
.conversation__topics-label { margin-top: 22px; color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.conversation__topics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.conversation__topics article { min-height: 132px; padding: 20px; border-left: 1px solid var(--line); }
.conversation__topics article:first-child { padding-left: 0; border-left: 0; }
.conversation__topics strong { display: block; font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.25; }
.conversation__topics span { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.conversation__numbers { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.conversation__numbers div { padding: 21px 22px 0; border-left: 1px solid var(--line); display: grid; }
.conversation__numbers div:first-child { padding-left: 0; border-left: 0; }
.conversation__numbers strong { font-family: var(--serif); color: var(--clay); font-size: 32px; font-weight: 400; }
.conversation__numbers span { margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }

.experience { background: var(--paper-dark); }
.experience__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 58px); }
.venue-card--full { min-height: clamp(560px, 48vw, 650px); }
.venue-card--full .venue-card__content { min-height: clamp(560px, 48vw, 650px); padding-block: clamp(52px, 6vw, 78px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: clamp(54px, 7vw, 110px); align-items: center; }
.venue-card { position: relative; min-height: 540px; color: #fff; overflow: hidden; }
.venue-card__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,35,28,.78), rgba(5,35,28,.5) 52%, rgba(5,35,28,.68)), linear-gradient(0deg, rgba(5,35,28,.72), rgba(5,35,28,.12)); }
.venue-card__content { position: relative; z-index: 1; min-height: 540px; padding: clamp(30px, 4vw, 52px); display: flex; flex-direction: column; justify-content: flex-end; }
.venue-card__intro { max-width: 560px; }
.venue-card h2 { margin-top: 25px; font-size: clamp(42px, 4vw, 62px); }
.venue-card__intro > p:not(.overline) { margin-top: 26px; max-width: 540px; font-size: 15px; line-height: 1.75; }
.venue-card__info { padding-left: clamp(30px, 4vw, 62px); border-left: 1px solid rgba(255,255,255,.34); }
.venue-card__details { display: grid; border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); }
.venue-card__details div { min-height: 74px; padding-block: 15px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 22px; }
.venue-card__details div:first-child { border-top: 0; }
.venue-card__details span { color: #e8d6ce; font-size: 9px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.venue-card__details strong { font-family: var(--serif); font-size: clamp(18px, 1.5vw, 22px); font-weight: 400; }
.venue-card__awards { margin-top: 30px; }
.venue-card__awards > span { color: #e8d6ce; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.venue-card__awards p { margin-top: 11px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; align-items: baseline; gap: 24px; font-family: var(--serif); font-size: 16px; }
.venue-card__awards b { color: #efb39e; font-family: var(--sans); font-size: 9px; white-space: nowrap; }

.confirmation { padding-block: clamp(60px, 7vw, 96px); }
.confirmation__layout { display: grid; grid-template-columns: 1.15fr .75fr 1fr; gap: clamp(38px, 5vw, 78px); align-items: start; }
.confirmation h2 { margin-top: 35px; }
.confirmation__note { margin-top: 30px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.confirmation__date { display: flex; align-items: flex-start; padding-top: 45px; }
.confirmation__date > strong { font-family: var(--serif); color: var(--clay); font-size: 84px; font-weight: 400; line-height: .9; }
.confirmation__date p { margin-left: 14px; display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.confirmation__date b { color: var(--green); font-size: 11px; text-transform: uppercase; }
.confirmation__place { padding-top: 45px; }
.confirmation__place h3 { font-size: 29px; }
.confirmation__place p { margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.confirmation__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.footer { background: var(--green-dark); color: rgba(255,255,255,.7); }
.footer__layout { min-height: 145px; padding-block: 30px; display: flex; align-items: flex-start; gap: 75px; }
.footer span { display: block; margin-bottom: 10px; font-size: 8px; font-weight: 700; text-transform: uppercase; line-height: 1; }
.footer__logo-row { display: flex; align-items: center; height: 44px; }
.footer__brand .alctel-logo { height: 44px; }
.footer__genesys-logo { gap: 4px; }
.footer__genesys-logo img { height: 28px; width: auto; object-fit: contain; }
.footer__genesys-logo img:last-child { filter: brightness(0) invert(1); }
.footer__guest-logos img { height: 25px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.footer__guest { padding-left: 48px; border-left: 1px solid rgba(255,255,255,.18); align-self: stretch; }
.footer__guest-logos { gap: 16px; }
.footer a { margin-left: auto; font-size: 10px; text-decoration: none; }

@media (max-width: 700px) {
  .footer__layout { flex-wrap: wrap; gap: 24px 32px; }
  .footer__guest { padding-left: 0; border-left: none; }
  .footer a { margin-left: 0; }
}

.js-reveal-armed .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.js-reveal-armed .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

.policy-page { min-height: 100svh; background: var(--paper); }
.policy { max-width: 820px; padding-top: clamp(55px, 9vw, 105px); padding-bottom: 80px; }
.policy__logo { width: 145px; height: auto; margin-bottom: 70px; object-fit: contain; }
.policy h1 { margin-top: 30px; font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); line-height: 1.08; letter-spacing: -.035em; }
.policy > p:not(.overline) { max-width: 680px; margin-top: 25px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.policy__back { display: inline-flex; margin-top: 40px; color: var(--green); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.policy__back:hover { color: var(--clay); }

@media (max-width: 980px) {
  .conversation__grid { grid-template-columns: 1fr; }
  .conversation__copy { padding-right: 0; max-width: 700px; }
  .conversation__visual { margin-top: 48px; padding-left: 0; }
  .conversation__numbers { grid-column: auto; }
  .experience__grid { grid-template-columns: 1fr; }
  .venue-card--full .venue-card__content { grid-template-columns: 1fr; gap: 42px; }
  .venue-card__intro { max-width: 680px; }
  .venue-card__info { padding: 36px 0 0; border-top: 1px solid rgba(255,255,255,.34); border-left: 0; }
  .confirmation__layout { grid-template-columns: 1fr 1fr; }
  .confirmation__layout > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .hero__top { flex-wrap: wrap; gap: 14px; }
  .hero__top .alctel-logo { height: 42px; }
  .hero h1 { font-size: 43px; }
  .hero__theme { margin-top: 24px; }
  .hero__facts { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .hero__facts > div { padding-left: 18px; }
  .hero__facts > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .conversation__photo { height: 410px; }
  .conversation__topics { grid-template-columns: 1fr; border-bottom: 0; }
  .conversation__topics article { min-height: auto; padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .conversation__numbers { gap: 10px; }
  .conversation__numbers div { padding-left: 10px; }
  .conversation__numbers span { font-size: 8px; }
  .venue-card, .venue-card__content { min-height: 680px; }
  .venue-card--full .venue-card__content { padding-block: 52px; gap: 34px; }
  .venue-card h2 { font-size: 40px; }
  .venue-card__intro > p:not(.overline) { font-size: 14px; }
  .venue-card__info { padding-top: 28px; }
  .venue-card__details div { min-height: 66px; grid-template-columns: 1fr; gap: 7px; }
  .venue-card__details strong { font-size: 18px; }
  .venue-card__awards p { font-size: 14px; }
  .confirmation__layout { grid-template-columns: 1fr; }
  .confirmation__layout > div:first-child { grid-column: auto; }
  .confirmation__date, .confirmation__place { padding-top: 0; }
  .footer__layout { align-items: flex-start; flex-wrap: wrap; gap: 30px 50px; }
  .footer__guest { padding-left: 0; border-left: 0; }
  .footer a { margin-left: 0; width: 100%; }
  .policy__logo { margin-bottom: 50px; }
}

@media (max-width: 440px) {
  .hero__top > span { font-size: 9px; }
  .hero__layout { padding-top: 24px; padding-bottom: 25px; }
  .hero h1 { font-size: 37px; }
  .hero__intro { font-size: 14px; }
  .hero__theme h2 { font-size: 19px; }
  .hero__theme p { font-size: 15px; }
  .hero__content .button { margin-top: 20px; min-height: 47px; }
  .hero__facts strong { font-size: 23px; }
  .conversation__photo { height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
