/* Getabout LHI Transfers — release candidate styles. */
@font-face { font-family:DM Sans;src:url('/assets/fonts/dm-sans.ttf') }
@font-face { font-family:DM Sans;src:url('/assets/fonts/dm-sans-bold.ttf');font-weight:700 }
@font-face { font-family:DM Serif;src:url('/assets/fonts/dm-serif.ttf') }
@font-face { font-family:DM Serif;src:url('/assets/fonts/dm-serif-italic.ttf');font-style:italic }
:root { --navy:#112552;--cream:#fef3ce;--ink:#112552;--paper:#fffaf0;--line:rgba(17,37,82,.23) }
* { box-sizing:border-box }
html { scroll-behavior:smooth;scroll-padding-top:24px;background:var(--cream) }
body { margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6 }
a { color:inherit;text-decoration:none }
button { font:inherit }
img { display:block;max-width:100% }
button, a { -webkit-tap-highlight-color:transparent }
a:focus-visible, button:focus-visible, summary:focus-visible { outline:3px solid #bb6a19;outline-offset:6px }
button { cursor:pointer }
h1, h2, h3, p { margin:0 }
h1, h2, h3 { font-weight:400;line-height:1.07 }
h1, h2 { font-family:'DM Serif',Georgia,serif }
p { max-width:58ch }
::selection { background:#dbc78b;color:var(--navy) }
.skip-link { position:fixed;top:-100px;left:20px;z-index:100;background:var(--cream);color:var(--navy);padding:10px }
.skip-link:focus { top:16px }
.eyebrow { font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase }
.text-link { border-bottom:1px solid currentColor;padding-bottom:5px;font-size:15px;display:inline-flex;gap:24px;align-items:center }
.brand img { width:210px;height:70px;object-fit:contain }
.credits { font-size:12px;opacity:.75 }
.credits summary { cursor:pointer }
.credits a { text-decoration:underline }
.credits p { padding-top:12px }
.site-footer { display:flex;gap:24px;justify-content:space-between;align-items:flex-start;padding:26px 5vw;font-size:13px;border-top:1px solid currentColor }
.site-footer>span { white-space:nowrap }
.contact-links { display:flex;flex-direction:column;align-items:flex-start;gap:16px }
.contact-links .phone { font-size:clamp(30px,4vw,54px);line-height:1.1 }
.contact-links .email { font-size:clamp(14px,1.5vw,20px);border-bottom:1px solid currentColor;overflow-wrap:anywhere }
.contact-note { font-size:14px;opacity:.75;margin-top:22px }
@media(max-width:760px) {
  .brand img { width:162px;height:54px }
  .site-footer { flex-direction:column;gap:12px }
  .eyebrow { font-size:12px }
  .contact-links { gap:18px }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto }
  *, *:before, *:after { animation:none!important;transition:none!important }
}

@font-face { font-family:Fraunces;src:url('/assets/fonts/fraunces.ttf');font-weight:600 }
.getabout-site { background:var(--cream) }
.getabout-site h1, .getabout-site h2, .getabout-site h3 { font-family:Fraunces,'DM Serif',Georgia,serif;font-weight:600 }
.getabout-site em { font-family:'DM Serif';font-weight:400 }
.post-shell { margin:0 3.5vw;border-left:1px solid var(--line);border-right:1px solid var(--line) }
.post-header { display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:27px 3vw 22px }
.post-header .brand img { width:250px;height:84px }
.post-welcome, .post-call { display:flex;flex-direction:column;gap:9px;font-size:14px }
.post-header .eyebrow { font-size:10px;letter-spacing:.12em }
.post-call { text-align:right }
.post-call a { font-size:23px;font-family:Fraunces }
.post-nav { background:var(--navy);color:var(--cream);border-top:1px solid var(--navy);border-bottom:1px solid var(--navy);display:flex;justify-content:center;gap:50px;padding:13px;font-size:13px }
.post-nav a:hover { text-decoration:underline;text-underline-offset:4px }
.post-nav a:focus-visible { outline-color:var(--cream) }
.post-hero { display:grid;grid-template-columns:1fr 1.18fr;align-items:center;padding:66px 4vw 62px;gap:4vw;overflow:hidden }
.post-hero-copy { padding-left:1vw }
.post-hero h1 { font-size:clamp(65px,7.4vw,112px);letter-spacing:-.04em;line-height:1.05;margin:22px 0 24px }
.post-hero h1 em { font-style:italic }
.post-hero p { font-size:17px;line-height:1.65;margin-bottom:27px }
.post-button { border:1px solid var(--navy);padding:16px 21px;display:inline-flex;gap:22px;align-items:center;font-size:14px;box-shadow:4px 4px 0 var(--navy);background:var(--navy);color:var(--cream);transition:transform .2s,box-shadow .2s }
.post-button:hover { transform:translate(3px,3px);box-shadow:1px 1px 0 var(--navy) }
.under-button { display:block;font-size:12px;margin-top:16px }
.post-photo-wrap { position:relative;margin:20px 12px 16px 0 }
.post-photo { margin:0;transform:rotate(3deg);padding:12px 12px 0;background:#fffbed;border:1px solid var(--line);box-shadow:12px 16px 0 #1125520c }
.post-photo>img { width:100%;height:455px;object-fit:cover;object-position:68% 45% }
.post-photo-caption { display:flex;justify-content:space-between;gap:20px;padding:18px 7px;align-items:center }
.post-photo-caption>span:first-child { font-family:'DM Serif';font-size:25px;font-style:italic }
.post-photo-caption>span:last-child { font-size:9px;text-transform:uppercase;letter-spacing:.08em;max-width:12ch;text-align:right }
.post-stamp { position:absolute;left:-36px;bottom:18px;transform:rotate(-11deg);border:1px solid var(--cream);outline:7px solid var(--navy);background:var(--navy);color:var(--cream);border-radius:50%;height:150px;width:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px }
.post-stamp>span { font-size:8px;letter-spacing:.12em }
.post-stamp strong { font-family:'DM Serif';font-size:21px;font-weight:400;line-height:1.15 }
.post-ticker { display:flex;justify-content:space-evenly;align-items:center;gap:18px;background:var(--navy);color:var(--cream);border-top:1px solid var(--navy);border-bottom:1px solid var(--navy);padding:21px 4vw;font-family:Fraunces;font-size:28px }
.post-ticker b { font-weight:400;font-size:26px }
.post-letter { background:var(--navy);color:var(--cream);display:grid;grid-template-columns:45px 1fr .8fr;gap:5vw;padding:72px 6vw;align-items:center }
.letter-side { writing-mode:vertical-rl;transform:rotate(180deg);align-self:start;padding-top:8px }
.post-letter h2 { font-size:48px;margin-bottom:25px }
.post-letter p { font-size:16px;margin-bottom:20px }
.post-letter>img { width:300px;justify-self:center }
.letter-signoff { display:block;margin-top:28px;font-size:14px }
.letter-signoff em { font-size:28px }
.getabout-site .site-footer { padding:24px 4vw;border-color:var(--line);font-size:11px }
@media(max-width:1100px) {
  .post-hero { gap:3vw;padding-top:45px }
  .post-hero h1 { font-size:8vw }
  .post-photo>img { height:420px }
  .post-photo-caption>span:first-child { font-size:21px }
  .post-stamp { width:125px;height:125px;left:-15px;bottom:32px }
  .post-stamp strong { font-size:19px }
}
@media(max-width:760px) {
  .post-shell { margin:0;border-left:0;border-right:0 }
  .post-header { display:flex;justify-content:space-between;padding:20px 4vw }
  .post-header .brand img { width:177px;height:59px }
  .post-welcome { display:none }
  .post-call .eyebrow { display:none }
  .post-call a { font-family:'DM Sans';font-size:14px }
  .post-nav { gap:17px;padding:11px 12px;font-size:10px }
  .post-nav>span { display:none }
  .post-hero { grid-template-columns:1fr;padding:42px 7vw 40px;gap:24px }
  .post-hero h1 { font-size:clamp(64px,13vw,92px) }
  .post-hero .eyebrow { font-size:10px }
  .post-hero p { font-size:16px }
  .post-hero-copy { padding-left:0 }
  .post-photo-wrap { margin:20px 4px 5px 10px }
  .post-photo>img { height:335px }
  .post-photo-caption>span:first-child { font-size:21px }
  .post-stamp { left:-23px;bottom:31px }
  .post-button { font-size:13px;padding:14px 15px;gap:20px }
  .post-ticker { flex-wrap:wrap;gap:9px 15px;font-size:17px;padding:16px 8px }
  .post-ticker b { font-size:17px }
  .post-ticker b:nth-of-type(2) { display:none }
  .post-letter { grid-template-columns:1fr;padding:50px 7vw;gap:25px }
  .letter-side { writing-mode:initial;transform:none }
  .post-letter h2 { font-size:37px }
  .post-letter>img { width:180px;margin:15px 0 }
  .getabout-site .site-footer { padding:24px 6vw }
}
.post-stamp { left:auto;right:-5px;top:-26px;bottom:auto }
@media(max-width:760px) {
  .post-stamp { left:auto;right:-4px;top:-21px;bottom:auto }
}
@media(max-width:760px) {
  .post-nav { gap:10px;font-size:12px }
  .post-nav a { flex:1;text-align:center }
}
@media(max-width:760px) {
  .post-ticker { display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:12px }
  .post-ticker b { display:none }
}

.getabout-site { --section-gutter: clamp(28px, 5vw, 92px); }
.getabout-site .post-ticker a { display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px; }
.getabout-site .post-ticker a:hover { text-decoration: underline; }
.getabout-site .post-ticker a:focus-visible { outline-color: var(--cream); }
.getabout-site .post-ticker { gap: 12px; font-size: clamp(18px, 2vw, 28px); }
.getabout-site .post-ticker b { font-size: 18px; }
.getabout-site .post-nav { gap: clamp(18px, 3vw, 50px); }
.post-rides { display: grid;
  grid-template-columns: .9fr 1.25fr;
  gap: clamp(45px, 7vw, 110px);
  padding: 86px var(--section-gutter) 92px;
  background: var(--cream); }
.post-rides-intro .eyebrow { font-size: 11px; }
.post-rides-intro h2 { margin: 24px 0;
  font-size: clamp(56px, 5.4vw, 82px);
  letter-spacing: -.035em;
  line-height: 1.04; }
.post-rides-intro > p { max-width: 33ch; font-size: 16px; }
.post-rides .appointment-label { display: inline-block;
  margin-top: 27px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  font-size: 12px; }
.post-rides-list { min-width: 0; }
.post-rides-list details { border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.post-rides-list details:first-child { border-top: 1px solid var(--line); }
.post-rides-list summary { display: grid;
  grid-template-columns: 22px 1fr 28px;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none; }
.post-rides-list summary::-webkit-details-marker { display: none; }
.post-rides-list summary::marker { content: ''; }
.post-rides-list summary:hover h3 { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.post-rides-list .ride-number { font-size: 12px; font-variant-numeric: tabular-nums; }
.post-rides-list h3 { font-size: clamp(20px, 1.8vw, 27px); line-height: 1.22; }
.post-rides-list .expand-icon { font-family: 'DM Sans', sans-serif; font-size: 26px; font-weight: 400; text-align: center; }
.post-rides-list .expand-icon::after { content: '+'; }
.post-rides-list details[open] .expand-icon::after { content: '−'; }
.post-rides-list .ride-body { padding: 0 0 30px 40px; }
.post-rides-list .ride-body .eyebrow { display: block; font-size: 10px; letter-spacing: .12em; line-height: 1.7; }
.post-rides-list .ride-body p { margin: 16px 0 22px; font-size: 15px; line-height: 1.75; }
.post-rides-list .ride-body .text-link { font-size: 13px; gap: 16px; }
.post-rides-list .guide-list { margin: 24px 0; padding: 0; list-style: none; }
.guide-list > li { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 22px 0; border-top: 1px solid var(--line); }
.guide-list > li:last-child { border-bottom: 1px solid var(--line); }
.guide-list h4 { margin: 0; font-family: 'DM Serif', Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.3; }
.guide-list .guide-people { margin-top: -6px; font-size: 14px; }
.post-rides-list .ride-body .guide-website { margin-top: 2px; font-size: 14px; }
.guide-list .guide-email { font-size: 20px; line-height: 1.5; border-bottom: 1px solid currentColor; overflow-wrap: anywhere; max-width: 100%; }
.guide-phones { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; line-height: 1.6; }
.guide-phones a { text-decoration: underline; text-underline-offset: 3px; }
.getabout-site .post-letter { padding: 78px var(--section-gutter) 74px; }
.getabout-site .post-letter > img { height: auto; }
.post-gallery { padding: 76px var(--section-gutter) 80px; background: var(--cream); }
.post-gallery-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 44px; }
.post-gallery-heading .eyebrow { font-size: 11px; }
.post-gallery-heading h2 { margin-top: 20px; font-size: clamp(38px, 3.6vw, 56px); letter-spacing: -.025em; }
.post-gallery-heading > p { font-size: 15px; padding-bottom: 5px; }
.post-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 28px; align-items: start; padding: 6px 4px 12px; }
.gallery-postcard { margin: 0; padding: 12px 12px 0; min-width: 0; background: var(--paper); border: 1px solid var(--line); box-shadow: 6px 8px 0 #1125520a; transform: rotate(-1.4deg); }
.gallery-postcard:nth-child(3n + 2) { margin-top: 22px; transform: rotate(1.2deg); }
.gallery-postcard:nth-child(3n) { transform: rotate(-.6deg); }
.gallery-postcard > a { display: block; position: relative; }
.gallery-postcard img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-enlarge { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 38px; height: 38px; background: var(--cream); color: var(--navy); font-size: 22px; }
.gallery-postcard > a:hover .gallery-enlarge { background: var(--navy); color: var(--cream); }
.gallery-postcard figcaption { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 76px; padding: 18px 3px; }
.gallery-postcard figcaption > span:first-child { font-family: 'DM Serif', Georgia, serif; font-style: italic; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.2; }
.gallery-postcard figcaption > span:last-child { max-width: 10ch; font-size: 10px; text-align: right; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.gallery-postcard > a { cursor: zoom-in; }
.gallery-postcard.is-lifted { visibility: hidden; }
.postcard-lightbox { position: fixed; inset: 0; width: 100vw; height: 100%; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; overflow: hidden; background: transparent; color: var(--navy); }
.postcard-lightbox::backdrop { background: transparent; }
.lightbox-shade { position: absolute; inset: 0; background: #08162bec; cursor: zoom-out; }
.postcard-lightbox .lightbox-card { position: absolute; margin: 0; min-width: 0; visibility: visible; transform-origin: center; }
.postcard-lightbox .lightbox-card img { width: 100%; max-height: none; aspect-ratio: auto; object-fit: cover; }
.lightbox-close, .lightbox-controls button { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border: 1px solid #fef3ce70; border-radius: 50%; color: var(--cream); background: #11255299; line-height: 1; transition: background .18s, border-color .18s; }
.lightbox-close:hover, .lightbox-controls button:hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }
.lightbox-close { position: absolute; z-index: 2; top: max(16px, env(safe-area-inset-top)); right: max(20px, env(safe-area-inset-right)); font-size: 32px; }
.lightbox-footer { position: absolute; z-index: 2; bottom: max(20px, env(safe-area-inset-bottom)); left: 16px; right: 16px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--cream); }
.lightbox-credit { max-width: 100%; text-align: center; font-size: 14px; line-height: 1.6; text-wrap: balance; }
.lightbox-credit a { text-decoration: underline; text-underline-offset: 3px; }
.lightbox-credit a:hover { text-decoration-thickness: 2px; }
.lightbox-credit a:focus-visible { outline-color: var(--cream); }
.lightbox-controls { display: flex; align-items: center; gap: 24px; }
.lightbox-controls button { font-size: 24px; }
.lightbox-position { min-width: 56px; text-align: center; font-size: 14px; font-variant-numeric: tabular-nums; letter-spacing: .12em; }
.lightbox-close:focus-visible, .lightbox-controls button:focus-visible { outline-color: var(--cream); outline-offset: 5px; }
@media (max-height: 500px) {
  .lightbox-footer { bottom: 12px; gap: 8px; }
  .lightbox-close { top: 10px; right: 12px; }
}
.getabout-site .island-contact { display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 5vw;
  position: relative;
  align-items: start;
  padding: 78px var(--section-gutter) 84px;
  background: var(--cream);
  color: var(--navy); }
.getabout-site .island-contact::before { content: ''; position: absolute; top: 0; left: var(--section-gutter); right: var(--section-gutter); height: 1px; background: var(--line); }
.getabout-site .island-contact h2 { margin-top: 23px;
  font-size: clamp(43px, 4.3vw, 68px);
  letter-spacing: -.035em;
  line-height: 1.1; }
.getabout-site .island-contact .eyebrow { font-size: 11px; }
.getabout-site .island-contact .contact-links { margin-top: 32px; gap: 12px; }
.getabout-site .island-contact .email { max-width: 100%; padding-bottom: 6px; font-size: clamp(20px, 2.2vw, 32px); }
.getabout-site .island-contact .phone-secondary { font-size: 14px; line-height: 1.5; padding-block: 5px; text-underline-offset: 4px; }
.getabout-site .island-contact .phone-secondary:hover { text-decoration: underline; }
.getabout-site .island-contact .contact-note { font-size: 13px; }
.contact-intro { min-width: 0; }
.contact-intro-copy { margin-top: 28px; font-size: 16px; }
.enquiry-form { position: relative; padding: clamp(22px, 2.7vw, 40px); border: 1px solid var(--line); background: var(--paper); box-shadow: 8px 10px 0 #1125520a; }
.enquiry-form h3 { margin: 15px 0 26px; font: 30px/1.15 'DM Serif', Georgia, serif; }
.enquiry-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.enquiry-fields label { display: block; min-width: 0; font-size: 14px; line-height: 1.5; }
.enquiry-fields input, .enquiry-fields select, .enquiry-fields textarea { display: block; width: 100%; max-width: 100%; min-width: 0; margin-top: 7px; border: 1px solid var(--line); border-radius: 0; padding: 11px 12px; background: transparent; color: var(--navy); font: 16px/1.5 'DM Sans', sans-serif; }
.enquiry-fields textarea { resize: vertical; min-height: 140px; }
.enquiry-fields input:focus-visible, .enquiry-fields select:focus-visible, .enquiry-fields textarea:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.enquiry-fields input::placeholder, .enquiry-fields textarea::placeholder { color: #626977; opacity: 1; }
.field-wide, .form-guide-note { grid-column: 1 / -1; }
.field-optional { font-size: 12px; }
.form-guide-note { padding: 12px; border-left: 2px solid var(--navy); font-size: 14px; }
.form-guide-note a, .form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.enquiry-form .post-button { margin-top: 24px; border: 1px solid var(--navy); width: 100%; }
.enquiry-form .post-button:disabled { cursor: wait; opacity: .65; }
.form-status:empty { display: none; }
.form-status { margin-top: 20px; font-size: 15px; line-height: 1.6; }
.form-status[data-state="success"] { padding: 14px; border: 1px solid #365c48; color: #244d37; }
.form-status[data-state="error"] { color: #963e24; }
.form-note { margin-top: 18px; font-size: 13px; }
.form-privacy { margin-top: 15px; font-size: 12px; line-height: 1.7; }
.privacy-copy { max-width: 800px; margin: auto; padding: 72px var(--section-gutter); }
.privacy-copy h1 { font-size: clamp(38px, 5vw, 64px); margin: 18px 0 32px; }
.privacy-copy h2 { font-size: 26px; margin: 32px 0 14px; }
.privacy-copy p { margin-block: 16px; }
.privacy-copy a { text-decoration: underline; text-underline-offset: 3px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.chat-pill { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 45; display: flex; align-items: center; gap: 13px; min-height: 54px; padding: 13px 23px; border: 1px solid var(--cream); border-radius: 100px; background: var(--navy); color: var(--cream); box-shadow: 0 5px 24px #11255233; font-size: 15px; }
.chat-pill > span { font-size: 23px; }
.getabout-chat { position: fixed; inset: auto 24px 90px auto; z-index: 44; width: min(410px, calc(100vw - 32px)); max-width: none; height: min(650px, calc(100dvh - 120px)); max-height: none; margin: 0; padding: 0; border: 1px solid var(--navy); background: var(--paper); color: var(--navy); box-shadow: 0 12px 50px #11255233; overflow: hidden; }
.getabout-chat[open] { display: flex; flex-direction: column; }
.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-shrink: 0; padding: 19px 22px; background: var(--navy); color: var(--cream); }
.chat-header h2 { font: 26px/1.15 'DM Serif', Georgia, serif; }
.chat-header p { margin-top: 4px; font-size: 12px; }
.chat-close { width: 40px; height: 40px; border: 0; background: transparent; color: inherit; font-size: 30px; }
.chat-messages { flex: 1; overflow-y: auto; min-height: 80px; padding: 20px; overscroll-behavior: contain; }
.chat-message { padding: 13px 15px; font-size: 14px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; margin-bottom: 14px; border: 1px solid var(--line); background: var(--cream); }
.chat-message.visitor { background: var(--navy); color: var(--cream); margin-left: 28px; border: 0; }
.chat-message.pending { opacity: .7; }
.chat-provider { display: block; margin-top: 12px; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.chat-review { display: block; margin-top: 16px; border: 1px solid var(--navy); padding: 10px 14px; background: var(--navy); color: var(--cream); font-size: 14px; }
.chat-suggestions { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 18px 14px; flex-shrink: 0; }
.chat-suggestions button { padding: 7px 10px; background: transparent; color: var(--navy); border: 1px solid var(--line); border-radius: 20px; font-size: 12px; }
.chat-composer { display: flex; align-items: stretch; padding: 12px 18px 0; border-top: 1px solid var(--line); gap: 10px; flex-shrink: 0; }
.chat-composer textarea { flex: 1; min-width: 0; resize: none; padding: 10px; border: 1px solid var(--line); border-radius: 0; color: var(--navy); background: transparent; font: 16px/1.5 'DM Sans', sans-serif; }
.chat-composer textarea:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.chat-composer button { width: 45px; border: 1px solid var(--navy); background: var(--navy); color: var(--cream); font-size: 23px; }
.getabout-chat button:disabled { opacity: .6; cursor: wait; }
.chat-privacy { flex-shrink: 0; padding: 10px 18px 14px; font-size: 11px; line-height: 1.5; }
.chat-privacy a { text-decoration: underline; }
.getabout-site .site-footer { flex-wrap: wrap; gap: 16px 24px; padding: 22px var(--section-gutter); padding-right: max(var(--section-gutter), 220px); background: var(--navy); color: var(--cream); border-color: #fef3ce44; }
.site-footer .builder-credit { opacity: .75; text-underline-offset: 3px; }
.site-footer .builder-credit:hover { text-decoration: underline; }
@media (min-width: 1700px) {
  .getabout-site .post-shell { max-width: 1680px; margin-inline: auto; }
}
@media (max-width: 1050px) {
  .post-shell { margin: 0; border-left: 0; border-right: 0; }
  .post-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .gallery-postcard:nth-child(n) { margin-top: 0; transform: rotate(-1deg); }
  .gallery-postcard:nth-child(even) { margin-top: 18px; transform: rotate(1deg); }
}
@media (max-width: 1050px) and (min-width: 761px) {
  .post-rides { grid-template-columns: .75fr 1.25fr; gap: 40px; }
  .post-rides-list summary { gap: 12px; grid-template-columns: 20px 1fr 24px; }
  .post-rides-list .ride-body { padding-left: 32px; }
  .getabout-site .island-contact { gap: 40px; }
  .getabout-site .island-contact h2 { font-size: 46px; }
}
@media (max-width: 760px) {
  .getabout-site { --section-gutter: 7vw; }
  .getabout-site .post-ticker { padding: 10px 12px; gap: 0 12px; }
  .getabout-site .post-ticker a:last-child { grid-column: 1 / -1; }
  .getabout-site .post-nav { gap: 12px; }
  .post-rides { grid-template-columns: 1fr; gap: 36px; padding: 56px var(--section-gutter) 62px; }
  .post-rides-intro h2 { font-size: clamp(51px, 10.5vw, 68px); margin: 20px 0; }
  .post-rides-intro h2 br { display: none; }
  .post-rides-intro h2 em { white-space: nowrap; }
  .post-rides-intro > p { max-width: 38ch; font-size: 15px; }
  .post-rides .appointment-label { margin-top: 22px; }
  .post-rides-list summary { grid-template-columns: 18px 1fr 22px; gap: 12px; min-height: 84px; padding: 22px 0; }
  .post-rides-list h3 { font-size: 22px; }
  .post-rides-list .ride-body { padding-left: 30px; }
  .post-rides-list .ride-body .text-link { font-size: 13px; align-items: flex-start; gap: 10px; }
  .post-rides-list .ride-body .text-link > span { flex-shrink: 0; }
  .getabout-site .post-letter { padding: 54px var(--section-gutter) 50px; gap: 26px; }
  .getabout-site .post-letter > img { width: 180px; margin: 12px 0 0; }
  .post-gallery { padding: 54px var(--section-gutter) 60px; }
  .post-gallery-heading { display: block; margin-bottom: 30px; }
  .post-gallery-heading h2 { font-size: 38px; margin-top: 18px; }
  .post-gallery-heading > p { margin-top: 18px; }
  .gallery-postcard { padding: 9px 9px 0; }
  .gallery-postcard figcaption { padding: 16px 3px; gap: 12px; }
  .getabout-site .island-contact { grid-template-columns: 1fr; padding: 54px var(--section-gutter) 56px; gap: 28px; }
  .getabout-site .island-contact h2 { font-size: clamp(43px, 10.4vw, 62px); margin-top: 20px; }
  .getabout-site .island-contact .email { font-size: clamp(17px, 5.2vw, 28px); }
  .getabout-site .site-footer { gap: 10px; padding-inline: var(--section-gutter); }
  .getabout-site .site-footer .credits[open] { width: 100%; max-width: none; padding-bottom: 64px; }
}
@media (max-width: 580px) {
  .getabout-site .site-footer .credits:not([open]) { max-width: calc(100% - 80px); }
  .getabout-chat { right: 16px; bottom: 82px; height: min(640px, calc(100dvh - 105px)); }
  .chat-pill { right: 16px; bottom: 16px; min-height: 50px; }
  .enquiry-fields { grid-template-columns: 1fr; }
  .post-gallery-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery-postcard:nth-child(n) { margin-top: 0; }
  .gallery-postcard figcaption { min-height: 64px; }
}
@media (max-width: 768px) {
  .chat-pill {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
  .chat-pill-label {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .chat-pill.is-expanded,
  .chat-pill:focus-visible {
    width: auto;
    padding: 0 18px 0 14px;
    gap: 10px;
  }
  .chat-pill.is-expanded .chat-pill-label,
  .chat-pill:focus-visible .chat-pill-label {
    max-width: 12em;
    opacity: 1;
  }
  .chat-pill[aria-expanded="true"] { visibility: hidden; pointer-events: none; }
  .getabout-chat {
    inset: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    border: 0;
    box-shadow: none;
  }
  html.chat-sheet-open,
  html.chat-sheet-open body { overflow: hidden; overscroll-behavior: none; }
  .chat-header {
    padding-top: max(19px, env(safe-area-inset-top, 0px));
    padding-left: max(22px, env(safe-area-inset-left, 0px));
    padding-right: max(10px, env(safe-area-inset-right, 0px));
  }
  .chat-close { width: 44px; height: 44px; }
  .chat-messages {
    min-height: 0;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }
  .chat-suggestions {
    padding-left: max(18px, env(safe-area-inset-left, 0px));
    padding-right: max(18px, env(safe-area-inset-right, 0px));
  }
  .chat-composer {
    padding-left: max(18px, env(safe-area-inset-left, 0px));
    padding-right: max(18px, env(safe-area-inset-right, 0px));
  }
  .chat-privacy {
    padding-left: max(18px, env(safe-area-inset-left, 0px));
    padding-right: max(18px, env(safe-area-inset-right, 0px));
    padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }
  .getabout-chat.chat-compact .chat-header { padding-top: max(10px, env(safe-area-inset-top, 0px)); padding-bottom: 10px; }
  .getabout-chat.chat-compact .chat-header p,
  .getabout-chat.chat-compact .chat-privacy { display: none; }
  .getabout-chat.chat-compact .chat-messages { padding-block: 12px; }
  .getabout-chat.chat-compact .chat-suggestions { padding-bottom: 8px; }
  .getabout-chat.chat-compact .chat-composer textarea { padding: 8px; }
}
@media (max-width: 480px) {
  .getabout-site .post-header { gap: 10px; }
  .getabout-site .post-header .brand img { width: 145px; height: auto; }
  .getabout-site .post-call a { font-size: 13px; white-space: nowrap; }
  .getabout-site .post-nav { gap: 9px; padding: 8px 10px; }
  .getabout-site .post-nav a { min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .getabout-site .post-button { gap: 12px; font-size: 12px; padding: 14px 12px; }
}
@media (max-width: 359px) {
  .getabout-site .post-header .brand img { width: 135px; }
  .getabout-site .post-call a { font-size: 12px; }
  .getabout-site .post-hero h1 { font-size: 56px; }
  .getabout-site .post-photo-caption { gap: 10px; padding-inline: 0; }
  .getabout-site .post-photo-caption > span:first-child { font-size: 18px; }
  .getabout-site .post-photo-caption > span:last-child { font-size: 8px; }
  .post-rides-intro h2 { font-size: 47px; }
  .post-rides-list summary { gap: 9px; }
  .post-rides-list h3 { font-size: 20px; }
  .post-rides-list .ride-body { padding-left: 0; }
}
