/* =====================================================================
   Costo Cost Liquidation — main stylesheet
   ---------------------------------------------------------------------
   Built against the Figma frames
     37:427  COSTO_Homepage_Website  (1728 x 5564)
     38:1680 COSTO_ABOUT-us Website  (1728 x 3977)
     45:2188 COSTO_VISIT us Website  (1728 x 3247)

   Type and spacing use `clamp(min, Xvw, design-px)` where
   X = design-px / 1728 * 100 — pixel-accurate at a 1728px viewport,
   proportional below it.

    1. Tokens              9. Cards
    2. Reset & base       10. Steps
    3. Utilities          11. Instagram carousel
    4. Buttons            12. FAQ accordion
    5. Announcement bar   13. Contact strip / form / map
    6. Header & nav       14. Prose & checklist
    7. Hero               15. CTA bands
    8. Sections           16. Footer
                          17. Responsive / motion / print
   ================================================================== */

/* =====================================================================
   1. Tokens
   ================================================================== */
:root {
    --c-red:         #b51f2a;
    --c-maroon:      #6d050b;
    --c-maroon-cta:  #570409;
    --c-maroon-bar:  #5e0409;
    --c-maroon-deep: #530308;
    --c-yellow:      #f1e935;
    --c-cream:       #fefcc6;
    --c-charcoal:    #2b2b2b;
    --c-white:       #fff;
    --c-black:       #000;

    /* Sampled straight from the Figma renders */
    --g-cream:      linear-gradient(180deg, #fcfabc 0%, #fefcef 100%);
    --g-cream-warm: linear-gradient(180deg, #fefcc6 0%, #fbf8a1 100%);
    --g-card:       linear-gradient(180deg, #f1e935 0%, #c24c2c 100%);
    --g-heading:    linear-gradient(90deg, #b51f2a 50.666%, #000000 107.42%);
    /* The display type is filled with this gradient via background-clip: text */
    --g-display:    linear-gradient(180deg, #fff300 0%, #ffd000 32%, #ff8200 68%, #ea2a1a 100%);

    --font-display: 'Hanson', 'Archivo', 'Poppins', system-ui, sans-serif;
    --font-body:    'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-accent:  'Instrument Sans', 'Poppins', system-ui, sans-serif;

    --fs-hero:    clamp(2.4rem,  4.85vw, 5.25rem);     /* ~84px at 1728px, ~73px at 1512px */
    --fs-display: clamp(1.625rem,2.5vw,  2.75rem);      /* 44px */
    --fs-h3:      clamp(1.25rem, 1.85vw, 2rem);         /* 32px */
    --fs-h4:      clamp(1.125rem,1.62vw, 1.75rem);      /* 28px */
    --fs-card:    clamp(1rem,    1.5vw,  1.625rem);     /* 26px */
    --fs-lead:    clamp(0.9375rem,1.2vw, 1.35rem);      /* 21px */
    --fs-phone:   clamp(0.9375rem,1.15vw,1.25rem);      /* 20px */
    --fs-body:    clamp(0.875rem, 1.04vw,1.125rem);     /* 18px */
    --fs-btn:     clamp(0.875rem, 1vw,   1.0625rem);    /* 17px */
    --fs-nav:     clamp(0.875rem, 0.93vw,1rem);         /* 16px */
    --fs-small:   clamp(0.8125rem,0.81vw,0.875rem);     /* 14px */
    --fs-number:  clamp(3.5rem,   8vw,   9.5rem);       /* 150px */

    --container:   1440px;
    --gutter:      clamp(1.25rem, 8.33vw, 9rem);
    --bar-h:       clamp(2.25rem, 2.7vw,  2.875rem);    /* 46px */
    --header-h:    clamp(3.5rem,  5.2vw,  5.5rem);      /* 88px */
    --section-pad: clamp(2.5rem,  3.8vw,  4.5rem);
    --card-gap:    clamp(0.75rem, 0.87vw, 0.9375rem);

    --shadow-header:  0 4px 20px rgba(109, 5, 11, 0.17);
    --shadow-display: 0 10px 20px var(--c-maroon-deep);
    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/*
 * Hanson Bold
 */
@font-face {
    font-family: 'Hanson';
    src: url('../fonts/Hanson-Bold.otf') format('opentype'),
         url('../fonts/Hanson-Bold.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.hero__title,
.photo-cta__title,
.section-heading__title,
.cta-band__title,
.info-panel__title {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* =====================================================================
   2. Reset & base
   ================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
    /* NB: do not add `overflow-x: hidden` here — it turns <html> into a scroll
       container and stops the sticky header from sticking. Sections that can
       overflow (.hero, .ig-feed) clip themselves with `overflow-x: clip`. */
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: var(--fs-body);
    line-height: 1.5;
    color: var(--c-black);
    background: var(--c-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, p, ul, ol, dl, dd, figure, fieldset { margin: 0; }
ul, ol { padding: 0; list-style: none; }
fieldset { padding: 0; border: 0; }
img, picture, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
address { font-style: normal; }

:focus-visible { outline: 3px solid var(--c-red); outline-offset: 3px; }
.site-footer :focus-visible,
.cta-band :focus-visible,
.photo-cta :focus-visible,
.hero :focus-visible { outline-color: var(--c-yellow); }

/* =====================================================================
   3. Utilities
   ================================================================== */
.container { width: min(100% - (var(--gutter) * 2), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 1330px; }

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
    white-space: nowrap; border: 0;
}

.skip-link {
    position: absolute; top: -100px; left: 1rem; z-index: 999;
    padding: 0.75rem 1.25rem; font-weight: 600;
    color: var(--c-maroon); background: var(--c-yellow);
    transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 1rem; }

/* The signature display treatment: gradient-filled, uppercase, drop shadow. */
.display-fill {
    font-family: var(--font-display);
    text-transform: uppercase;
    background: var(--g-display);
    background-size: 100% var(--fill-step, 1.02em);
    background-repeat: repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: clamp(2px, 0.2vw, 3px) #ffffff;
    paint-order: stroke fill;
    filter: drop-shadow(0 3px 0px #530308)
            drop-shadow(0 5px 6px #530308)
            drop-shadow(0 8px 18px rgba(83, 3, 8, 0.9))
            drop-shadow(0 0 24px rgba(181, 31, 42, 0.65));
}

/* =====================================================================
   4. Buttons
   ================================================================== */
.btn {
    --btn-h: clamp(2.75rem, 3.24vw, 3.5rem);
    display: inline-flex; align-items: center; justify-content: center;
    min-height: var(--btn-h);
    padding-inline: clamp(1.25rem, 1.85vw, 2rem);
    font-size: var(--fs-btn); font-weight: 800; line-height: 1.39;
    text-align: center; text-transform: uppercase; letter-spacing: 0.1em;
    border: 1px solid transparent;
    transition: background-color 0.2s var(--ease), color 0.2s var(--ease),
                border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--solid {
    min-width: clamp(10rem, 13.95vw, 15.0625rem);       /* 241px */
    color: var(--c-charcoal);
    background: var(--c-yellow);
    border-color: var(--c-white);
    box-shadow: 0 4px 20px var(--c-maroon-deep);
}
.btn--solid:hover { background: #fff45c; }

.btn--outline-light { color: var(--c-white); border-color: var(--c-white); }
.btn--outline-light:hover { color: var(--c-maroon); background: var(--c-white); }

.btn--outline { color: var(--c-maroon); border-color: var(--c-maroon); }
.btn--outline:hover { color: var(--c-white); background: var(--c-maroon); }

.btn--dark { color: var(--c-yellow); background: var(--c-maroon); border-color: var(--c-maroon); }
.btn--dark:hover { background: var(--c-maroon-cta); }

/* =====================================================================
   5. Announcement bar
   ================================================================== */
.announcement-bar {
    display: flex; align-items: center; justify-content: center;
    min-height: var(--bar-h);
    padding: 0.5rem var(--gutter);
    background: var(--c-red);
}
.announcement-bar__text {
    font-family: var(--font-accent); font-size: var(--fs-lead); font-weight: 600;
    color: var(--c-white); text-align: center; text-wrap: balance;
}

/* =====================================================================
   6. Header & navigation
   ================================================================== */
/*
 * Figma specifies white at 70% with a 20px blur. That reads as solid white at
 * the top of the page, but once the header sticks over content the page shows
 * through it — so it is opaque here. Swap the background for
 * `rgba(255, 255, 255, 0.7)` and re-enable the two backdrop-filter lines to go
 * back to the literal Figma value.
 */
.site-header {
    position: sticky; top: 0; z-index: 90;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-header);
}

.site-header__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem; min-height: var(--header-h);
}
.site-header__brand { flex: 0 0 auto; }
.site-header__logo img, .site-header__logo { width: clamp(6.25rem, 8.37vw, 9.0625rem); height: auto; }

.site-nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: flex-end; }

.site-nav__list {
    display: flex; align-items: center;
    gap: clamp(1.25rem, 2.9vw, 3.125rem);
    /* The menu floats mid-header, well clear of the phone button. */
    margin-right: clamp(1.25rem, 16.78vw, 18.125rem);
}

.site-nav__link {
    position: relative; display: inline-block; padding-block: 0.35rem;
    font-size: var(--fs-nav); font-weight: 600; line-height: 1.9;
    color: var(--c-black); text-transform: uppercase;
}
.site-nav__link::after {
    content: ''; position: absolute; inset: auto 0 0 0; height: 3px;
    background: var(--c-red); transform: scaleX(0); transform-origin: left;
    transition: transform 0.25s var(--ease);
}
.site-nav__link:hover::after,
.site-nav__item.is-current .site-nav__link::after { transform: scaleX(1); }
.site-nav__item.is-current .site-nav__link { font-weight: 800; }

.site-header__phone {
    display: inline-flex; align-items: center; gap: 0.55rem;
    min-height: clamp(2.5rem, 3.18vw, 3.4375rem);
    padding-inline: clamp(0.85rem, 1.68vw, 1.8125rem);
    color: var(--c-maroon); background: var(--c-yellow);
    border: 2px solid var(--c-yellow);
    transition: background-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.site-header__phone:hover { background: #fff45c; transform: translateY(-2px); }
.site-header__phone-icon { width: clamp(1rem, 1.16vw, 1.25rem); height: auto; flex: 0 0 auto; }
.site-header__phone-label { font-size: var(--fs-phone); font-weight: 600; white-space: nowrap; }

.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    width: 44px; height: 44px; padding: 10px; justify-content: center;
}
.nav-toggle__bar { display: block; height: 3px; background: var(--c-maroon);
    transition: transform 0.25s var(--ease), opacity 0.2s var(--ease); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* =====================================================================
   7. Hero — full-bleed photograph, scrim, gradient-filled display type
   ================================================================== */
.hero {
    position: relative; isolation: isolate; overflow: hidden;
    margin-top: calc(-1 * var(--header-h));
    padding-top: var(--header-h);
}

.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg picture, .hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Slideshow: horizontal sliding carousel (WordPress-style) */
.hero__bg[data-hero-slideshow] { overflow: hidden; }
.hero__slide-track {
    display: flex;
    width: 100%; height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero__slide {
    flex: 0 0 100%;
    width: 100%; height: 100%;
    position: relative;
}
.hero__slide picture, .hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Keeps the yellow display type legible over any photograph. */
.hero__scrim {
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(180deg, rgba(20, 0, 5, 0.42) 0%, rgba(0, 0, 0, 0.16) 38%, rgba(45, 0, 8, 0.52) 100%);
}

.hero__inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: clamp(1.125rem, 1.8vw, 2rem);
    text-align: center;
}
.hero--home .hero__inner { min-height: clamp(21rem, 39vw, 42rem); padding-block: clamp(2.4rem, 4.7vw, 5.125rem); }
.hero--page .hero__inner { min-height: clamp(14rem, 25.5vw, 29rem); padding-block: clamp(2rem, 3.6vw, 4.1rem); }

/*
 * The headline ships as outlined vector exported from Figma (see hero.php), so
 * it is exact regardless of which fonts a visitor has. These text rules only
 * apply to heroes that fall back to live text, e.g. 404.
 */
.hero__title--image { line-height: 0; }
.hero__title--image img { height: auto; margin-inline: auto; }

.hero__title {
    font-size: var(--fs-hero);
    line-height: 1.02;
    --fill-step: 1.02em;
    max-width: none;
}
/*
 * The headline is 1666px wide in a 1728 frame — wider than the 1440 content
 * container, so the hero has to override .container's width or the artwork
 * gets scaled down to 86%.
 */
.hero--home .hero__inner,
.hero--page .hero__inner {
    width: min(100% - 2rem, 104.125rem);                /* 1666px */
    max-width: none;
}

.hero__text {
    font-size: var(--fs-lead); color: var(--c-white);
    max-width: 60ch; text-wrap: pretty;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(0.75rem, 1.16vw, 1.25rem); }

/* =====================================================================
   8. Sections & section headings
   ================================================================== */
.section { position: relative; padding-block: var(--section-pad); }
.section--plain { background: var(--c-white); }
.section--cream { background: var(--g-cream); }
.section--cream-warm { background: var(--g-cream-warm); }

.section-heading {
    display: flex; flex-direction: column;
    gap: clamp(0.25rem, 0.4vw, 0.4375rem);              /* 7px */
    margin-bottom: clamp(1rem, 1.6vw, 1.75rem);
    /* No max-width here: the headings are single-line in Figma and the cap was
       forcing long ones ("Why is everything this cheap?") onto two lines.
       The subtitle carries its own width limit instead. */
}
/* Figma sits this heading 26px above its copy. */
.section-heading--tight { margin-bottom: clamp(1rem, 1.5vw, 1.625rem); }
.section-heading--center { align-items: center; text-align: center; margin-inline: auto; }
.section-heading--left { align-items: flex-start; text-align: left; }


.section-heading__title {
    font-family: var(--font-display); font-size: var(--fs-display); 
    line-height: 1.1; text-transform: uppercase;
    background: var(--g-heading);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 6px rgba(83, 3, 8, 0.38));
    text-wrap: balance;
}
.section-heading--light .section-heading__title {
    background: none; color: var(--c-yellow); -webkit-text-fill-color: var(--c-yellow);
}

.section-heading__subtitle {
    font-size: var(--fs-lead); color: var(--c-black); text-wrap: pretty;
    max-width: 43.0625rem;                              /* 689px */
    margin-inline: auto;
}
.section-heading--wide .section-heading__subtitle { max-width: 69.75rem; }  /* 1116px */
.section-heading--light .section-heading__subtitle { color: var(--c-white); }

/* --- Feature strip (the four points) --- */
.feature-strip { padding-block: clamp(2rem, 3.3vw, 3.5rem); background: var(--c-white); }
.feature-strip__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-strip__item {
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    gap: clamp(0.75rem, 1.16vw, 1.25rem);
    padding-inline: clamp(0.5rem, 1.5vw, 1.75rem);
    text-align: center;
}
.feature-strip__item + .feature-strip__item { border-left: 1px solid rgba(43, 43, 43, 0.18); }
.feature-strip__icon {
    display: flex; align-items: center; justify-content: center;
    width: clamp(2.75rem, calc(var(--icon-w) * 0.05787vw), calc(var(--icon-w) * 1px));
    height: clamp(3.25rem, 5.8vw, 6.25rem);
    transition: transform 0.3s var(--ease);
}
.feature-strip__item:hover .feature-strip__icon {
    transform: scale(1.15);
}
.feature-strip__img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.feature-strip__title { font-size: var(--fs-card); font-weight: 500; line-height: 1.13; text-wrap: balance; }

/* =====================================================================
   9. Cards
   ================================================================== */
.card-grid {
    display: grid; grid-template-columns: repeat(var(--card-columns, 3), minmax(0, 1fr));
    gap: var(--card-gap);
    max-width: clamp(20rem, 75.52vw, 81.5625rem);       /* 1305px */
    margin-inline: auto;
}
.card-grid__item { display: flex; }

.card {
    display: flex; flex-direction: column; align-items: flex-start; width: 100%;
    min-height: clamp(14rem, 20vw, 22.5rem);
    padding: clamp(1.25rem, 2.2vw, 2.5rem) clamp(1.1rem, 2vw, 2.25rem);
    color: var(--c-black); background: var(--c-yellow);
    cursor: pointer;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}
.card--gradient { color: var(--c-white); background: var(--g-card); }
.card:hover,
.card:focus-visible {
    color: var(--c-white);
    background: var(--g-card);
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(109, 5, 11, 0.22);
}

.card__icon {
    position: relative; display: grid; place-items: center;
    width: clamp(2.5rem, calc(var(--icon-w) * 0.052vw), calc(var(--icon-w) * 0.9px));
    margin-bottom: clamp(1rem, 1.5vw, 1.6rem);
}
.card__icon-img { width: 100%; height: auto; }
.card__icon-badge { position: absolute; top: 56%; left: 19%; width: 31%; height: auto; }

.card__title {
    font-size: var(--fs-card); font-weight: 600; line-height: 1.1;
    margin-bottom: clamp(0.6rem, 1.2vw, 1.2rem); text-wrap: balance;
}
.card__text { font-size: var(--fs-lead); font-weight: 500; line-height: 1.5; text-wrap: pretty; }

/* About: "What that means for you" — red uppercase titles, black outline icons */
.card-grid--values .card { min-height: clamp(12.5rem, 17vw, 18.5rem); }
.card-grid--values .card__title {
    font-family: var(--font-body); font-size: var(--fs-card); font-weight: 800;
    text-transform: uppercase; color: var(--c-red);
    transition: color 0.3s var(--ease);
}
.card-grid--values .card:hover .card__title { color: var(--c-white); }
.card-grid--values .card__text { font-weight: 400; font-size: var(--fs-body); }

.card-grid--links .card { min-height: 0; }
.card-grid--links .card__title { margin-bottom: 0; }

/* =====================================================================
   10. Steps
   ================================================================== */
.steps {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px;
    max-width: clamp(20rem, 76.97vw, 83.125rem);        /* 1330px */
    margin-inline: auto;
}
.steps__item { display: flex; }

.step-card {
    position: relative; display: flex; flex-direction: column; width: 100%;
    min-height: clamp(20rem, 36vw, 42rem);
    padding: clamp(1.5rem, 2.8vw, 3.25rem) clamp(1.25rem, 2.2vw, 2.5rem);
    color: var(--c-white); background: var(--g-card);
    overflow: hidden; isolation: isolate;
    cursor: pointer;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.step-card:hover,
.step-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(109, 5, 11, 0.4);
    z-index: 2;
}

.step-card__texture {
    position: absolute; inset: 0; z-index: -1;
    opacity: 0; mix-blend-mode: multiply;
    transition: opacity 0.4s var(--ease), transform 0.6s var(--ease);
    transform: scale(1);
}
.step-card:hover .step-card__texture,
.step-card:focus-within .step-card__texture {
    opacity: 0.55;
    transform: scale(1.06);
}
.step-card__texture-img, .step-card__texture picture { width: 100%; height: 100%; object-fit: cover; }

.step-card__body { display: flex; flex-direction: column; flex: 1 1 auto; align-items: flex-start; }
.step-card__label {
    font-size: var(--fs-card); font-weight: 700; line-height: 1; text-transform: uppercase;
    margin-bottom: clamp(0.75rem, 1.6vw, 1.85rem);
}
.step-card__number {
    font-size: var(--fs-number); font-weight: 800; line-height: 0.78;
    letter-spacing: -0.04em; color: rgba(255, 255, 255, 0.82);
    margin-bottom: clamp(0.25rem, 0.5vw, 0.6rem);
}
.step-card__title {
    font-size: var(--fs-h3); font-weight: 700; line-height: 1.19; text-transform: uppercase;
    text-shadow: 0 8px 18px rgba(109, 5, 11, 0.5);
}
.step-card__text {
    max-width: 21.125rem; margin-top: auto; padding-top: clamp(1.5rem, 3vw, 4rem);
    font-size: var(--fs-body); font-weight: 500; line-height: 1.55; text-wrap: pretty;
}
.step-card__actions { margin-top: clamp(1rem, 1.8vw, 2rem); }

/* =====================================================================
   11. Instagram carousel
   ================================================================== */
.ig-feed {
    --ig-card: clamp(13.5rem, 23vw, 25rem);
    --ig-gap: clamp(0.15rem, 0.35vw, 0.4rem);
    position: relative; margin-top: clamp(1rem, 1.8vw, 2rem);
    overflow-x: hidden; overflow-x: clip;
}
.ig-feed__track {
    display: flex; align-items: center; gap: var(--ig-gap);
    padding-inline: max(var(--gutter), calc(50% - var(--ig-card) / 2));
    padding-block: clamp(0.75rem, 1.5vw, 1.75rem);
    overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none;
}
.ig-feed__track::-webkit-scrollbar { display: none; }
.ig-feed.is-enhanced .ig-feed__track {
    overflow: visible; justify-content: center; padding-inline: 0;
    transition: transform 0.45s var(--ease);
}

.ig-post {
    flex: 0 0 var(--ig-card); width: var(--ig-card); scroll-snap-align: center;
    background: var(--c-white); border-radius: 4px;
    box-shadow: 0 10px 30px rgba(109, 5, 11, 0.1);
    overflow: hidden;
    transition: transform 0.45s var(--ease), opacity 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
/* Off-centre posts wash back into the cream, as in the design. */
.ig-feed.is-enhanced .ig-post { transform: scale(0.88); opacity: 0.25; }
.ig-feed.is-enhanced .ig-post.is-near { transform: scale(0.945); opacity: 0.42; }
.ig-feed.is-enhanced .ig-post.is-active {
    transform: scale(1.075); opacity: 1;
    box-shadow: 0 22px 46px rgba(109, 5, 11, 0.2); z-index: 2;
}

.ig-post__top { display: flex; align-items: center; gap: 0.65rem; padding: 0.75rem 0.9rem; }
.ig-post__avatar {
    flex: 0 0 auto; width: 2.25rem; height: 2.25rem; border-radius: 50%;
    background: conic-gradient(from 180deg, var(--c-yellow), var(--c-red), var(--c-maroon), var(--c-yellow));
}
.ig-post__meta { display: flex; flex-direction: column; line-height: 1.2; }
.ig-post__handle { display: inline-flex; align-items: center; gap: 0.28rem;
    font-size: 0.875rem; font-weight: 700; color: var(--c-black); }
.ig-post__verified { width: 0.75rem; height: auto; flex: 0 0 auto; }
.ig-post__location { font-size: 0.75rem; color: #555; }
.ig-post__more { margin-left: auto; color: #262626; }
.ig-post__more svg { width: 1.05rem; height: auto; }

.ig-post__media { position: relative; aspect-ratio: 1 / 1; background: #f2f2f2; }
.ig-post__media picture, .ig-post__img { width: 100%; height: 100%; object-fit: cover; }
.ig-post__count {
    position: absolute; top: 0.75rem; right: 0.75rem; padding: 0.2rem 0.55rem;
    font-size: 0.75rem; font-weight: 600; color: var(--c-white);
    background: rgba(0, 0, 0, 0.55); border-radius: 999px;
}
.ig-post__link { position: absolute; inset: 0; }

.ig-post__bottom { padding: 0.85rem 0.9rem 1.1rem; }
.ig-post__actions { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 0.65rem; color: #262626; }
.ig-post__action { display: grid; place-items: center; }
.ig-post__action svg { width: auto; height: 1.35rem; }
.ig-post__action--save { margin-left: auto; }
.ig-post__likes { font-size: 0.8125rem; font-weight: 600; }
.ig-post__caption { font-size: 0.8125rem; line-height: 1.45; color: #262626; margin-top: 0.3rem; }
.ig-post__caption-handle { font-weight: 700; margin-right: 0.3rem; }
.ig-post__date { font-size: 0.6875rem; color: #8e8e8e; margin-top: 0.5rem;
    text-transform: uppercase; letter-spacing: 0.03em; }

.ig-feed__controls { display: flex; align-items: center; justify-content: center;
    gap: 1rem; margin-top: clamp(0.75rem, 1.5vw, 1.5rem); }
.ig-feed__nav {
    display: grid; place-items: center; width: 2.75rem; height: 2.75rem;
    font-size: 1.15rem; color: var(--c-maroon); background: var(--c-yellow); border-radius: 50%;
    transition: transform 0.2s var(--ease), background-color 0.2s var(--ease);
}
.ig-feed__nav:hover { transform: scale(1.08); background: #fff45c; }
.ig-feed__nav[disabled] { opacity: 0.4; cursor: default; transform: none; }
.ig-feed__dots { display: flex; gap: 0.5rem; }
.ig-feed__dot { width: 0.6rem; height: 0.6rem; background: rgba(109, 5, 11, 0.28); border-radius: 50%;
    transition: background-color 0.2s var(--ease), transform 0.2s var(--ease); }
.ig-feed__dot.is-active { background: var(--c-maroon); transform: scale(1.3); }

/* =====================================================================
   12. FAQ accordion
   ================================================================== */
.faq { display: grid; gap: clamp(0.5rem, 0.69vw, 0.75rem);            /* 12px */
    max-width: clamp(20rem, 76.1vw, 82.1875rem); margin-inline: auto; }

/* Figma 45:2148 — flat yellow panel, 1px red hairline, soft neutral drop. */
.faq__item {
    background: var(--c-yellow);
    border: 1px solid var(--c-red);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.faq__question {
    display: flex; align-items: center; justify-content: space-between;
    gap: clamp(1rem, 1.85vw, 2rem);
    width: 100%;
    min-height: clamp(3.75rem, 5.79vw, 6.25rem);                      /* 100px */
    padding-block: clamp(0.75rem, 1.16vw, 1.25rem);
    padding-inline: clamp(1.25rem, 2.55vw, 2.75rem)                   /* 44px */
                    clamp(1rem, 1.45vw, 1.5625rem);                   /* 25px */
    font-size: clamp(1rem, 1.39vw, 1.5rem);                           /* 24px */
    font-weight: 500; line-height: 1.35;
    color: var(--c-black); text-align: left;
}
.faq__icon {
    position: relative; flex: 0 0 auto; display: grid; place-items: center;
    width: clamp(2.25rem, 3.18vw, 3.4375rem);                         /* 55px */
    height: clamp(2.25rem, 3.18vw, 3.4375rem);
    background: var(--c-red);
    border: 1px solid rgba(241, 233, 53, 0.61);
    border-radius: 3px;
    box-shadow: 0 4px 10px #d67c7c;
}
.faq__icon::before, .faq__icon::after {
    content: ''; position: absolute; background: var(--c-white);
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
/* 18 x 3px bars, per the Union glyph in the design. */
.faq__icon::before { width: clamp(0.75rem, 1.04vw, 1.125rem); height: 3px; }
.faq__icon::after  { width: 3px; height: clamp(0.75rem, 1.04vw, 1.125rem); }
.faq__question[aria-expanded="true"] .faq__icon::after { transform: scaleY(0); opacity: 0; }

.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s var(--ease); }
.faq__item.is-open .faq__answer { grid-template-rows: 1fr; }
.faq__answer-inner { overflow: hidden; }
.faq__answer-inner > * {
    padding: clamp(0.25rem, 0.81vw, 0.875rem)                         /* 14px */
             clamp(1.25rem, 3.53vw, 3.8125rem)                        /* 61px */
             clamp(1.5rem, 2.9vw, 3.125rem)                           /* 50px */
             clamp(1.25rem, 2.55vw, 2.75rem);                         /* 44px */
    font-size: var(--fs-body); line-height: 1.55; text-wrap: pretty;
}

/* =====================================================================
   13. Contact strip, form, map
   ================================================================== */
/*
 * Contact strip — Figma 59:89. The 57px yellow disc sits ABOVE the text, and
 * the label and value share the line underneath it. (It is not an icon in a
 * left rail with a stacked label/value beside it.)
 */
.contact-strip { padding-block: clamp(1.25rem, 2.03vw, 2.1875rem);    /* 35px */
    background: rgba(241, 233, 53, 0.19); }
.contact-strip__list {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 3rem); align-items: start;
}
.contact-strip__item {
    display: grid; grid-template-columns: auto minmax(0, 1fr);
    column-gap: clamp(0.4rem, 0.58vw, 0.625rem);                      /* 10px */
    row-gap: 0.3rem; align-items: baseline;
}
.contact-strip__icon {
    grid-column: 1 / -1; justify-self: start;                         /* own row, on top */
    margin-left: 7px;                                                 /* disc is inset over the label */
    display: grid; place-items: center;
    width: clamp(2.5rem, 3.3vw, 3.5625rem); height: clamp(2.5rem, 3.3vw, 3.5625rem);
    color: var(--c-black); background: var(--c-yellow); border-radius: 50%;
}
.contact-strip__icon svg { width: 45%; height: auto; }
.contact-strip__label { font-size: clamp(0.875rem, 1.16vw, 1.25rem);  /* 20px */
    font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; }
.contact-strip__value { font-size: clamp(0.875rem, 1.16vw, 1.25rem);  /* 20px */
    font-weight: 500; line-height: 1.45; }
.contact-strip__value--lg { font-size: clamp(1rem, 1.39vw, 1.5rem); } /* 24px — phone */
.contact-strip__value a:hover { text-decoration: underline; }

.visit-layout {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3.4vw, 3.75rem); align-items: start;
}

/* Checklist — Figma 59:82: 15px circled check, 8px from 20px/27px text,
   40px between points. */
.checklist { display: grid; gap: clamp(1.25rem, 2.31vw, 2.5rem);      /* 40px */
    margin-bottom: clamp(1.75rem, 3.7vw, 4rem); }
.checklist__item { display: grid; grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(0.4rem, 0.46vw, 0.5rem);                               /* 8px */
    font-size: clamp(0.875rem, 1.16vw, 1.25rem);                      /* 20px */
    font-weight: 500; line-height: 1.35; }
.checklist__mark { margin-top: 0.35em; }
.checklist__mark-img { width: clamp(0.75rem, 0.87vw, 0.9375rem);      /* 15px */
    height: clamp(0.75rem, 0.87vw, 0.9375rem); }

/*
 * Hours card — Figma 59:83: 506x368 at radius 20, 62px side padding, a 32px
 * red two-line title with the OPEN sign opposite it, a #CC5050 rule under the
 * head, then the hours at 20px on #262626.
 */
.hours-card {
    max-width: 31.625rem;                                             /* 506px */
    padding: clamp(1.25rem, 3.76vw, 4.0625rem) clamp(1.25rem, 3.59vw, 3.875rem)
             clamp(1.5rem, 3.7vw, 4rem);
    background: var(--c-yellow); border-radius: 20px;
}
.hours-card__head {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
    padding-bottom: clamp(0.5rem, 0.81vw, 0.875rem);                  /* 14px */
    border-bottom: 1px solid #cc5050;
}
.hours-card__title {
    font-family: var(--font-body); font-size: clamp(1.25rem, 1.85vw, 2rem);  /* 32px */
    font-weight: 800; line-height: 1.03; text-transform: uppercase; color: var(--c-red);
}
.hours-card__icon { flex: 0 0 auto; }
.hours-card__icon-img { width: clamp(2.25rem, 3.65vw, 3.9375rem);     /* 63px */
    height: auto; }
.hours-card__list { display: grid; gap: clamp(0.6rem, 0.87vw, 0.9375rem);
    margin-top: clamp(1.25rem, 2.43vw, 2.625rem); }                   /* 42px */
.hours-card__row { display: flex; flex-wrap: wrap; gap: 0.3rem 0.85rem;
    font-size: clamp(0.875rem, 1.16vw, 1.25rem); color: #262626; }    /* 20px */
.hours-card__day { font-weight: 700; }

.contact-form { padding: clamp(1.5rem, 2.66vw, 2.875rem); background: var(--c-yellow); border-radius: 6px; }
.contact-form__field { margin-bottom: clamp(0.85rem, 1.27vw, 1.375rem); }
.contact-form__label { display: block; margin-bottom: 0.4rem; font-size: var(--fs-body); font-weight: 600; }
.contact-form__label .req { color: var(--c-red); }
.contact-form__input, .contact-form__textarea {
    width: 100%; padding: clamp(0.65rem, 0.93vw, 1rem);
    font: inherit; font-size: var(--fs-body); color: var(--c-black);
    background: var(--c-white); border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 3px;
}
.contact-form__textarea { min-height: clamp(7rem, 10vw, 10.5rem); resize: vertical; }
.contact-form__input:focus-visible, .contact-form__textarea:focus-visible { outline-color: var(--c-maroon); }
.contact-form__actions { margin-top: clamp(1rem, 1.5vw, 1.5rem); }
.contact-form__note { margin-top: 0.85rem; font-size: var(--fs-small); line-height: 1.5; }
.contact-form__status { margin-bottom: 1rem; padding: 0.75rem 1rem; font-size: var(--fs-small);
    background: var(--c-white); border-left: 4px solid var(--c-maroon); }
/* Honeypot — hidden from people, tempting to bots. */
.contact-form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.map-embed {
    width: 100%; aspect-ratio: 1330 / 499; border: 0; border-radius: 4px;
    max-width: clamp(20rem, 76.97vw, 83.125rem); margin-inline: auto;
    box-shadow: 0 14px 34px rgba(109, 5, 11, 0.16);
}

/* =====================================================================
   14. Prose
   ================================================================== */
.prose { max-width: 62rem; margin-inline: auto; }
.prose--narrow { max-width: 52rem; }
.prose--center { text-align: center; }

/*
 * The About intro, to the Figma spec: 20px Poppins on a 36px leading in a
 * 1396px centred column, paragraphs separated by one blank 36px line.
 */
.prose--wide { max-width: clamp(20rem, 80.79vw, 87.25rem); }
.prose--wide .prose__p { font-size: var(--fs-body); line-height: 1.8; }
.prose--wide .prose__p + .prose__p { margin-top: 1.8em; }
.prose__p--tight { margin-top: 0 !important; }
.prose__title { font-size: var(--fs-h3); font-weight: 700; line-height: 1.2;
    text-transform: uppercase; margin-bottom: 0.75em; color: var(--c-red); }
.prose__p { font-size: var(--fs-lead); line-height: 1.55; text-wrap: pretty; }
.prose__p + .prose__p { margin-top: 1em; }
.prose__p a { color: var(--c-red); text-decoration: underline; text-underline-offset: 3px; }

/* =====================================================================
   15. CTA bands
   ================================================================== */
.cta-band { padding-block: clamp(2.25rem, 3.7vw, 4rem); background: var(--c-maroon-cta); text-align: center; }
.cta-band__inner { display: flex; flex-direction: column; align-items: center; gap: clamp(0.6rem, 1.16vw, 1.25rem); }
.cta-band__title {
    font-family: var(--font-display); font-size: var(--fs-display); 
    line-height: 1.1; text-transform: uppercase;
    color: var(--c-yellow); text-wrap: balance;
}
.cta-band__text { font-size: var(--fs-lead); color: var(--c-white); max-width: 72ch; text-wrap: pretty; }
.cta-band__actions { margin-top: 0.75rem; }

/* Full-bleed photo CTA (About page) */
.photo-cta { position: relative; isolation: isolate; overflow: hidden; }
.photo-cta__bg { position: absolute; inset: 0; z-index: -2; }
.photo-cta__bg picture, .photo-cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.photo-cta__scrim { position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, 0.52); }
/* Figma 45:2180 — band is 552px tall; the title sits in a 1153px column at
   48px over two lines, not at hero scale. */
.photo-cta__inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: clamp(1rem, 1.5vw, 1.625rem);                                /* 26px */
    min-height: clamp(18rem, 31.94vw, 34.5rem);                       /* 552px */
    padding-block: clamp(3rem, 5vw, 5.5rem); text-align: center;
}
/* Node 45:2183 is flat #f1e935 — no gradient fill, no white stroke, no drop
   shadow. Deliberately NOT using .display-fill here. */
.photo-cta__title {
    font-size: clamp(1.75rem, 2.78vw, 3rem);                          /* 48px */
    line-height: 1.05;
    max-width: 72.0625rem;                                            /* 1153px */
    text-transform: uppercase;
    color: var(--c-yellow);
    background: none;
    -webkit-text-fill-color: var(--c-yellow);
    -webkit-text-stroke: 0;
    text-shadow: none;
    filter: none;
}
.photo-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(0.5rem, 0.58vw, 0.625rem); }

/* Figma 45:2184 / 45:2186 — both buttons are 56px tall with a 1px white
   border and sentence-case Poppins SemiBold 24px. The second one is fully
   transparent: no brown plate behind it. */
.photo-cta .btn {
    font-size: clamp(1rem, 1.39vw, 1.5rem);                           /* 24px */
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.photo-cta .btn--outline-light {
    min-width: clamp(13rem, 19.27vw, 20.8125rem);                     /* 333px */
    color: var(--c-white);
    background: transparent;
    border-color: var(--c-white);
    box-shadow: 0 4px 20px var(--c-maroon-deep);
}
.photo-cta .btn--outline-light:hover {
    color: var(--c-maroon);
    background: var(--c-white);
}

/* =====================================================================
   16. Footer
   ================================================================== */
.site-footer { background: var(--c-maroon); color: var(--c-white); }
.site-footer__inner {
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr) minmax(0, 0.6fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    max-width: 74.375rem; padding-block: clamp(2.5rem, 4.6vw, 5rem);
}
.site-footer__brand { display: inline-block; margin-bottom: clamp(0.85rem, 1.3vw, 1.4rem); }
.site-footer__logo img, .site-footer__logo { width: clamp(6.25rem, 8.37vw, 9.0625rem); height: auto; }

.site-footer__nap { display: grid; grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(0.5rem, 0.9vw, 0.9rem) clamp(0.6rem, 1.1vw, 1.1rem); align-items: start; }
.site-footer__nap-label { font-size: var(--fs-body); font-weight: 800; line-height: 1.5;
    letter-spacing: -0.04em; text-transform: uppercase; }
.site-footer__nap-value { margin: 0; font-size: var(--fs-body); line-height: 1.45; }
.site-footer__nap-value a:hover { text-decoration: underline; }
.site-footer__nap-value--phone { font-weight: 700; }

/* Figma 38:2091 / 38:2079 — both headings sit on two lines (183x66 and
   163x66). The break is forced in the markup and dropped below 640px, where
   the footer is a single column and they read better on one line. */
.site-footer__heading { font-size: var(--fs-h4); font-weight: 800; line-height: 1.1;
    text-transform: uppercase; text-wrap: nowrap; margin-bottom: clamp(0.85rem, 1.3vw, 1.4rem); }
.site-footer__hours { display: grid; gap: clamp(0.5rem, 0.87vw, 0.9375rem); }
.site-footer__hours-row { display: flex; flex-wrap: wrap; gap: 0.3rem 0.9rem;
    font-size: var(--fs-body); line-height: 1.45; }
.site-footer__hours-day { font-weight: 700; }

.social-list { display: flex; gap: clamp(0.75rem, 1.1vw, 1.2rem); }
.social-list__link { display: grid; place-items: center; color: var(--c-yellow);
    transition: transform 0.2s var(--ease), color 0.2s var(--ease); }
.social-list__link:hover { transform: translateY(-3px); color: var(--c-white); }
.social-list__icon { height: clamp(1rem, 1.1vw, 1.2rem); width: auto; }

.site-footer__bar { background: var(--c-maroon-bar); }
.site-footer__bar-inner {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: 1rem 2rem; max-width: 74.375rem; padding-block: clamp(1rem, 1.7vw, 1.85rem);
}
.site-footer__legal-list { display: flex; flex-wrap: wrap; gap: clamp(1rem, 2.55vw, 2.75rem); }
.site-footer__legal-list a { font-size: var(--fs-body); opacity: 0.92; }
.site-footer__legal-list a:hover { text-decoration: underline; opacity: 1; }
.site-footer__credits { text-align: right; }
.site-footer__copyright { font-size: var(--fs-small); line-height: 1.6; }
.site-footer__credit { font-size: var(--fs-small); line-height: 1.9; color: #dbe0e8; }
.site-footer__credit strong { color: var(--c-white); font-weight: 700; }

/* =====================================================================
   17. Responsive
   ================================================================== */
@media (max-width: 1180px) {
    .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--card-gap); }
    .step-card { min-height: 32rem; }
    .step-card__text { padding-top: 2rem; }
    .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .visit-layout { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 980px) {
    :root { --header-h: 4.5rem; }
    .nav-toggle { display: flex; }
    .site-header__inner { position: relative; }
    .site-nav {
        position: absolute; inset: 100% 0 auto 0; display: none;
        flex-direction: column; align-items: stretch; justify-content: flex-start;
        padding: 1rem var(--gutter) 1.75rem;
        background: var(--c-white); box-shadow: var(--shadow-header);
    }
    .site-nav.is-open { display: flex; }
    .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; margin-right: 0; }
    .site-nav__item { border-bottom: 1px solid rgba(43, 43, 43, 0.12); }
    .site-nav__link { display: block; padding-block: 0.9rem; font-size: 1rem; }
    .site-nav__link::after { display: none; }
    .site-header__phone { margin-top: 1.25rem; justify-content: center; }
    .site-header__phone-label { font-size: 1.125rem; }

    .feature-strip__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 0; }
    .feature-strip__item:nth-child(odd) { border-left: 0; }
    .feature-strip__item:nth-child(n + 3) { padding-top: 2rem; border-top: 1px solid rgba(43, 43, 43, 0.18); }

    .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .card { min-height: 0; }
    .contact-strip__list { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
    .site-footer__credits { text-align: left; }
}

@media (max-width: 640px) {
    :root { --gutter: 1.25rem; }
    .announcement-bar__text { font-size: 0.9375rem; }
    /*
     * The headline is artwork, so on a phone its size is set by the width it is
     * allowed, not by font-size. hero.php caps it inline at 96.4vw (its share
     * of the 1728px frame) and the column trimmed another 2rem off that. Below
     * 640px scale that share up 12% — capped at the column, which now gives up
     * all but 4px a side. The home headline is already near the cap so it only
     * gains a little; the short page headings ("ABOUT US") gain the full 12%.
     */
    .hero--home .hero__inner,
    .hero--page .hero__inner { width: min(100% - 0.5rem, 104.125rem); }
    /* Set on the heading, not the img: the img's width is an inline style, so a
       stylesheet rule cannot override it — but it reads this inherited var. */
    .hero__title--image { --hero-art-scale: 1.12; }
    /* Live-text fallback (404) only — nudged up to match. */
    .hero__title { font-size: clamp(2.25rem, 11vw, 3.25rem); }
    /* Stays a 2x2 grid on phones — the 980px rules already draw the right
       dividers for two columns, so nothing to override here. */
    .card-grid { grid-template-columns: minmax(0, 1fr) !important; }
    .steps { grid-template-columns: minmax(0, 1fr); }
    .step-card { min-height: 0; }
    .step-card__text { padding-top: 1.5rem; }
    .site-footer__inner { grid-template-columns: minmax(0, 1fr); }
    .site-footer__heading-break { display: none; }
    .site-footer__bar-inner { flex-direction: column; align-items: center; text-align: center; gap: 1.25rem; }
    .site-footer__legal-list { justify-content: center; text-align: center; gap: 0.75rem 1.25rem; }
    .site-footer__credits { text-align: center; }
    .ig-feed { --ig-card: min(80vw, 20rem); }
    .ig-feed.is-enhanced .ig-post, .ig-feed.is-enhanced .ig-post.is-near { transform: scale(0.94); }
    .ig-feed.is-enhanced .ig-post.is-active { transform: scale(1); }
}

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

@media print {
    .announcement-bar, .nav-toggle, .ig-feed__controls, .skip-link, .map-embed { display: none !important; }
    body { color: #000; background: #fff; }
    .hero, .cta-band, .photo-cta, .site-footer { background: #fff !important; color: #000 !important; }
    .hero__title, .photo-cta__title, .cta-band__title, .section-heading__title {
        color: #000 !important; -webkit-text-fill-color: #000 !important; filter: none !important; }
    .faq__answer { grid-template-rows: 1fr !important; }
    a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; }
}
