/* Alan Hall counselling. Reference: Inner Shield Therapy, checked 9 September 2026.
   Jost headings, Open Sans body, blue accents and soft yellow panels.
   All fonts and artwork are served locally. */
@font-face {
  font-family: Jost; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('assets/fonts/jost-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url('assets/fonts/open-sans-latin.woff2') format('woff2');
}
:root {
  --blue: #25648e;
  --blue-hover: #194867;
  --yellow: #f7e6a3;
  --pale-blue: #bde1f4;
  --ink: #171717;
  --muted: #454545;
  --white: #fff;
  --rule: #b0bdc5;
  --shell: 1170px;
  --pad: clamp(1.125rem, 4vw, 3rem);
  /* Blue/white 6.38:1; blue/yellow 5.10:1. */
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 275px; }
body { margin: 0; font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; line-height: 1.8; color: var(--ink); background: var(--white); overflow-wrap: break-word; }
img { display: block; max-width: 100%; height: auto; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1.1em; max-width: 70ch; }
p:last-child { margin-bottom: 0; }
h1, h2, h3 { font-family: Jost, sans-serif; font-weight: 500; letter-spacing: -.5px; margin: 0 0 .65em; line-height: 1.2; }
h1 { font-size: clamp(2.75rem, 5vw, 3.4375rem); color: var(--blue); }
h2 { font-size: clamp(2rem, 3.5vw, 2.375rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 1.875rem); line-height: 1.3; }
strong { font-weight: 600; }
a { color: var(--blue); text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { color: var(--blue-hover); }
:focus-visible { outline: 3px solid var(--blue-hover); outline-offset: 4px; }
.btn:focus-visible { box-shadow: 0 0 0 4px var(--white); }
.sr-only, .nav__toggle { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 1rem; top: -8rem; background: var(--white); padding: .75rem 1rem; z-index: 20; }
.skip:focus { top: 1rem; }
.back-to-top { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin: 20px auto; background: var(--blue); color: var(--white); border: 2px solid var(--white); text-decoration: none; }
.back-to-top svg { width: 18px; height: 18px; }
.back-to-top:hover { background: var(--blue-hover); color: var(--white); }
.back-to-top:focus-visible { outline-color: var(--blue-hover); box-shadow: 0 0 0 4px var(--white); }
.shell { width: min(var(--shell), calc(100% - var(--pad) * 2)); margin-inline: auto; }
.section { padding: 60px 0; scroll-margin-top: 1rem; }
.section--yellow { background: var(--yellow); }
.section__head { margin-bottom: 2rem; }
.section__head h2 { margin: 0; }
.header { position: sticky; top: 0; z-index: 10; background: var(--white); box-shadow: 0 2px 12px rgba(25, 72, 103, .08); }
.header__bar { display: flex; flex-direction: column; align-items: center; padding-top: 24px; }
.brand { display: flex; flex-direction: column; align-items: center; text-decoration: none; font: 500 26px/1.35 Jost, sans-serif; color: var(--blue); gap: 4px; }
.brand::before { content: ''; width: 72px; height: 72px; display: block; background: url('assets/favicon.svg') center / contain no-repeat; margin-bottom: 7px; }
.brand span { font-size: 13px; letter-spacing: 1px; color: var(--muted); }
.nav__list { display: flex; justify-content: center; flex-wrap: wrap; gap: .15rem 1.7rem; width: 100%; border-top: 1px solid var(--yellow); margin-top: 23px; padding: 12px 0; }
.nav__list a { font: 600 13px/1.5 Jost, sans-serif; letter-spacing: .5px; padding: 12px 0; text-decoration: none; }
.nav__list a:hover { text-decoration: underline; }
.nav__label { display: none; }
.nav__toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--yellow); padding: 64px 0 48px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 60px; align-items: center; }
.hero__grid > * { min-width: 0; }
.eyebrow { font: 500 14px/1.6 Jost, sans-serif; letter-spacing: .6px; color: var(--blue); margin-bottom: 16px; }
.hero h1 { margin-bottom: 14px; }
.creds { display: flex; flex-wrap: wrap; gap: 4px 0; color: var(--muted); font-size: 14px; }
.creds li { padding-right: 13px; margin-right: 13px; border-right: 1px solid var(--muted); }
.creds li:last-child { border: 0; padding: 0; margin: 0; }
.hero__lede { font: 500 clamp(1.5rem, 2.7vw, 2rem)/1.4 Jost, sans-serif; max-width: 31ch; margin: 27px 0; }
.portrait { width: 240px; height: 240px; border-radius: 50%; object-fit: cover; border: 8px solid var(--white); justify-self: center; }
.leaf { position: absolute; z-index: -1; color: var(--blue); pointer-events: none; }
.leaf--tr { width: 280px; height: 450px; right: -60px; top: -80px; opacity: .08; transform: rotate(-20deg); }
.leaf--bl { width: 170px; height: 260px; left: -75px; bottom: -100px; opacity: .07; transform: rotate(40deg); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: 14px 32px; min-height: 48px; border: 2px solid var(--blue); border-radius: 0; font: 600 16px/1.5 Jost, sans-serif; letter-spacing: .5px; text-decoration: none; text-align: center; }
.btn--primary { background: var(--blue); color: var(--white); }
.btn--primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); color: var(--white); }
.btn--ghost { color: var(--blue); background: transparent; }
.btn--ghost:hover { background: var(--white); }
.trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; border-top: 1px solid #b8aa76; padding-top: 22px; margin: 32px 0 0; }
.trust dt { font: 500 17px/1.4 Jost, sans-serif; color: var(--blue); }
.trust dd { font-size: 13px; line-height: 1.6; margin: 5px 0 0; }
.helpgrid, .split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px; align-items: start; }
.helpgrid > *, .split > * { min-width: 0; }
.pullquote { position: relative; background: var(--yellow); padding: clamp(24px, 4vw, 48px); margin: 0; min-height: 320px; display: flex; flex-direction: column; justify-content: center; }
.pullquote blockquote { font: 500 clamp(1.7rem, 3vw, 2.1rem)/1.4 Jost, sans-serif; color: var(--blue); margin: 0; }
.sprig { width: 55px; height: 92px; margin-top: 20px; color: var(--blue); opacity: .4; }
.prose__lead { font-weight: 600; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.card { border-top: 3px solid var(--blue); padding: 24px 0 0; }
.card h3 { color: var(--blue); }
#approach { background: #edf6fb; }
.ticklist li { padding: 10px 0 10px 23px; position: relative; border-bottom: 1px solid #b8aa76; }
.ticklist li::before { content: '\2713'; position: absolute; left: 0; color: var(--blue); }
.note { font-size: 14px; color: var(--muted); margin-top: 20px; }
.membership { padding-bottom: 0; }
.accreditation { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 60px; padding: 32px 0; background: var(--white); margin-top: 24px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.accreditation__logo { width: 220px; height: auto; margin-bottom: 20px; }
.accreditation h3 { font-size: 23px; color: var(--blue); }
.profile-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 620px; padding: 24px 28px; margin-top: 24px; background: #edf6fb; border-left: 4px solid var(--blue); text-decoration: none; }
.profile-link__copy { display: grid; gap: 4px; }
.profile-link__copy strong { font: 500 clamp(1.25rem, 2vw, 1.625rem)/1.3 Jost, sans-serif; }
.profile-link__copy > span:last-child { color: var(--muted); font-size: 13px; }
.profile-link__eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.profile-link__arrow { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; }
.profile-link__arrow svg { display: block; width: 22px; height: 22px; }
.profile-link:hover { background: var(--pale-blue); }
.profile-link:hover .profile-link__arrow { background: var(--blue-hover); color: var(--white); }
.section__intro { font-size: 18px; }
.areas-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
.areas-invitation { padding: 32px; background: var(--yellow); border-top: 4px solid var(--blue); }
.areas-invitation__quote { font: 500 clamp(1.7rem, 3vw, 2.2rem)/1.35 Jost, sans-serif; color: var(--blue); margin-bottom: 28px; }
.areas-invitation .note { margin-top: 12px; font-size: 13px; }
.index-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; border-top: 1px solid var(--rule); }
.index-list li { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--rule); padding: 20px 0; font: 500 20px/1.4 Jost, sans-serif; }
.index-list li::before { content: ''; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; flex: 0 0 7px; }
.index-list li:last-child { grid-column: 1 / -1; }
.fee { padding: 32px; background: var(--white); border-top: 3px solid var(--blue); }
.fee__amount { font: 500 64px/1 Jost, sans-serif; color: var(--blue); }
.fee__unit { display: block; margin-top: 12px; }
.availability { margin-top: 42px; }
.grid-scroll { contain: paint; overflow-x: auto; padding-bottom: 8px; }
.grid { table-layout: fixed; width: 100%; border-spacing: 4px; }
.grid thead td:first-child, .grid tbody th { width: 27%; }
.grid thead th { width: 10.4%; text-align: center; font-size: 13px; padding-bottom: 8px; }
.grid abbr { text-decoration: none; }
.grid tbody th { font-weight: 400; text-align: left; line-height: 1.4; font-size: 14px; padding-right: 8px; }
.grid td { background: #fff8de; height: 38px; }
.grid td.on { background: var(--blue); position: relative; }
.grid td.on::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 6px; margin: -4px 0 0 -5px; border-left: 2px solid white; border-bottom: 2px solid white; transform: rotate(-45deg); }
.daylines { margin-top: 24px; border-top: 1px solid #b8aa76; }
.daylines li { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 4px 20px; padding: 12px 0; border-bottom: 1px solid #b8aa76; }
.daylines__d { min-width: 100px; font-weight: 600; }
.availability-table { width: 100%; border-collapse: separate; border-spacing: 5px; table-layout: fixed; margin-top: 20px; }
.availability-table th { font-size: 13px; line-height: 1.4; padding: 10px 4px; text-align: center; }
.availability-table th:first-child { width: 100px; text-align: left; }
.availability-table tbody th { font-size: 15px; }
.availability-table__slot { height: 56px; padding: 0; background: #fff8de; position: relative; }
.availability-slot-button { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 44px; border: 0; background: transparent; cursor: pointer; z-index: 1; }
.availability-slot-button:hover { background: rgba(255, 255, 255, .12); }
.availability-slot-button:focus-visible { outline: 3px solid white; outline-offset: -4px; }
.availability-tooltip { position: fixed; z-index: 30; width: max-content; max-width: min(300px, calc(100vw - 24px)); padding: 12px 16px; background: #194867; color: white; border-radius: 6px; box-shadow: 0 4px 16px #0003; font-size: 14px; line-height: 1.5; }
.availability-table__slot.is-available { background: var(--blue); }
.availability-table__slot.is-available::after { content: ''; position: absolute; left: 50%; top: 50%; width: 24px; height: 24px; background: url('assets/phone-white.svg') center / contain no-repeat; transform: translate(-50%, -50%); pointer-events: none; }
.availability-table__slot.mode-person::after { background-image: url('assets/person-white.svg'); }
.mode-marker::after { content: ''; width: 22px; height: 22px; background: url('assets/phone-white.svg') center / contain no-repeat; }
.mode-marker.mode-person::after { background-image: url('assets/person-white.svg'); }
.availability-key { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 18px 0; }
.availability-key li { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.mode-marker { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 28px; color: white; font-size: 16px; }
.mode-online, .availability-table__slot.mode-online { background: #25648e; }
.mode-person, .availability-table__slot.mode-person { background: #665080; }
.mode-both { background: linear-gradient(90deg, #25648e 50%, #665080 50%); gap: 8px; }
.availability-table__label { display: none; }
@media (max-width: 900px) {
  .availability-table, .availability-table tbody { display: block; }
  .availability-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .availability-table tr { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; margin-bottom: 18px; padding: 14px; border: 1px solid #b8aa76; }
  .availability-table tbody th:first-child { grid-column: 1 / -1; width: auto; padding: 0 0 6px; font-size: 18px; white-space: nowrap; }
  .availability-table__slot { height: 90px; min-height: 90px; padding: 8px 3px 25px; }
  .availability-table__label { display: block; font-size: 11px; line-height: 1.35; text-align: center; }
  .availability-table__slot.is-available { color: white; }
  .availability-table__slot.is-available::after { top: auto; bottom: 6px; transform: translateX(-50%); }
}
.contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 28px; }
.contact > div { padding: 30px; border: 1px solid var(--rule); min-width: 0; }
@media (min-width: 701px) {
  .contact__place { grid-column: 1; grid-row: 2 / span 3; }
  .contact__modes { grid-column: 2; grid-row: 2; }
  .contact__access { grid-column: 2; grid-row: 3; }
  .contact__clients { grid-column: 2; grid-row: 4; }
}
.contact > .contact__call { grid-column: 1 / -1; background: var(--blue); border-color: var(--blue); color: var(--white); padding: 40px; }
.contact__call h3, .contact__call a { color: var(--white); }
.contact__call :focus-visible { outline-color: var(--yellow); }
.contact__callLabel { font: 500 19px/1.4 Jost, sans-serif; }
.contact__callNum { display: inline-block; font: 500 clamp(1.8rem, 5vw, 3.4rem)/1.25 Jost, sans-serif; text-decoration: none; margin-bottom: 16px; }
.contact__callNum:hover { text-decoration: underline; }
.contact__callNote, .contact__altNote { font-size: 14px; }
.contact__alt { border-top: 1px solid #83adc7; margin-top: 24px; padding-top: 24px; display: grid; gap: 12px; }
.contact__altLabel, .contact__altNote { margin: 0; }
.contact__buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; max-width: 580px; }
.contact__buttons .btn { min-width: 0; padding: 14px 18px; }
.btn--onDark { border-color: var(--white); color: var(--white); }
.contact__call .btn--onDark:hover { color: var(--blue); background: var(--white); }
.contact__call .btn:focus-visible { box-shadow: none; }
.btn svg, .maplink svg { width: 1em; height: 1em; flex: none; }
.contact address { font-style: normal; margin-bottom: 16px; }
.location-map { display: block; width: 100%; height: 320px; border: 0; margin: 24px 0 12px; background: #edf6fb; }
.maplink a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; }
.modes { display: grid; gap: 20px; }
.modes li { display: flex; gap: 14px; }
.modes svg { width: 25px; height: 25px; flex: none; color: var(--blue); }
.modes strong, .modes span { display: block; }
.modes span { font-size: 14px; color: var(--muted); }
.quoted { margin: 16px 0; padding-left: 20px; border-left: 3px solid var(--blue); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.pills li { padding: 6px 12px; background: #edf6fb; font-size: 14px; }
.faq details { border-bottom: 1px solid #b8aa76; }
.faq summary { cursor: pointer; padding: 20px 4px; font: 500 21px/1.4 Jost, sans-serif; }
.faq summary::marker { color: var(--blue); }
.faq__body { padding: 0 4px 24px; }
.urgent { background: #edf6fb; border-left: 4px solid var(--blue); padding: 26px; margin-bottom: 24px; }
.helplines { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 30px 0; }
.helpline { border-top: 1px solid var(--rule); padding-top: 16px; }
.helpline dt { font: 500 21px/1.4 Jost, sans-serif; margin-bottom: 8px; }
.helpline dd { margin: 0; }
.helpline a { display: inline-block; padding: 5px 0; font-size: 19px; }
.hrs { display: block; color: var(--muted); font-size: 14px; }
.footer { background: #edf6fb; padding: 48px 0 24px; }
.footer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.footer h2 { font-size: 24px; color: var(--blue); }
.footer p, .footer li { font-size: 14px; }
.footer a { display: inline-block; min-height: 32px; }
.footer__base { border-top: 1px solid var(--rule); padding-top: 20px; margin-top: 30px; max-width: none; color: var(--muted); }

/* Flowers move independently of the soft, stationary washes behind text. */
.flower-panel { --flower-image: url('assets/mixed-flower-field.png'); --text-wash: rgba(247, 230, 163, .78); position: relative; isolation: isolate; overflow: hidden; }
.flower-panel--daffodil { --flower-image: url('assets/daffodil.png'); }
.flower-panel--sunflower { --flower-image: url('assets/sunflower.png'); }
.flower-panel--lavender { --flower-image: url('assets/lavender-blue.png'); --text-wash: rgba(37, 100, 142, .78); }
.flower-panel::before {
  content: ''; position: absolute; z-index: -2; inset: -200px 0;
  pointer-events: none; opacity: .6;
  background-image: var(--flower-image);
  background-size: cover; background-position: center 60%; background-repeat: no-repeat;
}
/* One continuous wash per panel avoids rectangular text-container edges. */
.flower-panel::after {
  content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none;
}
.flower-panel--hero::after {
  background: radial-gradient(ellipse at 25% 48%, rgba(247, 230, 163, .86) 0%, rgba(247, 230, 163, .76) 32%, rgba(247, 230, 163, .43) 65%, rgba(247, 230, 163, .08) 100%);
}
.flower-panel--sunflower::after {
  background: radial-gradient(ellipse at center, rgba(247, 230, 163, .86) 0%, rgba(247, 230, 163, .77) 35%, rgba(247, 230, 163, .48) 70%, rgba(247, 230, 163, .12) 100%);
}
.flower-panel--lavender::after {
  background: radial-gradient(ellipse at 25% 50%, rgba(37, 100, 142, .86) 0%, rgba(37, 100, 142, .76) 32%, rgba(37, 100, 142, .43) 68%, rgba(37, 100, 142, .08) 100%);
}
.flower-panel--lavender > .contact__alt { max-width: 760px; }
.pullquote.flower-panel--daffodil { padding-bottom: 210px; background: var(--yellow); }
.pullquote.flower-panel--daffodil::before {
  inset: -80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  animation: none;
  transform: translateY(var(--daffodil-offset, 0px));
}
.flower-panel--daffodil::after {
  content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(247, 230, 163, .78) 0%, rgba(247, 230, 163, .68) 25%, rgba(247, 230, 163, .48) 50%, rgba(247, 230, 163, .24) 75%, rgba(247, 230, 163, .08) 100%);
}
.flower-panel--lavender::before { background-position: 65% center; }
.flower-panel .leaf, .flower-panel .sprig { display: none; }
.flower-panel .eyebrow, .flower-panel .trust dt,
.flower-panel .ticklist li::before, .flower-panel .btn--ghost { color: var(--blue-hover); }

/* Native scroll animation, with a still-image fallback. Content never moves. */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  @supports (animation-timeline: view()) {
    .flower-panel { view-timeline-name: --meadow; view-timeline-axis: block; }
    .flower-panel::before {
      animation: meadow-depth linear both;
      animation-timeline: --meadow;
      animation-range: entry 0% exit 100%;
    }
    @keyframes meadow-depth {
      from { transform: translateY(-180px); }
      to { transform: translateY(180px); }
    }
  }
  @supports not (animation-timeline: view()) {
    @media (min-width: 901px) and (hover: hover) and (pointer: fine) {
      .flower-panel::before { background-attachment: fixed; }
    }
  }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 330px; }
  .areas-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) 200px; gap: 26px; }
  .portrait { width: 200px; height: 200px; }
  .cards { grid-template-columns: 1fr; gap: 24px; }
  .helpgrid, .split { gap: 30px; }
  .helplines { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 96px; }
  html:has(.nav__toggle:checked) { scroll-padding-top: calc(120px + min(45dvh, 380px)); }
  .profile-link { padding: 20px; }
  .flower-panel--hero::before { background-position: 65% center; }
  .nav__toggle { display: block; }
  .header__bar { flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 16px 0; }
  .brand { align-items: flex-start; font-size: 24px; gap: 0; }
  .brand::before { display: none; }
  .nav__label { display: flex; align-items: center; gap: 10px; padding: 12px 4px; cursor: pointer; font: 500 16px/1.5 Jost, sans-serif; color: var(--blue); }
  .nav__toggle:focus-visible + .nav__label { outline: 3px solid var(--blue-hover); outline-offset: 3px; }
  .nav__list { display: none; flex: 1 0 100%; margin-top: 14px; padding-bottom: 0; max-height: min(45dvh, 380px); overflow-y: auto; overscroll-behavior: contain; }
  .nav__toggle:checked ~ .nav__list { display: flex; flex-direction: column; gap: 0; }
  .nav__list a { padding: 13px 4px; border-bottom: 1px solid var(--rule); font-size: 16px; }
  .burger, .burger::before, .burger::after { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
  .burger::before, .burger::after { content: ''; position: absolute; left: 0; }
  .burger::before { top: -6px; } .burger::after { top: 6px; }
  .nav__toggle:checked + .nav__label .burger { background: transparent; }
  .nav__toggle:checked + .nav__label .burger::before { top: 0; transform: rotate(45deg); }
  .nav__toggle:checked + .nav__label .burger::after { top: 0; transform: rotate(-45deg); }
  .hero { padding: 40px 0; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .portrait { width: 160px; height: 160px; grid-row: 1; justify-self: start; border-width: 5px; }
  .hero__lede { max-width: 34ch; }
  .section { padding: 44px 0; }
  .helpgrid, .split, .contact, .accreditation, .footer__grid { grid-template-columns: minmax(0, 1fr); }
  .pullquote { min-height: 0; }
  .sprig { display: none; }
  .contact > div, .contact > .contact__call { padding: 24px; }
  .trust { grid-template-columns: 1fr; gap: 14px; }
  .trust > div { display: grid; grid-template-columns: 125px 1fr; gap: 12px; }
  .trust dd { margin: 0; }
  .btn { padding: 12px 20px; }
}
@media (max-width: 380px) {
  .grid { border-spacing: 2px; }
  .grid thead th { font-size: 10px; }
  .grid tbody th { font-size: 11px; }
  .helplines { grid-template-columns: minmax(0, 1fr); }
  .contact > div, .contact > .contact__call { padding: 18px; }
  .trust > div { grid-template-columns: 110px 1fr; }
}
@media (max-width: 480px) {
  .daylines li { grid-template-columns: minmax(0, 1fr); }
  .contact__buttons, .index-list { grid-template-columns: minmax(0, 1fr); }
  .index-list li { padding: 15px 0; }
  .areas-invitation { padding: 24px; }
}
/* A stable spacer prevents the page jumping as the masthead collapses. */
.compact-brand { display: none; }
.header-compact .compact-brand { display: inline-flex; align-items: center; gap: 9px; position: absolute; left: var(--pad); top: 0; min-height: 48px; color: var(--blue); font: 500 20px/1.4 Jost, sans-serif; text-decoration: none; white-space: nowrap; }
.compact-brand img { width: 28px; height: 28px; }
.compact-brand:hover { text-decoration: underline; }
html.header-ready { scroll-padding-top: 64px; }
.header-ready .header { position: relative; height: 256px; box-shadow: none; }
.header-ready .header__bar {
  position: fixed; top: 0; left: 0; right: 0; width: 100%;
  padding-inline: var(--pad); background: var(--white);
  box-shadow: 0 2px 12px rgba(25, 72, 103, .08);
  transition: padding .25s ease;
}
.header-ready .header .brand {
  max-height: 140px; overflow: hidden; transform-origin: center top;
  transition: max-height .25s ease, opacity .25s ease, transform .25s ease, visibility .25s;
}
.header-ready .header .nav__list {
  max-width: var(--shell);
  transition: margin .25s ease, padding .25s ease, border-color .25s ease;
}
.header-compact .header__bar { padding-top: 0; }
.header-compact .header .brand { max-height: 0; opacity: 0; transform: scale(.85); visibility: hidden; }
.header-compact .header .nav__list { margin-top: 0; padding-block: 0; padding-inline: 170px; min-height: 48px; border-top-color: transparent; }
@media (min-width: 701px) and (max-width: 1100px) {
  html.header-ready { scroll-padding-top: 110px; }
}
@media (max-width: 700px) {
  .header-ready .header { height: 82px; }
  .header-ready .header .brand { max-height: none; overflow: visible; opacity: 1; transform: none; visibility: visible; }
  .header-ready .header .brand span { max-height: 18px; overflow: hidden; transition: max-height .25s ease, opacity .25s ease; }
  .header-compact .header__bar { padding-block: 0; }
  .header-compact .header .brand { display: none; }
  .header-compact .compact-brand { position: static; }
  .header-compact .header .brand span { max-height: 0; opacity: 0; }
  .header-compact .header .nav__list { margin-top: 14px; padding-top: 12px; padding-inline: 0; }
  html.header-ready:has(.nav__toggle:checked) { scroll-padding-top: calc(120px + min(45dvh, 380px)); }
}
@media (prefers-reduced-motion: reduce) {
  .header-ready .header__bar, .header-ready .header .brand,
  .header-ready .header .brand span, .header-ready .header .nav__list { transition: none; }
}

/* Coastal opening, using Alan's supplied photograph and logo artwork. */
html, html.header-ready { scroll-padding-top: 100px; }
.header, .header-ready .header { height: 100px; }
.header .header__bar { flex-direction: row; min-height: 100px; padding: 14px var(--pad); gap: 28px; transition: min-height .25s ease, padding .25s ease; }
.header .sea-brand, .header-ready .header .sea-brand { display: flex; flex-direction: row; flex: none; gap: 10px; max-height: none; overflow: visible; opacity: 1; transform: none; visibility: visible; }
.sea-brand::before { display: none; }
.sea-brand .sea-brand__mark { position: relative; display: block; flex: none; width: 62px; height: 62px; border-radius: 50%; overflow: hidden; }
.sea-brand__mark img { position: absolute; max-width: none; width: 180%; height: 180%; left: -40%; top: -17%; }
.sea-brand .sea-brand__type { display: flex; flex-direction: column; gap: 4px; color: #142f3d; }
.sea-brand__type strong { font: 400 30px/1 Georgia, serif; letter-spacing: -.8px; }
.sea-brand .sea-brand__type > span { font: 500 9px/1.4 'Open Sans', sans-serif; text-transform: uppercase; letter-spacing: 3px; color: #40545c; }
.header .nav__list, .header-ready .header .nav__list { flex: 1; max-width: none; width: auto; margin: 0; padding: 0; border: 0; gap: 4px 24px; justify-content: center; }
@media (min-width: 1101px) {
  .header .sea-brand { width: 200px; }
  .header__bar::after { content: ''; flex: 0 0 200px; }
}
.header-compact .header__bar { min-height: 64px; padding-block: 6px; }
.header-compact .sea-brand .sea-brand__mark { width: 42px; height: 42px; }
.header-compact .sea-brand__type strong { font-size: 24px; }
.hero--sea { padding: 0; background: #cfdae0; color: #142f3d; }
.hero__sea { position: absolute; z-index: -2; top: 0; left: 0; width: 100%; height: 190%; max-width: none; object-fit: cover; object-position: center top; }
.hero--sea::after { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(240, 245, 246, .65), rgba(240, 245, 246, .3) 47%, transparent 76%); }
.hero--sea .hero__grid { min-height: 490px; grid-template-columns: minmax(0, 1fr) 240px; gap: 80px; padding-block: 64px 70px; }
.hero__copy { max-width: 690px; }
.hero--sea h1 { color: #142f3d; }
.hero--sea .eyebrow, .hero--sea .creds { color: #24424f; }
.hero--sea .hero__lede { max-width: 30ch; margin-block: 24px; }
.hero--sea .portrait { width: 200px; height: 200px; border-width: 5px; align-self: start; margin-top: 52px; }
.hero--sea .btn--ghost { background: rgba(255, 255, 255, .5); }
.hero__reassurance { padding-block: 24px; background: rgba(12, 34, 49, .85); color: white; }
.hero__reassurance .trust { margin: 0; padding: 0; border: 0; gap: 40px; }
.hero__reassurance .trust dt { color: white; }
.hero__reassurance .trust dd { color: #e6eef1; }
@media (min-width: 701px) and (max-width: 1100px) {
  html, html.header-ready { scroll-padding-top: 120px; }
  .header, .header-ready .header { height: 116px; }
  .header .header__bar { min-height: 116px; }
  .header-compact .header__bar { min-height: 100px; }
  .header .header__bar { gap: 22px; }
  .header .nav__list { gap: 0 18px; }
  .hero--sea .hero__grid { gap: 32px; grid-template-columns: minmax(0, 1fr) 190px; }
  .hero--sea .portrait { width: 180px; height: 180px; }
}
@media (max-width: 700px) {
  html, html.header-ready { scroll-padding-top: 90px; }
  .header, .header-ready .header { height: 84px; }
  .header .header__bar { min-height: 84px; gap: 0; padding-block: 12px; }
  .sea-brand .sea-brand__mark { width: 48px; height: 48px; }
  .sea-brand__type strong { font-size: 26px; }
  .header .sea-brand span, .header-ready .header .sea-brand span { max-height: none; opacity: 1; overflow: visible; }
  .header .sea-brand .sea-brand__mark, .header-ready .header .sea-brand .sea-brand__mark { overflow: hidden; }
  .header .nav__list { flex: 1 0 100%; margin-top: 12px; padding-top: 8px; }
  .header-compact .header__bar { min-height: 64px; padding-block: 6px; }
  .hero--sea .hero__grid { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 24px; padding-block: 36px 44px; }
  .hero--sea .hero__copy { grid-row: 2; }
  .hero--sea .portrait { grid-row: 1; width: 112px; height: 112px; margin: 0; justify-self: end; border-width: 3px; }
  .hero--sea .hero__lede { font-size: 25px; max-width: 30ch; }
  .hero--sea .hero__sea { height: 185%; object-position: 58% top; }
  .hero--sea::after { background: linear-gradient(180deg, rgba(240,245,246,.35), rgba(240,245,246,.64) 45%, rgba(240,245,246,.25) 76%, transparent); }
  .hero__reassurance { padding-block: 24px; }
  .hero__reassurance .trust { grid-template-columns: 1fr; gap: 20px; }
  .hero__reassurance .trust > div { grid-template-columns: minmax(0, 1fr); gap: 3px; }
}

@media print {
  .back-to-top { display: none; }
  html { scroll-padding-top: 0; }
  .location-map { display: none; }
  .flower-panel::before, .flower-panel::after { display: none; }
  body { font-size: 11pt; color: #000; }
  .header, .actions, .leaf, .sprig, .contact__alt { display: none; }
  .hero__sea, .hero--sea::after { display: none; }
  .hero__reassurance { background: white; color: black; }
  .hero__reassurance .trust dt, .hero__reassurance .trust dd { color: black; }
  .section, .hero, .footer { padding: 20px 0; background: white; }
  .shell { width: 100%; }
  .contact > .contact__call { background: white; color: black; border: 1px solid black; }
  .contact__call a { color: black; }
  .grid td.on { background: white; }
  .grid td.on::after { border-color: black; }
  h2, h3 { break-after: avoid; }
}
