@font-face {
  font-family: AtelierSans;
  src: url('/assets/fonts/geist-98bbbccb.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --a-forest: #183f36;
  --a-deep: #102d27;
  --a-ink: #203a33;
  --a-body: #46554e;
  --a-cream: #f5f1e7;
  --a-paper: #fcfbf7;
  --a-white: #fff;
  --a-copper: #b58454;
  --a-dark-copper: #79512d;
  --a-line: #d8ddd2;
  --a-serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--a-ink); background: var(--a-paper); font: 400 18px/1.8 AtelierSans, Arial, sans-serif; }
body, button, input, textarea { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
a, button { touch-action: manipulation; }
h1, h2, h3, p, figure, dl { margin: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; }
p, address, dd, span { overflow-wrap: anywhere; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
picture { display: block; }
svg { display: block; flex: none; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--a-copper); outline-offset: 5px; }
::selection { background: #dcc1a1; color: var(--a-deep); }
.a-wrap { width: min(1320px, calc(100% - 88px)); margin-inline: auto; }
.a-block { padding-block: 78px; }
.a-skip { position: fixed; top: -100px; left: 18px; z-index: 100; padding: 12px 20px; color: var(--a-forest); background: white; border: 2px solid var(--a-copper); }
.a-skip:focus { top: 12px; }
.a-header { background: var(--a-forest); color: var(--a-cream); border-bottom: 1px solid #ffffff25; position: sticky; top: 0; z-index: 40; }
.a-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.a-brand { display: inline-flex; gap: 13px; align-items: center; font: 400 27px/1.12 var(--a-serif); letter-spacing: -.035em; }
.a-brand-mark { display: grid; place-items: center; width: 42px; height: 48px; border: 1px solid #c29a6e; border-radius: 21px 21px 4px 4px; color: #e5c59d; flex: none; }
.a-brand-mark svg { width: 28px; height: 28px; }
.a-header nav { display: flex; align-items: center; gap: 30px; font-size: 16px; font-weight: 550; }
.a-header nav > a:not(.a-button):hover { text-decoration: underline; text-underline-offset: 6px; }
.a-button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 52px; padding: 13px 22px; border: 1px solid var(--a-forest); border-radius: 3px; background: var(--a-forest); color: #fff; font-size: 16px; line-height: 1.45; font-weight: 650; text-align: center; transition: background .18s, color .18s; }
.a-button svg { width: 21px; height: 21px; }
.a-button:hover { background: var(--a-deep); }
.a-header-quote { background: var(--a-cream); color: var(--a-forest); border-color: var(--a-cream); min-height: 48px; }
.a-header-quote:hover { background: #dfd9ca; color: var(--a-deep); }
.a-label { font-size: 15px; line-height: 1.5; font-weight: 650; letter-spacing: .045em; color: var(--a-dark-copper); margin-bottom: 15px; }
.a-label:before { content: ''; display: inline-block; width: 26px; height: 1px; margin: 0 11px 5px 0; background: var(--a-copper); }
.a-opening { background: var(--a-cream); }
.a-masthead { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr); gap: 60px; align-items: end; padding-block: 20px 23px; }
.a-masthead h1 { font: 400 clamp(42px, 4.5vw, 65px)/1.05 var(--a-serif); letter-spacing: -.045em; max-width: 960px; }
.a-masthead .a-label { margin-bottom: 8px; }
.a-masthead-lead { max-width: 39ch; color: var(--a-body); font-size: 18px; line-height: 1.65; padding-bottom: 3px; }
.a-stage { background: var(--a-forest); background-image: linear-gradient(115deg, transparent 65%, #ffffff04 65%); border-top: 1px solid #d2c7b4; }
.a-stage-inner { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); gap: 48px; align-items: start; padding-block: 18px 48px; }
.a-request { min-width: 0; padding: 16px 25px 24px; background: white; border: 1px solid #e1dece; border-radius: 5px; box-shadow: 0 20px 42px #0b21192b; }
.a-request .quote-top { border-bottom: 1px solid var(--a-line); padding-bottom: 9px; margin-bottom: 8px; }
.a-request .quote-kicker { color: var(--a-dark-copper); font-size: 15px; font-weight: 650; line-height: 1.45; margin: 0 0 5px; }
.a-request h2 { font: 400 35px/1.12 var(--a-serif); letter-spacing: -.04em; margin-bottom: 4px; color: var(--a-forest); }
.a-request p { font-size: 15px; line-height: 1.6; color: var(--a-body); }
.a-request iframe { width: 100%; max-width: 100%; min-width: 0; height: 795px; border: 0; display: block; background: white; }
.a-request .quote-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 22px; margin-top: 17px; }
.a-request .quote-actions button { padding: 10px 15px; min-height: 45px; border: 1px solid #a7b9aa; background: var(--a-cream); border-radius: 3px; color: var(--a-forest); font-size: 15px; line-height: 1.4; font-weight: 600; }
.a-request .quote-actions a { font-size: 15px; color: var(--a-forest); text-decoration: underline; text-underline-offset: 4px; line-height: 1.5; }
.a-request .quote-privacy { border-top: 1px solid var(--a-line); padding-top: 16px; margin-top: 17px; }
.a-stage-story { padding: 21px 0 0 1px; color: var(--a-cream); min-width: 0; }
.a-intervention-image { position: relative; }
.a-intervention-image picture { padding: 12px; border: 1px solid #ac987d; border-radius: 240px 240px 3px 3px; }
.a-intervention-image img { height: 475px; object-fit: cover; object-position: center; border-radius: 230px 230px 1px 1px; }
.a-intervention-image figcaption { padding-top: 27px; font: 400 34px/1.15 var(--a-serif); letter-spacing: -.025em; }
.a-intervention-image figcaption em { color: #e1c5a2; font-weight: 400; }
.a-story-note { border-top: 1px solid #ffffff38; display: flex; gap: 21px; padding-top: 28px; margin-top: 30px; }
.a-story-note > span { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid #b79a74; flex: none; border-radius: 50%; color: #e5c59d; }
.a-story-note h2 { font-size: 22px; font-weight: 560; line-height: 1.4; letter-spacing: -.02em; margin-bottom: 14px; }
.a-story-note p { color: #dbe4dc; font-size: 17px; line-height: 1.75; max-width: 46ch; }
.a-image-note { font-size: 15px; line-height: 1.6; color: #dbe4dc; margin-top: 28px; }
.a-opening-action { padding-bottom: 33px; }
.a-link { display: inline-flex; align-items: center; gap: 16px; font-size: 16px; font-weight: 650; line-height: 1.5; text-decoration: underline; text-underline-offset: 5px; }
.a-link svg { width: 21px; height: 21px; }
.a-link:hover { color: var(--a-dark-copper); }
.a-breadcrumbs { display: flex; flex-wrap: wrap; gap: 5px 12px; padding-block: 23px; font-size: 15px; line-height: 1.55; color: var(--a-body); }
.a-breadcrumbs > * + *:before { content: '/'; display: inline-block; padding-right: 12px; color: var(--a-dark-copper); }
.a-breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 4px; }
.a-route { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--a-line); padding-block: 31px; gap: 30px; }
.a-route > div { display: flex; align-items: start; gap: 19px; padding-right: 22px; border-right: 1px solid var(--a-line); }
.a-route > div:last-child { border: 0; padding-right: 0; }
.a-route-number { font: italic 31px/1.2 var(--a-serif); color: var(--a-dark-copper); padding-top: 1px; }
.a-route h2 { font-size: 19px; line-height: 1.4; font-weight: 620; letter-spacing: -.015em; margin-bottom: 7px; }
.a-route p { color: var(--a-body); font-size: 16px; line-height: 1.65; }
.a-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 65px; align-items: end; margin-bottom: 37px; }
.a-section-heading h2, .a-guide-heading h2, .a-questions-picture h2 { font: 400 clamp(34px, 3.6vw, 49px)/1.12 var(--a-serif); letter-spacing: -.035em; }
.a-section-heading h2 em, .a-guide-heading h2 em, .a-questions-picture h2 em { font-weight: 400; }
.a-section-heading > p { color: var(--a-body); font-size: 18px; line-height: 1.75; max-width: 53ch; padding-bottom: 4px; }
.a-company-list { border-top: 2px solid var(--a-forest); }
.a-company { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, 1.12fr) minmax(0, .7fr); gap: 22px 36px; padding: 30px 0 23px; border-bottom: 1px solid var(--a-line); }
.a-company-identity { display: flex; align-items: start; gap: 19px; min-width: 0; }
.a-order { color: var(--a-dark-copper); font: italic 24px/1.4 var(--a-serif); min-width: 28px; margin-top: 1px; }
.a-order, .a-route-number, .a-chapter-number { white-space: nowrap; flex: none; }
.a-company-identity > div { min-width: 0; }
.a-company-town { color: var(--a-body); font-size: 15px; line-height: 1.5; margin-bottom: 8px; }
.a-company h3 { font-size: 21px; font-weight: 620; line-height: 1.4; letter-spacing: -.018em; text-wrap: wrap; }
.a-company-address address { display: flex; align-items: start; gap: 10px; font-style: normal; font-size: 17px; line-height: 1.7; }
.a-company-address address svg { width: 19px; height: 19px; margin-top: 5px; color: var(--a-dark-copper); }
.a-distance { font-size: 15px; line-height: 1.6; color: var(--a-body); margin-top: 10px; padding-left: 29px; }
.a-company-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-top: 2px; }
.a-company-contact .a-link { gap: 12px; }
.a-phone { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; line-height: 1.5; font-weight: 650; }
.a-phone svg { width: 20px; height: 20px; }
.a-company-record { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px 27px; padding-left: 47px; color: var(--a-body); font-size: 15px; line-height: 1.6; }
.a-source { color: var(--a-body); font-size: 15px; line-height: 1.75; max-width: 105ch; margin-top: 22px; }
.a-empty { display: flex; align-items: start; gap: 23px; padding: 29px; border-block: 1px solid var(--a-line); background: var(--a-cream); }
.a-empty > svg { width: 30px; height: 30px; margin-top: 5px; color: var(--a-dark-copper); }
.a-empty h3 { font: 400 29px/1.2 var(--a-serif); letter-spacing: -.025em; margin-bottom: 14px; }
.a-empty p { font-size: 18px; line-height: 1.8; max-width: 72ch; color: var(--a-body); }
.a-local-band { background: #eaf0e8; border-block: 1px solid #d5dfd2; }
.a-local-inner { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.7fr); gap: 56px; padding-block: 37px; }
.a-local-inner h2 { font: 400 32px/1.2 var(--a-serif); letter-spacing: -.025em; }
.a-local-inner .a-label { margin-bottom: 10px; }
.a-local-inner dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 36px; }
.a-local-inner dt { font-size: 15px; color: var(--a-body); line-height: 1.5; margin-bottom: 4px; }
.a-local-inner dd { margin: 0; font-size: 17px; font-weight: 550; line-height: 1.65; }
.a-places { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 49px; border-top: 1px solid var(--a-line); }
.a-places li { min-width: 0; border-bottom: 1px solid var(--a-line); }
.a-places a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 21px; padding: 22px 2px; min-height: 101px; }
.a-place-name { font-size: 20px; line-height: 1.45; font-weight: 570; letter-spacing: -.015em; }
.a-place-detail { color: var(--a-body); font-size: 15px; line-height: 1.6; grid-column: 1; }
.a-place-arrow { grid-row: 1 / span 2; grid-column: 2; border: 1px solid #b5c4b6; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; transition: background .18s, color .18s; }
.a-place-arrow svg { width: 19px; height: 19px; }
.a-places a:hover .a-place-name { text-decoration: underline; text-underline-offset: 4px; }
.a-places a:hover .a-place-arrow { background: var(--a-forest); color: white; }
.a-all-places { margin-top: 28px; }
.a-data-points { display: flex; flex-wrap: wrap; gap: 30px 63px; margin-top: 33px; padding-top: 29px; border-top: 1px solid var(--a-line); }
.a-data-points p { display: flex; align-items: center; gap: 13px; max-width: 30ch; }
.a-data-points strong { font: 400 31px/1.2 var(--a-serif); color: var(--a-forest); white-space: nowrap; }
.a-data-points span { font-size: 15px; line-height: 1.55; color: var(--a-body); }
.a-guide { background: #fff; border-block: 1px solid var(--a-line); }
.a-guide-heading { margin-bottom: 42px; }
.a-guide-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.7fr); gap: 74px; align-items: start; }
.a-contents { align-self: stretch; min-width: 0; }
.a-contents-inner { position: sticky; top: 117px; padding-top: 20px; border-top: 2px solid var(--a-forest); }
.a-contents-title { font-size: 17px; font-weight: 650; line-height: 1.5; margin-bottom: 22px; }
.a-contents ol { list-style: none; padding: 0; margin: 0 0 31px; display: grid; gap: 17px; }
.a-contents li a { display: flex; gap: 12px; align-items: start; font-size: 15px; line-height: 1.7; color: var(--a-body); }
.a-contents li a > span { color: var(--a-dark-copper); font-size: 15px; min-width: 24px; }
.a-contents li a:hover { color: var(--a-forest); text-decoration: underline; text-underline-offset: 4px; }
.a-button-outline { background: transparent; color: var(--a-forest); width: 100%; gap: 14px; padding-inline: 13px; }
.a-button-outline:hover { color: white; background: var(--a-forest); }
.a-guide-copy { min-width: 0; max-width: 73ch; }
.a-introduction { font-size: 19px; line-height: 1.85; color: var(--a-body); margin-bottom: 35px; max-width: 68ch; padding-bottom: 33px; border-bottom: 1px solid var(--a-line); }
.a-chapter + .a-chapter { padding-top: 34px; margin-top: 34px; border-top: 1px solid var(--a-line); }
.a-chapter-heading { display: flex; align-items: start; gap: 21px; margin-bottom: 21px; }
.a-chapter-number { font: italic 26px/1.35 var(--a-serif); color: var(--a-dark-copper); flex: none; padding-top: 2px; }
.a-chapter h2 { font: 400 33px/1.25 var(--a-serif); letter-spacing: -.03em; text-wrap: wrap; }
.a-chapter p { color: var(--a-body); font-size: 18px; line-height: 1.85; max-width: 70ch; }
.a-chapter p + p { margin-top: 20px; }
.a-tools-image { margin-block: 37px; border: 1px solid var(--a-line); }
.a-tools-image img { aspect-ratio: 2 / 1; object-fit: cover; }
.a-tools-image figcaption { font-size: 15px; line-height: 1.7; color: var(--a-body); padding: 17px 22px; background: var(--a-cream); }
.a-guide-information .a-guide-copy { max-width: 76ch; }
.a-questions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 72px; align-items: start; }
.a-questions-picture figure { margin-bottom: 28px; }
.a-questions-picture img { aspect-ratio: 3 / 2; object-fit: cover; border-radius: 3px 75px 3px 3px; }
.a-questions-picture figcaption { font-size: 15px; line-height: 1.6; color: var(--a-body); padding-top: 13px; }
.a-questions-picture h2 { font-size: 43px; }
.a-question-list { border-top: 2px solid var(--a-forest); min-width: 0; }
.a-question-list details { border-bottom: 1px solid var(--a-line); }
.a-question-list summary { list-style: none; display: flex; gap: 23px; align-items: start; justify-content: space-between; padding-block: 25px; font-size: 19px; line-height: 1.55; font-weight: 580; }
.a-question-list summary::-webkit-details-marker { display: none; }
.a-question-list summary svg { width: 24px; height: 24px; color: var(--a-dark-copper); margin-top: 3px; }
.a-question-list details[open] summary svg { transform: rotate(45deg); }
.a-answer { padding: 0 29px 25px 0; }
.a-answer p { font-size: 18px; line-height: 1.8; color: var(--a-body); max-width: 68ch; }
.a-answer p + p { margin-top: 17px; }
.a-nearby { background: var(--a-cream); border-top: 1px solid var(--a-line); }
.a-footer { background: var(--a-deep); color: var(--a-cream); padding-block: 53px 28px; }
.a-footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 39px; border-bottom: 1px solid #ffffff36; }
.a-footer .a-brand { font-size: 29px; }
.a-footer-top > div > p { color: #dbe4dc; font-size: 18px; line-height: 1.7; margin-top: 23px; }
.a-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; font-size: 17px; line-height: 1.5; }
.a-footer nav a { display: flex; align-items: center; gap: 17px; }
.a-footer nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.a-footer nav svg { height: 22px; width: 22px; }
.a-footer-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding-top: 25px; }
.a-footer-bottom p { color: #dbe4dc; font-size: 15px; line-height: 1.75; }
.a-footer-bottom:has(.a-footer-legal-fr) { row-gap: 18px; }
.a-footer-legal-fr { grid-column: 1 / -1; }
.a-footer-legal-fr a { font-size: 15px; }
.a-footer-legal-fr a:hover, .a-footer-legal-fr a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.a-legal-fr { padding-block: 28px 48px; }
.a-legal-fr section + section { margin-top: 24px; }
.a-legal-fr h2 { font-size: 22px; }
.a-legal-fr a { text-decoration: underline; text-underline-offset: 4px; }
.a-type-error .a-masthead { min-height: 320px; }
@media (min-width: 1600px) {
  .a-wrap { width: min(1430px, calc(100% - 120px)); }
  .a-masthead h1 { font-size: 69px; }
  .a-stage-inner { gap: 62px; }
  .a-intervention-image img { height: 500px; }
}
@media (max-width: 1150px) {
  .a-wrap { width: calc(100% - 56px); }
  .a-header-inner { gap: 23px; }
  .a-brand { font-size: 24px; }
  .a-header nav { gap: 22px; }
  .a-header-about { display: none; }
  .a-masthead { gap: 36px; grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr); }
  .a-masthead h1 { font-size: 51px; }
  .a-stage-inner { gap: 31px; }
  .a-request { padding-inline: 17px; }
  .a-intervention-image img { height: 400px; }
  .a-intervention-image figcaption { font-size: 30px; }
  .a-story-note { gap: 17px; }
  .a-story-note h2 { font-size: 21px; }
  .a-route { gap: 22px; }
  .a-route > div { gap: 14px; padding-right: 16px; }
  .a-route h2 { font-size: 18px; }
  .a-route p { font-size: 15px; }
  .a-section-heading { gap: 42px; }
  .a-company { gap: 21px 25px; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, .7fr); }
  .a-company h3 { font-size: 20px; }
  .a-company-identity { gap: 13px; }
  .a-company-record { padding-left: 41px; }
  .a-company-contact .a-link { gap: 7px; }
  .a-guide-layout { gap: 44px; grid-template-columns: minmax(0, .7fr) minmax(0, 1.5fr); }
  .a-questions { gap: 43px; }
  .a-questions-picture h2 { font-size: 37px; }
  .a-places { column-gap: 35px; }
  .a-local-inner { gap: 38px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 93px; }
  body { font-size: 17px; }
  .a-wrap { width: calc(100% - 36px); }
  .a-block { padding-block: 45px; }
  .a-header-inner { min-height: 70px; gap: 16px; }
  .a-brand { font-size: 23px; gap: 10px; max-width: 250px; }
  .a-brand-mark { width: 35px; height: 43px; border-radius: 18px 18px 3px 3px; }
  .a-brand-mark svg { width: 25px; height: 25px; }
  .a-header nav { gap: 0; }
  .a-header-places { display: none; }
  .a-header-quote { font-size: 15px; gap: 10px; min-height: 43px; padding: 10px 14px; white-space: nowrap; }
  .a-header-quote svg { width: 19px; height: 19px; }
  .a-masthead { grid-template-columns: 1fr; gap: 10px; padding-block: 15px 16px; }
  .a-masthead h1 { font-size: clamp(38px, 7vw, 52px); line-height: 1.08; max-width: 750px; }
  .a-label { font-size: 15px; letter-spacing: .025em; }
  .a-masthead .a-label { margin-bottom: 9px; }
  .a-masthead-lead { font-size: 17px; line-height: 1.65; max-width: 58ch; padding: 0; }
  .a-stage-inner { grid-template-columns: 1fr; gap: 34px; padding-block: 12px 30px; }
  .a-request { padding: 15px 17px 20px; }
  .a-request h2 { font-size: 32px; }
  .a-request .quote-top { padding-bottom: 7px; margin-bottom: 6px; }
  .a-request .quote-kicker { font-size: 15px; }
  .a-request p, .a-request .quote-actions button, .a-request .quote-actions a { font-size: 15px; }
  .a-request iframe { height: 820px; }
  .a-stage-story { padding: 0; }
  .a-intervention-image picture { max-width: 580px; margin-inline: auto; border-radius: 260px 260px 3px 3px; padding: 11px; }
  .a-intervention-image img { height: 460px; border-radius: 250px 250px 1px 1px; }
  .a-intervention-image figcaption { font-size: 34px; line-height: 1.18; padding-top: 24px; }
  .a-story-note { margin-top: 27px; padding-top: 25px; gap: 17px; }
  .a-story-note h2 { font-size: 21px; }
  .a-story-note p { font-size: 17px; line-height: 1.75; max-width: 60ch; }
  .a-image-note { font-size: 15px; margin-top: 23px; }
  .a-breadcrumbs { font-size: 15px; padding-block: 22px; gap: 5px 10px; }
  .a-breadcrumbs > * + *:before { padding-right: 10px; }
  .a-route { grid-template-columns: 1fr; gap: 21px; padding-block: 26px; }
  .a-route > div { border: 0; padding: 0; gap: 20px; }
  .a-route-number { font-size: 29px; min-width: 33px; }
  .a-route h2 { font-size: 19px; }
  .a-route p { font-size: 17px; line-height: 1.7; }
  .a-section-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 29px; }
  .a-section-heading h2, .a-guide-heading h2 { font-size: 37px; line-height: 1.13; }
  .a-section-heading > p { font-size: 17px; line-height: 1.8; padding: 0; }
  .a-company { grid-template-columns: 1fr; gap: 20px; padding-block: 26px; }
  .a-company-identity { gap: 18px; }
  .a-company h3 { font-size: 22px; line-height: 1.4; }
  .a-company-town { font-size: 15px; margin-bottom: 7px; }
  .a-order { font-size: 25px; min-width: 28px; }
  .a-company-address { padding-left: 46px; }
  .a-company-address address { font-size: 17px; line-height: 1.75; }
  .a-distance { font-size: 15px; line-height: 1.65; margin-top: 10px; }
  .a-company-contact { padding: 0 0 0 46px; gap: 15px; }
  .a-company-record { font-size: 15px; grid-column: auto; padding: 18px 0 0 46px; border-top: 1px solid var(--a-line); gap: 9px; }
  .a-source { font-size: 15px; line-height: 1.75; }
  .a-empty { padding: 23px 20px; gap: 18px; }
  .a-empty > svg { width: 25px; height: 25px; }
  .a-empty h3 { font-size: 27px; }
  .a-empty p { font-size: 17px; line-height: 1.8; }
  .a-local-inner { grid-template-columns: 1fr; gap: 27px; padding-block: 31px; }
  .a-local-inner h2 { font-size: 32px; }
  .a-local-inner dl { gap: 22px; }
  .a-local-inner dt { font-size: 15px; }
  .a-local-inner dd { font-size: 17px; }
  .a-places { grid-template-columns: 1fr; gap: 0; }
  .a-places a { padding-block: 20px; min-height: 94px; gap: 5px 18px; }
  .a-place-name { font-size: 20px; }
  .a-place-detail { font-size: 15px; line-height: 1.65; }
  .a-data-points { flex-direction: column; gap: 22px; margin-top: 29px; padding-top: 26px; }
  .a-data-points p { max-width: 45ch; }
  .a-data-points strong { font-size: 31px; }
  .a-data-points span { font-size: 15px; }
  .a-guide-heading { margin-bottom: 29px; }
  .a-guide-layout { grid-template-columns: 1fr; gap: 35px; }
  .a-contents-inner { position: static; padding: 23px; background: var(--a-cream); border-top: 2px solid var(--a-forest); }
  .a-contents-title { font-size: 17px; margin-bottom: 18px; }
  .a-contents ol { gap: 15px; margin-bottom: 24px; }
  .a-contents li a { font-size: 15px; line-height: 1.7; }
  .a-contents .a-button { font-size: 16px; }
  .a-guide-copy { max-width: 70ch; }
  .a-introduction { font-size: 18px; line-height: 1.85; margin-bottom: 29px; padding-bottom: 27px; }
  .a-chapter-heading { gap: 16px; margin-bottom: 21px; }
  .a-chapter-number { font-size: 23px; line-height: 1.5; }
  .a-chapter h2 { font-size: 30px; line-height: 1.25; }
  .a-chapter p { font-size: 17px; line-height: 1.85; }
  .a-chapter p + p { margin-top: 18px; }
  .a-chapter + .a-chapter { padding-top: 28px; margin-top: 30px; }
  .a-tools-image { margin-block: 30px; }
  .a-tools-image img { aspect-ratio: 3 / 2; }
  .a-tools-image figcaption { font-size: 15px; line-height: 1.75; padding: 17px 19px; }
  .a-questions { grid-template-columns: 1fr; gap: 29px; }
  .a-questions-picture h2 { font-size: 37px; }
  .a-questions-picture figure { margin-bottom: 25px; }
  .a-questions-picture img { max-height: 370px; border-top-right-radius: 62px; }
  .a-questions-picture figcaption { font-size: 15px; }
  .a-question-list summary { font-size: 18px; line-height: 1.6; padding-block: 22px; gap: 18px; }
  .a-answer { padding: 0 0 23px; }
  .a-answer p { font-size: 17px; line-height: 1.85; }
  .a-footer { padding-block: 38px 26px; }
  .a-footer-top { grid-template-columns: 1fr; gap: 31px; padding-bottom: 28px; }
  .a-footer .a-brand { font-size: 27px; max-width: none; }
  .a-footer-top > div > p { font-size: 17px; line-height: 1.75; margin-top: 20px; }
  .a-footer nav { font-size: 17px; gap: 15px; }
  .a-footer-bottom { grid-template-columns: 1fr; gap: 18px; padding-top: 24px; }
  .a-footer-bottom p { font-size: 15px; line-height: 1.75; }
  .a-type-error .a-masthead { min-height: 0; padding-block: 35px 27px; }
}
@media (max-width: 430px) {
  .a-wrap { width: calc(100% - 28px); }
  .a-header-inner { min-height: 70px; gap: 13px; }
  .a-brand { font-size: 21px; gap: 9px; max-width: 180px; }
  .a-brand-mark { width: 32px; height: 40px; }
  .a-brand-mark svg { width: 24px; height: 24px; }
  .a-header-quote { gap: 8px; padding: 10px 12px; }
  .a-header-quote svg { width: 17px; }
  .a-masthead { padding-block: 13px; gap: 9px; }
  .a-masthead h1 { font-size: 39px; }
  .a-masthead-lead { font-size: 17px; line-height: 1.6; }
  .a-stage-inner { padding-top: 10px; }
  .a-request { padding: 14px 12px 18px; }
  .a-request h2 { font-size: 31px; }
  .a-request iframe { width: calc(100% + 8px); max-width: calc(100% + 8px); margin-left: -4px; }
  .a-intervention-image img { height: 370px; }
  .a-intervention-image figcaption { font-size: 31px; }
  .a-story-note > span { width: 40px; height: 40px; }
  .a-story-note { gap: 15px; }
  .a-story-note h2 { font-size: 21px; }
  .a-company-address, .a-company-contact { padding-left: 0; }
  .a-company-record { padding-left: 0; }
  .a-company-identity { gap: 15px; }
  .a-company h3 { font-size: 22px; }
  .a-empty { padding: 22px 17px; }
  .a-empty > svg { width: 23px; height: 23px; }
  .a-local-inner dl { grid-template-columns: 1fr; }
  .a-section-heading h2, .a-guide-heading h2, .a-questions-picture h2 { font-size: 35px; }
  .a-contents-inner { padding: 22px 19px; }
  .a-chapter h2 { font-size: 29px; }
  .a-chapter-heading { gap: 13px; }
  .a-chapter-number { font-size: 22px; }
  .a-footer .a-brand { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
