:root {
  --paper: #f2eee7;
  --paper-deep: #e8e1d7;
  --ink: #1e2421;
  --muted: #6f756f;
  --sage: #aeb9a8;
  --sage-deep: #596a5b;
  --clay: #c8795d;
  --line: rgba(30, 36, 33, .18);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; width: min(1352px, calc(100% - 48px)); margin: 0 auto; padding: 32px 0 20px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.wordmark-mark { width: 32px; height: 26px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 11px; font-weight: 400; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 500; }
.site-nav > a:not(.nav-cta), .footer-links a { opacity: .72; transition: opacity .25s ease; }
.site-nav > a:not(.nav-cta):hover, .footer-links a:hover { opacity: 1; }
.nav-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; transition: background .25s ease, color .25s ease; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.nav-cta span { margin-left: 8px; font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px 0 8px 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8%; padding: 58px 0 105px; }
.hero-copy { padding-bottom: 10px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--sage-deep); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-line { width: 33px; height: 1px; display: inline-block; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 585px; margin-bottom: 27px; font-size: clamp(62px, 6.9vw, 104px); line-height: .91; }
h1 em, h2 em { color: var(--sage-deep); font-family: var(--serif); font-style: italic; letter-spacing: -.04em; }
h2 { font-size: clamp(47px, 5.4vw, 76px); line-height: .96; }
.hero-intro { max-width: 440px; margin-bottom: 31px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 1px; font-size: 12px; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; font-weight: 400; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--sage-deep); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--clay); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 12px; font-weight: 700; }
.text-link span, .card-link span { font-size: 17px; transition: transform .25s ease; }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }
.hero-footnote { display: flex; align-items: center; gap: 10px; margin: 30px 0 0; color: var(--sage-deep); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }

.hero-visual { position: relative; min-height: 526px; }
.hero-image { position: absolute; overflow: hidden; background: var(--paper-deep); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { inset: 0 10% 0 0; }
.hero-image-detail { right: 0; bottom: 42px; width: 35%; height: 45%; border: 10px solid var(--paper); }
.hero-stamp { position: absolute; top: 29px; right: 4%; width: 96px; height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 50%; background: var(--clay); color: #fff; transform: rotate(10deg); text-align: center; }
.hero-stamp span { font-size: 8px; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--serif); font-size: 27px; line-height: 1; font-weight: 400; }
.hero-note { position: absolute; left: -30px; bottom: -15px; padding: 12px 15px; background: var(--paper); font-size: 10px; letter-spacing: .03em; }

.marquee { overflow: hidden; padding: 19px 0; background: var(--ink); color: var(--paper); }
.marquee-track { display: flex; align-items: center; justify-content: space-around; min-width: max-content; gap: 49px; animation: drift 30s linear infinite; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.marquee-track i { color: var(--clay); font-style: normal; font-size: 13px; }
@keyframes drift { from { transform: translateX(-8%); } to { transform: translateX(-40%); } }

.host-types, .home-feel, .why, .extended, .owners, .process, .about, .faq { padding-top: 128px; padding-bottom: 135px; }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 52px; color: var(--sage-deep); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-label > span:first-child { color: var(--clay); }
.label-rule { width: 37px; height: 1px; background: currentColor; opacity: .6; }
.section-heading-row { display: grid; grid-template-columns: 1.08fr .92fr; gap: 12%; align-items: end; }
.section-heading-row > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.host-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 80px; }
.host-card { min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; }
.host-card-dark { background: var(--ink); color: var(--paper); }
.host-card-sage { background: var(--sage); }
.host-card-image { color: var(--paper); background: linear-gradient(180deg, rgba(10, 25, 18, .12), rgba(10, 25, 18, .73)), url("assets/uk-detail.png") center / cover; }
.card-index, .value-number, .option-number { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.host-card h3 { margin: auto 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.02; letter-spacing: -.03em; }
.host-card p { max-width: 240px; margin-bottom: 25px; color: rgba(242, 238, 231, .67); font-size: 12px; line-height: 1.65; }
.host-card-sage p { color: rgba(30, 36, 33, .68); }
.card-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 11px; font-weight: 700; }

.home-feel { border-top: 1px solid var(--line); }
.home-feel-heading { align-items: end; }
.home-feel-heading h2 { max-width: 560px; }
.home-feel-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, minmax(190px, 245px)); gap: 16px; margin-top: 72px; }
.home-shot { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--paper-deep); }
.home-shot-large { grid-row: span 2; }
.home-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.home-shot:hover img { transform: scale(1.035); }
.home-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(20, 28, 24, .58)); pointer-events: none; }
.home-shot figcaption { position: absolute; right: 18px; bottom: 17px; left: 18px; z-index: 1; color: #fff; font-family: var(--serif); font-size: 20px; line-height: 1.05; }
.home-feel-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; }
.home-feel-footer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.home-feel-footer .text-link { flex: 0 0 auto; }

.why { border-top: 1px solid var(--line); }
.why-heading { align-items: center; }
.why-heading h2 { max-width: 710px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 78px; }
.value-grid article { min-height: 210px; border-top: 1px solid var(--line); padding-top: 18px; }
.value-grid h3 { margin: 48px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; letter-spacing: -.02em; }
.value-grid p { max-width: 220px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.feature-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--sage-deep); color: var(--paper); }
.feature-image { min-height: 680px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px max(48px, 8vw) 90px 9%; }
.section-label-light { color: var(--paper); margin-bottom: 48px; }
.feature-content h2 { margin-bottom: 28px; color: var(--paper); }
.feature-content h2 em, .standard h2 em { color: #d8ddcf; }
.feature-content > p { max-width: 470px; margin-bottom: 25px; color: rgba(242, 238, 231, .72); font-size: 14px; line-height: 1.78; }
.tick-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; width: 100%; max-width: 465px; margin: 0 0 24px; padding: 0; list-style: none; }
.tick-list li { display: flex; align-items: center; gap: 9px; color: rgba(242, 238, 231, .84); font-size: 11px; }
.tick-list li::before { content: "✓"; color: var(--clay); font-weight: 700; }
.feature-content .feature-note { margin-bottom: 30px; font-size: 12px; }

.extended-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11%; align-items: center; }
.extended-copy { padding-bottom: 20px; }
.extended-copy h2 { margin-bottom: 28px; }
.extended-copy > p { max-width: 420px; margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.plain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; max-width: 420px; margin: 0 0 33px; padding: 0; list-style: none; color: var(--ink); font-size: 11px; }
.plain-list li::before { content: "—"; margin-right: 7px; color: var(--clay); }
.extended-figure { margin: 0; }
.extended-figure img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.extended-figure figcaption { margin-top: 13px; color: var(--muted); font-family: var(--serif); font-size: 17px; }

.family { padding-bottom: 128px; }
.family-panel { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--paper-deep); }
.family-copy { padding: 65px 10% 68px 9%; }
.family-copy .section-label { margin-bottom: 48px; }
.family-copy h2 { margin-bottom: 26px; }
.family-copy > p { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.family-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 32px; }
.family-points span { border: 1px solid var(--line); padding: 8px 11px; color: var(--sage-deep); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.family-image { min-height: 490px; }
.family-image img { width: 100%; height: 100%; object-fit: cover; }

.standard { padding: 128px 0 138px; background: var(--sage-deep); color: var(--paper); }
.standard-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12%; align-items: end; }
.standard-heading h2 { color: var(--paper); }
.standard-heading > p { max-width: 390px; margin: 0 0 5px; color: rgba(242, 238, 231, .73); font-size: 14px; line-height: 1.8; }
.standard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 82px; }
.standard-grid article { min-height: 225px; border-top: 1px solid rgba(242, 238, 231, .29); padding-top: 18px; }
.standard-grid article > span { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.standard-grid h3 { margin: 48px 0 13px; font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.05; }
.standard-grid p { max-width: 210px; margin: 0; color: rgba(242, 238, 231, .69); font-size: 12px; line-height: 1.7; }
.standard-closing { margin: 60px 0 0; color: #d8ddcf; font-family: var(--serif); font-size: 20px; }

.owners-heading { align-items: center; }
.owners-heading > p { max-width: 390px; }
.owner-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 78px; }
.owner-option { min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: var(--paper-deep); }
.owner-option-accent { background: var(--sage); }
.owner-option h3 { margin: 51px 0 15px; font-family: var(--serif); font-size: 35px; font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.owner-option > p { max-width: 390px; margin-bottom: 19px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.owner-option .plain-list { margin: 0 auto 25px 0; grid-template-columns: 1fr 1fr; }
.owner-option .small-copy { margin-top: 0; font-size: 11px; }

.process { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 78px; }
.process-grid article { min-height: 230px; border-top: 1px solid var(--line); padding: 18px 4px 0; }
.process-grid article > span { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.process-grid h3 { margin: 51px 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1; }
.process-grid p { max-width: 280px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.enquiry { padding-bottom: 130px; }
.enquiry-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7%; padding: 74px 7.5%; background: var(--paper-deep); }
.enquiry-intro h2 { margin-bottom: 24px; font-size: clamp(48px, 5vw, 70px); }
.enquiry-intro > p:not(.eyebrow) { max-width: 290px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.enquiry-switch { display: flex; flex-direction: column; gap: 7px; margin-top: 40px; }
.switch-button { width: fit-content; border: 0; border-bottom: 1px solid transparent; padding: 6px 0; background: transparent; color: var(--muted); font-size: 12px; text-align: left; }
.switch-button:hover, .switch-button.is-active { border-bottom-color: var(--ink); color: var(--ink); }
.form-panel[hidden] { display: none; }
.enquiry-form { display: grid; gap: 20px; align-content: center; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 23px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid .form-wide { grid-column: 1 / -1; }
.form-grid label > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-grid small { color: var(--muted); font-size: 9px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 8px 0 11px; outline: none; background: transparent; color: var(--ink); font-size: 13px; resize: vertical; color-scheme: light; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--ink); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(111, 117, 111, .62); }
.form-grid select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 7px) 13px, calc(100% - 2px) 13px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-grid option { background: var(--paper-deep); color: var(--ink); }
.enquiry-form .button { justify-self: start; margin-top: 5px; }
.form-status { min-height: 15px; margin: -7px 0 0; color: var(--sage-deep); font-size: 11px; }
.form-status.is-warning { color: var(--clay); }
.form-help { margin: -7px 0 0; color: var(--sage-deep); font-size: 11px; line-height: 1.5; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.about-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 10%; }
.about-copy { max-width: 450px; padding-top: 10px; }
.lead-copy { margin-bottom: 17px; font-family: var(--serif); font-size: 29px; line-height: 1.18; }
.about-copy > p:not(.lead-copy) { margin-bottom: 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.faq-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 65px; }
.faq-heading p { margin: 0 0 4px; color: var(--muted); font-size: 13px; }
.inline-link { border-bottom: 1px solid var(--ink); color: var(--ink); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 4px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 26px; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 8px; left: 0; width: 18px; height: 1px; background: var(--ink); transition: transform .25s ease; }
.faq-icon::after { transform: rotate(90deg); }
details[open] .faq-icon::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -7px 60px 27px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { padding-bottom: 124px; }
.final-cta-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.final-cta-heading .eyebrow { margin: 0 0 8px; }
.final-cta-heading h2 { margin: 0; }
.final-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.final-cta-grid a { min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 26px; border: 1px solid var(--ink); transition: background .25s ease, color .25s ease, transform .25s ease; }
.final-cta-grid a:last-child { background: var(--sage); border-color: var(--sage); }
.final-cta-grid a:hover { background: var(--ink); color: var(--paper); transform: translateY(-3px); }
.final-cta-grid a:last-child:hover { background: var(--clay); border-color: var(--clay); }
.final-cta-grid span { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.final-cta-grid strong { max-width: 380px; margin: auto 0 25px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.03; letter-spacing: -.02em; }
.final-cta-grid b { border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 11px; }

.site-footer { padding-top: 18px; padding-bottom: 38px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wordmark-footer { font-size: 17px; }
.wordmark-footer .wordmark-mark { width: 36px; height: 30px; }
.footer-top > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 17px; }
.back-to-top { display: inline-flex; gap: 11px; font-size: 11px; font-weight: 700; }
.back-to-top span { font-size: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 23px; color: var(--muted); font-size: 10px; }
.footer-legal { max-width: 430px; text-align: center; line-height: 1.5; }
.footer-links { display: flex; gap: 21px; }

@media (max-width: 1020px) {
  .site-nav { gap: 15px; }
  .hero { gap: 5%; }
  .feature-content { padding-left: 7%; }
  .section-heading-row, .standard-heading { gap: 7%; }
}

@media (max-width: 850px) {
  .section-shell { width: min(100% - 48px, 620px); }
  .site-header { width: calc(100% - 48px); padding-top: 23px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--paper); box-shadow: 0 15px 28px rgba(30, 36, 33, .08); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 13px 0; }
  .site-nav .nav-cta { margin-top: 9px; padding: 13px 16px; text-align: center; }
  .hero { display: block; padding-top: 53px; padding-bottom: 80px; }
  .hero-copy { margin-bottom: 61px; }
  .hero-visual { min-height: 435px; }
  .host-types, .home-feel, .why, .extended, .owners, .process, .about, .faq { padding-top: 88px; padding-bottom: 92px; }
  .section-heading-row, .standard-heading, .about-grid { grid-template-columns: 1fr; gap: 25px; }
  .host-grid, .value-grid, .standard-grid { grid-template-columns: 1fr 1fr; }
  .host-grid { margin-top: 58px; }
  .home-feel-grid { margin-top: 58px; }
  .feature-section, .extended-grid, .family-panel, .enquiry-card { grid-template-columns: 1fr; }
  .feature-image { min-height: 430px; }
  .feature-content { padding: 70px 24px 80px; }
  .extended-grid { gap: 48px; }
  .family-image { min-height: 390px; }
  .owner-options, .process-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .owner-options, .process-grid { margin-top: 54px; }
  .owner-option { min-height: 310px; }
  .enquiry { padding-bottom: 92px; }
  .enquiry-card { gap: 48px; padding: 52px 24px 58px; }
  .enquiry-switch { flex-direction: row; flex-wrap: wrap; margin-top: 25px; gap: 20px; }
  .faq-heading, .final-cta-heading { display: block; margin-bottom: 50px; }
  .faq-heading p { margin-top: 24px; }
  .final-cta-heading .eyebrow { margin-bottom: 24px; }
  .home-feel-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .section-shell { width: calc(100% - 40px); }
  .site-header { width: calc(100% - 40px); }
  h1 { font-size: clamp(56px, 17vw, 82px); }
  h2 { font-size: clamp(45px, 13vw, 66px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-visual { min-height: 380px; }
  .hero-image-main { right: 3%; }
  .hero-image-detail { width: 42%; height: 42%; bottom: 23px; }
  .hero-stamp { top: 17px; right: 0; transform: scale(.8) rotate(10deg); }
  .hero-note { bottom: -20px; left: -8px; font-size: 9px; }
  .marquee-track { gap: 28px; font-size: 9px; }
  .host-grid, .value-grid, .standard-grid { grid-template-columns: 1fr; }
  .host-card { min-height: 250px; }
  .host-card h3 { margin-top: 54px; }
  .home-feel-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 230px); }
  .home-shot-large { grid-row: auto; }
  .home-shot figcaption { font-size: 18px; }
  .tick-list, .plain-list, .form-grid { grid-template-columns: 1fr; }
  .form-grid .form-wide { grid-column: auto; }
  .faq-list summary { font-size: 22px; }
  .faq-list details p { margin-right: 22px; }
  .final-cta-grid strong { font-size: 28px; }
  .footer-top { display: grid; gap: 20px; }
  .footer-top > p { order: 3; }
  .back-to-top { grid-row: 1; grid-column: 2; justify-self: end; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 18px; }
  .footer-legal { max-width: none; order: 2; text-align: left; }
  .footer-links { width: 100%; order: 3; }
}

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