@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/rubik-variable-latin.woff2") format("woff2");
}

:root {
  --ink: #24333b;
  --terra: #c97858;
  --terra-deep: #b86648;
  --cream: #faf7f2;
  --paper: #fffdfa;
  --sand-soft: #eadbc9;
  --line: rgba(36, 51, 59, 0.14);
  --muted: #65737b;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 32px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Rubik", "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(36, 51, 59, 0.08);
}

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img { width: 184px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { position: relative; font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--terra); transition: right 180ms ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }

.status-chip {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hero { min-height: 820px; padding: 154px 0 74px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.hero-copy { padding-top: 22px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--terra-deep); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #eabda9; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.055em; }
h1 { margin-bottom: 28px; font-size: clamp(3.65rem, 6.7vw, 6.6rem); line-height: 0.94; font-weight: 700; }
h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; }
h1 em, h2 em { color: var(--terra); font-style: normal; font-weight: 400; }
.lead { max-width: 600px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }

.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-size: 0.84rem; font-weight: 700; letter-spacing: 0.025em; text-decoration: none; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 16px 38px rgba(36, 51, 59, 0.2); transition: transform 180ms ease, background 180ms ease; }
.button-dark:hover, .button-dark:focus-visible { transform: translateY(-2px); background: #17252c; }
.text-link { font-size: 0.88rem; font-weight: 700; text-underline-offset: 6px; }
.text-link span { color: var(--terra); }

.hero-note { margin-top: 68px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 0.78rem; }
.hero-note p { margin: 0; }
.hero-note strong { color: var(--ink); }
.mini-mark { width: 33px; height: 40px; flex: 0 0 auto; background: var(--ink); border-radius: 0 0 0 3px; clip-path: polygon(0 0, 92% 0, 70% 8%, 54% 19%, 43% 33%, 39% 48%, 43% 63%, 55% 75%, 72% 83%, 72% 100%, 0 100%); }

.hero-visual { position: relative; min-height: 590px; }
.arch { position: absolute; border-radius: 999px 999px 30px 30px; }
.arch-one { inset: 14px 0 38px 12%; background: var(--sand-soft); }
.arch-two { right: -10%; bottom: -12%; width: 320px; height: 320px; border-radius: 50%; background: rgba(201, 120, 88, 0.82); }
.photo-frame { position: absolute; inset: 0 12% 0 7%; margin: 0; overflow: hidden; border-radius: 260px 260px 26px 26px; background: #e9dece; box-shadow: 0 30px 70px rgba(62, 48, 40, 0.16); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.visual-caption { position: absolute; right: 0; bottom: 48px; width: 218px; padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; color: white; background: var(--ink); border-radius: 18px 0 0 18px; box-shadow: 0 18px 40px rgba(36, 51, 59, 0.24); }
.visual-caption span { color: #e9b69f; font-size: 0.72rem; font-weight: 700; }
.visual-caption p { margin: 0; font-size: 0.76rem; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(255, 253, 250, 0.64); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid p { margin: 0; padding: 10px 26px; border-right: 1px solid var(--line); font-weight: 600; }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border: 0; }
.proof-grid span { margin-right: 12px; color: var(--terra); font-size: 0.7rem; }

.section { padding: 124px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 460px; margin-bottom: 28px; color: var(--muted); font-size: 1.04rem; }

.experience-grid { display: grid; grid-template-columns: 1.4fr 0.8fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.feature-card { position: relative; min-height: 250px; padding: 34px; overflow: hidden; border-radius: var(--radius); }
.feature-card h3 { max-width: 380px; margin-bottom: 12px; font-size: 1.55rem; line-height: 1.15; }
.feature-card p { max-width: 430px; margin-bottom: 0; color: var(--muted); }
.card-index { position: absolute; top: 28px; right: 30px; font-size: 0.72rem; font-weight: 700; }
.feature-large { grid-row: 1 / 3; min-height: 560px; display: flex; align-items: flex-end; color: white; background: var(--ink); }
.feature-large p { color: #bfcbcf; }
.feature-large > div:not(.gesture) { position: relative; z-index: 2; }
.feature-terracotta { color: white; background: var(--terra); }
.feature-terracotta p { color: #fff1ea; }
.feature-cream { border: 1px solid var(--line); background: var(--paper); }
.gesture { position: absolute; top: 74px; left: 50%; width: 240px; height: 240px; transform: translateX(-50%); }
.gesture-ring { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 50%; }
.gesture-ring::before, .gesture-ring::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; }
.gesture-ring::before { inset: 25px; }
.gesture-ring::after { inset: 54px; }
.gesture-dot { position: absolute; inset: 86px; border-radius: 50%; background: var(--terra); box-shadow: 0 0 0 15px rgba(201, 120, 88, 0.16); }

.events { color: white; background: var(--ink); }
.events-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.events-copy h2 em { color: #e6a388; }
.events-copy > p:not(.eyebrow) { max-width: 500px; color: #b9c5c9; }
.event-list { margin: 38px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; }
.event-list li { padding: 18px 4px; border-top: 1px solid rgba(255, 255, 255, 0.17); font-weight: 600; }
.event-list li::before { content: "·"; margin-right: 10px; color: var(--terra); }
.events-photo { margin: 0; }
.events-photo img { width: 100%; max-height: 690px; object-fit: cover; object-position: center 43%; border-radius: 280px 280px 22px 22px; }
.events-photo figcaption { margin-top: 14px; color: #98a9af; font-size: 0.7rem; letter-spacing: 0.04em; text-align: center; text-transform: uppercase; }

.centered { max-width: 830px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step-card { min-height: 270px; padding: 36px 36px 20px; border-right: 1px solid var(--line); }
.step-card:last-child { border-right: 0; }
.step-card > span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 40px; place-items: center; border: 1px solid var(--terra); border-radius: 50%; color: var(--terra); font-size: 0.72rem; font-weight: 700; }
.step-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.step-card p { color: var(--muted); }

.closing { padding-top: 20px; }
.closing-card { position: relative; min-height: 420px; padding: 68px 76px; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; color: white; background: var(--terra); border-radius: 40px; }
.closing-card > div:not(.closing-mark) { position: relative; z-index: 2; max-width: 650px; }
.closing-card h2 { margin-bottom: 20px; }
.closing-card h2 em { color: white; opacity: 0.74; }
.closing-card p:not(.eyebrow) { max-width: 570px; margin-bottom: 0; color: #fff0e9; }
.closing-card .eyebrow { color: white; }
.closing-mark { position: absolute; right: 24%; bottom: -130px; width: 420px; height: 500px; border: 1px solid rgba(255, 255, 255, 0.23); border-radius: 50% 50% 0 0; }
.coming-soon { position: relative; z-index: 2; padding: 14px 20px; border: 1px solid rgba(255, 255, 255, 0.54); border-radius: 999px; font-size: 0.82rem; font-weight: 600; white-space: nowrap; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-actions a { min-width: 220px; padding: 14px 18px; display: grid; gap: 3px; color: var(--ink); background: white; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 16px; transition: transform 180ms ease, box-shadow 180ms ease; }
.contact-actions a:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(61, 35, 25, 0.13); }
.contact-actions span { color: var(--terra); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-actions strong { font-size: 0.86rem; font-weight: 650; }

footer { margin-top: 90px; padding: 68px 0 26px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 36px; align-items: start; }
.footer-grid img { width: 170px; }
.footer-grid p { color: var(--muted); font-size: 0.86rem; }
.footer-grid a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--sand); text-underline-offset: 3px; }
.footer-signature { justify-self: end; text-align: right; }
.footer-signature strong { color: var(--ink); }
.footer-bottom { margin-top: 54px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #829097; font-size: 0.7rem; }

@media (max-width: 940px) {
  :root { --shell: min(100% - 36px, 760px); }
  .nav-links { display: none; }
  .hero { min-height: auto; padding-top: 138px; }
  .hero-grid, .events-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; }
  .hero-note { margin-top: 42px; }
  .hero-visual { min-height: 640px; margin-top: 10px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .split-heading > p { margin-bottom: 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 10px 0; }
  .proof-grid p { border-bottom: 1px solid var(--line); }
  .proof-grid p:nth-child(2) { border-right: 0; }
  .proof-grid p:nth-child(3), .proof-grid p:nth-child(4) { border-bottom: 0; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .feature-large { grid-column: 1 / 3; grid-row: auto; min-height: 500px; }
  .events-copy { max-width: 650px; }
  .events-photo { max-width: 650px; justify-self: end; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .closing-card { padding: 58px; grid-template-columns: 1fr; gap: 30px; }
  .coming-soon { justify-self: start; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 560px); --radius: 24px; }
  .nav { min-height: 76px; }
  .brand img { width: 144px; }
  .status-chip { max-width: 132px; padding: 7px 10px; font-size: 0.63rem; line-height: 1.2; text-align: center; white-space: normal; }
  .hero { padding: 120px 0 58px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-actions { gap: 20px; }
  .button { width: 100%; }
  .hero-note { display: none; }
  .hero-visual { min-height: 495px; margin-top: 16px; }
  .arch-one { left: 4%; }
  .photo-frame { inset: 0 4% 0 4%; }
  .arch-two { width: 220px; height: 220px; }
  .visual-caption { right: 4%; bottom: 26px; width: 185px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p { min-height: 58px; display: flex; align-items: center; padding-inline: 6px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .proof-grid p:last-child { border-bottom: 0 !important; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 38px; }
  .experience-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; min-height: 480px; }
  .feature-card { min-height: 250px; padding: 28px; }
  .gesture { width: 210px; height: 210px; }
  .event-list { grid-template-columns: 1fr; }
  .events-photo img { max-height: 520px; }
  .step-card { padding-inline: 8px; }
  .closing { padding-top: 0; }
  .closing-card { min-height: 470px; padding: 38px 28px; border-radius: 28px; }
  .coming-soon { width: 100%; text-align: center; }
  footer { margin-top: 56px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-signature { justify-self: start; text-align: left; }
  .footer-bottom { gap: 16px; flex-direction: column; }
}

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