:root {
  --gold: #efad24;
  --gold-light: #f7c84a;
  --ink: #1f2240;
  --cream: #fff9ec;
  --white: #fff;
  --shadow: 0 18px 50px rgb(79 42 0 / .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif; color: var(--ink); background: var(--cream); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: #111; color: white; padding: .75rem 1rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.credit { min-height: 48px; padding: 14px clamp(1rem, 4vw, 4rem); text-align: right; font: 14px/1.3 Arial, sans-serif; background: white; color: #4a4a4a; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 76px; padding: 0 clamp(1.25rem, 6vw, 7rem); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(100deg, var(--gold-light), var(--gold)); color: white; box-shadow: 0 4px 18px rgb(0 0 0 / .12); }
.brand { width: 96px; padding: 10px 0; }
.brand img { width: 100%; }
#site-nav { display: flex; gap: clamp(1.4rem, 4vw, 4rem); align-items: center; }
#site-nav a { text-decoration: none; font-size: clamp(1rem, 1.5vw, 1.3rem); letter-spacing: .02em; }
#site-nav a:hover, #site-nav a:focus-visible { text-decoration: underline; text-underline-offset: .3em; }
.menu-button { display: none; border: 1px solid white; background: transparent; color: white; border-radius: 999px; padding: .55rem .9rem; font: inherit; }
.hero { background: #d6effd; overflow: hidden; }
.hero img { width: 100%; min-height: 280px; object-fit: cover; }
.statement { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 9rem) 1rem; text-align: center; text-transform: uppercase; color: white; background: linear-gradient(135deg, #f1bb30, #efa529); }
.statement::after { content: ""; position: absolute; width: 58vw; aspect-ratio: 1; right: -20vw; top: -36vw; border: 4vw solid rgb(255 255 255 / .11); border-radius: 50%; }
.statement p { margin: 0 0 .4rem; font-size: clamp(2.2rem, 5vw, 5.8rem); font-weight: 900; line-height: .95; }
.statement h1 { margin: 0; font-size: clamp(2rem, 4.5vw, 5rem); line-height: 1; }
.section-pad { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { text-align: center; margin-bottom: 2.5rem; text-transform: uppercase; }
.section-heading span, .eyebrow { color: #c87909; font-size: .85rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { margin: .35rem 0 0; font-size: clamp(2.6rem, 6vw, 6.3rem); line-height: .9; }
.content-section { background: #fffaf0; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); max-width: 1240px; margin: 0 auto; }
.content-card { position: relative; margin: 0; aspect-ratio: 1.45; overflow: hidden; border-radius: 1.25rem; background: #222; box-shadow: var(--shadow); }
.content-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.content-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgb(0 0 0 / .82)); }
.content-card h3 { position: absolute; z-index: 1; left: 1.1rem; right: 1.1rem; bottom: 1rem; margin: 0; color: white; font-size: clamp(1rem, 2vw, 1.55rem); }
.content-card:hover img { transform: scale(1.04); }
.about { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; background: var(--ink); color: white; }
.about h2 { margin: .5rem 0 1.5rem; max-width: 900px; font-size: clamp(2.5rem, 5vw, 5.7rem); line-height: .95; text-transform: uppercase; }
.about p { max-width: 760px; font: 1.08rem/1.75 Arial, sans-serif; color: #f1edf8; }
.about-mark { display: grid; place-items: center; aspect-ratio: 1; padding: 18%; border-radius: 50%; background: linear-gradient(145deg, var(--gold-light), var(--gold)); color: white; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(2rem, 9vw, 9rem); background: linear-gradient(rgb(239 171 36 / .9), rgb(239 171 36 / .93)), url('/assets/contact-bg.avif') center/cover; color: white; }
.contact-intro span { font-size: clamp(2rem, 4vw, 4.8rem); font-weight: 900; text-transform: uppercase; }
.contact-intro h2 { margin: -.2rem 0 1rem; font-size: clamp(4rem, 9vw, 9rem); line-height: .82; text-transform: uppercase; }
.contact-intro p { max-width: 660px; font: 1.08rem/1.7 Arial, sans-serif; }
.socials { display: flex; gap: 1rem; margin-top: 2rem; }
.socials a { padding: .75rem 1.1rem; border: 1px solid white; border-radius: 999px; text-decoration: none; }
.contact-form { align-self: center; display: grid; gap: 1rem; padding: clamp(1.25rem, 3vw, 2.5rem); border-radius: 1.5rem; background: rgb(255 255 255 / .96); color: var(--ink); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: .45rem; font-size: .88rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 2px solid #d8a13b; background: transparent; padding: .65rem .1rem; font: 1rem/1.4 Arial, sans-serif; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form button { justify-self: start; border: 0; border-radius: 999px; padding: .85rem 1.5rem; background: var(--ink); color: white; font: 800 1rem/1 Arial, sans-serif; cursor: pointer; }
.form-status { min-height: 1.3em; margin: 0; font: .9rem/1.4 Arial, sans-serif; color: #805200; }
footer { padding: 3rem clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; background: #15172d; color: white; }
footer > img { width: 92px; }
footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem 1.5rem; }
footer nav a { text-decoration: none; font: .88rem/1.4 Arial, sans-serif; }
footer p { font: .82rem/1.4 Arial, sans-serif; color: #cbcce0; }

@media (max-width: 820px) {
  .credit { display: none; }
  .site-header { min-height: 68px; }
  .brand { width: 78px; }
  .menu-button { display: block; }
  #site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 1.25rem; flex-direction: column; align-items: stretch; gap: 0; background: var(--gold); box-shadow: 0 10px 20px rgb(0 0 0 / .15); }
  #site-nav.open { display: flex; }
  #site-nav a { padding: .85rem; text-align: center; }
  .hero img { min-height: 210px; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .about, .contact { grid-template-columns: 1fr; }
  .about-mark { width: min(340px, 78vw); margin: 0 auto; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 520px) {
  .content-grid { grid-template-columns: 1fr; }
  .statement { padding-block: 4.5rem; }
  .contact-form { padding: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .content-card img { transition: none; }
}

.legal-page { min-height: 70vh; padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: #fffaf0; }
.legal-hero { max-width: 980px; margin: 0 auto 3rem; padding-bottom: 2rem; border-bottom: 3px solid var(--gold); }
.legal-hero .eyebrow { display: block; margin-bottom: .6rem; }
.legal-hero h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 6.5rem); line-height: .92; text-transform: uppercase; }
.legal-document { max-width: 980px; margin: 0 auto; font: 1rem/1.8 Arial, sans-serif; color: #33364d; }
.legal-document section { margin: 0 0 2.75rem; }
.legal-document h2 { margin: 0 0 .9rem; color: var(--ink); font: 800 clamp(1.4rem, 2.5vw, 2rem)/1.2 "Trebuchet MS", Arial, sans-serif; }
.legal-document p { margin: 0 0 1rem; }
.legal-document a { color: #a85f00; font-weight: 700; text-underline-offset: .2em; }
.legal-document .policy-link { padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: #fff2cf; }
.legal-footer { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid #dfd4bb; }
