:root {
  --paper: #fbfaf6;
  --ink: #161616;
  --blue: #169ed0;
  --blue-deep: #057aa9;
  --sun: #f9af36;
  --mist: #dceef3;
  --line: rgba(22, 22, 22, 0.2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

a { color: inherit; }

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px 5vw;
}

.wordmark {
  display: flex;
  align-items: baseline;
  gap: 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.wordmark small { font-size: 9px; font-weight: 500; color: #555; }

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.hero {
  min-height: min(860px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 7vw 76px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--blue-deep);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

h1, h2, h3, p { letter-spacing: 0; }

h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.96;
}

h1 { max-width: 760px; font-size: clamp(62px, 7.8vw, 122px); }

h2 { font-size: clamp(44px, 5.4vw, 82px); }

.intro {
  max-width: 590px;
  margin: 34px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 13px 24px;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

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

.text-link { padding: 12px 0; font-size: 14px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.brand-stage {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  background: var(--mist);
  padding: 110px 44px 50px;
}

.brand-stage::before,
.brand-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(5, 122, 169, 0.3);
  border-radius: 50%;
}

.brand-stage::before { width: 70%; aspect-ratio: 1; }
.brand-stage::after { width: 90%; aspect-ratio: 1; }

.brand-stage img {
  position: relative;
  z-index: 2;
  width: min(78%, 440px);
  height: auto;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.brand-stage .sun {
  position: absolute;
  top: 17%;
  right: 14%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--sun);
}

.brand-stage p {
  position: absolute;
  z-index: 3;
  right: 7%;
  bottom: 5%;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.25;
}

.invitation {
  display: grid;
  grid-template-columns: 70px 1.05fr 0.95fr;
  gap: 5vw;
  padding: 120px 7vw;
  border-bottom: 1px solid var(--line);
}

.section-number { margin: 5px 0 0; font-size: 11px; color: #666; }

.invitation-copy { max-width: 520px; padding-top: 35px; }
.invitation-copy p { margin: 0 0 24px; font-size: 18px; }

.experience {
  padding: 120px 7vw;
  color: white;
  background: var(--blue-deep);
}

.experience .eyebrow { color: white; opacity: 0.75; }

.experience-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 78px;
  border-top: 1px solid rgba(255,255,255,0.45);
  border-bottom: 1px solid rgba(255,255,255,0.45);
}

.experience-list article { min-height: 270px; padding: 30px 30px 28px 0; }
.experience-list article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.45); }
.line-icon { font-size: 11px; opacity: 0.7; }
.experience-list h3 { margin: 72px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.experience-list p { max-width: 300px; margin: 0; opacity: 0.82; }

.visit {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  padding: 120px 7vw;
}

.visit-copy > p:last-child { margin: 34px 0 0; font-size: 18px; }

.visit-actions { border-top: 1px solid var(--ink); }

.visit-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 112px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.visit-link small { display: block; margin-bottom: 6px; color: var(--blue-deep); font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; }

footer {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 110px;
  padding: 24px 7vw;
  border-top: 1px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
}

footer img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
footer p { margin: 0; font-weight: 700; }
footer a { margin-left: auto; text-underline-offset: 4px; }

@media (hover: hover) {
  .button-primary:hover { color: var(--ink); background: var(--sun); }
  .text-link:hover, .header-call:hover, footer a:hover { color: var(--blue-deep); }
  .visit-link:hover { padding-left: 18px; padding-right: 18px; color: white; background: var(--ink); }
}

@media (max-width: 760px) {
  .site-header { position: absolute; min-height: 68px; padding: 14px 20px; }
  .wordmark { flex-direction: column; align-items: flex-start; gap: 0; line-height: 1.1; }
  .header-call span { display: none; }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy { min-height: 600px; padding: 108px 24px 58px; }
  h1 { font-size: 60px; }
  h2 { font-size: 48px; }
  .intro { margin-top: 26px; font-size: 18px; }
  .hero-actions { gap: 22px; margin-top: 30px; }
  .button { min-height: 52px; padding: 12px 18px; }

  .brand-stage { min-height: 440px; padding: 55px 22px; }
  .brand-stage img { width: min(78vw, 340px); }
  .brand-stage .sun { top: 12%; right: 12%; width: 44px; height: 44px; }

  .invitation {
    grid-template-columns: 32px 1fr;
    gap: 18px;
    padding: 82px 24px;
  }
  .invitation-copy { grid-column: 2; padding-top: 18px; }
  .invitation-copy p { font-size: 17px; }

  .experience { padding: 82px 24px; }
  .experience-list { grid-template-columns: 1fr; margin-top: 54px; }
  .experience-list article { min-height: 210px; padding: 26px 0; }
  .experience-list article + article { padding-left: 0; border-top: 1px solid rgba(255,255,255,0.45); border-left: 0; }
  .experience-list h3 { margin-top: 48px; }

  .visit { grid-template-columns: 1fr; gap: 56px; padding: 82px 24px; }
  .visit-link { min-height: 102px; font-size: 20px; }
  footer { padding: 24px; }
}

@media (max-width: 360px) {
  h1 { font-size: 52px; }
  h2 { font-size: 42px; }
  .hero-copy { padding-left: 18px; padding-right: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
