:root {
  color-scheme: light;
  --ink: #17211b;
  --ink-deep: #0e1611;
  --ink-soft: #243128;
  --paper: #f0eee6;
  --paper-dark: #e2dfd3;
  --white: #fffdf8;
  --accent: #df7b32;
  --accent-light: #efa366;
  --accent-dark: #a84918;
  --muted: #666b65;
  --line: #c9c7bd;
  --display: "Barlow Condensed", sans-serif;
  --body: "Work Sans", sans-serif;
  --shadow: 0 22px 70px rgba(20, 28, 22, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
h1 { margin-bottom: 28px; font-size: clamp(76px, 9.2vw, 150px); }
h2 { margin-bottom: 26px; font-size: clamp(56px, 6.2vw, 96px); }
h3 { font-size: 30px; }
::selection { color: var(--white); background: var(--accent-dark); }
:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 4px; }

.shell { width: min(100% - 64px, 1380px); margin-inline: auto; }
.section { padding: 120px 0; }
.section-tight { padding: 92px 0; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: 18px; padding: 12px 18px; color: var(--white); background: var(--accent-dark); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 22px; color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: var(--accent-light); }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--white); background: var(--accent-dark); }
.button-accent:hover { background: #883811; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--ink-soft); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--accent-light); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.link-arrow { position: relative; width: 17px; height: 17px; flex: 0 0 17px; display: inline-block; transition: transform .2s ease; }
.link-arrow::before { content: ""; position: absolute; width: 10px; height: 10px; top: 1px; right: 1px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.link-arrow::after { content: ""; position: absolute; width: 14px; height: 1.5px; top: 8px; left: 1px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.text-link:hover .link-arrow { transform: translate(3px, -3px); }
.text-link-light { color: var(--white); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: color .25s ease, background-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(240,238,230,.96); box-shadow: 0 8px 30px rgba(20,28,22,.08); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 27px; letter-spacing: .03em; text-transform: uppercase; }
.brand-copy small { margin-top: 3px; font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a:not(.nav-cta) { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--white); background: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; color: inherit; background: transparent; border: 0; }
.menu-toggle span { width: 24px; height: 2px; margin: 5px 0; display: block; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.membership-hero { min-height: 900px; height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--ink-deep); }
.hero-photo { position: absolute; inset: 0; background: url("images/project-shed.jpg") center / cover no-repeat; filter: saturate(.72) contrast(1.03); animation: hero-in 1.5s ease both; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,15,.97) 0%, rgba(12,20,15,.87) 42%, rgba(12,20,15,.24) 80%), linear-gradient(0deg, rgba(12,20,15,.84), transparent 42%); }
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-layout { position: relative; z-index: 2; padding-top: 88px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; align-items: center; }
.hero-copy { max-width: 1060px; }
.hero-copy h1 span { color: var(--accent-light); }
.hero-lead { max-width: 690px; margin-bottom: 36px; color: rgba(255,255,255,.75); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.founding-stamp { width: 282px; aspect-ratio: 1; padding: 35px; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(18,29,22,.72); box-shadow: 0 0 0 10px rgba(18,29,22,.45), 0 0 0 11px rgba(255,255,255,.14); backdrop-filter: blur(8px); transform: rotate(4deg); }
.stamp-kicker, .stamp-title { font-family: var(--display); font-weight: 700; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.stamp-kicker { color: var(--accent-light); font-size: 14px; }
.founding-stamp strong { margin: -4px 0; color: var(--white); font-family: var(--display); font-size: 98px; line-height: 1; }
.stamp-title { font-size: 22px; }
.founding-stamp p { margin: 11px 0 4px; font-size: 13px; font-weight: 600; }
.founding-stamp small { color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.hero-rail { position: absolute; z-index: 2; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(12,20,15,.6); }
.hero-rail .shell { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 34px; }
.hero-rail span { font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-rail i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent-light); }

.intro { background: var(--white); }
.intro-layout { display: grid; grid-template-columns: 80px 1.2fr .8fr; gap: 55px; align-items: start; }
.intro-index { color: var(--accent-dark); font-family: var(--display); font-size: 14px; font-weight: 800; }
.intro h2 { margin-bottom: 0; font-size: clamp(52px, 5.4vw, 82px); }
.intro-copy { padding-top: 38px; color: var(--muted); font-size: 17px; }
.intro-copy strong { color: var(--ink); }

.plans-section { padding: 120px 0; color: var(--white); background: var(--ink); }
.plans-heading, .section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.plans-heading h2, .section-heading h2 { margin: 0; }
.plans-heading > p, .section-heading > p { max-width: 520px; margin: 0 0 7px; color: rgba(255,255,255,.61); }
.section-heading > p { color: var(--muted); }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.plan-card { position: relative; min-height: 730px; padding: 38px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border-top: 5px solid transparent; }
.plan-card:nth-child(1), .plan-card:nth-child(3) { background-image: linear-gradient(135deg, transparent 78%, rgba(23,33,27,.04) 78%); }
.plan-popular { border-color: var(--accent); box-shadow: 0 26px 70px rgba(0,0,0,.24); }
.plan-complete { color: var(--white); background: var(--ink-soft); border: 1px solid rgba(255,255,255,.15); border-top: 5px solid var(--accent-light); }
.popular-label { position: absolute; right: 28px; top: 0; padding: 9px 14px; color: var(--white); background: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plan-top { display: flex; align-items: center; justify-content: space-between; }
.plan-number { color: var(--accent-dark); font-family: var(--display); font-size: 13px; font-weight: 800; }
.plan-card svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.plan-name { margin: 28px 0 5px; font-family: var(--display); font-size: 30px; font-weight: 800; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.plan-price { display: flex; align-items: flex-start; font-family: var(--display); }
.plan-price > span { padding-top: 16px; font-size: 28px; font-weight: 700; }
.plan-price strong { font-size: 92px; line-height: 1; letter-spacing: -.06em; }
.plan-price small { align-self: flex-end; margin: 0 0 13px 10px; color: var(--muted); font-family: var(--body); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.plan-complete .plan-price small { color: rgba(255,255,255,.6); }
.plan-hours { margin: 10px 0 16px; padding: 13px 0; border-block: 1px solid var(--line); font-size: 12px; text-transform: uppercase; }
.plan-hours strong { font-family: var(--display); font-size: 20px; }
.plan-complete .plan-hours { border-color: rgba(255,255,255,.17); }
.plan-for { min-height: 54px; color: var(--muted); font-size: 13px; }
.plan-complete .plan-for { color: rgba(255,255,255,.65); }
.check-list { margin: 10px 0 30px; display: grid; gap: 8px; list-style: none; font-size: 13px; }
.check-list li { position: relative; padding-left: 20px; }
.check-list li::before { content: ""; position: absolute; left: 1px; top: .65em; width: 8px; height: 4px; border-left: 1.5px solid var(--accent-dark); border-bottom: 1.5px solid var(--accent-dark); transform: rotate(-45deg); }
.plan-card .button { width: 100%; margin-top: auto; justify-content: space-between; }

.founding-section { padding: 110px 0; color: var(--ink); background: var(--accent-light); }
.founding-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.founding-copy h2 { font-size: clamp(64px, 7vw, 108px); }
.founding-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 32px; }
.allocation-board { border: 1px solid rgba(23,33,27,.4); background: rgba(255,253,248,.28); }
.allocation-board > div { min-height: 66px; padding: 0 25px; display: grid; grid-template-columns: 1fr .65fr .65fr; align-items: center; border-bottom: 1px solid rgba(23,33,27,.22); }
.allocation-board .allocation-head { min-height: 42px; color: rgba(23,33,27,.68); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.allocation-board strong { font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.allocation-board span { font-size: 13px; }
.allocation-board em { color: var(--accent-dark); font-family: var(--display); font-size: 29px; font-style: normal; font-weight: 800; }
.allocation-board > p { margin: 0; padding: 18px 25px; color: rgba(23,33,27,.7); font-size: 10px; }

.properties-section { background: var(--paper); }
.property-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 350px 260px; gap: 16px; }
.property-card { padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); border: 1px solid var(--line); }
.property-card > span, .property-image span { margin-bottom: auto; color: var(--accent-dark); font-family: var(--display); font-size: 13px; font-weight: 800; }
.property-card h3 { margin-bottom: 12px; font-size: 38px; }
.property-card p { margin: 0; color: var(--muted); font-size: 13px; }
.property-image { position: relative; grid-row: 1 / -1; padding: 0; overflow: hidden; border: 0; color: var(--white); }
.property-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,20,15,.9), transparent 70%); }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.property-image:hover img { transform: scale(1.035); }
.property-image div { position: absolute; z-index: 1; inset: 0; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; }
.property-image span { margin-bottom: auto; color: var(--accent-light); }
.property-image p { color: rgba(255,255,255,.72); }
.property-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.property-dark p { color: rgba(255,255,255,.65); }
.property-wide { grid-column: 2 / -1; flex-direction: row; align-items: flex-end; gap: 60px; }
.property-wide > span { align-self: flex-start; }
.property-wide > div { max-width: 550px; }
.property-wide .text-link { margin-left: auto; white-space: nowrap; }

.hours-section { padding: 120px 0; color: var(--white); background: var(--ink-deep); overflow: hidden; }
.hours-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.hours-visual { min-height: 520px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; }
.hours-visual > span { position: absolute; color: rgba(255,255,255,.25); font-family: var(--display); font-size: 52px; font-weight: 800; text-transform: uppercase; }
.hours-visual > span:nth-child(1) { left: 28px; top: 25px; }
.hours-visual > span:nth-child(2) { right: 28px; top: 25px; }
.hours-visual > span:nth-child(3) { left: 50%; bottom: 20px; transform: translateX(-50%); }
.hours-ring { width: 260px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--accent-light); border-radius: 50%; box-shadow: 0 0 0 40px rgba(223,123,50,.05), 0 0 0 80px rgba(223,123,50,.03); }
.hours-ring strong { color: var(--accent-light); font-family: var(--display); font-size: 90px; line-height: .9; }
.hours-ring small { text-align: center; font-size: 9px; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.hours-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.66); }
.rule-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
.rule-list div { padding: 16px 0; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
.rule-list span { color: var(--accent-light); font-family: var(--display); font-size: 12px; font-weight: 700; }
.rule-list p { margin: 0; font-size: 13px; }

.uses-section { background: var(--white); }
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.use-card { min-height: 320px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); }
.use-card:last-child { border-right: 0; }
.use-card span { margin-bottom: auto; color: var(--accent-dark); font-family: var(--display); font-size: 13px; font-weight: 800; }
.use-card h3 { margin-bottom: 15px; font-size: 32px; }
.use-card p { margin: 0; color: var(--muted); font-size: 13px; }
.use-highlight { color: var(--white); background: var(--accent-dark); }
.use-highlight span { color: var(--accent-light); }
.use-highlight p { color: rgba(255,255,255,.72); }

.custom-section { color: var(--white); background: var(--ink); }
.custom-layout { min-height: 760px; display: grid; grid-template-columns: .78fr 1.22fr; }
.custom-photo { margin-left: calc((100vw - min(100vw - 64px, 1380px)) / -2); overflow: hidden; }
.custom-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.custom-copy { padding: 100px 0 100px 100px; align-self: center; }
.custom-copy h2 { max-width: 780px; }
.custom-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.67); }
.custom-copy ul { margin: 34px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.custom-copy li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-family: var(--display); font-size: 18px; font-weight: 700; text-transform: uppercase; }

.process-section { background: var(--paper); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--ink); }
.process-list li { min-height: 275px; padding: 22px 25px 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--accent-dark); font-family: var(--display); font-size: 13px; font-weight: 800; }
.process-list h3 { margin-bottom: 12px; font-size: 29px; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; }

.outside-section { background: var(--white); }
.outside-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.outside-copy > p:not(.eyebrow):not(.fine-print) { max-width: 530px; color: var(--muted); }
.extra-rate { margin-top: 42px; padding: 25px 0; display: grid; grid-template-columns: 1fr auto; align-items: end; border-block: 1px solid var(--ink); }
.extra-rate span { grid-column: 1 / -1; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.extra-rate strong { font-family: var(--display); font-size: 74px; line-height: 1; }
.extra-rate small { padding-bottom: 8px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.fine-print { color: var(--muted); font-size: 10px; }
.outside-list { padding: 42px; background: var(--paper); border-top: 4px solid var(--accent); }
.outside-list ul { columns: 2; column-gap: 40px; list-style: none; }
.outside-list li { position: relative; margin-bottom: 0; padding: 14px 0 14px 22px; break-inside: avoid; border-bottom: 1px solid var(--line); font-size: 13px; }
.outside-list li::before { content: "+"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 700; }
.outside-list > p { margin: 30px 0 0; color: var(--muted); font-size: 12px; }

.terms-section { color: var(--white); background: var(--ink-soft); }
.terms-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: start; }
.terms-heading { position: sticky; top: 125px; }
.terms-heading > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.terms-list { border-top: 1px solid rgba(255,255,255,.2); }
.terms-list details { border-bottom: 1px solid rgba(255,255,255,.2); }
.terms-list summary { position: relative; padding: 24px 55px 24px 0; list-style: none; font-family: var(--display); font-size: 25px; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.terms-list summary::-webkit-details-marker { display: none; }
.terms-list summary::before, .terms-list summary::after { content: ""; position: absolute; right: 10px; top: 50%; width: 17px; height: 1px; background: var(--accent-light); transition: transform .2s ease; }
.terms-list summary::after { transform: rotate(90deg); }
.terms-list details[open] summary::after { transform: rotate(0); }
.terms-list details div { padding: 0 70px 24px 0; }
.terms-list details p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }

.enquiry-section { background: var(--paper); }
.enquiry-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 110px; align-items: start; }
.enquiry-copy { position: sticky; top: 125px; }
.enquiry-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.contact-details { margin-top: 40px; display: grid; }
.contact-details a, .contact-details > p { margin: 0; padding: 16px 0; display: grid; border-top: 1px solid var(--line); }
.contact-details span { color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { font-family: var(--display); font-size: 21px; overflow-wrap: anywhere; text-transform: uppercase; }
.quote-form { padding: 44px; background: var(--white); border-top: 5px solid var(--accent); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 32px; padding-bottom: 24px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-heading strong { font-family: var(--display); font-size: 35px; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.field label span { color: var(--muted); font-weight: 500; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: var(--paper); border: 1px solid #c8c6bc; border-radius: 0; outline: 0; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 1px var(--accent-dark); }
.button-submit { width: 100%; justify-content: space-between; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.65); background: var(--ink-deep); }
.footer-top { padding-bottom: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand { color: var(--white); }
.footer-top > div > p { max-width: 590px; margin: 22px 0 0; font-size: 11px; }
.footer-statement { justify-self: end; color: var(--white); font-family: var(--display); font-size: clamp(40px, 5vw, 74px); line-height: .9; text-align: right; text-transform: uppercase; }
.footer-bottom { padding-top: 25px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { text-align: right; }
.footer-bottom div { display: flex; gap: 24px; color: var(--white); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1.01); } }

@media (max-width: 1120px) {
  .site-nav { gap: 22px; }
  .hero-layout { grid-template-columns: 1fr 240px; gap: 35px; }
  .founding-stamp { width: 230px; padding: 28px; }
  .founding-stamp strong { font-size: 76px; }
  .intro-layout { grid-template-columns: 45px 1.1fr .9fr; gap: 35px; }
  .plan-card { padding: 30px; }
  .founding-layout, .hours-layout, .outside-layout, .terms-layout, .enquiry-layout { gap: 65px; }
  .property-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 280px 280px; }
  .property-image { grid-column: 1 / -1; grid-row: auto; }
  .property-wide { grid-column: 1 / -1; }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .use-card:nth-child(2) { border-right: 0; }
  .use-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .custom-copy { padding-left: 60px; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-list li { border-bottom: 1px solid var(--line); }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(100% - 30px, 680px); }
  .section { padding: 82px 0; }
  .section-tight { padding: 72px 0; }
  .site-header { background: rgba(14,22,17,.92); backdrop-filter: blur(12px); }
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled { inset: 0; color: var(--white); background: var(--ink-deep); box-shadow: none; backdrop-filter: none; }
  .nav-wrap { min-height: 72px; }
  body.menu-open .nav-wrap { align-items: flex-start; }
  body.menu-open .brand { position: relative; z-index: 3; margin-top: 13px; color: var(--white); }
  .brand img { width: 45px; height: 45px; }
  .brand-copy strong { font-size: 23px; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 72px 0 0; padding: 28px 28px 35px; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: var(--white); background: var(--ink-deep); visibility: hidden; transform: translateX(100%); transition: transform .35s ease, visibility .35s; }
  .site-nav.open { color: var(--white); background: var(--ink-deep); visibility: visible; transform: translateX(0); }
  .site-nav.open a { color: var(--white) !important; opacity: 1; }
  .site-nav > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--display); font-size: 32px; text-transform: uppercase; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 25px; padding: 16px; color: var(--white); background: var(--accent-dark); text-align: center; }
  .membership-hero { min-height: 820px; height: auto; padding: 135px 0 120px; }
  .hero-photo { background-position: 62% center; }
  .hero-photo::after { background: linear-gradient(90deg, rgba(12,20,15,.96), rgba(12,20,15,.52)), linear-gradient(0deg, rgba(12,20,15,.9), transparent 60%); }
  .hero-layout { padding-top: 0; grid-template-columns: 1fr; }
  h1 { font-size: clamp(68px, 19vw, 105px); }
  h2 { font-size: clamp(52px, 14vw, 76px); }
  .hero-lead { font-size: 16px; }
  .founding-stamp { display: none; }
  .hero-rail .shell { min-height: 56px; justify-content: flex-start; gap: 16px; overflow: hidden; }
  .hero-rail span { font-size: 13px; white-space: nowrap; }
  .intro-layout { grid-template-columns: 1fr; gap: 20px; }
  .intro-index { display: none; }
  .intro-copy { padding-top: 0; }
  .plans-section { padding: 82px 0; }
  .plans-heading, .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 0; }
  .plan-for { min-height: 0; }
  .founding-layout, .hours-layout, .outside-layout, .terms-layout, .enquiry-layout { grid-template-columns: 1fr; gap: 55px; }
  .property-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
  .property-image { min-height: 480px; grid-column: auto; }
  .property-card { min-height: 260px; }
  .property-wide { grid-column: auto; flex-direction: column; align-items: flex-start; gap: 28px; }
  .property-wide .text-link { margin-left: 0; }
  .hours-visual { min-height: 430px; }
  .custom-layout { width: 100%; min-height: 0; grid-template-columns: 1fr; }
  .custom-photo { min-height: 480px; margin: 0; }
  .custom-copy { width: min(100% - 30px, 680px); margin-inline: auto; padding: 72px 0 82px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 180px; border-right: 0; }
  .outside-list ul { columns: 1; }
  .terms-heading, .enquiry-copy { position: static; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-statement { justify-self: start; text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 24px, 680px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-rail i:nth-of-type(n+3), .hero-rail span:nth-of-type(n+4) { display: none; }
  .plan-card { padding: 25px 22px; }
  .plan-price strong { font-size: 78px; }
  .plan-name { font-size: 27px; }
  .founding-section { padding: 78px 0; }
  .allocation-board > div { padding: 0 14px; grid-template-columns: 1fr .58fr .68fr; }
  .allocation-board strong { font-size: 19px; }
  .allocation-board em { font-size: 23px; }
  .property-image { min-height: 400px; }
  .hours-visual { min-height: 360px; }
  .hours-ring { width: 210px; }
  .hours-visual > span { font-size: 35px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .custom-photo { min-height: 390px; }
  .custom-copy ul { grid-template-columns: 1fr; }
  .outside-list, .quote-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-details strong { font-size: 18px; }
}

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