:root {
  --cream: #f7f3ed;
  --paper: #fffdfa;
  --ink: #111414;
  --muted: #5d625e;
  --coral: #ef5a45;
  --blue: #1f5d88;
  --line: rgba(17, 20, 20, .17);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --hand: "Caveat", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.45; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; min-height: 136px; background: var(--paper); border-bottom: 1px solid rgba(17,20,20,.06); }
.nav-wrap { position: relative; width: min(100% - 78px, 1480px); min-height: 136px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; }
.logo { position: absolute; top: 9px; left: 0; z-index: 12; width: 160px; height: auto; margin: 0; }
.site-header-inner { min-height: 136px; }
.site-header-inner .nav-wrap { min-height: 136px; }
.site-header-inner .logo { top: 9px; }
.site-header-inner .primary-nav { padding-top: 27px; }
.primary-nav { display: flex; align-items: center; gap: 36px; padding-top: 27px; font-size: .94rem; font-weight: 700; }
.primary-nav a { position: relative; padding: 0 0 8px; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px 0; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--ink); }
.announcement { display: none; }

.container { width: min(100% - 78px, 1440px); margin: 0 auto; }
.section { padding: clamp(88px, 8vw, 132px) 0; }
.eyebrow { display: block; color: var(--coral); font-size: .76rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.section-heading { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(3.2rem, 6vw, 7rem); line-height: .9; letter-spacing: -.05em; }
.section-heading em { color: var(--coral); font-style: italic; }
.lede { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 1.03rem; }
.button { display: inline-flex; align-items: center; gap: 14px; min-height: 52px; padding: 14px 25px; border: 1px solid transparent; background: var(--coral); color: #fff; text-decoration: none; font-size: .96rem; font-weight: 700; box-shadow: 0 8px 24px rgba(239,90,69,.16); transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; }
.button:hover { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(17,20,20,.15); transform: translateY(-2px); }
.button-light { background: #fff; color: var(--coral); }
.button-light:hover { background: var(--ink); color: #fff; }
.button-outline { border-color: rgba(255,255,255,.65); background: transparent; color: #fff; box-shadow: none; }
.button-outline:hover { border-color: var(--ink); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "→"; color: var(--coral); font-size: 1.3rem; }

/* Mockup-led home hero */
.hero { position: relative; min-height: 560px; overflow: hidden; background: var(--cream); isolation: isolate; }
.hero-visual { position: absolute; inset: 0; background: url('/assets/local/wilson-dam.jpg') 58% 52% / cover no-repeat; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, rgba(247,243,237,.99) 23%, rgba(247,243,237,.78) 34%, rgba(247,243,237,.1) 55%, rgba(247,243,237,.06) 100%); }
.hero-inner { position: relative; z-index: 1; width: min(100% - 78px, 1440px); min-height: 560px; margin: 0 auto; display: flex; align-items: center; }
.hero-copy { width: min(52%, 720px); padding: 58px 0 66px; }
.hero h1 { margin: 14px 0 5px; font-family: var(--serif); font-size: clamp(4.35rem, 6.5vw, 7.5rem); font-weight: 400; line-height: .84; letter-spacing: -.06em; }
.hero-script { display: block; width: fit-content; margin: 4px 0 18px 5px; color: var(--coral); font-family: var(--hand); font-size: clamp(4rem, 5.9vw, 6.8rem); font-weight: 600; line-height: .72; letter-spacing: -.035em; -webkit-text-stroke: .25px currentColor; transform: rotate(-3deg); }
.hero-script::after { content: ""; display: block; height: 3px; margin-top: 15px; background: currentColor; transform: rotate(-1deg); }
.hero-lede { max-width: 500px; margin: 25px 0 15px; font-size: 1.12rem; font-weight: 700; line-height: 1.23; }
.hero-note { position: absolute; right: 3%; bottom: 27px; width: 185px; padding: 12px 14px 11px; background: rgba(255,253,250,.88); color: var(--blue); font-family: var(--hand); font-size: 1.55rem; line-height: .92; box-shadow: 0 12px 35px rgba(17,20,20,.08); transform: rotate(-4deg); }
.hero-note::after { content: ""; display: block; width: 100%; height: 2px; margin-top: 11px; background: currentColor; transform: rotate(-2deg); transform-origin: left; }

.pillars { background: var(--paper); }
.pillars .container { width: 100%; max-width: none; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 4px; }
.pillar { display: block; overflow: hidden; background: var(--paper); }
.pillar img { width: 100%; height: auto; aspect-ratio: 529 / 228; object-fit: cover; transition: transform .35s; }
.pillar:hover img { transform: scale(1.03); }

.local-section { background: var(--paper); }
.local-layout { display: grid; grid-template-columns: .9fr 1.35fr; gap: clamp(52px, 7vw, 110px); align-items: center; }
.local-copy .section-heading { max-width: 650px; margin-top: 16px; }
.service-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.service-links a { padding-bottom: 12px; border-bottom: 2px solid var(--coral); font-size: 1.05rem; font-weight: 700; text-decoration: none; }
.local-visual { position: relative; padding-top: 35px; }
.local-visual::before { content: "The Shoals"; position: absolute; top: 0; left: 0; right: 0; color: var(--coral); font-size: .76rem; font-weight: 700; letter-spacing: .24em; text-align: center; text-transform: uppercase; }
.local-collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.local-collage figure { height: clamp(220px, 20vw, 310px); margin: 0; overflow: hidden; background: #ddd6cc; }
.local-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.local-collage figure:hover img { transform: scale(1.035); }
.local-note { position: absolute; right: 16px; bottom: 16px; z-index: 2; width: 178px; margin: 0; padding: 11px 15px 9px; background: rgba(255,253,250,.94); color: var(--blue); font-family: var(--hand); font-size: 1.35rem; line-height: .9; box-shadow: 0 10px 30px rgba(17,20,20,.12); transform: rotate(-3deg); }
.local-note::after { content: ""; display: block; width: 100%; height: 2px; margin-top: 9px; background: currentColor; transform: rotate(-2deg); transform-origin: left; }

.services-section { background: var(--cream); }
.services-header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.services-header .eyebrow { grid-column: 1 / -1; margin-bottom: -47px; }
.services-header .section-heading { max-width: 780px; margin-top: 16px; }
.services-lede { max-width: 470px; margin: 0 0 4px; color: var(--muted); font-size: 1.05rem; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 48px 1.05fr 1.15fr 44px; gap: 26px; align-items: center; padding: 31px 18px 31px 0; border-bottom: 1px solid var(--line); transition: background .25s, padding-left .25s; }
.service-row:hover { padding-left: 18px; background: rgba(255,253,250,.72); }
.service-num { color: var(--coral); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.5rem); font-weight: 400; line-height: 1; }
.service-row p { margin: 0; color: var(--muted); font-size: .91rem; }
.service-arrow { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(239,90,69,.45); color: var(--coral); font-size: 1.35rem; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.service-arrow:hover { background: var(--coral); color: #fff; transform: translate(2px, -2px); }
.services-cta { display: flex; justify-content: flex-end; margin-top: 42px; }

.quote-section { background: #eae1d8; }
.quote-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.quote-intro .section-heading { margin-top: 16px; }
.quote-stack { display: grid; gap: 16px; }
.quote { margin: 0; padding: 29px 32px; border-left: 3px solid var(--coral); background: rgba(255,253,250,.58); box-shadow: 0 14px 38px rgba(17,20,20,.045); }
.quote p { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.1; }
.quote cite { color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-image { width: auto; max-width: 130px; height: 42px; margin: 0 0 18px; object-fit: contain; object-position: left center; }

.contact-band { position: relative; overflow: hidden; background: var(--coral); color: #fff; }
.contact-band::after { content: ""; position: absolute; right: -8vw; bottom: -22vw; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); pointer-events: none; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-grid > * { position: relative; z-index: 1; }
.contact-band .section-heading { max-width: 630px; margin-top: 16px; }
.contact-band .lede { color: rgba(255,255,255,.85); }
.contact-meta { display: grid; gap: 9px; margin-top: 30px; }
.contact-meta span { opacity: .8; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-meta a { color: white; font-weight: 700; text-decoration: none; }
.form { display: grid; gap: 22px; padding: 34px; border: 1px solid rgba(255,255,255,.28); background: rgba(154,35,19,.09); backdrop-filter: blur(4px); }
.form label { display: grid; gap: 8px; color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form input, .form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.66); padding: 11px 0; background: transparent; color: white; outline: 0; }
.form textarea { min-height: 90px; resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: rgba(255,255,255,.7); }
.form input:focus, .form textarea:focus { border-color: white; }
.form .button { justify-self: start; background: white; color: var(--coral); }
.form .button:hover { background: var(--ink); color: #fff; }
.form-status { margin: 0; color: #fff; font-size: .85rem; }
.form-status.is-error { color: #ffe0dc; }
.form-status.is-success { color: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 24px; }
.form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.66); padding: 11px 0; background: transparent; color: #fff; outline: 0; }
.form select option { color: var(--ink); }
.contact-actions { margin-top: 29px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.section-intro { max-width: 800px; margin-bottom: 48px; }
.section-intro .section-heading { margin-top: 16px; }
.section-intro .lede { max-width: 560px; }
.portfolio-section { background: var(--paper); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.portfolio-card { overflow: hidden; border: 1px solid rgba(17,20,20,.1); background: var(--cream); box-shadow: 0 15px 42px rgba(17,20,20,.045); transition: transform .25s, box-shadow .25s; }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: 0 22px 56px rgba(17,20,20,.09); }
.portfolio-card > a { display: block; height: 100%; text-decoration: none; }
.portfolio-image { aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: #e4ddd4; }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.portfolio-card:hover .portfolio-image img { transform: scale(1.035); }
.portfolio-placeholder { color: var(--coral); font-family: var(--hand); font-size: 2.8rem; transform: rotate(-5deg); }
.portfolio-card-body { padding: 24px 25px 27px; }
.portfolio-card-body .eyebrow { font-size: .62rem; letter-spacing: .14em; }
.portfolio-card-body h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.portfolio-card-body p { margin: 0 0 19px; color: var(--muted); font-size: .9rem; }
.loading-state, .empty-state { color: var(--muted); }
.empty-state { padding: 28px; border: 1px solid rgba(17,20,20,.12); background: rgba(255,253,250,.65); }
.empty-state h2, .empty-state h1 { margin-top: 0; font-family: var(--serif); font-weight: 400; }
.testimonial-list { width: min(100%, 980px); margin: 0 auto; }
.testimonial-list .quote { width: 100%; }
.consultation-dialog { width: min(94vw, 850px); max-height: 90vh; padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px rgba(17,20,20,.28); }
.consultation-dialog::backdrop { background: rgba(17,20,20,.63); }
.dialog-inner { position: relative; max-height: 90vh; overflow-y: auto; padding: 54px; }
.dialog-inner > .section-heading { max-width: 620px; margin-top: 14px; }
.dialog-inner > .lede { max-width: 570px; }
.dialog-close { position: absolute; top: 17px; right: 21px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 2rem; line-height: 1; }
.light-form { border: 1px solid rgba(17,20,20,.12); background: var(--cream); }
.light-form label { color: var(--ink); }
.light-form input, .light-form textarea, .light-form select { border-bottom-color: rgba(17,20,20,.34); color: var(--ink); }
.light-form input::placeholder, .light-form textarea::placeholder { color: var(--muted); }
.light-form select option { color: var(--ink); }
.light-form .button { background: var(--coral); color: #fff; }
.light-form .button:hover { background: var(--ink); }
.light-form .form-status { color: var(--ink); }
.light-form .form-status.is-error { color: #b52d20; }
.intake-section { background: var(--paper); }
.narrow-container { max-width: 980px; }
.intake-header { margin-bottom: 42px; }
.intake-header .section-heading { margin-top: 15px; }
.intake-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 24px; }
.intake-field-wide { grid-column: 1 / -1; }
.intake-field small { color: var(--muted); font-size: .76rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.intake-checkbox { display: flex !important; grid-column: 1 / -1; grid-template-columns: auto 1fr !important; align-items: center; gap: 10px !important; }
.intake-checkbox input { width: auto; }
.intake-form fieldset { min-width: 0; margin: 0; padding: 0 0 28px; border: 0; }
.intake-form fieldset + fieldset { padding-top: 28px; border-top: 1px solid rgba(17,20,20,.12); }
.intake-form legend { margin-bottom: 22px; color: var(--coral); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.case-study-section { background: var(--paper); }
.case-study-heading { max-width: 900px; margin-bottom: 43px; }
.case-study-heading .section-heading { margin-top: 16px; }
.case-study-hero { width: 100%; max-height: 620px; object-fit: cover; margin-bottom: 48px; }
.case-study-copy { max-width: 820px; color: var(--muted); font-size: 1.05rem; }
.case-study-copy h2 { margin: 44px 0 10px; color: var(--ink); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.case-study-lede { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.2; }
.case-study-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.case-study-gallery figure { margin: 0; aspect-ratio: 1; overflow: hidden; background: #e4ddd4; }
.case-study-gallery img { width: 100%; height: 100%; object-fit: cover; }

/* Inner routes keep the same editorial system */
.page-hero { padding: 74px 0 78px; background: var(--cream); }
.page-hero .section-heading { max-width: 980px; margin-top: 18px; }
.page-hero .lede { max-width: 650px; }
.page-hero.art, .page-hero.about-art { background-position: center; background-size: cover; color: #fff; }
.page-hero.art { min-height: clamp(470px, 45vw, 650px); display: flex; align-items: center; padding: 96px 0; background-position: center center; background-image: linear-gradient(90deg, rgba(17,20,20,.76), rgba(17,20,20,.08)), url('/assets/local/river-bridge.jpg'); }
.page-hero.packages-art { min-height: auto; padding: 92px 0 86px; background: var(--paper); color: var(--ink); }
.page-hero.packages-art .eyebrow { color: var(--coral); }
.page-hero.packages-art .lede { color: var(--muted); }
.page-hero.about-art { min-height: clamp(500px, 45vw, 650px); display: flex; align-items: center; padding: 105px 0; background-position: center 48%; background-image: linear-gradient(90deg, rgba(17,20,20,.78), rgba(17,20,20,.08)), url('/assets/local/una-campus.jpg'); }
.page-hero.art .lede, .page-hero.about-art .lede { color: rgba(255,255,255,.83); }
.about-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.about-intro .section-heading { margin-top: 16px; }
.about-copy { color: var(--muted); font-size: 1.03rem; }
.about-copy p { margin: 0 0 22px; }
.team-section { background: var(--paper); }
.team-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.team-header .section-heading { margin-top: 16px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { display: flex; flex-direction: column; border: 1px solid rgba(17,20,20,.08); background: var(--cream); box-shadow: 0 16px 45px rgba(17,20,20,.045); transition: transform .25s, box-shadow .25s; }
.team-card:hover { box-shadow: 0 22px 55px rgba(17,20,20,.08); transform: translateY(-5px); }
.team-photo { aspect-ratio: 4 / 5; overflow: hidden; background: #e8e2d9; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.team-body { flex: 1; padding: 27px 27px 31px; }
.team-role { color: var(--coral); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.team-body h3 { margin: 6px 0 13px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.team-body p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.62; }
.faq-section { padding: 78px 0 118px; }
.faq-list { max-width: 1050px; margin: 0 auto; }
.faq-item { margin-bottom: 10px; border: 1px solid rgba(17,20,20,.1); background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: rgba(239,90,69,.45); box-shadow: 0 14px 36px rgba(17,20,20,.05); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 27px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.1; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--coral); font-family: var(--sans); font-size: 1.6rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-answer { max-width: 900px; padding: 0 70px 27px 27px; color: var(--muted); line-height: 1.65; }
.faq-answer p { margin: 0 0 12px; }
.faq-answer ul { margin: 0 0 12px 20px; padding: 0; }
.plans-intro { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.plans-intro .section-heading { max-width: 700px; margin-top: 16px; }
.plans-intro p { max-width: 430px; margin: 0; color: var(--muted); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 32px 29px 34px; border: 1px solid rgba(17,20,20,.1); border-top: 3px solid var(--ink); background: var(--paper); box-shadow: 0 15px 42px rgba(17,20,20,.045); transition: transform .25s, box-shadow .25s; }
.plan-card:hover { box-shadow: 0 22px 56px rgba(17,20,20,.08); transform: translateY(-5px); }
.plan-card.featured { border-top-color: var(--coral); transform: translateY(-14px); }
.plan-card.featured:hover { transform: translateY(-19px); }
.plan-card.featured::before { content: "Most popular"; position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--coral); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.plan-card h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.price { margin: 13px 0 19px; font-family: var(--serif); font-size: 3.5rem; line-height: .9; }
.plan-card p, .plan-card ul { color: var(--muted); font-size: .87rem; }
.plan-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.plan-card li { padding: 9px 0 9px 17px; border-top: 1px solid var(--line); position: relative; }
.plan-card li::before { content: ""; position: absolute; top: 17px; left: 0; width: 6px; height: 2px; background: var(--coral); }
.addons { margin-top: 70px; }
.addons-header .section-heading { margin-top: 16px; }
.addon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.addon-card { padding: 28px; border: 1px solid rgba(17,20,20,.08); border-top: 2px solid var(--coral); background: var(--paper); transition: transform .25s, box-shadow .25s; }
.addon-card:hover { box-shadow: 0 18px 45px rgba(17,20,20,.065); transform: translateY(-4px); }
.addon-card h3 { display: flex; justify-content: space-between; gap: 20px; margin: 0 0 12px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.addon-card h3 span { color: var(--coral); font-family: var(--sans); font-size: 1rem; font-weight: 700; white-space: nowrap; }
.addon-card p, .payment-note { margin: 0; color: var(--muted); font-size: .89rem; }
.addon-lead { margin-bottom: 18px !important; line-height: 1.5; }
.addon-includes { margin-bottom: 6px !important; color: var(--ink) !important; font-size: .72rem !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.addon-card ul { margin: 0; padding: 0; color: var(--muted); font-size: .89rem; list-style: none; }
.addon-card li { position: relative; padding: 8px 0 8px 16px; border-top: 1px solid var(--line); }
.addon-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 2px; background: var(--coral); }
.payment-note { margin-top: 32px; padding-top: 17px; border-top: 1px solid var(--line); }

.site-footer { padding: 54px 0 28px; background: var(--ink); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 45px; padding-bottom: 48px; }
.footer-logo { width: 140px; filter: invert(1); }
.footer-title { margin: 13px 0 0; color: rgba(255,255,255,.58); font-size: .82rem; }
.footer-col h2 { margin: 0 0 13px; color: #ff9b8c; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 7px 0; color: rgba(255,255,255,.8); font-size: .86rem; text-decoration: none; }
.footer-col a:hover { color: white; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.52); font-size: .73rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .nav-wrap, .container, .hero-inner { width: min(100% - 42px, 760px); }
  .site-header { min-height: 116px; }
  .nav-wrap { min-height: 116px; }
  .logo { top: 11px; width: 126px; }
  .site-header-inner { min-height: 116px; }
  .site-header-inner .nav-wrap { min-height: 116px; }
  .site-header-inner .logo { top: 10px; }
  .site-header-inner .menu-toggle { top: 16px; padding: 0; }
  .site-header .menu-toggle { position: absolute; top: 16px; right: 0; z-index: 30; display: flex; width: 44px; height: 44px; padding: 0; flex-direction: column; align-items: flex-end; justify-content: center; }
  .site-header .menu-toggle span { flex: 0 0 2px; margin: 3px 0; }
  .primary-nav { display: none; position: fixed; inset: 116px 0 0; z-index: 20; flex-direction: column; align-items: flex-start; gap: 0; padding: 23px 21px; background: var(--paper); border-top: 1px solid var(--line); }
  .inner-page .primary-nav { inset: 116px 0 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .hero, .hero-inner { min-height: 600px; }
  .hero-copy { width: 65%; padding-top: 78px; }
  .hero-visual { background-position: 68% center; }
  .hero-visual::before { background: linear-gradient(90deg, var(--cream) 0%, rgba(247,243,237,.96) 35%, rgba(247,243,237,.35) 67%, rgba(247,243,237,.04) 100%); }
  .local-layout, .about-intro, .contact-grid, .quote-grid { grid-template-columns: 1fr; gap: 45px; }
  .local-visual { max-width: 720px; }
  .services-header, .plans-intro, .team-header { display: block; }
  .services-header .eyebrow { margin-bottom: 0; }
  .services-lede { margin-top: 24px; }
  .plans-intro p { margin: 28px 0 0; max-width: 620px; }
  .team-header .button { margin-top: 25px; }
  .page-hero.about-art { min-height: 470px; }
  .page-hero.art { min-height: 470px; }
  .page-hero.packages-art { padding: 72px 0 68px; }
  .plan-grid { grid-template-columns: 1fr; gap: 18px; }
  .plan-card.featured { transform: none; }
  .plan-card.featured:hover { transform: translateY(-5px); }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-list { margin-left: 0; }
}

@media (max-width: 640px) {
  .section { padding: 75px 0; }
  .nav-wrap, .container, .hero-inner { width: calc(100% - 32px); }
  .hero, .hero-inner { min-height: 620px; }
  .hero-copy { width: 100%; align-self: flex-start; padding-top: 82px; }
  .hero-visual { background-position: 68% center; }
  .hero-visual::before { background: linear-gradient(180deg, var(--cream) 0%, rgba(247,243,237,.94) 44%, rgba(247,243,237,.18) 88%); }
  .hero h1 { font-size: clamp(3.35rem, 14.4vw, 4.2rem); line-height: .88; }
  .hero-script { margin-top: 9px; font-size: clamp(3rem, 13.5vw, 4.15rem); }
  .hero-lede { max-width: 310px; font-size: 1rem; }
  .hero-note { right: 16px; bottom: 18px; width: 150px; padding: 10px 12px 12px; font-size: 1.18rem; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar img { aspect-ratio: 529 / 228; }
  .local-layout { gap: 32px; }
  .service-links { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .local-collage { grid-template-columns: 1fr; gap: 8px; }
  .local-collage figure { height: 155px; }
  .local-note { right: 12px; bottom: 12px; width: 160px; margin: 0; font-size: 1.22rem; }
  .service-row { grid-template-columns: 32px 1fr 40px; gap: 10px; padding: 23px 0; }
  .service-row:hover { padding-left: 0; }
  .service-row p { grid-column: 2 / 4; }
  .service-row h3 { font-size: 1.7rem; }
  .services-cta { justify-content: flex-start; margin-top: 30px; }
  .page-hero { padding: 62px 0; }
  .page-hero.about-art { min-height: 380px; padding: 84px 0; }
  .page-hero.art { min-height: 390px; padding: 82px 0; }
  .page-hero.packages-art { padding: 58px 0 56px; }
  .page-hero .section-heading { font-size: clamp(3.3rem, 14.2vw, 5.2rem); }
  .team-grid, .addon-grid { grid-template-columns: 1fr; }
  .team-photo { aspect-ratio: 4 / 5; }
  .form { padding: 25px 21px; }
  .form-grid, .intake-fields { grid-template-columns: 1fr; }
  .intake-field-wide { grid-column: auto; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card-body { padding: 21px 20px 23px; }
  .dialog-inner { padding: 43px 21px 27px; }
  .case-study-gallery { grid-template-columns: 1fr 1fr; }
  .faq-section { padding: 55px 0 78px; }
  .faq-item { overflow: hidden; }
  .faq-item summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 21px 20px; font-size: 1.3rem; overflow-wrap: anywhere; }
  .faq-answer { padding: 0 20px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 34px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 7px; }
}
