/*
Theme Name: Bespoke Tower Clocks
Theme URI: https://bespoketowerclocks.co.uk/
Author: March Oaks Construction Ltd
Author URI: https://bespoketowerclocks.co.uk/
Description: A premium, lightweight and editable WordPress theme for Bespoke Tower Clocks. Includes starter pages, enquiry management, business settings and technical SEO foundations.
Version: 2.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bespoke-tower-clocks
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, wide-blocks, accessibility-ready
*/

:root {
  --btc-deep: #0b1f19;
  --btc-green: #15362b;
  --btc-green-2: #21483b;
  --btc-cream: #f5f0e6;
  --btc-paper: #fffdf8;
  --btc-brass: #c8a667;
  --btc-brass-dark: #9f7e43;
  --btc-ink: #252a27;
  --btc-muted: #666a65;
  --btc-line: #d8d0c2;
  --btc-white: #ffffff;
  --btc-shadow: 0 18px 55px rgba(9, 25, 20, .13);
  --btc-radius: 3px;
  --btc-serif: Georgia, "Times New Roman", Times, serif;
  --btc-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --btc-content: 1240px;
  --btc-narrow: 820px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--btc-paper);
  color: var(--btc-ink);
  font-family: var(--btc-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--btc-green); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--btc-brass-dark); }
button, input, select, textarea { font: inherit; }
button, .button, .wp-element-button, .wp-block-button__link {
  border-radius: 0;
}
::selection { background: var(--btc-brass); color: var(--btc-deep); }

h1, h2, h3, h4, h5, h6 {
  color: var(--btc-deep);
  font-family: var(--btc-serif);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 .55em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4.3vw, 3.65rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
h4 { font-size: 1.2rem; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.25em; }
hr { border: 0; border-top: 1px solid var(--btc-line); margin: 3rem 0; }

.btc-skip-link {
  position: fixed; left: 1rem; top: -100px; z-index: 99999;
  padding: .8rem 1rem; background: var(--btc-white); color: var(--btc-deep);
  box-shadow: var(--btc-shadow);
}
.btc-skip-link:focus { top: 1rem; }

.btc-topbar {
  background: #071610; color: rgba(255,255,255,.78); font-size: .72rem;
  letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(200,166,103,.22);
}
.btc-topbar__inner {
  max-width: var(--btc-content); margin: auto; min-height: 38px; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.btc-topbar__proof { display: flex; gap: 28px; flex-wrap: wrap; }
.btc-topbar a { color: inherit; text-decoration: none; }
.btc-topbar a:hover { color: var(--btc-brass); }

.btc-site-header {
  position: relative; z-index: 1000; background: var(--btc-deep); color: var(--btc-white);
  border-bottom: 1px solid rgba(200,166,103,.35);
}
.btc-site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(0,0,0,.17); }
.admin-bar .btc-site-header.is-sticky { top: 32px; }
.btc-header__inner {
  max-width: var(--btc-content); margin: auto; padding: 14px 24px;
  min-height: 102px; display: grid; grid-template-columns: minmax(170px, 280px) 1fr auto;
  align-items: center; gap: 28px;
}
.btc-brand { display: inline-flex; align-items: center; text-decoration: none; }
.btc-brand img, .custom-logo-link img { display: block; width: min(240px, 100%); max-height: 80px; object-fit: contain; object-position: left center; }
.btc-brand__text { color: var(--btc-white); font-family: var(--btc-serif); font-size: 1.45rem; letter-spacing: .08em; text-transform: uppercase; }
.btc-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2.1vw, 30px); }
.btc-nav li { margin: 0; }
.btc-nav a { color: rgba(255,255,255,.9); text-decoration: none; font-size: .82rem; letter-spacing: .065em; text-transform: uppercase; white-space: nowrap; }
.btc-nav a:hover, .btc-nav .current-menu-item > a, .btc-nav .current_page_item > a { color: var(--btc-brass); }
.btc-header-quote, .btc-button, .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: .8rem 1.35rem; border: 1px solid var(--btc-brass);
  background: var(--btc-brass); color: var(--btc-deep) !important; text-decoration: none;
  text-transform: uppercase; letter-spacing: .085em; font-weight: 700; font-size: .76rem;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.btc-header-quote:hover, .btc-button:hover, .wp-block-button__link:hover { background: #d9bd84; color: #071610 !important; transform: translateY(-1px); }
.btc-button--outline .wp-block-button__link, .is-style-outline > .wp-block-button__link {
  background: transparent; color: var(--btc-white) !important; border-color: rgba(255,255,255,.7);
}
.btc-button--outline .wp-block-button__link:hover, .is-style-outline > .wp-block-button__link:hover { background: var(--btc-white); color: var(--btc-deep) !important; }
.btc-menu-toggle { display: none; appearance: none; border: 1px solid rgba(255,255,255,.4); background: transparent; color: var(--btc-white); padding: 10px; cursor: pointer; }
.btc-menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; }

.btc-main { min-height: 50vh; overflow: clip; }
.btc-main > .wp-block-group.alignfull, .btc-main > .wp-block-cover.alignfull { margin-left: 0; margin-right: 0; }
.btc-breadcrumbs { max-width: var(--btc-content); margin: 0 auto; padding: 18px 24px; font-size: .78rem; color: var(--btc-muted); }
.btc-breadcrumbs a { color: var(--btc-green); text-decoration: none; }
.btc-breadcrumbs span { margin: 0 .45rem; color: #aaa295; }

.btc-section { padding: clamp(72px, 9vw, 126px) 24px; }
.btc-section--compact { padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(48px, 6vw, 80px); }
.btc-section--cream { background: var(--btc-cream); }
.btc-section--paper { background: var(--btc-paper); }
.btc-section--dark { background: var(--btc-deep); color: rgba(255,255,255,.82); }
.btc-section--green { background: var(--btc-green); color: rgba(255,255,255,.84); }
.btc-section--dark h1, .btc-section--dark h2, .btc-section--dark h3, .btc-section--dark h4,
.btc-section--green h1, .btc-section--green h2, .btc-section--green h3, .btc-section--green h4 { color: var(--btc-white); }
.btc-section--dark a:not(.wp-block-button__link), .btc-section--green a:not(.wp-block-button__link) { color: var(--btc-brass); }
.btc-section > .wp-block-group__inner-container, .btc-section > * { }
.btc-narrow { max-width: var(--btc-narrow) !important; margin-left: auto !important; margin-right: auto !important; }
.btc-kicker { margin-bottom: .8rem !important; color: var(--btc-brass-dark); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.btc-section--dark .btc-kicker, .btc-section--green .btc-kicker { color: var(--btc-brass); }
.btc-lead { max-width: 860px; color: var(--btc-muted); font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.btc-section--dark .btc-lead, .btc-section--green .btc-lead { color: rgba(255,255,255,.72); }
.btc-centre { text-align: center; }
.btc-centre .btc-lead { margin-left: auto; margin-right: auto; }
.btc-rule-title { display: flex; align-items: center; justify-content: center; gap: 18px; }
.btc-rule-title::before, .btc-rule-title::after { content: ""; width: 66px; height: 1px; background: var(--btc-brass); opacity: .75; }

.btc-hero { min-height: min(790px, calc(100vh - 140px)); position: relative; }
.btc-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(4,18,13,.96) 0%, rgba(4,18,13,.82) 35%, rgba(4,18,13,.18) 70%, rgba(4,18,13,.08) 100%) !important; opacity: 1 !important; }
.btc-hero .wp-block-cover__inner-container { width: 100%; max-width: var(--btc-content); margin: auto; padding: clamp(70px, 9vw, 128px) 24px; }
.btc-hero__copy { max-width: 720px; }
.btc-hero h1 { color: var(--btc-white); max-width: 760px; }
.btc-hero .btc-hero__subhead { color: var(--btc-brass); font-size: clamp(1.04rem, 2vw, 1.35rem); letter-spacing: .13em; text-transform: uppercase; }
.btc-hero p { color: rgba(255,255,255,.82); max-width: 660px; font-size: 1.06rem; }
.btc-hero .wp-block-buttons { margin-top: 2rem; }
.btc-image-note { margin-top: .5rem !important; color: var(--btc-muted); font-size: .75rem; font-style: italic; }
.btc-section--dark .btc-image-note { color: rgba(255,255,255,.55); }

.btc-proof-strip { background: #102a21; border-top: 1px solid rgba(200,166,103,.32); border-bottom: 1px solid rgba(200,166,103,.32); padding: 0 24px; }
.btc-proof-strip .wp-block-columns { max-width: var(--btc-content); margin: auto; gap: 0; }
.btc-proof-strip .wp-block-column { padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.11); }
.btc-proof-strip .wp-block-column:last-child { border-right: 0; }
.btc-proof-strip h3 { color: var(--btc-brass); font-family: var(--btc-sans); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .35rem; }
.btc-proof-strip p { color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.45; margin: 0; }

.btc-grid-2 { gap: clamp(36px, 6vw, 84px); align-items: center !important; }
.btc-grid-3 { gap: 28px; }
.btc-grid-4 { gap: 22px; }
.btc-card {
  height: 100%; background: var(--btc-white); border: 1px solid var(--btc-line);
  box-shadow: 0 12px 36px rgba(9,25,20,.07); padding: clamp(24px, 4vw, 42px);
}
.btc-card--dark { background: #102a21; border-color: rgba(200,166,103,.3); color: rgba(255,255,255,.76); }
.btc-card--dark h3 { color: var(--btc-white); }
.btc-card--image { padding: 0; overflow: hidden; }
.btc-card--image .wp-block-image { margin: 0; }
.btc-card--image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.btc-card__body { padding: clamp(24px, 4vw, 40px); }
.btc-card .btc-kicker { margin-bottom: .5rem !important; }
.btc-card p:last-child { margin-bottom: 0; }
.btc-card ul { margin-bottom: 0; }

.btc-product-card { background: var(--btc-paper); border: 1px solid var(--btc-line); overflow: hidden; height: 100%; }
.btc-product-card .wp-block-image { margin: 0; }
.btc-product-card img { width: 100%; aspect-ratio: 5/4; object-fit: cover; display: block; transition: transform .5s ease; }
.btc-product-card:hover img { transform: scale(1.015); }
.btc-product-card__body { padding: clamp(24px, 3.4vw, 42px); }
.btc-product-card h3 { margin-bottom: .35rem; }
.btc-price { color: var(--btc-brass-dark); font-family: var(--btc-serif); font-size: 1.5rem; }

.btc-feature-list { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem 1.5rem; }
.btc-feature-list li { position: relative; padding-left: 1.5rem; }
.btc-feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--btc-brass-dark); font-weight: 800; }
.btc-section--dark .btc-feature-list li::before, .btc-section--green .btc-feature-list li::before { color: var(--btc-brass); }

.btc-size-table { width: 100%; border-collapse: collapse; background: var(--btc-white); box-shadow: var(--btc-shadow); }
.btc-size-table th, .btc-size-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--btc-line); vertical-align: top; }
.btc-size-table th { background: var(--btc-deep); color: var(--btc-white); font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.btc-size-table tr:last-child td { border-bottom: 0; }
.btc-size-table strong { color: var(--btc-deep); }
.btc-table-wrap { overflow-x: auto; padding-bottom: 4px; }

.btc-process { counter-reset: btc-step; }
.btc-process .wp-block-column { position: relative; padding: 28px 24px 24px; border-top: 1px solid var(--btc-brass); }
.btc-process .wp-block-column::before { counter-increment: btc-step; content: "0" counter(btc-step); display: block; color: var(--btc-brass-dark); font-family: var(--btc-serif); font-size: 2.2rem; line-height: 1; margin-bottom: .7rem; }
.btc-process h3 { font-family: var(--btc-sans); font-size: .83rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.btc-process p { color: var(--btc-muted); font-size: .9rem; }

.btc-material-grid .wp-block-image { margin-bottom: 1rem; overflow: hidden; }
.btc-material-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.btc-material-grid h3 { font-size: 1.35rem; }

.btc-stat { padding: 28px; border-left: 2px solid var(--btc-brass); }
.btc-stat strong { display: block; color: var(--btc-deep); font-family: var(--btc-serif); font-size: clamp(2.3rem,4vw,4rem); line-height: 1; }
.btc-stat span { color: var(--btc-muted); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.btc-section--dark .btc-stat strong { color: var(--btc-white); }
.btc-section--dark .btc-stat span { color: rgba(255,255,255,.65); }

.btc-faq { border-top: 1px solid var(--btc-line); }
.btc-faq details { border-bottom: 1px solid var(--btc-line); }
.btc-faq summary { cursor: pointer; list-style: none; padding: 1.25rem 2.8rem 1.25rem 0; position: relative; color: var(--btc-deep); font-family: var(--btc-serif); font-size: 1.25rem; }
.btc-faq summary::-webkit-details-marker { display: none; }
.btc-faq summary::after { content: "+"; position: absolute; right: .2rem; top: 1.05rem; color: var(--btc-brass-dark); font-family: var(--btc-sans); font-size: 1.5rem; }
.btc-faq details[open] summary::after { content: "−"; }
.btc-faq details p { max-width: 900px; color: var(--btc-muted); padding: 0 0 1.4rem; }
.btc-section--dark .btc-faq { border-color: rgba(255,255,255,.18); }
.btc-section--dark .btc-faq details { border-color: rgba(255,255,255,.18); }
.btc-section--dark .btc-faq summary { color: var(--btc-white); }
.btc-section--dark .btc-faq details p { color: rgba(255,255,255,.72); }

.btc-callout { border: 1px solid var(--btc-brass); padding: clamp(28px,5vw,58px); background: rgba(200,166,103,.08); }
.btc-notice { border-left: 4px solid var(--btc-brass); background: var(--btc-cream); padding: 20px 24px; }
.btc-small { font-size: .86rem; color: var(--btc-muted); }

.btc-contact-layout { align-items: flex-start !important; }
.btc-enquiry-form { background: var(--btc-white); border: 1px solid var(--btc-line); padding: clamp(24px,4vw,48px); box-shadow: var(--btc-shadow); }
.btc-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 22px; }
.btc-form-field { margin-bottom: 18px; }
.btc-form-field--full { grid-column: 1 / -1; }
.btc-form-field label { display: block; margin-bottom: .4rem; color: var(--btc-deep); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.btc-form-field input, .btc-form-field select, .btc-form-field textarea {
  width: 100%; border: 1px solid #cfc7b8; border-radius: 0; background: #fff; color: var(--btc-ink); padding: .86rem .9rem;
}
.btc-form-field input:focus, .btc-form-field select:focus, .btc-form-field textarea:focus { outline: 3px solid rgba(200,166,103,.28); border-color: var(--btc-brass-dark); }
.btc-form-field textarea { min-height: 180px; resize: vertical; }
.btc-form-consent { display: flex; gap: .75rem; align-items: flex-start; font-size: .84rem; color: var(--btc-muted); }
.btc-form-consent input { margin-top: .35rem; }
.btc-hp { position: absolute !important; left: -9999px !important; height: 1px; width: 1px; overflow: hidden; }
.btc-form-status { margin-bottom: 1.5rem; padding: 16px 18px; border-left: 4px solid var(--btc-brass); background: var(--btc-cream); }
.btc-form-status--success { border-color: #3b7a57; background: #edf7f0; }
.btc-form-status--error { border-color: #a64538; background: #fff0ee; }

.btc-legal { max-width: 900px; }
.btc-legal h2 { margin-top: 1.6em; font-size: 2rem; }
.btc-legal h3 { margin-top: 1.4em; font-size: 1.35rem; }
.btc-legal table { width: 100%; border-collapse: collapse; }
.btc-legal th, .btc-legal td { border: 1px solid var(--btc-line); padding: .8rem; vertical-align: top; }

.btc-post-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.btc-post-card { background: #fff; border: 1px solid var(--btc-line); }
.btc-post-card__body { padding: 28px; }
.btc-post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.btc-post-meta { color: var(--btc-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }

.btc-prefooter { background: #102a21; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(200,166,103,.35); padding: clamp(55px,7vw,86px) 24px; }
.btc-prefooter__inner { max-width: var(--btc-content); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.btc-prefooter h2 { color: var(--btc-white); margin-bottom: .2em; }
.btc-prefooter p { margin: 0; max-width: 760px; }
.btc-site-footer { background: #071610; color: rgba(255,255,255,.68); padding: 64px 24px 22px; }
.btc-footer__grid { max-width: var(--btc-content); margin: auto; display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.15fr; gap: 42px; }
.btc-footer-brand img, .btc-site-footer .custom-logo-link img, .btc-footer__logo { max-width: 250px; max-height: 130px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.btc-site-footer h3 { color: var(--btc-brass); font-family: var(--btc-sans); font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.btc-site-footer ul { list-style: none; padding: 0; margin: 0; }
.btc-site-footer li { margin: .32rem 0; }
.btc-site-footer a { color: rgba(255,255,255,.73); text-decoration: none; }
.btc-site-footer a:hover { color: var(--btc-brass); }
.btc-footer__bottom { max-width: var(--btc-content); margin: 52px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 24px; font-size: .75rem; }
.btc-footer__legal { display: flex; flex-wrap: wrap; gap: 18px; }

.alignwide { max-width: var(--btc-content); margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: none; }
.wp-block-buttons { gap: .8rem; }
.wp-block-image figcaption { color: var(--btc-muted); font-size: .75rem; }

@media (max-width: 1220px) {
  .btc-header__inner { grid-template-columns: minmax(180px, 1fr) auto auto; min-height: 88px; }
  .btc-menu-toggle { display: block; }
  .btc-nav { display: none; grid-column: 1 / -1; }
  .btc-nav.is-open { display: block; }
  .btc-nav ul { align-items: stretch; flex-direction: column; gap: 0; padding: 16px 0 6px; border-top: 1px solid rgba(255,255,255,.15); }
  .btc-nav a { display: block; padding: 12px 0; }
  .btc-header-quote { display: none; }
  .btc-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .btc-proof-strip .wp-block-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .btc-proof-strip .wp-block-column { border-bottom: 1px solid rgba(255,255,255,.11); }
}
@media (max-width: 782px) {
  .admin-bar .btc-site-header.is-sticky { top: 46px; }
  .btc-topbar__inner { justify-content: center; }
  .btc-topbar__proof { justify-content: center; gap: 12px 20px; }
  .btc-topbar__contact { display: none; }
  .btc-header__inner { padding: 10px 18px; }
  .btc-brand img { max-height: 68px; max-width: 205px; }
  .btc-section { padding-left: 18px; padding-right: 18px; }
  .btc-hero { min-height: 690px; }
  .btc-hero .wp-block-cover__background { background: linear-gradient(90deg,rgba(4,18,13,.93),rgba(4,18,13,.72)) !important; }
  .btc-proof-strip .wp-block-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .btc-grid-2, .btc-grid-3, .btc-grid-4 { gap: 30px; }
  .btc-feature-list { grid-template-columns: 1fr; }
  .btc-process .wp-block-column { min-width: 44%; }
  .btc-form-grid { grid-template-columns: 1fr; }
  .btc-form-field--full { grid-column: auto; }
  .btc-prefooter__inner { align-items: flex-start; flex-direction: column; }
  .btc-footer__grid { grid-template-columns: 1fr 1fr; }
  .btc-footer__bottom { flex-direction: column; }
  .btc-post-list { grid-template-columns: 1fr; }
  .btc-size-table { min-width: 760px; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .btc-topbar__proof span:nth-child(3) { display: none; }
  .btc-header__inner { grid-template-columns: 1fr auto; gap: 14px; }
  .btc-hero { min-height: 650px; }
  .btc-hero .wp-block-cover__inner-container { padding-left: 18px; padding-right: 18px; }
  .btc-proof-strip .wp-block-columns { grid-template-columns: 1fr; }
  .btc-proof-strip .wp-block-column { border-right: 0; }
  .btc-footer__grid { grid-template-columns: 1fr; }
  .btc-rule-title::before, .btc-rule-title::after { width: 26px; }
  .wp-block-buttons { align-items: stretch; }
  .wp-block-button { width: 100%; }
  .wp-block-button__link { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Version 2.1 refinement: clearer hierarchy, less crowded navigation and stronger legal-page readability. */
.btc-header__inner {
  grid-template-columns: minmax(280px, 340px) 1fr auto;
  gap: 22px;
  min-height: 92px;
}
.btc-brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; color: var(--btc-white); text-decoration: none; }
.btc-brand:hover { color: var(--btc-brass); }
.btc-brand__mark { width: 68px !important; height: 68px !important; max-width: none !important; max-height: none !important; object-fit: contain; flex: 0 0 auto; }
.btc-brand__words { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.btc-brand__words strong { color: inherit; font-family: var(--btc-serif); font-size: 1.2rem; font-weight: 500; letter-spacing: .065em; text-transform: uppercase; white-space: nowrap; }
.btc-brand__words span { margin-top: .42rem; color: var(--btc-brass); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.btc-nav ul { gap: clamp(12px, 1.45vw, 23px); }
.btc-nav a { font-size: .76rem; }
.btc-header-quote { white-space: nowrap; }

.btc-hero { min-height: min(700px, calc(100vh - 132px)); }
.btc-hero .wp-block-cover__image-background { object-position: 68% 48%; }
.btc-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(4,18,13,.96) 0%, rgba(4,18,13,.83) 38%, rgba(4,18,13,.30) 64%, rgba(4,18,13,.08) 100%) !important; }
.btc-hero__copy { max-width: 680px; }
.btc-hero h1 { font-size: clamp(2.9rem, 5.5vw, 5rem); }
.btc-hero p { max-width: 620px; }

.btc-proof-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0 !important; }
.btc-proof-grid > .wp-block-column { width: auto !important; margin: 0 !important; }
.btc-signature-grid { margin-top: 2.5rem; }
.btc-product-card img { aspect-ratio: 16/11; }
.btc-guarantee-row { align-items: center !important; margin-top: clamp(42px,6vw,72px); padding-top: clamp(34px,5vw,58px); border-top: 1px solid var(--btc-line); }
.btc-guarantee-row .wp-block-buttons { justify-content: flex-end; }
.btc-founder-layout { align-items: center !important; }
.btc-founder-layout .wp-block-image { margin: 0; }
.btc-founder-layout img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.btc-process { margin-top: 2.2rem; }
.btc-process .wp-block-column { min-width: 0; }

.btc-legal { max-width: none; }
.btc-legal > * { max-width: 940px; margin-left: auto; margin-right: auto; }
.btc-legal .wp-block-table { max-width: 1100px; overflow-x: auto; }
.btc-legal h2 { margin-top: 2.1em; font-size: clamp(1.55rem,2.8vw,2.15rem); }
.btc-legal h3 { margin-top: 1.65em; font-size: clamp(1.2rem,2vw,1.5rem); }
.btc-legal p, .btc-legal li { line-height: 1.72; }
.btc-legal li + li { margin-top: .34rem; }
.btc-legal .wp-block-list { padding-left: 1.4rem; }
.btc-missing-detail { color: #9c2f25; font-weight: 800; }

.btc-footer__grid { grid-template-columns: 1.35fr .9fr 1.1fr 1.15fr; gap: 38px; }
.btc-brand--footer { margin-bottom: 20px; }
.btc-brand--footer .btc-brand__mark { width: 76px !important; height: 76px !important; }
.btc-brand--footer .btc-brand__words strong { font-size: 1.1rem; }
.btc-site-footer p { font-size: .9rem; line-height: 1.6; }
.btc-footer__legal { justify-content: flex-end; }
.btc-prefooter .btc-kicker { margin-bottom: .45rem !important; }

@media (max-width: 1220px) {
  .btc-header__inner { grid-template-columns: minmax(240px, 1fr) auto; min-height: 84px; }
  .btc-brand__mark { width: 60px !important; height: 60px !important; }
  .btc-brand__words strong { font-size: 1.08rem; }
  .btc-menu-toggle { display: block; }
  .btc-nav { display: none; grid-column: 1 / -1; }
  .btc-nav.is-open { display: block; }
  .btc-nav ul { align-items: stretch; flex-direction: column; gap: 0; padding: 16px 0 6px; border-top: 1px solid rgba(255,255,255,.15); }
  .btc-nav a { display: block; padding: 12px 0; }
  .btc-header-quote { display: none; }
  .btc-proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .btc-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 782px) {
  .btc-brand__mark { width: 54px !important; height: 54px !important; }
  .btc-brand__words strong { font-size: .98rem; }
  .btc-brand__words span { font-size: .51rem; }
  .btc-hero { min-height: 640px; }
  .btc-hero .wp-block-cover__image-background { object-position: 64% 50%; }
  .btc-hero .wp-block-cover__background { background: linear-gradient(90deg,rgba(4,18,13,.94),rgba(4,18,13,.72)) !important; }
  .btc-guarantee-row .wp-block-buttons { justify-content: flex-start; }
  .btc-legal { padding-left: 20px; padding-right: 20px; }
  .btc-footer__legal { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .btc-brand__mark { width: 48px !important; height: 48px !important; }
  .btc-brand__words strong { font-size: .88rem; letter-spacing: .045em; }
  .btc-brand__words span { display: none; }
  .btc-proof-grid { grid-template-columns: 1fr; }
  .btc-footer__grid { grid-template-columns: 1fr; }
  .btc-hero { min-height: 610px; }
}

