:root {
  --background: oklch(0.115 0 0); --foreground: oklch(1 0 0); --card: oklch(0.158 0 0);
  --primary: oklch(0.755 0.142 88.3); --primary-foreground: oklch(0.115 0 0);
  --secondary: oklch(0.158 0 0); --muted-foreground: oklch(0.76 0 0);
  --accent: oklch(0.88 0.13 92); --border: oklch(0.36 0.025 88 / 0.42);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.content-wrap { width: min(100% - 2.5rem, 1380px); margin-inline: auto; }
.section { padding-block: clamp(5.5rem, 9vw, 9rem); }
.section-alt { background: var(--secondary); border-block: 1px solid color-mix(in oklab, var(--primary) 14%, transparent); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; width: 100%; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, box-shadow .35s; }
.site-header.is-solid { background: color-mix(in oklab, var(--background) 94%, transparent); border-color: color-mix(in oklab, var(--primary) 18%, transparent); box-shadow: 0 12px 30px color-mix(in oklab, var(--background) 24%, transparent); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.nav-inner { width: min(1440px, calc(100% - 48px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-header .brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; }
.site-header .brand-logo { width: clamp(48px, 5vw, 68px); height: clamp(48px, 5vw, 68px); display: block; object-fit: contain; object-position: center; }
.site-header .brand-text { display: flex; flex-direction: column; justify-content: center; line-height: 1; }
.site-header .brand-text strong { display: block; color: var(--foreground); font-family: var(--font-serif); font-size: 19px; font-weight: 600; letter-spacing: .08em; white-space: nowrap; }
.site-header .brand-text small { display: block; margin-top: 6px; color: var(--primary); font-family: var(--font-sans); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; opacity: .72; white-space: nowrap; }
.desktop-nav { display: none; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 32px); color: var(--muted-foreground); font-size: 14px; font-weight: 500; letter-spacing: .03em; }
.desktop-nav a { position: relative; white-space: nowrap; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--primary); transition: transform .3s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--primary); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { display: none; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid color-mix(in oklab, var(--primary) 62%, transparent); border-radius: 999px; color: var(--primary); font-size: 13px; font-weight: 600; letter-spacing: .02em; transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--primary); color: var(--primary-foreground); box-shadow: 0 8px 20px color-mix(in oklab, var(--primary) 20%, transparent); }
.nav-cta svg { transition: transform .25s ease; }
.nav-cta:hover svg { transform: translateX(4px); }
.menu-button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: var(--foreground); background: color-mix(in oklab, var(--background) 38%, transparent); border: 1px solid color-mix(in oklab, var(--primary) 28%, transparent); border-radius: 50%; cursor: pointer; transition: color .25s ease, border-color .25s ease, background-color .25s ease; }
.menu-button:hover, .menu-button:focus-visible { color: var(--primary); border-color: var(--primary); background: color-mix(in oklab, var(--background) 72%, transparent); }
.mobile-nav { width: min(100% - 32px, 1400px); margin: 0 auto 16px; padding: 14px; border: 1px solid color-mix(in oklab, var(--primary) 18%, transparent); border-radius: 18px; background: color-mix(in oklab, var(--background) 96%, transparent); box-shadow: 0 16px 34px color-mix(in oklab, var(--background) 35%, transparent); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); display: grid; gap: 4px; text-transform: uppercase; font-size: .7rem; letter-spacing: .16em; }
.mobile-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; color: var(--muted-foreground); border-bottom: 1px solid color-mix(in oklab, var(--primary) 10%, transparent); transition: color .25s ease, background-color .25s ease; }
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-nav a:hover, .mobile-nav a:focus-visible { color: var(--primary); background: color-mix(in oklab, var(--primary) 8%, transparent); }
.site-header a:focus-visible, .site-header button:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; }
.mobile-nav[hidden] { display: none; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in oklab,var(--background) 90%,transparent) 0%, color-mix(in oklab,var(--background) 55%,transparent) 58%, color-mix(in oklab,var(--background) 22%,transparent)), linear-gradient(0deg,var(--background) 0%,transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(5rem, 9vw, 8rem); padding-top: 9rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .75rem; padding: .65rem .9rem; border: 1px solid color-mix(in oklab,var(--primary) 40%,transparent); color: var(--accent); text-transform: uppercase; font-size: .62rem; letter-spacing: .2em; background: color-mix(in oklab,var(--background) 62%,transparent); }
.eyebrow span { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); }
.hero h1 { max-width: 13ch; margin: 1.7rem 0 0; font-family: var(--font-serif); font-size: clamp(3.25rem, 7.2vw, 7.4rem); line-height: .98; font-weight: 500; }
.hero h1 em { color: var(--primary); font-weight: 400; font-style: normal; }
.hero-content > p { max-width: 46rem; margin: 1.6rem 0 0; color: var(--muted-foreground); font-size: clamp(.98rem,1.4vw,1.15rem); line-height: 1.75; }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.btn-gold, .btn-outline { min-height: 48px; padding: .85rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid var(--primary); text-transform: uppercase; font-size: .67rem; letter-spacing: .15em; cursor: pointer; transition: .3s; }
.btn-gold { background: var(--primary); color: var(--primary-foreground); }
.btn-gold:hover { background: var(--accent); border-color: var(--accent); }
.btn-outline { color: var(--foreground); border-color: color-mix(in oklab,var(--foreground) 30%,transparent); background: transparent; }
.btn-outline:hover { color: var(--primary); border-color: var(--primary); }
.scroll-mark { display: none; position: absolute; right: 3rem; bottom: 4rem; z-index: 2; color: var(--muted-foreground); text-transform: uppercase; font-size: .56rem; letter-spacing: .2em; transform: rotate(90deg); transform-origin: right; align-items: center; gap: .8rem; }
.scroll-mark span { width: 46px; height: 1px; background: var(--primary); }
.stats { background: var(--secondary); border-block: 1px solid color-mix(in oklab,var(--primary) 18%,transparent); }
.stats-grid {
  width: min(100%, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  background: color-mix(in oklab, var(--foreground) 2%, var(--secondary));
  border: 1px solid color-mix(in oklab, var(--primary) 18%, transparent);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px color-mix(in oklab, var(--background) 26%, transparent);
}
.stats-grid div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 180px;
  padding: 2.2rem 1.25rem;
  background: linear-gradient(180deg, color-mix(in oklab, var(--foreground) 1.5%, var(--secondary)) 0%, color-mix(in oklab, var(--background) 4%, var(--secondary)) 100%);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.stats-grid div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: color-mix(in oklab, var(--primary) 18%, transparent);
}
.stats-grid div:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--primary) 22%, transparent);
}
.stats-grid strong {
  display: block;
  font-family: var(--font-sans);
  color: var(--accent);
  font-size: clamp(2.25rem, 2.4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 800;
}
.stats-grid span {
  display: block;
  margin-top: .8rem;
  color: var(--muted-foreground);
  text-transform: uppercase;
  font-size: .6rem;
  letter-spacing: .18em;
  line-height: 1.6;
}
.about-grid { display: grid; gap: 4rem; }
.image-frame { position: relative; }
.image-frame:after { content: ""; position: absolute; width: 5rem; height: 5rem; border: 1px solid color-mix(in oklab,var(--primary) 50%,transparent); right: -1rem; bottom: -1rem; z-index: -1; }
.image-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.section-heading { margin-bottom: 3rem; }
.section-kicker { display: flex; align-items: center; gap: 1rem; color: var(--primary); text-transform: uppercase; font-size: .6rem; letter-spacing: .2em; }
.section-kicker span:first-child { font-family: monospace; }
.section-heading h2 { max-width: 18ch; margin: .9rem 0 1.3rem; font-family: var(--font-serif); font-size: clamp(2.5rem,5vw,5rem); line-height: 1.05; font-weight: 500; }
.heading-rule { display: block; width: 5.5rem; height: 1px; background: var(--primary); }
.about-copy > p, .contact-grid > div > p { color: var(--muted-foreground); line-height: 1.8; max-width: 42rem; }
.type-list { margin-top: 2rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 0; border-top: 1px solid var(--border); }
.type-list span { padding: .85rem 0; border-bottom: 1px solid var(--border); color: var(--foreground); font-size: .78rem; }
.services-grid { display: grid; border: 1px solid color-mix(in oklab,var(--primary) 12%,transparent); }
.service-card { position: relative; padding: 2rem; background: var(--secondary); overflow: hidden; transition: .4s; border-bottom: 1px solid color-mix(in oklab,var(--primary) 12%,transparent); }
.service-card:hover { background: var(--background); box-shadow: inset 0 0 0 1px color-mix(in oklab,var(--primary) 58%,transparent); }
.service-card:hover i { width: 3.5rem; background: var(--primary); }
.service-card > div { display: flex; justify-content: space-between; align-items: center; color: var(--primary); font: .68rem monospace; }
.service-card i { width: 2.5rem; height: 1px; background: color-mix(in oklab,var(--primary) 45%,transparent); transition: .4s; }
.service-card h3 { margin: 2.4rem 0 .7rem; font-size: 1.55rem; }
.service-card p { margin: 0; color: var(--muted-foreground); line-height: 1.7; font-size: .86rem; }
.events-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 3rem 1.5rem; }
.events-grid article { grid-column: span 12; }
.event-image { overflow: hidden; background: var(--secondary); }
.event-image img, .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.events-grid article:hover img, .gallery-grid figure:hover img { transform: scale(1.035); }
.event-meta { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-top: 1.15rem; }
.event-meta h3 { margin: 0; font-size: clamp(1.25rem,2vw,1.8rem); }
.event-meta p { margin: .35rem 0 0; color: var(--muted-foreground); text-transform: uppercase; font-size: .58rem; letter-spacing: .14em; }
.event-meta > span { color: var(--primary); font: .67rem monospace; }
/* aspect-ratio helpers (replace Tailwind arbitrary-value classes) */
.ratio-16-10 { aspect-ratio: 16/10; }
.ratio-16-9 { aspect-ratio: 16/9; }
.ratio-4-5 { aspect-ratio: 4/5; }
.ratio-4-3 { aspect-ratio: 4/3; }
.ratio-square { aspect-ratio: 1/1; }
.timeline { border-block: 1px solid var(--border); }
.timeline article { display: grid; grid-template-columns: 75px 1fr; gap: 1.2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--border); }
.timeline article:last-child { border-bottom: 0; }
.date strong { display: block; font-family: var(--font-serif); font-size: 2.2rem; font-weight: 500; }
.date span, .timeline .place { color: var(--primary); text-transform: uppercase; font-size: .58rem; letter-spacing: .14em; }
.timeline h3 { margin: 0; font-size: 1.35rem; }
.timeline p { margin: .45rem 0 0; color: var(--muted-foreground); font-size: .84rem; line-height: 1.6; }
.timeline article > a { grid-column: 2; display: inline-flex; align-items: center; gap: .5rem; color: var(--primary); text-transform: uppercase; font-size: .6rem; letter-spacing: .14em; }
.precision-grid { display: grid; gap: 2.5rem; }
.precision-grid article { display: flex; gap: 1.5rem; padding-left: 1.25rem; border-left: 1px solid color-mix(in oklab,var(--primary) 45%,transparent); }
.precision-grid article > span { color: color-mix(in oklab,var(--primary) 62%,transparent); font-family: var(--font-serif); font-size: 3.25rem; line-height: 1; }
.precision-grid h3 { margin: 0; font-size: 1.5rem; }
.precision-grid p { margin: .65rem 0 0; color: var(--muted-foreground); font-size: .86rem; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 1.3rem; margin: -1.5rem 0 2rem; color: var(--muted-foreground); text-transform: uppercase; font-size: .58rem; letter-spacing: .15em; }
.gallery-filters .active { color: var(--primary); }
.gallery-grid { width: min(1400px, 100%); margin-inline: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 30px); }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; isolation: isolate; border-radius: 18px; background: var(--secondary); box-shadow: 0 10px 28px color-mix(in oklab, var(--background) 30%, transparent); transition: transform 400ms ease, box-shadow 400ms ease; }
.gallery-grid figure::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, color-mix(in oklab, var(--background) 72%, transparent) 0%, color-mix(in oklab, var(--background) 18%, transparent) 45%, transparent 75%); opacity: .84; pointer-events: none; transition: opacity 400ms ease; }
.gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 700ms cubic-bezier(.2,.65,.2,1), filter 500ms ease; }
.gallery-grid figure:hover { transform: translateY(-5px); box-shadow: 0 18px 45px color-mix(in oklab, var(--background) 48%, transparent); }
.gallery-grid figure:hover img { transform: scale(1.04); filter: saturate(1.04) contrast(1.03); }
.gallery-grid figure:hover::after { opacity: 1; }
.gallery-grid figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; margin: 0; font-family: inherit; font-size: clamp(18px, 1.4vw, 24px); font-weight: 600; line-height: 1.2; letter-spacing: .01em; color: var(--foreground); transform: translateY(6px); opacity: .95; transition: transform 400ms ease, opacity 400ms ease; }
.gallery-grid figure:hover figcaption { transform: translateY(0); opacity: 1; }
.gallery-grid figure:focus-within { outline: 2px solid var(--primary); outline-offset: 4px; }
.testimonial-grid { display: grid; gap: 3rem; }
.testimonial-grid figure { margin: 0; padding-top: 2rem; border-top: 1px solid color-mix(in oklab,var(--primary) 35%,transparent); }
.testimonial-grid blockquote { margin: 0; font-family: var(--font-serif); font-size: 1.3rem; line-height: 1.6; font-style: italic; }
.testimonial-grid figcaption { display: grid; gap: .25rem; margin-top: 1.8rem; }
.testimonial-grid figcaption strong { font-size: .78rem; }
.testimonial-grid figcaption span { color: var(--muted-foreground); text-transform: uppercase; font-size: .55rem; letter-spacing: .14em; }
.cta-band { position: relative; min-height: clamp(500px, 58vw, 680px); display: grid; place-items: center; text-align: center; overflow: hidden; }
.cta-band > img, .cta-band > div:first-of-type { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band > div:first-of-type { background: linear-gradient(90deg, color-mix(in oklab,var(--background) 86%,transparent), color-mix(in oklab,var(--background) 62%,transparent) 50%, color-mix(in oklab,var(--background) 82%,transparent)), linear-gradient(0deg, color-mix(in oklab,var(--background) 72%,transparent), transparent 58%); }
.cta-content { position: relative; width: min(100% - 2rem, 900px); padding: clamp(5rem, 10vw, 8rem) 0; }
.cta-content > span { color: var(--accent); text-transform: uppercase; font-size: clamp(.6rem, .56rem + .12vw, .7rem); letter-spacing: .3em; }
.cta-content h2 { max-width: 13ch; margin: 1.35rem auto 1.25rem; font-family: var(--font-serif); font-size: clamp(2.7rem, 7.2vw, 6.4rem); line-height: 1.03; letter-spacing: .01em; font-weight: 500; }
.cta-content p { max-width: 34rem; margin: 0 auto 2.4rem; color: var(--muted-foreground); font-size: clamp(.95rem, .88rem + .2vw, 1.12rem); line-height: 1.7; }
.cta-content .btn-gold { min-height: 52px; padding: 1rem 1.5rem; font-size: clamp(.7rem, .65rem + .12vw, .78rem); }
.cta-content .btn-gold:hover { transform: translateY(-2px); }
.contact-grid { display: grid; gap: 4rem; }
.contact-details { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; margin-top: 2.4rem; color: var(--muted-foreground); font-size: .78rem; }
.contact-details b { display: block; margin-bottom: .35rem; color: var(--primary); text-transform: uppercase; font-size: .54rem; letter-spacing: .15em; }
.contact-grid form { display: grid; gap: 1.4rem; }
.contact-grid label { color: var(--primary); text-transform: uppercase; font-size: clamp(.68rem, .64rem + .12vw, .78rem); letter-spacing: .15em; }
.contact-grid input, .contact-grid select, .contact-grid textarea { width: 100%; margin-top: .45rem; padding: .85rem 0; border: 0; border-bottom: 1px solid color-mix(in oklab,var(--primary) 32%,transparent); border-radius: 0; background: transparent; color: var(--foreground); outline: none; text-transform: none; font-size: clamp(.95rem, .9rem + .15vw, 1.08rem); }
.contact-grid input::placeholder, .contact-grid textarea::placeholder { color: var(--muted-foreground); opacity: .85; font-size: inherit; }
.contact-grid textarea { min-height: 7rem; line-height: 1.6; resize: vertical; }
.contact-grid input:focus, .contact-grid select:focus, .contact-grid textarea:focus { border-color: var(--primary); }
.contact-grid select option { background: var(--secondary); }
.contact-grid button { width: max-content; border-radius: 0; font-size: clamp(.72rem, .68rem + .12vw, .82rem); }
footer { background: var(--secondary); color: var(--muted-foreground); }
.footer-line { height: 1px; background: linear-gradient(90deg,transparent,var(--primary),transparent); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: 4rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: .7rem; font-size: clamp(.86rem, .8rem + .12vw, .98rem); }
.footer-grid > div:first-child p { max-width: 25rem; line-height: 1.7; font-size: clamp(.88rem, .82rem + .12vw, 1rem); }
.footer-grid b { color: var(--primary); text-transform: uppercase; font-size: clamp(.63rem, .59rem + .1vw, .72rem); letter-spacing: .16em; margin-bottom: .5rem; }
.footer-grid a:hover { color: var(--primary); }
.footer-grid > div:last-child span { overflow-wrap: anywhere; }
.footer-bottom { padding-block: 1.2rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 1rem; text-transform: uppercase; font-size: clamp(.58rem, .54rem + .1vw, .68rem); letter-spacing: .12em; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 1rem; }

.partners-section { position: relative; overflow: hidden; padding: 80px 0 90px; background: linear-gradient(180deg, var(--background) 0%, var(--secondary) 72%, var(--background) 100%); }
.partners-section::before { content: ""; position: absolute; width: min(44rem, 75vw); height: 28rem; top: -11rem; left: 50%; transform: translateX(-50%); pointer-events: none; background: radial-gradient(ellipse, color-mix(in oklab, var(--primary) 10%, transparent), transparent 68%); }
.partners-section::after { content: ""; position: absolute; inset: auto 0 0; height: 12rem; pointer-events: none; background: linear-gradient(180deg, transparent, var(--background)); }
.partners-container { position: relative; z-index: 1; width: min(900px, calc(100% - 48px)); margin-inline: auto; }
.partners-heading { max-width: 42rem; margin: 0 auto; text-align: center; }
.section-eyebrow { display: inline-block; color: var(--primary); text-transform: uppercase; font-size: .6rem; letter-spacing: .24em; }
.partners-heading h2 { margin: 12px 0 0; font-family: var(--font-serif); font-size: clamp(2.1rem, 4.5vw, 3.5rem); line-height: 1.05; font-weight: 500; }
.partners-divider { display: block; width: 55px; height: 1px; margin: 18px auto; background: var(--primary); box-shadow: 0 0 14px color-mix(in oklab, var(--primary) 35%, transparent); }
.partners-heading p { max-width: 34rem; margin: 0 auto 42px; color: var(--muted-foreground); font-size: .9rem; line-height: 1.75; }
.partners-card { padding: clamp(1rem, 2vw, 1.75rem); border: 1px solid color-mix(in oklab, var(--primary) 18%, transparent); border-radius: 18px; background: color-mix(in oklab, var(--foreground) 3.5%, transparent); box-shadow: 0 20px 60px color-mix(in oklab, var(--background) 35%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.partners-track { display: grid; grid-template-columns: repeat(2, minmax(310px, 440px)); justify-content: center; gap: 32px; }
.partner-logo { width: 100%; height: 230px; display: flex; align-items: center; justify-content: center; padding: 28px; border: 1px solid color-mix(in oklab, var(--primary) 20%, transparent); border-radius: 16px; background: color-mix(in oklab, var(--foreground) 3.5%, transparent); box-shadow: 0 15px 45px color-mix(in oklab, var(--background) 44%, transparent); transition: transform .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease; }
.partner-logo img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  opacity: .8;
  filter: saturate(.7);
  transition: opacity .3s ease, filter .3s ease, transform .3s ease;
}
.partner-logo:hover { transform: translateY(-4px); border-color: color-mix(in oklab, var(--primary) 45%, transparent); background: color-mix(in oklab, var(--foreground) 4.5%, transparent); box-shadow: 0 12px 28px color-mix(in oklab, var(--background) 38%, transparent); }
.partner-logo:hover img { opacity: 1; filter: saturate(1); }
.partner-logo--golden img { width: 72%; max-width: 180px; }

@media (max-width: 767px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: inline-flex; }
  .partners-container { width: min(100% - 20px, 460px); }
  .partners-card { padding: .8rem; }
  .partners-track { width: 100%; grid-template-columns: 1fr; justify-items: center; gap: 18px; }
  .partner-logo { width: 92%; max-width: 360px; height: 150px; padding: 16px; margin: 0 auto; }
  .partner-logo img { width: 78%; max-width: 220px; }
  .partner-logo--golden img { width: 70%; max-width: 180px; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-inner { width: min(100% - 36px, 1440px); gap: 18px; }
  .desktop-nav { display: flex; gap: 14px; font-size: 12px; }
  .nav-cta { display: inline-flex; padding-inline: 14px; font-size: 12px; }
  .menu-button { display: none; }
  .partner-logo img { width: 100%; max-width: none; }
}

@media (min-width: 640px) {
  .content-wrap { width: min(100% - 5rem,1380px); }
  .contact-grid form { grid-template-columns: repeat(2,1fr); }
  .contact-grid .full { grid-column: span 2; }
  .timeline article { grid-template-columns: 100px 1fr auto; align-items: center; }
  .timeline article > a { grid-column: auto; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.25fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}
@media (max-width: 991px) {
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-grid div:nth-child(2)::after, .stats-grid div:nth-child(4)::after { display: none; }
  .stats-grid div:not(:last-child)::after { right: 0; }
}
@media (max-width: 560px) {
  .stats { padding-block: 1.25rem; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100% - 1.25rem, 1180px); }
  .stats-grid div { min-height: 150px; padding: 1.5rem .75rem; }
  .stats-grid div::after { display: none; }
  .stats-grid strong { font-size: clamp(2rem, 8vw, 2.6rem); }
  .stats-grid span { letter-spacing: .12em; font-size: .52rem; }
}
@media (min-width: 768px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .precision-grid, .testimonial-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 1199px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .gallery-grid figcaption { font-size: clamp(17px, 1.8vw, 21px); }
}
@media (max-width: 767px) {
  .gallery-grid { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 18px; }
  .gallery-grid figure { border-radius: 16px; }
  .gallery-grid figcaption { left: 18px; right: 18px; bottom: 18px; font-size: 18px; }
}
@media (max-width: 1199px) {
  .partners-section { padding-block: 5rem 6rem; }
}
@media (max-width: 767px) {
  .partners-section { padding: 60px 0 70px; }
  .partners-container { width: min(100% - 20px, 460px); }
  .partners-heading h2 { font-size: clamp(1.9rem, 8vw, 2.35rem); }
  .partners-heading p { font-size: .82rem; }
  .partners-card { padding: .75rem; border-radius: 16px; }
  .partners-track { width: 100%; grid-template-columns: 1fr; justify-items: center; gap: 18px; }
  .partner-logo { width: 92%; max-width: 360px; height: 150px; padding: 16px; border-radius: 14px; }
  .partner-logo img { width: 78%; max-width: 220px; max-height: none; }
  .partner-logo--golden img { width: 70%; max-width: 180px; }
}
@media (max-width: 479px) {
  .partners-track { gap: 16px; }
  .partner-logo { width: 94%; height: 138px; padding: 15px; }
  .partner-logo img { width: 80%; max-width: 185px; }
  .partner-logo--golden img { width: 68%; max-width: 165px; }
}
@media (min-width: 600px) and (max-width: 767px) {
  .partners-track { grid-template-columns: repeat(2, minmax(0, 300px)); gap: 20px; }
  .partner-logo { height: 150px; }
}
@media (max-width: 479px) {
  .gallery-grid { gap: 16px; }
  .gallery-grid figcaption { left: 16px; right: 16px; bottom: 16px; }
}
@media (min-width: 1024px) {
  .desktop-nav, .nav-cta { display: flex; }
  .menu-button { display: none; }
  .scroll-mark { display: flex; }
  .about-grid { grid-template-columns: 5fr 6fr; gap: 8%; align-items: center; }
  .services-grid { grid-template-columns: repeat(3,1fr); }
  .service-card { min-height: 250px; }
  .events-grid .col-span-7 { grid-column: span 7; }
  .events-grid .col-span-5 { grid-column: span 5; }
  .events-grid .col-span-4 { grid-column: span 4; }
  .events-grid .col-span-8 { grid-column: span 8; }
  .precision-grid { grid-template-columns: repeat(2,1fr); }
  .testimonial-grid { grid-template-columns: repeat(3,1fr); }
  .contact-grid { grid-template-columns: 4fr 7fr; gap: 8%; }
  .stats-grid { grid-template-columns: repeat(4,1fr); }
  .stats-grid div { padding: 2.6rem 2rem; border-bottom: 0; border-right: 1px solid color-mix(in oklab,var(--primary) 14%,transparent); }
}
@media (max-width: 600px) {
  .site-header .nav-inner { width: calc(100% - 28px); min-height: 74px; }
  .site-header .brand-logo { width: 50px; height: 50px; }
  .site-header .brand-text strong { font-size: 16px; }
  .site-header .brand-text small { font-size: 8px; letter-spacing: .14em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-grid figure, .gallery-grid img, .gallery-grid figcaption, .gallery-grid figure::after { transition: none; }
  .gallery-grid figure:hover { transform: none; }
  .gallery-grid figure:hover img { transform: none; }
  .partner-logo, .partner-logo img { transition: none; }
  .partner-logo:hover { transform: none; }
  *, *::before, *::after { animation: none!important; transition: none!important; }
}

/* Responsive image behavior and lightweight viewport reveals */
main img { max-width: 100%; }
.image-frame, .event-image, .gallery-grid figure, .partner-logo { contain: paint; }
.image-frame img, .event-image img, .gallery-grid img, .partner-logo img { max-width: 100%; }
.image-frame img, .event-image img, .gallery-grid img, .partner-logo img { will-change: transform; }
.image-frame img, .event-image img { transition: transform .55s ease-out, filter .55s ease-out; }
.image-frame:hover img, .event-image:hover img { transform: scale(1.035); filter: saturate(1.02) contrast(1.03); }
.image-frame:active, .event-image:active, .gallery-grid figure:active, .partner-logo:active { transform: scale(.98); }
.image-frame:active img, .event-image:active img, .gallery-grid figure:active img, .partner-logo:active img { transform: scale(1.02); }
.image-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease-out, transform .7s ease-out; }
.image-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 767px) {
  .content-wrap { width: calc(100% - 2rem); }
  .section { padding-block: clamp(4.25rem, 12vw, 6rem); }
  .hero { min-height: 100svh; }
  .hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-content { padding-top: 8rem; padding-bottom: 4.5rem; }
  .hero h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  .hero-content > p { max-width: 38rem; font-size: .92rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions a { width: 100%; }
  .about-grid, .contact-grid { gap: 2.75rem; }
  .image-frame img { aspect-ratio: 4 / 5; }
  .events-grid, .services-grid, .precision-grid, .testimonial-grid { width: 100%; }
  .events-grid { gap: 2.5rem 1rem; }
  .event-image { width: 100%; }
  .event-meta { gap: .75rem; }
  .event-meta h3 { font-size: 1.15rem; }
  .event-meta p { font-size: .52rem; line-height: 1.5; }
  .gallery-grid { width: 100%; }
  .gallery-grid figure { width: 100%; }
  .cta-band > img { width: 100%; height: 100%; object-fit: cover; }
  .contact-details { gap: 1.1rem; }
  .contact-grid button { width: 100%; }
}

@media (max-width: 479px) {
  .content-wrap { width: calc(100% - 1.5rem); }
  .section-heading h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { padding: 1.5rem 0; }
  .stats-grid strong { font-size: 2rem; }
  .type-list, .contact-details { grid-template-columns: 1fr; }
  .service-card { padding: 1.5rem; }
  .service-card h3 { margin-top: 1.8rem; font-size: 1.3rem; }
  .timeline article { grid-template-columns: 58px 1fr; gap: .9rem; }
  .timeline article > a { grid-column: 2; }
  .date strong { font-size: 1.9rem; }
  .timeline h3 { font-size: 1.15rem; }
  .gallery-grid { gap: 1rem; }
  .gallery-grid figcaption { font-size: 17px; }
  .contact-grid input, .contact-grid select, .contact-grid textarea { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .image-frame img, .event-image img, .gallery-grid img, .partner-logo img, .image-reveal { transition: none; }
  .image-reveal { opacity: 1; transform: none; }
  .image-frame:hover img, .event-image:hover img, .image-frame:active img, .event-image:active img,
  .gallery-grid figure:active img, .partner-logo:active img { transform: none; }
  .image-frame:active, .event-image:active, .gallery-grid figure:active, .partner-logo:active { transform: none; }
}
