:root {
  --ink: #231a22;
  --plum: #360c32;
  --plum-2: #56144c;
  --coral: #f1465a;
  --orange: #ff8a36;
  --cream: #fff8ee;
  --paper: #fffdf9;
  --muted: #766b74;
  --line: rgba(54, 12, 50, .13);
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(54, 12, 50, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.search-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: white; padding: 12px 18px; border-radius: 99px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { background: rgba(255, 253, 249, .97); position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.utility { min-height: 38px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.utility-location { display: inline-flex; align-items: center; gap: 8px; padding-block: 7px; transition: color .2s ease; }
.utility-location:hover { color: var(--coral); }
.utility-location svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; flex: 0 0 auto; }
.utility-actions, .language-switcher { display: flex; align-items: center; }
.language { border: 0; background: transparent; cursor: pointer; padding: 6px 8px; font-size: .72rem; letter-spacing: .1em; opacity: .45; }
.language.active { opacity: 1; font-weight: 700; color: var(--plum); }
.search-toggle { border: 0; border-left: 1px solid var(--line); background: transparent; display: flex; gap: 8px; align-items: center; padding: 4px 0 4px 18px; margin-left: 10px; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.search-toggle svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-row { height: 112px; display: flex; justify-content: center; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-align: left; }
.brand-mark { width: 68px; height: 68px; display: grid; place-items: center; position: relative; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy small { text-transform: uppercase; font-size: .68rem; letter-spacing: .22em; color: var(--muted); margin-bottom: 5px; }
.brand-copy strong { font-family: var(--display); font-size: 1.55rem; letter-spacing: -.02em; }
.main-nav { height: 63px; display: flex; align-items: center; justify-content: center; position: relative; }
.nav-links { display: flex; gap: 38px; align-items: center; }
.nav-links a { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .095em; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-cta { position: absolute; right: 0; padding: 10px 18px; border: 1px solid var(--plum); border-radius: 99px; color: var(--plum); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.nav-cta:hover { background: var(--plum); color: white; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: #4a0a35; line-height: 0; }
.hero > img { width: 100%; height: auto; }
.statement-section { min-height: 650px; position: relative; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 86% 24%, rgba(241,70,90,.24), transparent 31%), radial-gradient(circle at 75% 80%, rgba(255,138,54,.17), transparent 30%), var(--plum); color: white; }
.statement-ribbon { position: absolute; width: min(48vw, 650px); aspect-ratio: 1; right: -11%; top: -10%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.02); }
.statement-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr); gap: 80px; align-items: center; padding-block: 88px; }
.statement-copy { max-width: 690px; }
.statement-note { display: grid; grid-template-columns: repeat(2, max-content); justify-content: end; align-items: center; gap: 8px 34px; font-family: var(--display); font-style: italic; font-size: clamp(1.45rem, 2.65vw, 2.8rem); color: rgba(255,255,255,.28); }
.statement-note span:nth-child(1) { transform: translateX(-38px); color: rgba(255,255,255,.54); }
.statement-note span:nth-child(2) { transform: translateX(4px); }
.statement-note span:nth-child(3) { transform: translateX(-82px); color: rgba(255,138,54,.82); }
.statement-note span:nth-child(4) { transform: translateX(-14px); color: rgba(241,70,90,.72); }
.statement-note span:nth-child(5) { grid-column: 1 / -1; justify-self: center; transform: translateX(20px); color: rgba(255,255,255,.46); }
.eyebrow { margin: 0 0 18px; font-size: .74rem; text-transform: uppercase; letter-spacing: .23em; font-weight: 700; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; line-height: .99; margin: 0; }
h1 { font-size: clamp(3.8rem, 6.9vw, 6.0rem); }
h1 em, h2 em { font-weight: 600; color: var(--orange); }
.statement-copy > p:not(.eyebrow) { max-width: 560px; font-size: 1.09rem; margin: 26px 0 34px; color: rgba(255,255,255,.75); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; border-radius: 99px; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; transition: .2s ease; }
.button-primary { background: linear-gradient(120deg, var(--coral), var(--orange)); color: white; box-shadow: 0 12px 30px rgba(241,70,90,.25); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(241,70,90,.36); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-ghost:hover { background: white; color: var(--plum); }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding-bottom: 58px; }
.section-heading h2, .schedule h2, .about h2, .wedding h2, .contact h2 { font-size: clamp(2.7rem, 5.4vw, 4.2rem); }
.section-lead { max-width: 480px; font-size: 1.08rem; color: var(--muted); margin: 0 0 8px; }
.course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding-bottom: 112px; }
.course-card { min-height: 340px; padding: 34px; border-radius: 24px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.course-number { font-size: .72rem; letter-spacing: .16em; opacity: .55; }
.course-icon { width: 76px; margin: 22px auto 12px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; opacity: .88; }
.course-card > div { margin-top: auto; }
.course-meta { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; margin: 0 0 8px; opacity: .7; }
.course-card h3 { font-family: var(--display); font-size: 1.7rem; line-height: 1.1; margin: 0 0 10px; }
.course-card p:not(.course-meta) { font-size: .9rem; line-height: 1.5; opacity: .78; margin: 0; }
.course-card > a { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid currentColor; margin-top: 24px; padding-top: 15px; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.card-coral { background: #f65a65; color: #2c0927; }
.card-plum { background: var(--plum); color: white; }
.card-orange { background: #ff9a3d; color: #321027; }
.card-cream { background: #f2e6d5; color: var(--plum); }
.card-wedding { background: #8d2859; color: white; }
.card-wedding .course-icon { stroke: var(--orange); }
.card-indigo { background: #29254f; color: white; }

.schedule { background: #1d121b; color: white; }
.schedule-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.schedule-copy { position: sticky; top: 30px; }
.schedule-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); max-width: 450px; margin: 26px 0; }
.text-link { display: inline-flex; gap: 20px; align-items: center; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.schedule-list article { display: grid; grid-template-columns: 88px 1fr auto; gap: 25px; align-items: center; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.schedule-list article:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.schedule-list time { font-family: var(--display); font-size: 2rem; color: var(--orange); }
.schedule-list div > span { text-transform: uppercase; letter-spacing: .16em; font-size: .64rem; color: rgba(255,255,255,.48); }
.schedule-list h3 { margin: 2px 0; font-size: 1rem; }
.schedule-list p { margin: 0; color: rgba(255,255,255,.54); font-size: .82rem; }
.pill { border: 1px solid rgba(255,255,255,.25); border-radius: 99px; padding: 7px 11px; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }

.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.about-statement { width: 100%; aspect-ratio: 1 / 1.05; min-height: 0; border-radius: 50% 50% 24px 24px; background: #1d121b; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(36px, 5vw, 60px); position: relative; overflow: hidden; }
.about-statement::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(17,4,14,.94) 0%, rgba(25,6,20,.5) 47%, rgba(17,4,14,.06) 78%); }
.about-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.quote-mark { z-index: 2; font-family: var(--display); font-size: 8rem; color: rgba(255,255,255,.65); height: 80px; line-height: 1; position: relative; }
blockquote { z-index: 2; font-family: var(--display); font-size: clamp(1.9rem, 3.45vw, 1.9rem); line-height: 1.1; margin: 30px 0 0; color: white; position: relative; overflow-wrap: anywhere; text-shadow: 0 3px 20px rgba(0,0,0,.36); }
.about-copy > p:not(.eyebrow) { color: var(--muted); margin: 28px 0; }
.achievements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 24px 0 30px; margin-bottom: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.achievements div { display: flex; flex-direction: column; }
.achievements strong { font-family: var(--display); font-size: 1.85rem; color: var(--coral); }
.achievements span { font-size: .68rem; line-height: 1.35; color: var(--muted); }

.wedding { background: var(--plum); color: white; overflow: hidden; }
.wedding-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 590px; align-items: center; gap: clamp(50px, 8vw, 100px); }
.wedding-orbit { width: min(100%, 500px); aspect-ratio: 1; justify-self: center; position: relative; }
.wedding-orbit::before, .wedding-orbit::after, .wedding-orbit span { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); inset: 8%; }
.wedding-orbit::after { inset: 20%; border-color: rgba(255,138,54,.5); }
.wedding-orbit span:nth-child(1) { inset: 32%; background: linear-gradient(145deg, var(--coral), var(--orange)); border: 0; box-shadow: 0 30px 80px rgba(241,70,90,.32); }
.wedding-orbit span:nth-child(2) { width: 28px; height: 28px; inset: auto auto 18% 17%; background: var(--orange); border: 0; }
.wedding-orbit span:nth-child(3) { width: 13px; height: 13px; inset: 10% 18% auto auto; background: var(--coral); border: 0; }
.wedding-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); margin: 25px 0; }
.wedding-copy ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; }
.wedding-copy li { border: 1px solid rgba(255,255,255,.18); border-radius: 99px; padding: 7px 13px; font-size: .72rem; }
.button-light { background: white; color: var(--plum); }

.contact { background: #fff4e6; }
.contact-inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 70px); align-items: stretch; }
.contact-visual { min-height: 570px; border-radius: 28px; overflow: hidden; position: relative; background: var(--plum); }
.contact-visual::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(30,5,27,.92), transparent); }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-visual-copy { position: absolute; z-index: 1; left: clamp(28px, 4vw, 52px); right: 24px; bottom: clamp(28px, 4vw, 48px); color: white; }
.contact-visual-copy h2 { font-size: clamp(2.8rem, 5vw, 3.6rem); }
.contact-card { background: white; border-radius: 28px; padding: 40px; box-shadow: var(--shadow); }
.contact-card p { color: var(--muted); margin-top: 0; }
.contact-card > a:not(.button) { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.contact-card small { color: var(--coral); font-size: .65rem; }
.contact-card .button { margin-top: 28px; width: 100%; }

footer { background: #1d121b; color: rgba(255,255,255,.65); padding: 40px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; line-height: 1.2; font-family: var(--display); }
.footer-brand span { width: 46px; height: 46px; display: grid; place-items: center; background: white; border-radius: 50%; padding: 4px; }
.footer-brand span img { width: 100%; height: 100%; object-fit: contain; }
.footer-inner p { font-size: .78rem; }
.footer-links { display: flex; gap: 20px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { display: inline-flex; align-items: center; gap: 8px; }
.footer-links svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.search-panel { position: fixed; inset: 0; z-index: 100; background: rgba(29,18,27,.96); color: white; display: grid; place-items: center; padding: 30px; }
.search-panel[hidden] { display: none; }
.search-close { position: absolute; right: 35px; top: 22px; border: 0; background: transparent; color: white; font-size: 3rem; font-weight: 200; cursor: pointer; }
.search-content { width: min(760px, 100%); }
.search-content label { display: grid; grid-template-columns: 1fr 60px; border-bottom: 1px solid rgba(255,255,255,.55); }
.search-content input { width: 100%; border: 0; background: transparent; color: white; padding: 18px 0; font-family: var(--display); font-size: clamp(2rem,5vw,4rem); outline: none; }
.search-content label button { border: 0; background: transparent; color: var(--orange); font-size: 2rem; cursor: pointer; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.search-suggestions a { border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: 7px 14px; font-size: .78rem; }

@media (max-width: 1050px) {
  .nav-links { gap: 20px; }
  .nav-cta { display: none; }
  .course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schedule-inner, .about, .contact-inner { gap: 50px; }
  .statement-inner { gap: 40px; }
}

@media (max-width: 900px) {
  .about, .wedding-inner { grid-template-columns: 1fr; }
  .about-statement { width: min(100%, 620px); aspect-ratio: 1.25 / 1; justify-self: center; border-radius: 220px 220px 24px 24px; }
  .about-copy { max-width: 680px; }
  .wedding-orbit { width: min(100%, 460px); }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-visual { min-height: 520px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 620px); }
  .section { padding-block: 78px; }
  .utility-location { font-size: .65rem; letter-spacing: .06em; }
  .utility-location span { max-width: 155px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .search-toggle { padding-left: 11px; margin-left: 4px; }
  .search-toggle span { display: none; }
  .brand-row { height: 96px; }
  .brand-mark { width: 52px; height: 52px; }
  .brand-copy strong { font-size: 1.25rem; }
  .main-nav { height: 56px; justify-content: flex-end; }
  .menu-toggle { display: flex; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: white; flex-direction: column; justify-content: center; gap: 4px; padding: 0 11px; cursor: pointer; }
  .menu-toggle span { height: 1px; background: var(--plum); width: 100%; }
  .nav-links { position: fixed; inset: 0; z-index: -1; background: var(--plum); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px; opacity: 0; visibility: hidden; transition: .2s; }
  .menu-open .nav-links { opacity: 1; visibility: visible; z-index: 30; }
  .menu-open .menu-toggle { position: fixed; right: 15px; top: 145px; z-index: 31; }
  .nav-links a { font-family: var(--display); font-size: 2rem; text-transform: none; font-weight: 500; }
  .hero > img { min-height: 210px; object-fit: cover; object-position: 52% center; }
  .statement-section { min-height: auto; }
  .statement-inner { grid-template-columns: 1fr; padding-block: 76px; }
  .statement-note { display: none; }
  h1 { font-size: clamp(3.3rem, 15vw, 5.2rem); }
  .intro { grid-template-columns: 1fr; gap: 25px; padding-bottom: 45px; }
  .course-grid { grid-template-columns: 1fr; padding-bottom: 78px; }
  .course-card { min-height: 340px; }
  .schedule-inner, .about, .wedding-inner, .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .schedule-copy { position: static; }
  .schedule-list article { grid-template-columns: 72px 1fr; }
  .schedule-list .pill { display: none; }
  .about-statement { width: 100%; aspect-ratio: auto; min-height: 450px; padding: 38px; border-radius: 190px 190px 24px 24px; }
  .wedding-orbit { width: min(100%, 380px); order: 2; }
  .wedding-inner { gap: 20px; }
  .contact-visual { min-height: 480px; }
  .contact-card { padding: 28px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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