:root {
  --red: #c42f38;
  --red-dark: #a9232b;
  --charcoal: #272526;
  --ink: #2f2d2e;
  --muted: #6c6868;
  --warm: #f7f5f2;
  --line: #e5e0dd;
  --white: #fff;
  --radius: 1.25rem;
  --shadow: 0 1.2rem 3.2rem rgb(32 25 25 / 9%);
  --header-h: 5.65rem;
  --frame-h: calc(100vh - var(--header-h));
}

@supports (height: 100svh) {
  :root { --frame-h: calc(100svh - var(--header-h)); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section-pad { padding: clamp(3.4rem, 7vh, 6.5rem) 0; }
.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; }
.skip-link { position: fixed; z-index: 20; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .7rem 1rem; color: #fff; background: var(--red); border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; padding: 1rem 1.2rem 0; background: linear-gradient(#fff 55%, transparent); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(1280px, 100%); min-height: 4.65rem; padding: .45rem .85rem .45rem 1rem; margin: auto; background: rgb(255 255 255 / 95%); border: 1px solid rgb(40 35 35 / 8%); border-radius: 1rem; box-shadow: 0 .5rem 1.4rem rgb(28 23 23 / 8%); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: .5rem; }
.brand img { width: 2.55rem; height: 2.55rem; object-fit: contain; }
.brand-copy { display: grid; gap: 0; color: var(--charcoal); font-size: .73rem; line-height: 1; letter-spacing: .075em; text-transform: uppercase; }
.brand-copy strong { font-size: .95rem; font-weight: 700; letter-spacing: .11em; }
.brand-copy span { color: var(--red); font-size: .51rem; font-weight: 700; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .88rem; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; color: #373334; }
.primary-nav > a:not(.button)::after { position: absolute; bottom: -.4rem; left: 0; width: 0; height: 2px; content: ""; background: var(--red); transition: width .2s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { width: 100%; }
.primary-nav > a[aria-current="page"] { color: var(--red); }
.primary-nav > a[aria-current="page"]::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: none; }
.site-header .nav-book { display: none; margin-left: auto; }

.event-top-banner { color: #fff; background: var(--charcoal); }
.event-top-banner-shell { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(.8rem, 2vw, 1.8rem); width: min(1280px, calc(100% - 2.4rem)); padding: .55rem 0; margin: auto; }
.event-top-banner-date { display: grid; width: 2.55rem; height: 2.55rem; color: #fff; line-height: 1; text-align: center; place-content: center; background: var(--red); border-radius: .5rem; }
.event-top-banner-date span { font-size: .49rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.event-top-banner-date strong { font-size: 1.3rem; letter-spacing: -.07em; }
.event-top-banner-copy { display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: start; gap: 0 .6rem; }
.event-top-banner-copy > span { color: #f1a7aa; font-size: .57rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.event-top-banner-copy > strong { font-size: .9rem; letter-spacing: -.025em; }
.event-top-banner-copy p { grid-column: 1 / -1; margin: .08rem 0 0; color: rgb(255 255 255 / 74%); font-size: .64rem; }
.event-top-banner-copy b { margin: 0 .2rem; color: #ef6b72; }
.event-top-banner-copy em { color: #fff; font-style: normal; }
.event-top-banner-copy i { color: #ffd7d9; font-style: normal; font-weight: 700; font-variant-numeric: tabular-nums; }
.event-top-banner-button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 2.45rem; padding: .5rem .9rem; color: #fff; font-size: .7rem; font-weight: 750; text-decoration: none; white-space: nowrap; background: var(--red); border-radius: 999px; transition: transform .2s ease, background .2s ease; }
.event-top-banner-button:hover, .event-top-banner-button:focus-visible { color: #fff; background: var(--red-dark); transform: translateY(-.1rem); }
.event-floating-cta { position: fixed; z-index: 20; right: 1.5rem; bottom: 1.5rem; display: inline-flex; align-items: center; gap: .55rem; min-height: 3.1rem; padding: .38rem .9rem .38rem .42rem; color: #fff; font-size: .76rem; font-weight: 750; text-decoration: none; pointer-events: none; opacity: 0; background: var(--red); border-radius: 999px; box-shadow: 0 .75rem 1.7rem rgb(136 18 28 / 28%); transform: translateY(calc(-100vh + 7.25rem)) scale(.84); transition: transform .28s cubic-bezier(.2, .8, .2, 1), opacity .12s ease, background .2s ease; }
.event-floating-cta.is-visible { pointer-events: auto; opacity: 1; transform: translateY(0) scale(1); }
.event-floating-cta.is-visible:hover, .event-floating-cta.is-visible:focus-visible { color: #fff; background: var(--red-dark); transform: translateY(-.15rem) scale(1.02); }
.event-floating-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.event-floating-cta-date { display: grid; width: 2.25rem; height: 2.25rem; color: #fff; font-size: .56rem; line-height: 1.05; letter-spacing: .05em; text-align: center; text-transform: uppercase; place-content: center; background: rgb(32 26 26 / 28%); border-radius: 50%; }

/* Mobile-only hero pieces */
.hero-ministrip, .hero-mobile-eyebrow, .hero-mobile-phone, .hero-mobile-scan { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3.15rem; padding: .65rem 1.25rem; color: #fff; font-size: .86rem; font-weight: 700; line-height: 1.2; background: var(--red); border: 1px solid var(--red); border-radius: .65rem; box-shadow: 0 .4rem .9rem rgb(196 47 56 / 17%); transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 .65rem 1.2rem rgb(196 47 56 / 25%); transform: translateY(-2px); }
.button-small { min-height: 2.65rem; padding-inline: 1.05rem; border-radius: 99rem; font-size: .79rem; }
.button-outline { color: var(--charcoal); background: transparent; border-color: #5a5556; box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { color: #fff; background: var(--charcoal); border-color: var(--charcoal); box-shadow: none; }
.button-light { color: var(--red); background: #fff; border-color: #fff; box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: #fff; background: var(--charcoal); border-color: var(--charcoal); box-shadow: none; }

.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1rem; color: var(--red); font-size: .73rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 1.65rem; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.03; letter-spacing: -.055em; }
h1 { max-width: 12ch; margin-bottom: 1.5rem; font-size: clamp(3.1rem, 6.1vw, 5.75rem); }
h2 { margin-bottom: 1.15rem; font-size: clamp(2.35rem, 4vw, 3.65rem); }
h3 { margin-bottom: 1rem; font-size: 1.75rem; }
em { color: var(--red); font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -.04em; }

.hero-art-section { position: relative; height: var(--frame-h); min-height: 31rem; overflow: hidden; background: #fff; }
.hero-copy { min-width: 0; }
.hero-heading-line { display: block; white-space: nowrap; }
.hero-copy h1 .hero-highlight { color: var(--red); }
.hero-copy h1 .bolt { font-size: .75em; vertical-align: .07em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-business-list { display: grid; gap: .38rem; padding: 0; margin: 0 0 1.65rem; list-style: none; color: #3a3637; font-size: clamp(.88rem, 1.2vw, 1.05rem); font-weight: 700; }
.hero-business-list li { display: flex; align-items: center; gap: .55rem; }
.hero-business-list li::before { color: var(--red); content: "•"; font-size: 1.3em; line-height: .5; }
.bolt { display: inline-block; color: var(--red); font-size: 1.1rem; font-weight: 700; }

.frame-section { display: flex; flex-direction: column; justify-content: center; min-height: var(--frame-h); }

.services { background: var(--white); }
.section-heading { max-width: 730px; margin: 0 auto 3.3rem; }
.center-heading { text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 1.6rem; overflow: hidden; background: #fff; border: 1px solid #eeeae7; border-radius: var(--radius); box-shadow: 0 .5rem 1.75rem rgb(36 29 30 / 6%); }
.service-card::after { position: absolute; right: -3.25rem; bottom: -4rem; width: 11rem; height: 11rem; content: ""; background: var(--warm); border-radius: 50%; transition: transform .25s ease; }
.service-card:hover::after { transform: scale(1.2); }
.featured-card { color: #fff; background: var(--charcoal); border-color: var(--charcoal); }
.featured-card::after { background: rgb(196 47 56 / 92%); }
.service-card.featured-card .card-topline, .service-card.featured-card p { color: #dfdada; }
.featured-card .service-icon { color: #fff; }
.advisor-card .mini-client-row { margin-top: auto; }
.card-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; padding-bottom: .75rem; margin-bottom: 2.2rem; color: #6c6868; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.service-icon { position: relative; z-index: 1; width: 4rem; height: 4rem; margin-bottom: 1.8rem; color: var(--red); }
.service-icon svg { width: 100%; height: 100%; }
.service-brand-logos { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; min-height: 4rem; margin-bottom: 1.8rem; }
.service-card .plan-teaser { position: relative; z-index: 1; margin: -.6rem 0 1.1rem; color: var(--muted); font-size: .76rem; font-weight: 600; line-height: 1.55; }
/* Both brand marks render at the SAME height, slightly enlarged */
.service-brand-logos img { width: auto; max-width: 100%; height: 2.3rem; object-fit: contain; object-position: left center; }
/* Advisor card: logo left, "NORTHERN BUSINESS ADVISOR" on two lines to its right */
.advisor-title-row { position: relative; z-index: 1; display: flex; align-items: center; gap: .9rem; margin-bottom: 1rem; }
.advisor-brand-logo { display: block; flex-shrink: 0; width: 4.6rem; height: 4.6rem; object-fit: contain; }
.service-card .advisor-title-row h3 { margin: 0; min-width: 0; max-width: 12em; overflow-wrap: anywhere; font-size: clamp(1.25rem, 1.6vw, 1.55rem); line-height: 1.12; }
.service-card h3, .service-card p, .card-actions, .solid-link { position: relative; z-index: 1; }
.service-card h3 { margin-bottom: .85rem; font-size: clamp(1.6rem, 2vw, 2rem); text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: .96rem; }
.card-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: auto; padding-top: 1.5rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--red); font-size: .81rem; font-weight: 700; line-height: 1.25; }
.text-link span { font-size: 1.05rem; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(.18rem, -.18rem); }
.featured-card .text-link { color: #fff; }
.mini-client-row { position: relative; z-index: 1; display: flex; gap: .3rem; padding-top: 1rem; }
.mini-client-row img { width: 4rem; height: 2.9rem; padding: .2rem; object-fit: contain; background: white; border-radius: .3rem; }
.solid-link { align-self: flex-start; margin-top: 1.25rem; }

.about { position: relative; overflow: hidden; background: var(--warm); }
.about::before { position: absolute; top: 5rem; left: -10rem; width: 27rem; height: 27rem; content: ""; background: radial-gradient(circle, rgb(196 47 56 / 12%) 0 1px, transparent 1px); background-size: 1.5rem 1.5rem; }
.about-grid { position: relative; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(2.7rem, 8vw, 8rem); }
.portrait-wrap { position: relative; width: min(100%, 300px); margin-inline: auto; padding: .85rem .85rem 3.4rem; background: #fff; border-radius: .7rem; box-shadow: 0 1.6rem 2.8rem rgb(36 29 30 / 18%); transform: rotate(-2.5deg); transition: transform .35s ease; }
.portrait-wrap:hover { transform: rotate(0deg); }
.portrait-accent { position: absolute; top: -.8rem; left: 50%; width: 1.6rem; height: 1.6rem; background: var(--red); border-radius: 50%; box-shadow: 0 .25rem .5rem rgb(0 0 0 / 25%); transform: translateX(-50%); }
.portrait-wrap > img { display: block; width: 100%; height: auto; aspect-ratio: .85; object-fit: cover; object-position: 48% 20%; border-radius: .4rem; filter: contrast(1.03); }
.portrait-wrap::after { content: "Scott Wilcken"; position: absolute; right: 0; bottom: .78rem; left: 0; color: var(--charcoal); font-family: "Playfair Display", serif; font-size: 1.35rem; font-style: italic; font-weight: 600; text-align: center; }
.about-copy { max-width: 620px; }
.about-copy > p:not(.eyebrow) { color: #514d4e; }
.signature-block { display: inline-block; padding-top: 1.15rem; margin-top: .45rem; border-top: 2px solid var(--red); }
.signature-block > span { font-family: "Playfair Display", Georgia, serif; font-size: 1.4rem; font-style: italic; }
.signature-block p { margin: -.1rem 0 0; color: var(--muted); font-size: .75rem; }

.businesses { min-height: calc(var(--frame-h) - 4rem); }
.strip-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.strip-heading .eyebrow { margin-bottom: .65rem; }
.strip-heading h2 { margin: 0; }
.arrow-link { margin-bottom: .55rem; white-space: nowrap; }
.logo-scroller { display: grid; grid-auto-columns: minmax(145px, 1fr); grid-auto-flow: column; gap: .8rem; overflow-x: auto; padding: .3rem .15rem 1.05rem; scrollbar-color: var(--red) #f0edeb; scrollbar-width: thin; }
.logo-scroller a { display: flex; align-items: center; justify-content: center; height: 6.1rem; padding: .75rem; background: #fff; border: 1px solid #eeeae7; border-radius: .75rem; box-shadow: 0 .4rem 1.1rem rgb(36 29 30 / 5%); transition: transform .2s ease, border-color .2s ease; }
.logo-scroller a:hover, .logo-scroller a:focus-visible { border-color: rgb(196 47 56 / 55%); transform: translateY(-3px); }
.logo-scroller img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.contact-cta { position: relative; overflow: hidden; padding: 4.3rem 0; color: #fff; background: var(--red); }
.contact-cta::before, .contact-cta::after { position: absolute; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; content: ""; }
.contact-cta::before { top: -14rem; right: -8rem; width: 32rem; height: 32rem; }
.contact-cta::after { right: -1rem; bottom: -11rem; width: 18rem; height: 18rem; }
.contact-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-cta .eyebrow { color: #fff; }
.contact-cta .eyebrow span { background: #fff; }
.contact-cta h2 { margin: 0; color: #fff; font-size: clamp(2.15rem, 4.2vw, 3.65rem); }

.site-footer { padding: 4.5rem 0 1.3rem; color: #f4f1ee; background: var(--charcoal); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.brand-inverted .brand-copy { color: #fff; }
.brand-inverted .brand-copy span { color: #ec5a60; }
.footer-brand > p { max-width: 29ch; margin: 1.4rem 0 0; color: #c2bbba; font-size: .86rem; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .25rem; }
.footer-contact h3 { margin-bottom: .8rem; font-size: 1rem; letter-spacing: -.02em; }
.footer-contact > a { font-size: .86rem; transition: color .2s ease; }
.footer-contact > a:hover, .footer-contact > a:focus-visible { color: #ec5a60; }
.footer-contact > span { margin-top: .25rem; color: #c2bbba; font-size: .82rem; }
.social-links { display: flex; gap: .6rem; margin-top: .8rem; }
.social-links a { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; background: #fff; border-radius: 50%; transition: transform .2s ease; }
.social-links a:hover, .social-links a:focus-visible { transform: translateY(-3px); }
.social-links img { width: 1.5rem; height: 1.5rem; object-fit: contain; }
.footer-card-order { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 1.2rem; }
.footer-card-order .button { width: min(100%, 16rem); }
.footer-qr { display: flex; align-items: center; gap: .8rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: .9rem; font-style: italic; line-height: 1.2; }
.footer-qr img { width: 4.8rem; height: 4.8rem; padding: .25rem; background: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; color: #aaa3a2; font-size: .7rem; border-top: 1px solid rgb(255 255 255 / 15%); }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: #fff; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.site-footer :focus-visible, .page-hero :focus-visible, .cookie-note :focus-visible,
.featured-card :focus-visible, .meeting-card :focus-visible, .contact-cta :focus-visible,
.event-top-banner :focus-visible, .event-floating-cta:focus-visible,
.plan-card.highlight :focus-visible { outline-color: #fff; }

@media (max-width: 980px) {
  .primary-nav { gap: .7rem; font-size: .72rem; }
  .primary-nav .button { padding-inline: .8rem; }
  .service-card { min-height: 465px; }
  .footer-grid { gap: 1.5rem; }
}

@media (max-width: 760px) {
  :root { --header-h: 4.6rem; }
  .site-header { position: relative; background: #fff; }
  html { scroll-padding-top: 1rem; }
  .page-width { width: min(100% - 2rem, 620px); }
  .section-pad { padding: clamp(3rem, 6vh, 4.75rem) 0; }
  .site-header { padding: .6rem .65rem 0; }
  .event-top-banner-shell { grid-template-columns: auto minmax(0, 1fr); gap: .55rem .7rem; width: min(100% - 1.3rem, 620px); padding: .5rem 0; }
  .event-top-banner-date { width: 2.25rem; height: 2.25rem; }
  .event-top-banner-date strong { font-size: 1.12rem; }
  .event-top-banner-copy { display: block; min-width: 0; }
  .event-top-banner-copy > span { display: block; margin-bottom: .05rem; font-size: .62rem; }
  .event-top-banner-copy > strong { display: block; font-size: .75rem; line-height: 1.1; }
  .event-top-banner-copy p { margin-top: .1rem; font-size: .75rem; line-height: 1.28; }
  .event-top-banner-copy b { margin: 0 .08rem; }
  .event-top-banner-button { grid-column: 1 / -1; width: 100%; min-height: 2.4rem; font-size: .78rem; }
  .event-floating-cta { right: 1rem; bottom: 1rem; min-height: 2.8rem; padding-right: .78rem; font-size: .67rem; transform: translateY(calc(-100vh + 10rem)) scale(.84); }
  .event-floating-cta-date { width: 2rem; height: 2rem; font-size: .5rem; }
  .nav-shell { min-height: 4rem; gap: .45rem; padding: .4rem .5rem .4rem .7rem; border-radius: .8rem; }
  .menu-toggle { flex-shrink: 0; }
  .brand img { width: 2.1rem; height: 2.1rem; }
  .menu-toggle { display: grid; width: 2.8rem; height: 2.8rem; padding: .75rem; place-content: center; gap: .3rem; color: var(--charcoal); border-radius: .5rem; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1.2rem; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(.32rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-.32rem) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + .5rem); right: .65rem; left: .65rem; display: grid; gap: 0; padding: .5rem; background: #fff; border: 1px solid #e9e4e2; border-radius: .8rem; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-.5rem); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s; }
  .primary-nav > a:not(.button) { padding: .68rem .75rem; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { display: none; }
  .site-header .nav-book { display: inline-flex; margin-right: .35rem; padding-inline: .85rem; font-size: .74rem; white-space: nowrap; }
  .hero-ministrip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(100% - 2rem, 620px); margin: .5rem auto 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: .9rem; overflow: hidden; }
  .hero-ministrip a { display: grid; gap: .28rem; align-content: start; justify-items: center; padding: .9rem .35rem; text-align: center; }
  .hero-ministrip a + a { border-left: 1px solid var(--line); }
  .hero-ministrip svg { width: 1.6rem; height: 1.6rem; color: var(--red); }
  .hero-ministrip strong { font-size: clamp(.66rem, 3.1vw, .78rem); letter-spacing: -.02em; white-space: nowrap; }
  .hero-ministrip span { color: var(--muted); font-size: .68rem; line-height: 1.35; }
  .hero-art-section { height: auto; min-height: 0; }
  .hero-heading-line { white-space: normal; }
  .hero-copy > p { margin-inline: auto; font-size: 1rem; }
  .hero-actions { justify-content: center; }
  .hero-actions .button { width: 100%; max-width: 24rem; }
  .section-heading { margin-bottom: 2.2rem; }
  .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-card { min-height: 0; padding: 1.45rem; }
  .service-icon { margin-bottom: 1.35rem; }
  .service-card p { max-width: 57ch; }
  .card-actions { margin-top: 1.4rem; padding-top: .3rem; }
  .advisor-card .mini-client-row { margin-top: 1rem; }
  /* Compact profile header on phones: small photo left, headings beside it, bio below */
  .about-grid { display: grid; grid-template-columns: 6.2rem minmax(0, 1fr); align-items: center; column-gap: 1rem; row-gap: 0; }
  .about-copy { display: contents; }
  .portrait-wrap { grid-row: 1 / 3; grid-column: 1; width: 6.6rem; margin: 0; padding: .28rem .28rem .28rem; border-radius: .45rem; transform: rotate(-2deg); box-shadow: 0 .5rem 1.1rem rgb(36 29 30 / 16%); }
  .portrait-accent { top: -.32rem; width: .7rem; height: .7rem; }
  .portrait-wrap > img { aspect-ratio: .95; border-radius: .3rem; }
  .portrait-wrap::after { display: none; }
  .about-copy .eyebrow { grid-column: 2; grid-row: 1; align-self: end; margin: 0 0 .35rem; }
  .about-copy h2 { grid-column: 2; grid-row: 2; align-self: start; margin: 0; font-size: 1.3rem; line-height: 1.15; letter-spacing: -.03em; }
  .about-copy h2 br { display: none; }
  .about-copy > p:not(.eyebrow) { grid-column: 1 / -1; margin: 1rem 0 0; font-size: .93rem; }
  .signature-block { grid-column: 1 / -1; margin-top: 1.1rem; }
  .strip-heading { align-items: start; }
  .arrow-link { margin-top: .5rem; }
  .logo-scroller { grid-auto-columns: minmax(130px, 43vw); }
  .contact-cta { padding: 3.8rem 0; }
  .contact-cta-inner { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-top: 3.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.1rem; }
  .footer-card-order { align-items: flex-start; }
}

/* "Desktop site" mode on a handset (wide layout viewport, very tall aspect): drop the
   one-screen-per-frame rule, otherwise every section stretches to a huge empty page. */
@media (min-width: 761px) and (max-aspect-ratio: 4/5) {
  .hero-art-section { min-height: 0; }
  .frame-section, .businesses { min-height: 0; }
  .section-pad { padding: 3.2rem 0; }
}

/* Short phones (iPhone SE and similar): squeeze the hero so the whole first screen still fits */
@media (max-width: 760px) and (max-height: 720px) {
  .hero-restored .hero-content { padding-top: .9rem; }
  .hero-mobile-eyebrow { margin-bottom: .45rem; }
  .hero-restored .hero-copy h1 { margin-bottom: .5rem; font-size: clamp(1.5rem, 7.2vw, 2.4rem); }
  .hero-restored .hero-copy > p:not(.hero-mobile-eyebrow) { font-size: .82rem; }
  .hero-restored .hero-actions { margin-top: .6rem; gap: .4rem; }
  .hero-restored .hero-actions .button { min-height: 2.5rem; }
  .hero-mobile-scan { min-height: 5.5rem; margin-top: .5rem; }
  .scan-qr { width: 4.3rem; }
  .scan-text { font-size: 1.3rem; }
  .hero-ministrip { margin-bottom: .9rem; }
  .hero-ministrip a { padding: .7rem .35rem; }
  .hero-ministrip svg { width: 1.4rem; height: 1.4rem; }
}

/* Very narrow phones: keep logo, CTA and hamburger all on the bar */
@media (max-width: 359px) {
  .nav-shell { gap: .3rem; padding-inline: .5rem; }
  .brand img { width: 1.9rem; height: 1.9rem; }
  .brand-copy strong { font-size: .78rem; letter-spacing: .07em; }
  .brand-copy span { font-size: .44rem; }
  .site-header .nav-book { padding-inline: .65rem; font-size: .66rem; }
  .menu-toggle { width: 2.3rem; height: 2.3rem; padding: .5rem; }
  .hero-ministrip strong { font-size: .6rem; }
  .hero-ministrip span { font-size: .62rem; }
}

@media (max-width: 430px) {
  h1 { font-size: 3.02rem; }
  h2 { font-size: 2.35rem; }
  .brand img { width: 2.3rem; height: 2.3rem; }
  .brand-copy strong { font-size: .85rem; }
  .portrait-wrap { width: 6.2rem; }
  .strip-heading { display: block; }
  .arrow-link { display: inline-flex; margin-top: .75rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Raster hero: height capped to the artwork's 2:1 ratio. */
.hero-restored { height: min(var(--frame-h), 50vw); min-height: 0; }
.hero-restored .hero-artwork { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-restored .hero-content { position: absolute; inset: 0; display: flex; align-items: center; width: min(1180px, calc(100% - 3rem)); margin: auto; pointer-events: none; }
.hero-restored .hero-copy { flex: 0 0 auto; width: 54%; padding-bottom: 1.5rem; pointer-events: auto; }
.hero-restored .hero-copy h1 { max-width: none; margin-bottom: 1.25rem; font-size: clamp(2.6rem, 4.2vw, 4.3rem); letter-spacing: -.065em; }
.hero-restored .hero-copy > p { max-width: 43ch; margin-bottom: 1.65rem; color: #3a3637; font-size: clamp(.93rem, 1.25vw, 1.15rem); }

@media (max-width: 980px) {
  .hero-restored .hero-copy { width: 57%; }
  .hero-restored .hero-copy h1 { font-size: clamp(2.25rem, 4vw, 3.5rem); }
}

@media (max-width: 760px) {
  .hero-restored { display: flex; flex-direction: column; height: auto; }
  .hero-restored .hero-artwork { display: none; }
  .hero-restored .hero-content { position: relative; inset: auto; order: -1; width: min(100% - 2rem, 620px); margin: 0 auto; padding: 1.35rem 0 .3rem; }
  /* Two-column mobile hero: copy left, phone right, CTAs full-width below */
  .hero-restored .hero-copy { display: grid; width: 100%; padding: 0; text-align: left; grid-template-columns: 58% 1fr; grid-template-rows: auto auto auto auto; column-gap: .7rem; align-items: start; }
  .hero-restored .hero-copy h1 { grid-area: 1 / 1; max-width: none; margin: .1rem 0 .65rem; font-size: clamp(1.65rem, 7.8vw, 2.9rem); }
  .hh-l1, .hh-busi { display: none; }
  .hero-heading-line { white-space: normal; }
  .hero-restored .hero-business-list { grid-area: 2 / 1; gap: .25rem; margin: 0; font-size: .78rem; }
  /* Buttons live in the left column beside the phone, so nothing is left empty */
  .hero-restored .hero-actions { grid-area: 3 / 1 / 4 / 2; flex-direction: column; align-items: stretch; gap: .5rem; margin-top: .8rem; }
  .hero-restored .hero-actions .button { width: 100%; max-width: 100%; min-height: 2.5rem; padding: .5rem .7rem; font-size: clamp(.75rem, 3vw, .8rem); white-space: nowrap; }
  .hero-restored .hero-actions .button span[aria-hidden] { display: none; }
  /* Mobile artwork frame */
  .hero-mobile-phone-frame { position: relative; display: block; grid-area: 1 / 2 / 4 / 3; align-self: center; width: 100%; }
  .hero-mobile-phone-artwork { position: relative; width: 100%; }
  .hero-mobile-phone { display: block; width: 100%; max-width: none; height: auto; }
  /* Compact scan row: crisp QR + handwritten note sitting on a thin cropped shoreline */
  .hero-mobile-scan { display: flex; align-items: center; gap: .7rem; width: 100%; min-height: 6.4rem; margin-top: .7rem; padding: .5rem .85rem; background-image: url("assets/hero-scenery-strip.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center bottom; }
  .scan-qr { display: block; flex-shrink: 0; width: 4.9rem; padding: .28rem; background: #fff; border-radius: .65rem; box-shadow: 0 .35rem .9rem rgb(28 23 23 / 20%); }
  .scan-qr img { display: block; width: 100%; height: auto; image-rendering: pixelated; }
  .scan-note { display: flex; align-items: center; gap: .45rem; }
  .scan-arrow { flex-shrink: 0; width: 2.5rem; height: auto; }
  .scan-text { color: var(--charcoal); font-family: "Caveat", "Playfair Display", cursive; font-size: 1.45rem; font-weight: 700; line-height: 1.05; transform: rotate(-3deg); }
}

.event-top-banner-copy em { font-family: inherit; }
.event-top-banner-copy > span { font-size: .62rem; }
.event-top-banner-copy p { font-size: .78rem; }
.event-top-banner-date span { font-size: .62rem; }

/* hidden promos stay hidden even where display is set elsewhere */
.event-top-banner[hidden], .event-floating-cta[hidden] { display: none !important; }

/* ---- Large displays: proportional scaling above 2000px ---- */
@media (min-width: 2000px) {
  html { font-size: clamp(16px, 0.8333vw, 44px); }
  body { font-size: 1rem; }
  .section-heading { max-width: 38vw; }
  .page-width, .hero-restored .hero-content { width: min(61.5vw, calc(100% - 3rem)); }
  .nav-shell { width: min(66.7vw, 100%); }
  .event-top-banner-shell { width: min(66.7vw, calc(100% - 2.4rem)); }
  .about-copy { max-width: 32.3vw; }
  .section-intro { max-width: 33.3vw; }
  .portrait-wrap { width: min(100%, 15.6vw); }
  .dcard-layout { grid-template-columns: minmax(0, 21.9vw) minmax(0, 1fr); }
  .page-hero p.lede, .service-card p, .footer-brand > p { max-width: none; }
  .page-hero p.lede { max-width: 58ch; }
  .service-card p { max-width: 57ch; }
  .footer-brand > p { max-width: 29ch; }
}
/* Tall-but-narrow viewports: one-screen frames off */
@media (min-height: 1150px) and (max-width: 1999px) {
  .frame-section, .businesses { min-height: 0; }
  .subpage-section.frame-section { padding: clamp(3.2rem, 7vh, 5.5rem) 0; }
}

/* Hamburger from 900px: the inline nav does not fit below ~834px */
@media (max-width: 900px) {
  .menu-toggle { display: grid; width: 2.8rem; height: 2.8rem; padding: .75rem; place-content: center; gap: .3rem; color: var(--charcoal); border-radius: .5rem; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1.2rem; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(.32rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-.32rem) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + .5rem); right: .65rem; left: .65rem; display: grid; gap: 0; padding: .5rem; background: #fff; border: 1px solid #e9e4e2; border-radius: .8rem; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-.5rem); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s; }
  .primary-nav > a:not(.button) { padding: .68rem .75rem; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { display: none; }
  .site-header .nav-book { display: inline-flex; margin-right: .35rem; padding-inline: .85rem; font-size: .78rem; white-space: nowrap; }
}

/* Cookie notice */
.cookie-note { position: fixed; inset: auto 1rem 1rem 1rem; z-index: 90; display: flex; flex-wrap: wrap; gap: .7rem 1rem; align-items: center; justify-content: center; max-width: 44rem; margin: 0 auto; padding: .85rem 1.1rem; background: var(--charcoal, #2f2d2e); color: #fff; border-radius: .9rem; box-shadow: 0 12px 30px rgb(0 0 0 / 25%); }
.cookie-note p { margin: 0; font-size: .9rem; line-height: 1.45; }
.cookie-note a { color: #fff; text-decoration: underline; }
.cookie-note .button { flex-shrink: 0; }

.cookie-actions { display: flex; gap: .55rem; flex-shrink: 0; }
.cookie-note .cookie-reject { background: transparent; border: 1px solid rgb(255 255 255 / 55%); color: #fff; }
@media (max-width: 760px) {
  .cookie-note { gap: .45rem .6rem; padding: .6rem .8rem; }
  .cookie-note p { font-size: .78rem; line-height: 1.35; }
  .cookie-actions { gap: .4rem; }
  .cookie-note .button { min-height: 2.2rem; padding: .4rem .85rem; font-size: .74rem; }
}

.embed-consent { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; min-height: 340px; padding: 2rem 1.5rem; text-align: center; }
.embed-consent p { margin: 0; color: var(--ink-soft, #4c4848); max-width: 30rem; }
.embed-consent-small { font-size: .82rem; color: #8a8484; }
