/* Greyfield theme. Tokens first; everything else reads from them. */
:root {
  --gf-bg: #f4f5f0; --gf-bg-2: #e9ece5; --gf-ink: #14171a; --gf-ink-2: #5b625e; --gf-line: #d5d9d5;
  --gf-accent: #0f7a72; --gf-accent-ink: #f3f4f2;
  --gf-dark: #1a1e21; --gf-dark-2: #22272b; --gf-dark-ink: #eceeeb; --gf-dark-ink-2: #a2a8a3; --gf-dark-line: #33393d;
  --gf-display: "Syne", "Avenir Next", "Futura", "Helvetica Neue", sans-serif;
  --gf-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body.gf { margin: 0; background: var(--gf-bg); color: var(--gf-ink); font-family: var(--gf-body); font-size: 17.5px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.gf h1, .gf h2, .gf h3, .gf p { margin: 0; }
.gf h1, .gf h2, .gf h3 { font-family: var(--gf-display); font-weight: 600; letter-spacing: -0.025em; text-wrap: balance; }
.gf a { color: inherit; text-decoration: none; }
.gf a:hover { color: var(--gf-accent); }
.gf :focus-visible { outline: 2px solid var(--gf-accent); outline-offset: 3px; }
.gf img { max-width: 100%; height: auto; display: block; }
.gf-skip { position: absolute; left: -999px; top: 8px; background: var(--gf-ink); color: var(--gf-bg); padding: 8px 12px; z-index: 100; }
.gf-skip:focus { left: 8px; }
.gf-wrap { width: min(1200px, 100%); margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }
.gf-eyebrow { font-family: var(--gf-body); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gf-ink-2); }
.gf-eyebrow.gf-on-dark { color: rgba(255,255,255,.75); }
.gf-muted { color: var(--gf-ink-2); }
.gf-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border-radius: 2px; border: 1px solid var(--gf-ink); font-family: var(--gf-display); font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; background: var(--gf-ink); color: var(--gf-bg); cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.gf .gf-btn:hover, .gf a.gf-btn:hover { background: var(--gf-accent); border-color: var(--gf-accent); color: #ffffff; }
.gf-btn-ghost { background: transparent; color: var(--gf-ink); }
.gf .gf-btn-ghost:hover, .gf a.gf-btn-ghost:hover { background: var(--gf-ink); border-color: var(--gf-ink); color: #ffffff; }
.gf-btn-light { background: transparent; color: #fff; border-color: #fff; }
.gf .gf-btn-light:hover, .gf a.gf-btn-light:hover { background: #fff; border-color: #fff; color: #14171a; }
.gf-icon { width: 28px; height: 28px; stroke: var(--gf-accent); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.gf-i { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* header */
.gf-header { position: sticky; top: 0; z-index: 10; background: #ffffff; border-bottom: 1px solid var(--gf-line); }
.admin-bar .gf-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .gf-header { top: 46px; } }
.gf-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 72px; }
.gf-brand { justify-self: start; }
.gf-nav-links { justify-self: center; }
.gf-brand a { font-family: var(--gf-display); font-size: 17px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.1; display: inline-block; }
.gf-brand small { display: block; font-size: 10px; font-weight: 400; letter-spacing: 0.18em; color: var(--gf-ink-2); margin-top: 2px; }
.gf-brand .custom-logo { max-height: 44px; width: auto; }
.gf-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 32px; font-family: var(--gf-display); font-size: 15.5px; letter-spacing: 0.04em; }
.gf-menu a { color: var(--gf-ink-2); }
.gf-menu a:hover, .gf-menu .current-menu-item a { color: var(--gf-ink); }
.gf-nav-contact { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; font-size: 14.5px; color: var(--gf-ink); }
.gf-nav-contact a { display: inline-flex; align-items: center; gap: 6px; }
@media (max-width: 860px) { .gf-nav { grid-template-columns: 1fr auto; } .gf-nav-links { display: none; } .gf-nav-contact { flex-direction: row; gap: 16px; } .gf-nav-contact .gf-em { display: none; } }

/* picture panels */
.gf-panel { position: relative; width: 100%; max-width: 100%; overflow: hidden; background: var(--gf-bg-2); }
.gf-panel canvas, .gf-panel img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gf-cap { position: absolute; left: 16px; bottom: 14px; font-family: var(--gf-display); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,.8); }

/* hero */
.gf-hero { position: relative; min-height: 520px; min-height: max(520px, calc(100vh - 72px)); min-height: max(520px, calc(100svh - 72px)); display: flex; align-items: center; overflow: hidden; color: #fff; }
.admin-bar .gf-hero { min-height: max(520px, calc(100svh - 104px)); }
.gf-hero > .gf-panel { position: absolute; inset: 0; }
.gf-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,14,16,.62) 0%, rgba(10,14,16,.35) 50%, rgba(10,14,16,.15) 100%); }
.gf-hero-inner { position: relative; z-index: 1; padding-block: 80px; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.gf-hero h1 { font-size: clamp(42px, 6.2vw, 84px); line-height: 1.0; max-width: 22ch; color: #fff; font-weight: 700; }
.gf-hero p:not(.gf-eyebrow) { font-size: 20px; max-width: 46ch; color: rgba(255,255,255,.85); }

.gf-section { padding-block: clamp(72px, 9vw, 120px); }
.gf-section.gf-tight { padding-top: 0; }
.gf-center { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 56px; }
.gf-center h2 { font-size: clamp(32px, 4.2vw, 52px); line-height: 1.06; }
.gf-center p { max-width: 60ch; }
.gf-big { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04; }

/* about */
.gf-about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 64px; align-items: start; }
.gf-about-text { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.gf-about-text p { max-width: 42ch; }
.gf-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.gf-feature { display: flex; flex-direction: column; gap: 12px; }
.gf-feature h3 { font-size: 22px; font-weight: 600; }
.gf-feature p { font-size: 16.5px; }
@media (max-width: 860px) { .gf-about { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .gf-features { grid-template-columns: 1fr; } }

/* split */
.gf-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.gf-split .gf-panel { aspect-ratio: 4 / 5; }
.gf-split-text { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.gf-split-text .gf-eyebrow { margin-bottom: -8px; }
.gf-split-text p { max-width: 42ch; }
@media (max-width: 860px) { .gf-split { grid-template-columns: 1fr; } .gf-split .gf-panel { aspect-ratio: 4 / 3; } }

/* specs */
.gf-specs { display: grid; gap: 32px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gf-specs.gf-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gf-specs.gf-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gf-specs.gf-cols-1 { grid-template-columns: minmax(0, 1fr); }
.gf-spec { display: flex; flex-direction: column; gap: 10px; text-align: left; align-items: flex-start; }
.gf-num { font-family: var(--gf-display); font-weight: 600; font-size: clamp(44px, 4.4vw, 59.5px); line-height: 1; font-variant-numeric: tabular-nums; }
.gf-num sup { font-size: 0.45em; vertical-align: super; margin-left: 2px; }
.gf-spec h3 { font-size: 21px; font-weight: 600; }
.gf-spec p { font-size: 15.5px; max-width: 28ch; }
.gf-cap-line { font-size: 13px; color: var(--gf-ink-2); font-variant-numeric: tabular-nums; }
@media (max-width: 860px) { .gf-specs, .gf-specs.gf-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .gf-specs, .gf-specs.gf-cols-3, .gf-specs.gf-cols-2 { grid-template-columns: 1fr; } }

/* gallery */
.gf-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 14px; }
.gf-gallery .gf-panel:nth-child(1) { grid-row: span 2; }
.gf-gallery .gf-panel:nth-child(4) { grid-column: span 2; }
@media (max-width: 720px) { .gf-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 160px; } .gf-gallery .gf-panel:nth-child(4) { grid-column: span 2; } .gf-gallery .gf-panel:nth-child(7) { grid-column: span 2; } }

/* services */
.gf-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 40px; }
.gf-service { display: flex; flex-direction: column; gap: 14px; }
.gf-ring { width: 56px; height: 56px; border: 1px solid var(--gf-line); border-radius: 50%; display: grid; place-items: center; }
.gf-ring .gf-icon { width: 24px; height: 24px; stroke: var(--gf-ink); }
.gf-service h3 { font-size: 21px; font-weight: 600; }
.gf-service p { font-size: 16.5px; max-width: 34ch; }
@media (max-width: 860px) { .gf-services { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .gf-services { grid-template-columns: 1fr; } }

/* band */
.gf-band { position: relative; min-height: 440px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; }
.gf-band > .gf-panel { position: absolute; inset: 0; }
.gf-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,14,16,.18) 0%, rgba(10,14,16,.34) 50%, rgba(10,14,16,.18) 100%); }
.gf-band h2, .gf-band p { text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.gf-band-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 20px; padding-block: 80px; }
.gf-band h2 { color: #fff; }
.gf-band p { max-width: 50ch; color: rgba(255,255,255,.85); font-size: 18.5px; }

/* contact */
.gf-contact { background: var(--gf-dark); color: var(--gf-dark-ink); padding-block: clamp(72px, 9vw, 120px); }
.gf-contact .gf-eyebrow { color: var(--gf-dark-ink-2); }
.gf-contact a:hover { color: var(--gf-accent); }
.gf-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.gf-contact-left { display: flex; flex-direction: column; gap: 32px; }
.gf-contact-left > p { color: var(--gf-dark-ink-2); max-width: 44ch; }
.gf-clist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.gf-clist > div { display: flex; flex-direction: column; gap: 4px; font-size: 16.5px; }
.gf-clist span { font-family: var(--gf-display); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gf-dark-ink-2); }
.gf-social { display: flex; gap: 10px; }
.gf-social a { width: 40px; height: 40px; border: 1px solid var(--gf-dark-line); border-radius: 50%; display: grid; place-items: center; }
.gf-social a:hover { border-color: var(--gf-dark-ink); }
.gf-social .gf-i { width: 16px; height: 16px; }
@media (max-width: 860px) { .gf-contact-grid { grid-template-columns: 1fr; } }

.gf-card { background: var(--gf-dark-2); border: 1px solid var(--gf-dark-line); padding: clamp(24px, 4vw, 40px); display: flex; flex-direction: column; gap: 20px; }
.gf-card h3 { font-size: 26px; font-weight: 600; }
.gf-card > p { color: var(--gf-dark-ink-2); font-size: 16.5px; }
.gf-form { display: flex; flex-direction: column; gap: 16px; }
.gf-field { display: flex; flex-direction: column; gap: 6px; }
.gf-field label { font-family: var(--gf-display); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gf-dark-ink-2); }
.gf-field input, .gf-field select, .gf-field textarea { font: inherit; color: var(--gf-dark-ink); background: var(--gf-dark); border: 1px solid var(--gf-dark-line); border-radius: 2px; padding: 12px 14px; min-height: 48px; width: 100%; color-scheme: dark; }
.gf-field textarea { min-height: 110px; resize: vertical; }
.gf-field input:focus, .gf-field select:focus, .gf-field textarea:focus { outline: none; border-color: var(--gf-dark-ink); }
.gf-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 520px) { .gf-two { grid-template-columns: 1fr; } }
.gf-card .gf-btn { background: var(--gf-dark-ink); color: var(--gf-dark); border-color: var(--gf-dark-ink); align-self: flex-start; }
.gf .gf-card .gf-btn:hover { background: var(--gf-accent); border-color: var(--gf-accent); color: #ffffff; }
.gf-req { font-size: 12px; color: var(--gf-dark-ink-2); }
.gf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.gf-notice { padding: 14px 16px; font-size: 15.5px; border: 1px solid var(--gf-accent); }
.gf-notice-err { border-color: #b3564d; }

/* footer */
.gf-footer { background: var(--gf-dark); color: var(--gf-dark-ink-2); border-top: 1px solid var(--gf-dark-line); padding-block: 64px 0; }
.gf-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.gf-foot-grid h3 { font-size: 22px; color: var(--gf-dark-ink); font-weight: 600; margin-bottom: 12px; }
.gf-h { font-family: var(--gf-display); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gf-dark-ink-2); margin-bottom: 14px; }
.gf-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 16.5px; }
.gf-footer a:hover { color: var(--gf-dark-ink); }
.gf-foot-grid p { font-size: 16.5px; max-width: 32ch; }
.gf-copy { border-top: 1px solid var(--gf-dark-line); padding-block: 20px; font-size: 12px; text-align: center; }
@media (max-width: 860px) { .gf-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .gf-foot-grid { grid-template-columns: 1fr; } }

/* inner pages */
.gf-page { padding-block: clamp(56px, 8vw, 96px); display: flex; flex-direction: column; gap: 24px; }
.gf-article { display: flex; flex-direction: column; gap: 24px; max-width: 760px; }
.gf-article-img { aspect-ratio: 16 / 9; }
.gf-prose { font-size: 18.5px; }
.gf-prose > * + * { margin-top: 1.1em; }
.gf-prose h2, .gf-prose h3 { margin-top: 1.6em; font-weight: 400; }
.gf-prose h2 { font-size: 35px; } .gf-prose h3 { font-size: 26.5px; }
.gf-prose a { color: var(--gf-accent); text-decoration: underline; text-underline-offset: 3px; }
.gf-prose img { width: 100%; }
.gf-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.gf-post-card { display: flex; flex-direction: column; gap: 10px; }
.gf-post-card h2 { font-size: 26.5px; font-weight: 400; }
.gf-thumb { aspect-ratio: 1; }
@media (max-width: 860px) { .gf-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .gf-posts { grid-template-columns: 1fr; } }
.gf .pagination .nav-links { display: flex; gap: 8px; font-family: var(--gf-display); }
.gf .pagination .page-numbers { padding: 8px 12px; border: 1px solid var(--gf-line); border-radius: 2px; }
.gf .pagination .current { background: var(--gf-ink); color: var(--gf-bg); }

/* default brand mark shipped with the theme (replaced by Appearance → Customize → Site Identity → Logo) */
.gf-brand a.gf-brand-default { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.gf-brand-default img { width: 44px; height: 44px; flex: none; }
.gf-brand-default span { display: block; }

/* gallery lightbox */
.gf-gallery-item { display: block; cursor: zoom-in; }
.gf-gallery-item img { transition: transform .4s ease; }
.gf-gallery-item:hover img { transform: scale(1.03); }
@media (prefers-reduced-motion: reduce) { .gf-gallery-item img { transition: none; } .gf-gallery-item:hover img { transform: none; } }
.gf-lightbox { border: 0; padding: 0; margin: 0; width: 100vw; height: 100vh; max-width: none; max-height: none; background: transparent; color: #fff; }
.gf-lightbox::backdrop { background: rgba(10, 14, 16, .94); }
.gf-lightbox[open] { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; }
.gf-lb-figure { margin: 0; grid-column: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.gf-lb-figure img { max-width: 100%; max-height: calc(100vh - 96px); width: auto; height: auto; object-fit: contain; }
.gf-lb-count { font-family: var(--gf-display); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.gf-lb-nav, .gf-lb-close { background: transparent; border: 0; color: #fff; cursor: pointer; font-family: var(--gf-display); font-weight: 300; line-height: 1; padding: 12px; }
.gf-lb-nav { font-size: 56px; justify-self: center; opacity: .8; }
.gf-lb-nav:hover, .gf-lb-close:hover { opacity: 1; }
.gf-lb-prev { grid-column: 1; } .gf-lb-next { grid-column: 3; }
.gf-lb-close { position: fixed; top: 12px; right: 16px; font-size: 40px; opacity: .8; }
.gf-lightbox :focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
@media (max-width: 720px) { .gf-lightbox[open] { grid-template-columns: 44px minmax(0, 1fr) 44px; } .gf-lb-nav { font-size: 40px; padding: 8px; } }

/* testimonials carousel */
.gf-carousel { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 12px; }
.gf-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding-block: 4px; }
.gf-track::-webkit-scrollbar { display: none; }
.gf-track:focus-visible { outline: 2px solid var(--gf-accent); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { .gf-track { scroll-behavior: auto; } }
.gf-quote { margin: 0; display: flex; flex-direction: column; gap: 18px; padding: 32px; border: 1px solid var(--gf-line); background: #ffffff; scroll-snap-align: start; min-height: 100%; }
.gf-quote-mark { width: 28px; height: 28px; fill: var(--gf-accent); }
.gf-quote p { font-family: var(--gf-display); font-weight: 500; font-size: 22px; line-height: 1.4; text-wrap: pretty; flex-grow: 1; }
.gf-quote footer { display: flex; align-items: center; gap: 14px; font-size: 15px; }
.gf-quote footer strong { display: block; font-weight: 500; }
.gf-quote footer small { display: block; font-size: 13.5px; color: var(--gf-ink-2); }
.gf-quote-photo img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.gf-car-btn { width: 44px; height: 44px; border: 1px solid var(--gf-line); border-radius: 50%; background: transparent; color: var(--gf-ink); font-family: var(--gf-display); font-weight: 300; font-size: 28px; line-height: 1; cursor: pointer; display: grid; place-items: center; padding: 0 0 3px; }
.gf-car-btn:hover { border-color: var(--gf-ink); }
.gf-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.gf-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--gf-line); transition: background .2s; }
.gf-dots span.on { background: var(--gf-accent); }
@media (max-width: 1024px) { .gf-track { grid-auto-columns: calc((100% - 24px) / 2); } }
@media (max-width: 720px) { .gf-carousel { grid-template-columns: minmax(0, 1fr); } .gf-car-btn { display: none; } .gf-track { grid-auto-columns: 100%; } }

/* map */
.gf-map { display: flex; flex-direction: column; gap: 10px; }
.gf-map iframe { width: 100%; aspect-ratio: 4 / 3; border: 1px solid var(--gf-dark-line); display: block; filter: grayscale(1) contrast(1.05); }
.gf-map iframe:hover { filter: none; }
.gf-map-note { font-size: 14px; color: var(--gf-dark-ink-2); }

/* ---- floor plan */
.gf-floorplan .gf-center { margin-bottom: 40px; }
.gf-plan { border-top: 1px solid var(--gf-line); border-bottom: 1px solid var(--gf-line); padding-block: 28px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.gf-plan svg { display: block; width: 100%; min-width: 780px; height: auto; --fp-bg: var(--gf-bg); --fp-indoor: transparent; --fp-outdoor: var(--gf-bg-2); --fp-service: var(--gf-bg-2); --fp-wall: var(--gf-ink); --fp-glass: var(--gf-accent); }
.gf-plan .room { font-family: var(--gf-display); font-weight: 500; font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; fill: var(--gf-ink); text-anchor: middle; }
.gf-plan .room.sub { fill: var(--gf-ink-2); font-size: 8.5px; }
.gf-plan .dim { font-family: var(--gf-body); font-size: 8.5px; fill: var(--gf-ink-2); text-anchor: middle; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.gf-plan .road { font-family: var(--gf-display); font-weight: 500; font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; fill: var(--gf-ink-2); text-anchor: middle; }
.gf-plan .wall { fill: none; stroke: var(--gf-ink); stroke-width: 1.6; }
.gf-plan .part { fill: none; stroke: var(--gf-ink); stroke-width: 1; }
.gf-plan .dl { stroke: var(--gf-ink-2); stroke-width: .7; fill: none; opacity: .8; }
.gf-plan .door { fill: none; stroke: var(--gf-ink); stroke-width: .9; }
.gf-plan .gap { stroke: var(--fp-bg, #ffffff); stroke-width: 3; }
.gf-plan .glass { stroke: var(--gf-accent); stroke-width: 3; opacity: .5; }
.gf-plan-legend { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 18px 0 0; padding: 0; list-style: none; font-family: var(--gf-display); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gf-ink-2); }
.gf-plan-legend li { display: flex; align-items: center; gap: 10px; }
.gf-plan-legend i { width: 18px; height: 12px; border: 1px solid var(--gf-line); display: inline-block; }
.gf-plan-legend .gf-lg-in { background: var(--gf-bg); }
.gf-plan-legend .gf-lg-out { background: var(--gf-bg-2); }
.gf-plan-legend .gf-lg-svc { background: var(--gf-bg-2); }
.gf-plan-legend .gf-lg-bar { background: var(--gf-accent); border-color: var(--gf-accent); }
.gf-plan-legend .gf-lg-gl { background: none; border: 0; height: 0; border-top: 3px solid var(--gf-accent); opacity: .55; }

/* announcement bar */
.gf-announce { background: var(--gf-ink); color: var(--gf-bg); font-family: var(--gf-display); font-size: 13px; letter-spacing: 0.04em; text-align: center; padding-block: 8px; }

/* setting section: photo fills the right half of the screen and the full section height (editorial style) */
.gf-style-editorial .gf-section:has(> .gf-split) { padding-block: 0; margin-bottom: clamp(72px, 9vw, 120px); overflow-x: clip; }
.gf-style-editorial .gf-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; align-items: stretch; }
.gf-style-editorial .gf-split-text { padding-block: clamp(48px, 5vw, 72px); padding-right: clamp(32px, 5vw, 72px); justify-content: center; }
.gf-style-editorial .gf-split > .gf-panel { width: auto; max-width: none; justify-self: stretch; align-self: stretch; height: auto; min-height: 640px; aspect-ratio: auto; margin-right: calc(-1 * ((100vw - min(1200px, 100vw)) / 2 + clamp(16px, 4vw, 40px))); }
.gf-style-editorial .gf-split > .gf-panel img { height: 100%; }
@media (max-width: 860px) { .gf-style-editorial .gf-split { grid-template-columns: 1fr; } .gf-style-editorial .gf-split-text { padding-right: 0; padding-bottom: 32px; } .gf-style-editorial .gf-split > .gf-panel { margin-right: 0; min-height: 0; aspect-ratio: 4 / 3; } .gf-style-editorial .gf-section:has(> .gf-split) { margin-bottom: 72px; } }

/* alternating white bands (editorial style) */
.gf-style-editorial .gf-section:has(> .gf-split) { margin-bottom: 0; }

.gf-style-editorial main > section.gf-section:nth-of-type(odd) .gf-quote { background: var(--gf-bg); }
.gf-style-editorial main > section.gf-section:nth-of-type(even) .gf-quote { background: #ffffff; }
.gf-style-editorial .gf-car-btn { background: var(--gf-bg); }
@media (max-width: 860px) { .gf-style-editorial .gf-section:has(> .gf-split) { margin-bottom: 0; } }

/* even section rhythm so white bands get equal space above and below */
.gf-style-editorial .gf-section, .gf-style-editorial .gf-section.gf-tight { padding-block: clamp(48px, 5vw, 72px); }
.gf-style-editorial .gf-section:has(> .gf-split) { padding-block: 0; margin-bottom: clamp(48px, 5vw, 72px); }
.gf-style-editorial .gf-contact { padding-block: clamp(72px, 8vw, 112px); }

/* brand text: body face instead of Syne */
.gf-brand a { font-family: var(--gf-body); font-weight: 700; letter-spacing: 0.05em; font-size: 17px; }
.gf-brand small { font-family: var(--gf-body); letter-spacing: 0.2em; font-weight: 500; }

/* photo band: taller, crop centred on the door and window */
.gf-style-editorial .gf-band { min-height: 600px; }
.gf-style-editorial .gf-band > .gf-panel img { object-position: center 55%; }
.gf-style-editorial .gf-band::after { background: linear-gradient(180deg, rgba(10,14,16,.30) 0%, rgba(10,14,16,.48) 50%, rgba(10,14,16,.30) 100%); }

/* setting section: keep it to about one screen */
.gf-style-editorial .gf-split-text h2 { max-width: 16ch; }
.gf-style-editorial .gf-split-text p { font-size: 16.5px; max-width: 46ch; }
.gf-style-editorial .gf-split-text { padding-block: clamp(40px, 4vw, 56px); gap: 18px; }
.gf-style-editorial .gf-split > .gf-panel { min-height: 520px; max-height: calc(100svh - 72px); }

/* one heading size for every section (editorial style) */
.gf-style-editorial .gf-big, .gf-style-editorial .gf-center h2, .gf-style-editorial .gf-split-text h2 { font-size: clamp(36px, 4.6vw, 62px); line-height: 1.05; }
.gf-style-editorial .gf-about-text h2 { max-width: 18ch; }

/* anchor jumps land below the sticky header */
[id] { scroll-margin-top: 80px; }
.admin-bar [id] { scroll-margin-top: 112px; }

/* setting section: full screen height */
.gf-style-editorial .gf-split > .gf-panel { min-height: calc(100svh - 72px); max-height: none; }
.admin-bar .gf-style-editorial .gf-split > .gf-panel, .gf-style-editorial.admin-bar .gf-split > .gf-panel { min-height: calc(100svh - 104px); }
@media (max-width: 860px) { .gf-style-editorial .gf-split > .gf-panel { min-height: 0; } }

/* band order: hero, then white / grey alternating, counted from whichever sections are present */
.gf-style-editorial main > section.gf-section:nth-of-type(odd) { background: #ffffff; }
.gf-style-editorial main > section.gf-section:nth-of-type(even) { background: var(--gf-bg); }
.gf-style-editorial .gf-feature, .gf-style-editorial .gf-spec { background: transparent; }
.gf-style-editorial #floorplan .gf-plan { background: transparent; }
.gf-style-editorial main > section.gf-section:nth-of-type(even) .gf-ring { background: #ffffff; }

/* venue spaces: full screen height, content centred */
.gf-style-editorial #specs { min-height: calc(100svh - 72px); display: flex; flex-direction: column; justify-content: center; }
.admin-bar .gf-style-editorial #specs, .gf-style-editorial.admin-bar #specs { min-height: calc(100svh - 104px); }
.gf-style-editorial #specs > .gf-wrap { width: min(1200px, 100%); margin-inline: auto; }
@media (max-width: 860px) { .gf-style-editorial #specs { min-height: 0; } }

/* header: brand and menu never overlap, whatever the tagline length */
/* Header: brand and contact keep their natural width on one line; the menu takes the space between and wraps if it must */
.gf-nav { grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(16px, 2vw, 32px); }
.gf-brand a.gf-brand-default { white-space: nowrap; }
.gf-brand small { white-space: nowrap; letter-spacing: 0.16em; }
.gf-nav-links { min-width: 0; justify-self: center; }
.gf-menu { flex-wrap: wrap; justify-content: center; row-gap: 6px; column-gap: clamp(16px, 1.6vw, 26px); }
@media (max-width: 1180px) { .gf-menu { font-size: 14.5px; } }
@media (max-width: 1100px) { .gf-nav-contact { flex-direction: row; } .gf-nav-contact .gf-em { display: none; } }
@media (max-width: 1000px) { .gf-brand small { display: none; } }
@media (max-width: 860px) { .gf-nav { grid-template-columns: auto 1fr; } }

/* Client info pages (template-client.php): menus, pricing and terms sent to clients by link. Matches the old client page: card sections with photo banners. */
body.gf-client { --cl-primary: #3b685b; --cl-ink: #292524; --cl-ink-2: #44403c; --cl-muted: #57534e; --cl-soft: #78716c; --cl-line: #e7e5e4; --cl-line-2: #f5f5f4; --cl-serif: Georgia, "Times New Roman", Times, serif; background: linear-gradient(135deg, #fafaf9 0%, #ffffff 50%, #f5f5f4 100%); background-attachment: fixed; color: var(--cl-ink-2); font-family: var(--gf-body); }
body.gf-client > .gf-skip { z-index: 30; }
.gf-client-wrap { width: min(1152px, 100%); margin-inline: auto; padding-inline: 16px; }
.gf-client-top { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.8); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border-bottom: 1px solid var(--cl-line); }
.gf-client-top .gf-client-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-block: 16px; gap: 16px; }
.gf-client-name { text-align: center; }
.gf-client-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--cl-muted); }
.gf-client-back:hover { color: var(--cl-primary); }
.gf-client-back .gf-i { width: 20px; height: 20px; }
.gf-client-name { font-size: 20px; font-weight: 600; color: var(--cl-ink); }
.gf-client-spacer { display: block; }
.gf-client-tabs ul { list-style: none; margin: 0 auto; padding-top: 32px; padding-bottom: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.gf-client-tabs a { display: inline-block; padding: 12px 24px; border-radius: 999px; font-weight: 500; font-size: 16px; line-height: 1.5; color: var(--cl-muted); background: #fff; border: 1px solid var(--cl-line); transition: background .2s, color .2s; }
.gf-client-tabs a:hover { background: #f5f5f4; }
.gf-client-tabs a.is-current { background: var(--cl-primary); border-color: var(--cl-primary); color: #fff; box-shadow: 0 10px 15px -3px rgba(59,104,91,.25), 0 4px 6px -4px rgba(59,104,91,.25); }
.gf-client-main { width: min(1024px, 100%); margin-inline: auto; padding: 0 16px 64px; }
.gf-client-doc > * + * { margin-top: 48px; }
.gf-client-doc p, .gf-client-doc li { color: var(--cl-ink-2); }

/* Note box */
.gf-client-doc .gf-note-box { margin-top: 0; margin-bottom: 32px; padding: 24px; background: #f5f5f4; border-radius: 12px; color: var(--cl-muted); text-align: center; font-size: 16px; line-height: 1.6; }
.gf-client-doc .gf-note-box + * { margin-top: 0; }

/* Card sections with a photo banner */
.gf-client-doc .gf-card { background: #fff; border: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 25px -5px rgba(231,229,228,.5), 0 8px 10px -6px rgba(231,229,228,.5); }
.gf-card-head { position: relative; height: 192px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-inline: 32px; isolation: isolate; }
.gf-card-head img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.gf-card-head::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.4) 50%, rgba(0,0,0,.2)); }
.gf-card-head h2 { margin: 0; font-family: var(--cl-serif); font-weight: 400; font-size: 48px; line-height: 1; color: #fff; text-shadow: 0 10px 8px rgba(0,0,0,.2), 0 4px 3px rgba(0,0,0,.1); letter-spacing: 0; }
.gf-card-pill { font-style: italic; font-size: 14px; color: rgba(255,255,255,.9); background: rgba(0,0,0,.3); padding: 8px 16px; border-radius: 999px; backdrop-filter: blur(4px); white-space: nowrap; }
.gf-client-doc .gf-card-band { margin: 0; padding: 12px 32px; background: #f5f5f4; border-top: 1px solid var(--cl-line); color: var(--cl-primary); font-weight: 600; font-size: 16px; }
.gf-client-doc .gf-card > .wp-block-list, .gf-client-doc .gf-card > .wp-block-table { margin: 0; padding: 32px; border-top: 1px solid var(--cl-line-2); }
.gf-client-doc .gf-card .wp-block-list { list-style: none; }
.gf-client-doc .gf-card .wp-block-list li { display: flex; align-items: flex-start; gap: 12px; line-height: 1.625; font-size: 16px; }
.gf-client-doc .gf-card .wp-block-list li + li { margin-top: 16px; }
.gf-client-doc .gf-card .wp-block-list li::before { content: "\2022"; color: var(--cl-primary); flex: none; margin-top: 1px; }
.gf-client-doc .gf-card .gf-card-note { margin: 0; padding: 0 32px 32px; color: var(--cl-soft); font-size: 14px; font-style: italic; }

/* Priced lists: a two-column table styled as a bulleted list with the price on the right */
.gf-client-doc .gf-price table { width: 100%; border-collapse: collapse; border: 0; font-size: 16px; }
.gf-client-doc .gf-price td { border: 0; padding: 0; vertical-align: top; line-height: 1.625; color: var(--cl-ink-2); }
.gf-client-doc .gf-price tr + tr td { padding-top: 16px; }
.gf-client-doc .gf-price td:first-child { display: flex; gap: 12px; }
.gf-client-doc .gf-price td:first-child::before { content: "\2022"; color: var(--cl-primary); flex: none; }
.gf-client-doc .gf-price td:last-child { text-align: right; white-space: nowrap; padding-left: 24px; color: var(--cl-primary); font-weight: 600; width: 1%; }
.gf-client-doc .gf-price.gf-plain td:first-child::before { content: none; }
.gf-client-doc .gf-price.gf-plain td:last-child { color: #1c1917; }
.gf-client-doc .gf-price.gf-plain tr + tr td { padding-top: 12px; }

/* Pricing summary panel */
.gf-client-doc .gf-pricing { margin-bottom: 48px; padding: 32px; border-radius: 16px; border: 1px solid rgba(59,104,91,.2); background: linear-gradient(135deg, rgba(59,104,91,.05), rgba(59,104,91,.1)); }
.gf-client-doc .gf-pricing > h2 { margin: 0 0 24px; text-align: center; font-family: var(--gf-body); font-size: 24px; font-weight: 600; color: var(--cl-ink); letter-spacing: 0; }
.gf-client-doc .gf-pricing .wp-block-columns { gap: 24px; margin: 0; }
.gf-client-doc .gf-pricing .wp-block-column { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.gf-client-doc .gf-pricing .wp-block-column > h3 { margin: 0 0 16px; font-family: var(--gf-body); font-size: 18px; font-weight: 500; color: var(--cl-primary); }
.gf-client-doc .gf-pricing .wp-block-column > .wp-block-table { margin: 0; }

/* Events page: photo, intro, three-column details */
.gf-client-doc .gf-events-hero { margin: 0; }
.gf-client-doc .gf-events-hero img { display: block; width: 100%; height: 60vh; min-height: 320px; object-fit: cover; border-radius: 12px; }
.gf-client-doc .gf-events-intro { text-align: center; padding: 0 24px; }
.gf-client-doc .gf-events-intro h2 { margin: 0 0 24px; font-family: var(--cl-serif); font-weight: 400; font-size: 48px; line-height: 1.1; color: var(--cl-primary); letter-spacing: 0; }
.gf-client-doc .gf-events-intro p { font-size: 18px; line-height: 1.625; }
.gf-client-doc .wp-block-columns.gf-events-grid { gap: 0; border: 1px solid var(--cl-line); border-radius: 12px; overflow: hidden; background: #fff; }
.gf-client-doc .gf-events-grid .wp-block-column { padding: 40px; }
.gf-client-doc .gf-events-grid .wp-block-column + .wp-block-column { border-left: 1px solid var(--cl-line); }
.gf-client-doc .gf-events-grid h3 { margin: 0 0 24px; font-family: var(--cl-serif); font-weight: 400; font-size: 30px; line-height: 1.2; color: var(--cl-primary); letter-spacing: 0; }
.gf-client-doc .gf-events-grid .wp-block-list { list-style: none; margin: 0; padding: 0; }
.gf-client-doc .gf-events-grid li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; }
.gf-client-doc .gf-events-grid li + li { margin-top: 12px; }
.gf-client-doc .gf-events-grid li::before { content: "\2022"; color: var(--cl-primary); flex: none; }
.gf-client-doc .gf-events-grid h4 { margin: 32px 0 8px; padding-top: 24px; border-top: 1px solid var(--cl-line); font-family: var(--gf-body); font-size: 18px; font-weight: 600; color: var(--cl-primary); }
.gf-client-doc .gf-events-grid p { margin: 0; font-size: 16px; }
.gf-client-doc .gf-events-grid p + p { margin-top: 4px; }
.gf-client-doc .gf-events-grid .gf-card-note { margin-top: 32px; padding: 0; color: var(--cl-soft); font-size: 14px; font-style: italic; }

.gf-client-foot { background: #1c1917; color: #a8a29e; padding: 32px 16px; text-align: center; font-size: 14px; }
.gf-client-foot p { margin: 0; }
.gf-client-foot p + p { margin-top: 8px; color: #78716c; }

@media (min-width: 768px) { .gf-card-head { height: 224px; } .gf-card-head h2 { font-size: 60px; } .gf-card-pill { font-size: 16px; } .gf-client-doc .gf-events-intro { padding: 48px 24px; } .gf-client-doc .gf-events-hero + .gf-events-intro { margin-top: 0; } }
@media (max-width: 781px) { .gf-client-doc .gf-events-grid .wp-block-column + .wp-block-column { border-left: 0; border-top: 1px solid var(--cl-line); } .gf-client-doc .gf-events-grid .wp-block-column { padding: 32px; } .gf-client-doc .gf-pricing .wp-block-columns { gap: 16px; } }
@media (max-width: 600px) { .gf-client-top .gf-client-wrap { grid-template-columns: auto 1fr; } .gf-client-name { text-align: right; } .gf-card-head { padding-inline: 20px; flex-wrap: wrap; align-content: center; } .gf-card-head h2 { font-size: 38px; } .gf-client-doc .gf-card > .wp-block-list, .gf-client-doc .gf-card > .wp-block-table { padding: 24px 20px; } .gf-client-doc .gf-card-band { padding-inline: 20px; } .gf-client-name { font-size: 17px; } .gf-client-spacer { display: none; } .gf-client-doc .gf-events-hero img { height: 50vh; } }

/* Phone-width fixes: header stays on one line, contact details stack, floor plan tells you it scrolls */
@media (max-width: 860px) { .gf-nav-contact a { white-space: nowrap; } .gf-plan::after { content: "Swipe sideways to see the whole plan"; display: block; position: sticky; left: 0; margin-top: 14px; font-family: var(--gf-display); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gf-ink-2); } }
@media (max-width: 480px) { .gf-brand a.gf-brand-default { font-size: 14px; gap: 10px; } .gf-brand-default img { width: 36px; height: 36px; } .gf-clist { grid-template-columns: 1fr; gap: 18px; } .gf-clist > div { overflow-wrap: anywhere; } }
