:root {
    --ink: #17191d;
    --muted: #6d7074;
    --line: #dedbd4;
    --paper: #f7f6f2;
    --white: #fff;
    --gold: #f6a318;
    --gold-deep: #c8750b;
    --charcoal: #21252a;
    --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 22px 5vw; color: var(--white); transition: .35s ease; }
.site-header.scrolled { padding-block: 13px; background: rgba(20, 23, 27, .94); box-shadow: 0 8px 28px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; min-width: 215px; }
.brand-copy { display: grid; line-height: 1; letter-spacing: .07em; }
.brand-copy strong { color: var(--gold); font-size: 20px; font-weight: 500; }
.brand-copy small { margin-top: 4px; color: currentColor; font-size: 8px; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 42px); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.primary-nav a { opacity: .86; transition: .2s ease; }
.primary-nav a:hover { color: var(--gold); opacity: 1; }
.primary-nav .nav-cta { display: flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.45); color: var(--white); }
.primary-nav .nav-cta span, .button span, .text-link span, .card-link span { color: var(--gold); font-size: 18px; line-height: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }
.menu-toggle em { font-style: normal; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; min-height: min(890px, 100vh); display: flex; align-items: center; overflow: hidden; color: white; background: #292d31; }
.hero-art { position: absolute; inset: 0; background-image: url("hero.png"); background-size: 145% auto; background-position: right center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,17,.99) 0%, rgba(8,12,17,.98) 38%, rgba(8,12,17,.22) 66%), linear-gradient(0deg, rgba(8,12,17,.72), transparent 35%); }
.hero-content { position: relative; z-index: 1; width: min(560px, 90vw); margin: 125px 0 0 10vw; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--gold); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 33px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--gold-deep); }
.eyebrow.light { color: #ffc15b; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0 0 22px; font-size: clamp(4.6rem, 9vw, 8.8rem); font-weight: 300; letter-spacing: -.08em; line-height: .83; text-transform: uppercase; }
h1 i, h2 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 370px; margin-bottom: 30px; color: rgba(255,255,255,.83); font-size: 15px; }
.button { display: inline-flex; align-items: center; gap: 28px; border: 1px solid transparent; padding: 13px 19px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: white; transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.65); color: white; }
.button-outline:hover { border-color: var(--gold); color: var(--gold); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--gold); color: var(--ink); }
.hero-bottomline { position: absolute; z-index: 1; bottom: 31px; left: 5vw; display: flex; gap: 17px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; }
.hero-bottomline span + span:before { content: "|"; margin-right: 17px; color: var(--gold); }
.scroll-cue { position: absolute; z-index: 1; right: 5vw; bottom: 31px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 7px; height: 7px; border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); transform: rotate(45deg) translateY(-2px); }

.inner-page { background: var(--paper); }
.inner-header { background: rgba(20,23,27,.95); }
.primary-nav a.active { color: var(--gold); opacity: 1; }
.page-hero { position: relative; min-height: 530px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--charcoal); }
.page-hero-image { position: absolute; inset: 0; background: url("hero.png") center 45% / cover no-repeat; }
.page-hero-about .page-hero-image { background-position: 76% 43%; }
.page-hero-businesses .page-hero-image { background-position: 90% 53%; }
.page-hero-impact .page-hero-image { background-position: 30% 55%; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,14,18,.93), rgba(11,14,18,.18)), linear-gradient(0deg, rgba(11,14,18,.85), transparent 65%); }
.page-hero-content { position: relative; z-index: 1; width: min(var(--max), 90vw); margin: 0 auto; padding: 0 0 72px; }
.page-hero-content h1 { margin-bottom: 18px; font-size: clamp(4rem, 8vw, 7.3rem); }
.page-hero-content > p:last-child { margin: 0; color: rgba(255,255,255,.75); font-size: 15px; }
.inner-two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; padding-top: 76px; }
.inner-copy { max-width: 620px; color: var(--muted); font-size: 15px; }
.inner-copy .lead-copy { color: var(--ink); font-size: 22px; line-height: 1.42; }
.vision-mission { color: white; background: var(--charcoal); }
.vision-mission .section-kicker { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.5); }
.vm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-top: 65px; }
.vm-grid article { min-height: 300px; padding: 31px; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(145deg, rgba(246,163,24,.18), transparent 53%); }
.vm-grid article + article { background: linear-gradient(145deg, rgba(255,255,255,.08), transparent 53%); }
.vm-label { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.vm-grid h3 { max-width: 400px; margin: 70px 0 13px; font-size: 30px; font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.vm-grid p { max-width: 440px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.values-detail { background: white; }
.value-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14%; padding-top: 65px; }
.detail-value-list { border-top: 1px solid var(--line); }
.detail-value-list div { display: flex; align-items: baseline; gap: 27px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.detail-value-list b { width: 190px; flex: 0 0 190px; font-size: 18px; font-weight: 400; }
.detail-value-list span { color: var(--muted); font-size: 13px; }
.directory { background: var(--paper); }
.directory-intro { display: flex; justify-content: space-between; align-items: end; gap: 25px; padding: 73px 0 55px; }
.directory-intro h2 { margin: 0; }
.directory-intro p { max-width: 250px; margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.directory-card { position: relative; min-height: 370px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--charcoal); }
.directory-card-image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .65s ease; }
.directory-card:hover .directory-card-image { transform: scale(1.06); }
.directory-card > div:last-child { position: relative; z-index: 1; width: 100%; padding: 28px; }
.directory-number { position: absolute; z-index: 1; top: 24px; left: 26px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .13em; }
.directory-label { color: var(--gold); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.directory-card h3 { max-width: 380px; margin: 10px 0 16px; font-size: 30px; font-weight: 300; line-height: 1.05; }
.directory-card .text-link { color: white; }
.detail-hero { min-height: 530px; display: flex; align-items: flex-end; color: white; background-position: center; background-size: cover; }
.detail-hero .section-pad { width: min(var(--max), 90vw); padding-bottom: 70px; }
.detail-hero h1 { max-width: 780px; margin: 35px 0 12px; font-size: clamp(3.4rem, 7vw, 7rem); line-height: .95; }
.detail-hero .section-pad > p:last-child { margin: 0; color: rgba(255,255,255,.75); font-size: 17px; }
.back-link { display: inline-block; margin-bottom: 75px; color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.business-detail { background: white; }
.business-detail-band { color: white; background: var(--charcoal); }
.business-detail-band .section-pad { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 58px; }
.business-detail-band span { display: block; color: var(--gold); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.business-detail-band strong { display: block; margin-top: 3px; font-size: 32px; font-weight: 300; }
.not-found { min-height: 650px; padding-top: 200px; }

.admin-body { min-height: 100vh; color: var(--ink); background: #eceae4; }
.admin-login { min-height: 100vh; display: grid; grid-template-columns: 1fr minmax(340px, 480px); gap: 10%; align-items: center; width: min(1100px, 88vw); margin: auto; }
.admin-login > .brand { align-self: start; margin-top: 44px; color: var(--ink); }
.admin-login-card { padding: 45px; background: white; box-shadow: 0 18px 50px rgba(23,25,29,.1); }
.admin-kicker { display: block; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.admin-login-card h1, .admin-heading h1 { margin: 18px 0; font-size: clamp(3.3rem, 6vw, 5.8rem); font-weight: 300; letter-spacing: -.08em; line-height: .83; }
.admin-login-card p { margin-bottom: 30px; color: var(--muted); font-size: 14px; }
.admin-login-card form { display: grid; gap: 19px; }
.admin-login-card label, .admin-dashboard label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.admin-login-card input, .admin-dashboard input, .admin-dashboard textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; color: var(--ink); background: transparent; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; resize: vertical; }
.admin-login-card input:focus, .admin-dashboard input:focus, .admin-dashboard textarea:focus { border-color: var(--gold-deep); }
.admin-hint { display: block; margin-top: 25px; color: var(--muted); font-size: 11px; }
.admin-dashboard { background: #eeece7; }
.admin-top { display: flex; justify-content: space-between; align-items: center; padding: 19px 5vw; color: white; background: var(--charcoal); }
.admin-top > div { display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.65); font-size: 11px; }
.admin-logout { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; }
.admin-main { width: min(1160px, 90vw); margin: auto; padding: 78px 0; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.admin-heading h1 { margin-bottom: 0; }
.admin-heading .button-outline { border-color: var(--ink); color: var(--ink); }
.admin-panel { margin-top: 30px; padding: 36px; background: white; box-shadow: 0 10px 34px rgba(23,25,29,.06); }
.admin-panel-heading { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.admin-panel-heading h2 { margin: 11px 0 0; font-size: 35px; }
.admin-panel-heading p { max-width: 330px; margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.settings-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 35px; padding-top: 30px; }
.settings-form label:nth-of-type(2), .settings-form label:nth-of-type(3), .settings-form label:nth-of-type(4), .settings-form label:nth-of-type(5), .settings-form label:nth-of-type(8) { grid-column: span 2; }
.settings-form .button { justify-self: start; margin-top: 7px; }
.admin-businesses { display: grid; gap: 22px; padding-top: 30px; }
.admin-business { display: grid; grid-template-columns: 205px 1fr; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.admin-business-photo { min-height: 230px; background-position: center; background-size: cover; }
.admin-business-photo span { display: inline-block; margin: 15px; padding: 5px 7px; color: white; background: rgba(23,25,29,.65); font-size: 10px; }
.admin-business-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; }
.admin-business-fields h3 { grid-column: span 2; margin: 0; font-size: 20px; font-weight: 400; }
.admin-business-fields label:nth-of-type(3), .admin-business-fields label:nth-of-type(4), .admin-business-fields label:nth-of-type(5) { grid-column: span 2; }
.admin-business-fields .button { justify-self: start; margin-top: 3px; }
.admin-business-fields input[type="file"] { padding: 7px 0; font-size: 11px; }

.section-pad { width: min(var(--max), 90vw); margin: auto; padding-block: 112px; }
.section-kicker { padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker.light { border-color: rgba(255,255,255,.23); color: rgba(255,255,255,.52); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; padding-top: 78px; }
h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5.8vw, 6.4rem); font-weight: 300; letter-spacing: -.07em; line-height: .93; }
.intro-copy { padding-top: 5px; max-width: 575px; color: var(--muted); font-size: 15px; }
.intro-copy .lead-copy { color: var(--ink); font-size: 22px; line-height: 1.42; }
.text-link { display: inline-flex; align-items: center; gap: 17px; margin-top: 13px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.intro-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 92px; padding-top: 25px; border-top: 1px solid var(--line); }
.intro-stat-row div { display: grid; gap: 1px; }
.intro-stat-row strong { color: var(--gold-deep); font-size: clamp(2rem, 3.5vw, 3.6rem); font-weight: 300; letter-spacing: -.06em; line-height: 1; }
.intro-stat-row span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.businesses { color: white; background: var(--charcoal); overflow: hidden; }
.business-heading { display: grid; grid-template-columns: .65fr 1.25fr .55fr; gap: 8%; align-items: end; padding-bottom: 65px; }
.business-heading h2 { margin-bottom: 0; }
.heading-note { margin: 0 0 7px; color: rgba(255,255,255,.58); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 490px; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.service-card { position: relative; min-height: 490px; display: flex; overflow: hidden; border-right: 1px solid rgba(255,255,255,.25); }
.service-card-bg { position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(14,17,22,.12), rgba(14,17,22,.97) 88%), url("hero.png"); background-size: auto 205%, cover; background-position: center 100%; transition: transform .7s ease; }
.service-card.trading .service-card-bg { background-position: 25% 100%; }
.service-card.properties .service-card-bg { background-position: 49% 100%; }
.service-card.club .service-card-bg { background-position: 72% 100%; }
.service-card.entertainment .service-card-bg { background-position: 100% 100%; }
.service-card:hover .service-card-bg { transform: scale(1.08); }
.service-number { position: absolute; top: 20px; left: 20px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .1em; }
.service-card-content { position: relative; z-index: 1; align-self: end; width: 100%; padding: 25px 20px; }
.service-icon { height: 38px; color: var(--gold); font-size: 31px; line-height: 1; }
.service-card h3 { margin-bottom: 5px; font-size: 23px; font-weight: 400; }
.service-tagline { min-height: 51px; margin-bottom: 0; color: rgba(255,255,255,.84); font-size: 12px; }
.service-description { max-height: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.68); font-size: 12px; opacity: 0; transition: .35s ease; }
.service-card:hover .service-description { max-height: 95px; margin: 10px 0 13px; opacity: 1; }
.card-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 15px; color: white; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.values { background: white; }
.values-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8%; padding-top: 78px; }
.values-title > p:last-child { max-width: 340px; color: var(--muted); font-size: 14px; }
.orbit-wrap { position: relative; min-height: 390px; }
.orbit { position: absolute; width: 265px; height: 265px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 33px; border: 13px solid var(--gold-deep); border-radius: 50%; outline: 2px solid var(--gold); outline-offset: 7px; text-align: center; background: white; }
.orbit-one { top: 0; left: 7%; }
.orbit-two { top: 105px; right: 7%; border-color: #a95717; }
.orbit-label { margin-bottom: 9px; color: var(--muted); font-size: 23px; letter-spacing: .16em; text-transform: uppercase; }
.orbit p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.orbit-core { position: absolute; top: 158px; left: 50%; z-index: 2; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold); font-size: 24px; font-weight: 300; transform: translate(-50%, -50%); }
.value-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 30px; padding-top: 31px; border-top: 1px solid var(--line); }
.value-list div { position: relative; padding-top: 22px; }
.value-list span { position: absolute; top: 0; color: var(--gold-deep); font-size: 10px; }
.value-list strong { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 500; }
.value-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.impact { color: white; background: linear-gradient(110deg, #181b1f, #292e34); overflow: hidden; }
.impact .section-pad { position: relative; }
.impact .section-pad:after { content: ""; position: absolute; right: -13vw; bottom: -190px; width: 520px; height: 520px; border: 1px solid rgba(246,163,24,.45); border-radius: 50%; box-shadow: 0 0 0 36px rgba(246,163,24,.04), 0 0 0 72px rgba(246,163,24,.03); }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-top: 73px; }
.impact-copy { max-width: 520px; }
.impact-copy > p:not(.eyebrow) { max-width: 400px; margin-bottom: 29px; color: rgba(255,255,255,.68); font-size: 15px; }
.impact-items { border-top: 1px solid rgba(255,255,255,.25); }
.impact-items > div { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.impact-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 17px; }
.impact-items strong { display: block; margin-bottom: 2px; font-size: 17px; font-weight: 400; }
.impact-items p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }

.contact { background: var(--gold); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: start; }
.contact-intro .section-kicker { border-color: rgba(23,25,29,.25); }
.contact-intro .eyebrow { margin-top: 75px; color: var(--ink); }
.contact-intro h2 { margin-bottom: 22px; }
.contact-intro > p:not(.eyebrow) { max-width: 385px; color: rgba(23,25,29,.67); font-size: 15px; }
.contact-details { display: grid; gap: 5px; margin-top: 42px; padding-top: 19px; border-top: 1px solid rgba(23,25,29,.3); font-size: 12px; }
.contact-details a { font-size: 15px; font-weight: 600; }
.contact-details span { color: rgba(23,25,29,.68); }
.contact-form-wrap { padding-top: 75px; }
.contact-form-wrap form { display: grid; gap: 23px; }
.contact-form-wrap label { display: grid; gap: 6px; }
.contact-form-wrap label span { color: rgba(23,25,29,.65); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-form-wrap input, .contact-form-wrap textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(23,25,29,.45); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; resize: vertical; }
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus { border-color: var(--ink); }
.contact-form-wrap ::placeholder { color: rgba(23,25,29,.5); }
.contact-form-wrap .button { justify-self: start; margin-top: 10px; }
.form-notice { margin-bottom: 20px; padding: 12px 15px; font-size: 12px; }
.form-notice.success { color: #204a28; background: rgba(255,255,255,.44); }
.form-notice.error { color: #782c19; background: rgba(255,255,255,.4); }

.site-footer { padding: 42px 5vw 20px; color: rgba(255,255,255,.75); background: #17191d; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-bottom: 37px; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand-footer { color: white; }
.footer-top > p { margin: 0; color: var(--gold); font-size: 26px; font-style: italic; font-weight: 300; }
.footer-top > p span { margin-left: 14px; }
.footer-links { display: flex; gap: 22px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .primary-nav { gap: 17px; font-size: 10px; }
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .service-card { min-height: 410px; }
    .service-card:nth-child(4), .service-card:nth-child(5) { min-height: 360px; }
    .business-heading { grid-template-columns: .5fr 1fr; }
    .heading-note { grid-column: 2; }
    .value-list { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
}

@media (max-width: 700px) {
    .site-header, .site-header.scrolled { padding: 16px 5vw; }
    .brand-copy strong { font-size: 17px; }
    .primary-nav { position: absolute; top: 100%; right: 5vw; left: 5vw; display: grid; gap: 0; padding: 11px 18px; background: rgba(20,23,27,.98); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .25s ease; }
    .primary-nav.open { transform: none; opacity: 1; pointer-events: auto; }
    .primary-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .primary-nav .nav-cta { justify-content: space-between; margin: 10px 0 2px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.4); }
    .menu-toggle { display: block; }
    .hero { min-height: 740px; align-items: flex-end; }
    .hero-art { background-size: auto 118%; background-position: 72% center; }
    .hero-content { margin: 0 5vw 125px; }
    h1 { font-size: clamp(4rem, 18vw, 6.5rem); }
    .hero-bottomline { display: none; }
    .scroll-cue { right: auto; left: 5vw; bottom: 32px; }
    .section-pad { padding-block: 76px; }
    .intro-grid, .values-grid, .impact-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 52px; }
    .intro-copy .lead-copy { font-size: 19px; }
    .intro-stat-row { grid-template-columns: repeat(2, 1fr); margin-top: 62px; row-gap: 30px; }
    .business-heading { display: block; padding-bottom: 45px; }
    .business-heading h2 { margin-top: 45px; }
    .heading-note { max-width: 270px; margin-top: 25px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card { min-height: 380px; }
    .service-card h3 { font-size: 19px; }
    .service-tagline { min-height: 55px; }
    .service-description { display: none; }
    .orbit-wrap { min-height: 500px; }
    .orbit { width: min(245px, 66vw); height: min(245px, 66vw); padding: 28px; }
    .orbit-one { left: 2%; }
    .orbit-two { top: 175px; right: 2%; }
    .orbit-core { top: 215px; }
    .value-list { grid-template-columns: 1fr 1fr; }
    .contact-intro .eyebrow { margin-top: 52px; }
    .contact-form-wrap { padding-top: 0; }
    .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-top > p { order: 3; }
    .page-hero { min-height: 470px; }
    .page-hero-content { padding-bottom: 55px; }
    .page-hero-content h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
    .inner-two-col, .value-detail-grid { gap: 35px; padding-top: 52px; }
    .vm-grid, .directory-grid { grid-template-columns: 1fr; }
    .vm-grid { padding-top: 45px; }
    .vm-grid article { min-height: 260px; }
    .vm-grid h3 { margin-top: 55px; font-size: 26px; }
    .directory-intro { display: block; padding-top: 52px; }
    .directory-intro p { margin-top: 24px; }
    .directory-card { min-height: 320px; }
    .detail-hero { min-height: 470px; }
    .detail-hero h1 { font-size: clamp(3.2rem, 14vw, 5.5rem); }
    .back-link { margin-bottom: 53px; }
    .business-detail-band .section-pad { align-items: flex-start; flex-direction: column; }
    .detail-value-list div { display: grid; gap: 5px; }
    .detail-value-list b { width: auto; }
    .admin-login { display: block; width: min(480px, 88vw); padding-top: 34px; }
    .admin-login > .brand { margin: 0 0 80px; }
    .admin-login-card { padding: 30px 24px; }
    .admin-top { align-items: flex-start; flex-direction: column; gap: 17px; }
    .admin-top > div { justify-content: space-between; width: 100%; }
    .admin-main { padding-block: 47px; }
    .admin-heading, .admin-panel-heading { align-items: flex-start; flex-direction: column; }
    .admin-heading { gap: 25px; margin-bottom: 37px; }
    .admin-panel { padding: 25px 19px; }
    .settings-form { grid-template-columns: 1fr; }
    .settings-form label:nth-of-type(n) { grid-column: auto; }
    .admin-business { grid-template-columns: 1fr; gap: 20px; }
    .admin-business-photo { min-height: 185px; }
    .admin-business-fields { grid-template-columns: 1fr; }
    .admin-business-fields h3, .admin-business-fields label:nth-of-type(n) { grid-column: auto; }
}

@media (max-width: 430px) {
    .service-grid { grid-template-columns: 1fr; }
    .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { min-height: 330px; }
    .value-list { grid-template-columns: 1fr; }
    .orbit-wrap { min-height: 470px; transform: scale(.93); transform-origin: top left; }
}
