:root {
  --ink: #08313d;
  --peacock: #082f3a;
  --ivory: #fbf7ef;
  --paper: #fffdf8;
  --gold: #bd811f;
  --coral: #bf4f33;
  --coral-dark: #a63e28;
  --sage: #77927d;
  --muted: #5f6465;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  align-items: center;
  background: rgba(251,247,239,.96);
  border-bottom: 1px solid rgba(189,129,31,.65);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand { align-items: center; display: inline-flex; gap: 16px; font-family: Georgia, serif; font-size: 25px; letter-spacing: .24em; width: fit-content; }
.mark { display: inline-block; height: 46px; position: relative; width: 48px; }
.mark i { border-left: 2px solid var(--gold); border-right: 2px solid var(--gold); height: 43px; left: 15px; position: absolute; top: 1px; transform: skew(-27deg); width: 20px; }
.mark i:nth-child(2) { left: 9px; top: 14px; transform: rotate(60deg) skew(-27deg) scale(.65); }
.mark i:nth-child(3) { left: 18px; top: 20px; transform: rotate(-60deg) skew(-27deg) scale(.55); }
nav { display: flex; gap: clamp(24px, 4vw, 60px); }
nav a { font-size: 15px; font-weight: 700; position: relative; }
nav a::after { background: var(--gold); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; width: 100%; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { border: 1.5px solid var(--gold); border-radius: 10px; color: #9b6410; font-weight: 700; justify-self: end; padding: 14px 30px; transition: .18s ease; }
.header-cta:hover { background: var(--gold); color: white; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  min-height: 760px;
  padding: 24px clamp(24px, 5vw, 76px) 90px;
  position: relative;
}
.hero-copy { align-self: center; max-width: 700px; padding: 30px 45px 60px 0; position: relative; z-index: 2; }
.eyebrow { color: #a66a0e; font-size: 13px; font-weight: 800; letter-spacing: .24em; line-height: 1.6; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow b { padding: 0 5px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(56px, 6vw, 88px); line-height: .98; margin: 0; }
.ornament { align-items: center; color: var(--gold); display: flex; font-size: 22px; margin: 28px 0 24px; width: 280px; }
.ornament::before, .ornament::after { background: var(--gold); content: ""; height: 1px; flex: 1; }
.ornament span { padding: 0 12px; }
.event-lines p { align-items: center; display: flex; font-size: 18px; gap: 16px; margin: 14px 0; }
.icon { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: inline-flex; flex: 0 0 45px; font-size: 20px; height: 45px; justify-content: center; }
.hero-intro { color: var(--muted); font-family: Georgia, serif; font-size: 20px; line-height: 1.55; margin: 30px 0; max-width: 580px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.primary-button, .secondary-button, .submit-button {
  align-items: center; border: 0; border-radius: 12px; cursor: pointer; display: inline-flex; font-weight: 800; justify-content: center; min-height: 58px; padding: 0 28px; transition: .18s ease;
}
.primary-button, .submit-button { background: var(--coral); box-shadow: 0 8px 24px rgba(191,79,51,.2); color: white; }
.primary-button { font-size: 19px; gap: 40px; min-width: 250px; }
.primary-button:hover, .submit-button:hover { background: var(--coral-dark); box-shadow: 0 12px 28px rgba(191,79,51,.3); transform: translateY(-2px); }
.primary-button span, .secondary-button span, .submit-button span { font-size: 25px; transition: transform .18s ease; }
.primary-button:hover span, .secondary-button:hover span, .submit-button:hover span { transform: translateX(5px); }
.text-link { border-bottom: 1px solid var(--gold); font-weight: 800; padding-bottom: 4px; }
.hero-art {
  background: linear-gradient(180deg, rgba(8,47,58,.05), rgba(8,47,58,.18)), url("https://arkina.rkss.org/meet2026/hero-skyline.png") center / cover no-repeat;
  border: 2px solid var(--gold);
  border-radius: 100px 18px 100px 18px;
  box-shadow: inset 0 0 0 6px rgba(251,247,239,.7);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}
.hero-art::after { background: linear-gradient(90deg, rgba(8,47,58,.08), transparent 40%); content: ""; inset: 0; position: absolute; }
.hero-flourish { color: #f2c35f; font-size: 38px; position: absolute; right: 28px; top: 22px; z-index: 2; }
.hero-lines { border: 1px solid rgba(242,195,95,.7); border-radius: 50%; bottom: -120px; height: 240px; left: -20px; position: absolute; width: 115%; z-index: 2; }
.fact-bar {
  align-items: stretch; background: rgba(255,253,248,.97); border: 1px solid #ead7b6; border-radius: 22px; bottom: 34px; box-shadow: 0 12px 30px rgba(8,49,61,.12); display: grid; grid-template-columns: repeat(3, 1fr); left: clamp(24px, 4vw, 58px); padding: 24px 36px; position: absolute; right: clamp(24px, 4vw, 58px); z-index: 4;
}
.fact-bar article { align-items: center; display: flex; gap: 20px; padding: 0 28px; }
.fact-bar article + article { border-left: 1px solid rgba(189,129,31,.5); }
.fact-bar strong, .fact-bar span { display: block; }
.fact-bar strong { font-size: 17px; margin-bottom: 6px; }
.fact-bar span { color: var(--muted); font-size: 14px; }
.fact-bar article:nth-child(2) .icon { background: var(--sage); border-color: var(--sage); color: white; }
.fact-bar article:nth-child(3) .icon { background: var(--coral); border-color: var(--coral); color: white; }

.section { padding: 100px clamp(24px, 7vw, 110px); }
.section-heading { margin: 0 auto 55px; max-width: 840px; text-align: center; }
.section h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.05; margin: 0 0 24px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.7; }
.schedule-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin: auto; max-width: 1320px; }
.schedule-grid article { background: var(--paper); border: 1px solid #ead9bc; border-radius: 20px; min-height: 230px; padding: 30px; position: relative; }
.schedule-grid article::before { background: var(--gold); content: ""; height: 3px; left: 30px; position: absolute; top: 0; width: 60px; }
.schedule-grid span { color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.schedule-grid h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin: 35px 0 12px; }
.schedule-grid p { color: var(--muted); line-height: 1.6; }

.hotel { background: var(--peacock); color: var(--ivory); }
.hotel-card { align-items: center; display: grid; gap: clamp(50px, 10vw, 150px); grid-template-columns: 1.05fr .95fr; margin: auto; max-width: 1240px; }
.hotel-card > div > p:not(.eyebrow) { color: #c4c9c6; font-size: 18px; line-height: 1.7; max-width: 620px; }
.secondary-button { background: var(--gold); color: var(--peacock); gap: 40px; margin-top: 20px; }
.secondary-button:hover { background: #d6a84e; transform: translateY(-2px); }
dl { border: 1px solid rgba(201,144,46,.55); border-radius: 22px; margin: 0; padding: 14px 30px; }
dl div { display: grid; gap: 25px; grid-template-columns: 110px 1fr; padding: 24px 0; }
dl div + div { border-top: 1px solid rgba(201,144,46,.35); }
dt { color: #d4b777; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
dd { margin: 0; }

.registration { display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .8fr 1.2fr; margin: auto; max-width: 1460px; }
.registration-intro { align-self: start; padding-top: 25px; position: sticky; top: 120px; }
.registration-intro > p:not(.eyebrow):not(.fee-callout), .registration-intro li { color: var(--muted); line-height: 1.7; }
.fee-callout { align-items: center; border-bottom: 1px solid #decaa5; border-top: 1px solid #decaa5; display: flex; gap: 18px; margin: 35px 0; padding: 20px 0; }
.fee-callout strong { color: var(--coral); font-family: Georgia, serif; font-size: 52px; font-weight: 400; }
.fee-callout span { font-weight: 700; max-width: 170px; }
.registration-intro ul { padding-left: 21px; }
.registration-form { background: var(--paper); border: 1px solid #e6d4b4; border-radius: 26px; box-shadow: 0 20px 60px rgba(8,49,61,.09); padding: clamp(25px, 4vw, 52px); }
.form-heading { border-bottom: 1px solid #e3d1af; display: flex; justify-content: space-between; margin-bottom: 32px; padding-bottom: 22px; }
.form-heading span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.field-grid { display: grid; gap: 24px 20px; grid-template-columns: 1fr 1fr; }
.field-grid label { color: #314a4f; font-size: 13px; font-weight: 800; }
.field-grid label.full { grid-column: 1 / -1; }
input, textarea { background: #fffefa; border: 1px solid #cfc8b9; border-radius: 9px; color: var(--ink); display: block; margin-top: 9px; outline: 0; padding: 13px 14px; transition: .15s ease; width: 100%; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,129,31,.16); }
small { color: #747878; font-weight: 400; }
.total-row { align-items: center; background: #f4eddf; border-radius: 12px; display: flex; justify-content: space-between; margin: 28px 0 22px; padding: 18px 20px; }
.total-row span { color: var(--muted); }
.total-row strong { color: var(--coral); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.agreement { align-items: flex-start; display: flex; font-size: 13px; gap: 12px; line-height: 1.55; }
.agreement input { flex: 0 0 18px; height: 18px; margin: 2px 0 0; width: 18px; }
.submit-button { gap: 35px; margin-top: 25px; min-width: 240px; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; }
.success { background: #e8f2e9; border-radius: 8px; color: #285d32; font-weight: 700; padding: 13px; }
.error-message { background: #fbe9e4; border-radius: 8px; color: #8c2d1f; font-weight: 700; margin-bottom: 22px; padding: 13px; }
.confirmation { background: #e8f2e9; border: 1px solid #bcd7c0; border-radius: 16px; color: #285d32; margin-bottom: 28px; padding: 22px; }
.confirmation strong { display: block; font-size: 20px; margin-bottom: 5px; }
.confirmation code { background: rgba(255,255,255,.75); border-radius: 5px; font-weight: 800; padding: 3px 7px; }

footer { align-items: center; background: #061f27; color: var(--ivory); display: grid; gap: 30px; grid-template-columns: 1fr 1fr 1fr; padding: 50px clamp(24px, 7vw, 110px); }
.footer-brand { font-size: 20px; }
footer > div { display: flex; flex-direction: column; gap: 7px; text-align: center; }
footer > div a { color: #d6b470; }
footer > p { color: #9faeaa; justify-self: end; }

:focus-visible { outline: 3px solid #d29b3f; outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-bottom: 35px; }
  .hero-copy { padding-right: 0; }
  .hero-art { min-height: 480px; }
  .fact-bar { margin-top: -35px; position: relative; bottom: auto; left: auto; right: auto; }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .registration, .hotel-card { grid-template-columns: 1fr; }
  .registration-intro { position: static; }
}

@media (max-width: 640px) {
  .site-header { padding: 0 18px; }
  .brand { font-size: 19px; gap: 8px; }
  .mark { transform: scale(.78); transform-origin: left; width: 39px; }
  .header-cta { padding: 11px 17px; }
  .hero { min-height: auto; padding: 20px 18px 30px; }
  .hero-copy { padding: 45px 0; }
  .eyebrow { font-size: 11px; letter-spacing: .16em; }
  h1 { font-size: 52px; }
  .event-lines p { align-items: flex-start; font-size: 16px; }
  .hero-actions, .primary-button { width: 100%; }
  .text-link { margin-left: 3px; }
  .hero-art { border-radius: 45px 10px 45px 10px; min-height: 350px; }
  .fact-bar { grid-template-columns: 1fr; padding: 12px 22px; }
  .fact-bar article { padding: 18px 0; }
  .fact-bar article + article { border-left: 0; border-top: 1px solid rgba(189,129,31,.4); }
  .section { padding: 75px 20px; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-grid article { min-height: auto; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid label.full { grid-column: auto; }
  .form-heading { flex-direction: column; gap: 8px; }
  .total-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .submit-button { width: 100%; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > p { justify-self: center; }
  .footer-brand { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
.site-header .brand .brand-logo {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
  flex: 0 0 36px;
  display: block;
}
