:root {
  --pine: #102827;
  --pine-deep: #081918;
  --porcelain: #f4f5f1;
  --paper: #ffffff;
  --ink: #171b1a;
  --muted: #626a67;
  --line: #d8dcd6;
  --brass: #caa45d;
  --brass-light: #e2c98f;
  --sky: #87b6c8;
  --oxblood: #732b39;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --utility: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--porcelain); font-family: var(--body); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(100% - 48px, 1320px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--sky); outline-offset: 4px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 92px; padding: 0 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s ease, min-height .25s ease; }
.site-header.is-scrolled { position: fixed; min-height: 74px; color: var(--ink); background: rgba(244,245,241,.96); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.62); transform: rotate(45deg); font: 500 12px/1 var(--utility); }
.brand-mark { color: var(--brass-light); }
.brand-mark > span { transform: rotate(-45deg); }
.brand-wordmark { display: grid; line-height: 1; }
.brand-wordmark strong { font: 600 21px/1 var(--display); }
.brand-wordmark span { margin-top: 5px; font: 500 9px/1 var(--utility); letter-spacing: .22em; color: var(--brass-light); }
.site-header.is-scrolled .brand-mark, .brand-dark .brand-mark { border-color: var(--pine); color: var(--pine); }
.site-header.is-scrolled .brand-wordmark span, .brand-dark .brand-wordmark span { color: var(--oxblood); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav > a, .text-link { position: relative; }
.desktop-nav > a::after, .text-link::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav > a:hover::after, .text-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-menu { position: relative; }
.nav-menu::after { position: absolute; top: 100%; left: -34px; width: 170px; height: 36px; content: ""; }
.nav-menu-trigger { display: inline-flex; align-items: center; gap: 5px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; font-size: 13px; font-weight: 600; }
.nav-menu-trigger svg { width: 14px; transition: transform .2s ease; }
.nav-menu.is-open .nav-menu-trigger svg { transform: rotate(180deg); }
.nav-mega { position: fixed; z-index: 40; top: 92px; left: 50%; width: min(900px, calc(100vw - 48px)); color: var(--ink); background: rgba(250,251,248,.99); border-top: 3px solid var(--brass); box-shadow: 0 28px 70px rgba(4,18,17,.24); opacity: 0; pointer-events: none; transform: translate(-50%,-10px); transition: opacity .2s ease, transform .2s ease; }
.site-header.is-scrolled .nav-mega { top: 74px; }
.nav-menu.is-open .nav-mega { opacity: 1; pointer-events: auto; transform: translate(-50%,0); }
.nav-mega-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .85fr 1.2fr; }
.nav-mega section { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 9px; padding: 27px 25px; border-right: 1px solid var(--line); }
.nav-mega section:last-child { border-right: 0; }
.nav-mega-heading { display: flex; align-items: flex-start; gap: 10px; width: 100%; margin-bottom: 8px; color: var(--pine); font: 600 17px/1 var(--display); }
.nav-mega-heading > svg { width: 17px; margin-top: 1px; color: var(--oxblood); stroke-width: 1.7; }
.nav-mega-heading span { display: grid; gap: 6px; }
.nav-mega-heading small { color: var(--muted); font: 400 8px/1 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.nav-mega section > a { color: var(--muted); font-size: 11px; font-weight: 500; }
.nav-mega section > a:hover { color: var(--pine); }
.nav-mega .nav-mega-all { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 11px; color: var(--pine); border-bottom: 1px solid var(--pine); font-weight: 700; }
.nav-mega-all svg { width: 13px; }
.nav-mega-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 25px; color: var(--muted); background: #eef1ec; font-size: 10px; }
.nav-mega-footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--pine); font-weight: 700; }
.nav-mega-footer svg { width: 14px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; font-size: 13px; font-weight: 600; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button svg { width: 17px; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--pine-deep); background: white; }
.site-header.is-scrolled .button-light { color: white; background: var(--pine); }
.button-dark { color: white; background: var(--pine); }
.button-dark:hover { background: var(--pine-deep); }
.button-brass { color: var(--pine-deep); background: var(--brass-light); }
.button-brass:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.52); background: rgba(7,23,22,.18); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-button svg { width: 22px; }
.mobile-panel { display: none; }

.hero { position: relative; min-height: 760px; height: 96vh; max-height: 980px; overflow: hidden; color: white; background: var(--pine-deep); }
.hero-picture { position: absolute; inset: 0; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: hero-arrive 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(5,18,17,.92) 0%, rgba(5,18,17,.7) 36%, rgba(5,18,17,.08) 71%), linear-gradient(0deg, rgba(5,18,17,.5) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .58fr); gap: clamp(64px, 8vw, 140px); align-items: end; height: 100%; padding-top: 156px; padding-bottom: 116px; }
.hero-copy { max-width: 760px; animation: copy-arrive .9s .25s ease both; }
.eyebrow { margin: 0 0 18px; color: var(--oxblood); font: 500 11px/1.4 var(--utility); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--brass-light); }
.hero h1 { max-width: 770px; margin: 0; color: white; font: 500 clamp(58px, 6.1vw, 96px)/.88 var(--display); letter-spacing: 0; }
.hero h1 em { color: var(--brass-light); font-weight: 500; }
.hero-intro { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.74); font: 400 10px/1.4 var(--utility); text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 15px; color: var(--brass-light); }
.portfolio-desk { align-self: end; padding: 26px; color: var(--ink); background: rgba(248,249,246,.96); border-top: 3px solid var(--brass); box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(14px); animation: desk-arrive .9s .5s ease both; }
.desk-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.desk-kicker, .live-label, .desk-meta { font: 500 9px/1.4 var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.live-label { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); }
.live-label span { width: 6px; height: 6px; border-radius: 50%; background: #4f8d69; box-shadow: 0 0 0 3px rgba(79,141,105,.12); }
.portfolio-desk h2 { margin: 22px 0; font: 600 30px/1.05 var(--display); }
.desk-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.desk-tab { display: grid; gap: 7px; place-items: center; min-height: 72px; padding: 9px 4px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 600; }
.desk-tab:last-child { border-right: 0; }
.desk-tab svg { width: 18px; }
.desk-tab.is-active { color: white; background: var(--pine); }
.desk-answer { min-height: 258px; padding-top: 18px; }
.desk-benefit { min-height: 44px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.desk-sort { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.desk-sort label { display: grid; gap: 7px; min-width: 0; color: var(--muted); font: 500 8px/1 var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.desk-select-wrap { position: relative; display: block; }
.desk-select-wrap select { width: 100%; height: 44px; padding: 0 34px 0 12px; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0; outline: none; cursor: pointer; appearance: none; font: 600 11px/1 var(--body); text-overflow: ellipsis; }
.desk-select-wrap select:hover { border-color: #aeb6b0; }
.desk-select-wrap select:focus-visible { border-color: var(--pine); outline: 2px solid var(--sky); outline-offset: 1px; }
.desk-select-wrap svg { position: absolute; top: 50%; right: 10px; width: 14px; pointer-events: none; transform: translateY(-50%); }
.desk-meta { display: flex; justify-content: space-between; margin-top: 15px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); letter-spacing: .05em; }
.desk-meta strong { color: var(--ink); font-weight: 500; }
.desk-link { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; color: var(--pine); font-size: 12px; font-weight: 700; }
.desk-link svg { width: 17px; transition: transform .2s ease; }
.desk-link:hover svg { transform: translate(3px,-3px); }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: 4vw; display: flex; align-items: center; gap: 16px; font: 400 9px/1 var(--utility); letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue svg { width: 15px; }

.brand-rail { display: grid; grid-template-columns: 1.1fr 4fr; align-items: center; min-height: 114px; padding: 22px 4vw; color: var(--pine); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand-rail p { max-width: 230px; margin: 0; font: 600 13px/1.45 var(--display); }
.brand-list { display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #77807d; font: 500 10px/1 var(--utility); letter-spacing: .08em; }

.portfolio-section, .standards-section { padding: 112px 0; }
.section-heading h2 { margin: 0; color: var(--pine); font: 600 clamp(44px, 5vw, 70px)/.96 var(--display); }
.split-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: 80px; align-items: end; }
.split-heading > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.category-filter { display: flex; gap: 8px; margin: 50px 0 28px; padding-bottom: 16px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.filter-button { flex: 0 0 auto; padding: 9px 15px; border: 0; border-radius: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.filter-button.is-active { color: white; background: var(--pine); }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.product-card { grid-column: span 2; min-width: 0; background: var(--paper); border-bottom: 2px solid transparent; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: var(--brass); box-shadow: 0 16px 35px rgba(16,40,39,.1); }
.product-card.is-hidden { display: none; }
.product-featured { grid-column: span 3; }
.product-card:nth-child(2) { grid-column: span 3; }
.product-image-wrap { position: relative; display: block; aspect-ratio: 1.48 / 1; overflow: hidden; background: #dfe4df; }
.product-featured .product-image-wrap, .product-card:nth-child(2) .product-image-wrap { aspect-ratio: 1.7 / 1; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover img { transform: scale(1.035); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: white; background: var(--oxblood); font: 500 8px/1 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.product-body { padding: 24px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font: 400 9px/1.3 var(--utility); letter-spacing: .07em; text-transform: uppercase; }
.product-card h3 { margin: 16px 0 10px; color: var(--pine); font: 600 30px/1 var(--display); }
.product-card p { min-height: 66px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.product-footer strong { font-size: 13px; }
.product-footer a { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--pine); transition: background .2s ease; }
.product-footer a:hover { background: var(--oxblood); }
.product-footer svg { width: 15px; }
.section-action { display: flex; justify-content: center; margin-top: 42px; }

.service-section { padding: 112px 0; color: white; background: var(--pine); }
.service-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 10vw, 160px); }
.service-intro { position: sticky; top: 120px; align-self: start; }
.service-intro h2 { margin: 0; font: 500 clamp(45px, 4.8vw, 70px)/.98 var(--display); }
.service-intro > p:not(.eyebrow) { max-width: 460px; margin: 28px 0; color: rgba(255,255,255,.66); font-size: 14px; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.inline-link svg { width: 15px; }
.light-link { color: var(--brass-light); }
.service-steps { margin: 0; padding: 0; list-style: none; }
.service-steps li { display: grid; grid-template-columns: 50px 1fr 38px; gap: 24px; align-items: start; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.18); }
.service-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { color: var(--brass-light); font: 400 10px/1 var(--utility); }
.service-steps h3 { margin: 0 0 10px; font: 500 30px/1 var(--display); }
.service-steps p { max-width: 530px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.service-steps > li > svg { width: 24px; color: var(--sky); }

.standards-section { background: var(--paper); }
.centered-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.standards-grid article { min-height: 280px; padding: 38px 30px; border-right: 1px solid var(--line); }
.standards-grid article:last-child { border-right: 0; }
.standards-grid svg { width: 27px; color: var(--oxblood); stroke-width: 1.5; }
.standards-grid h3 { margin: 55px 0 12px; color: var(--pine); font: 600 26px/1 var(--display); }
.standards-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.concierge-cta { padding: 95px 0; color: white; background: var(--oxblood); }
.cta-layout { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.concierge-cta h2 { margin: 0; font: 500 clamp(46px, 5vw, 72px)/.94 var(--display); }
.cta-actions { min-width: 290px; }
.cta-actions p { margin: 14px 0 0; color: rgba(255,255,255,.65); font: 400 9px/1.4 var(--utility); text-align: center; text-transform: uppercase; }

.site-footer { color: rgba(255,255,255,.76); background: var(--pine-deep); }
.footer-main { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 70px; padding-top: 78px; padding-bottom: 70px; }
.brand-dark { color: white; }
.footer-brand p, .footer-main > div > p { margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-main h2 { margin: 0 0 20px; color: var(--brass-light); font: 500 10px/1 var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 12px; }
.footer-main a:hover { color: white; }
.footer-contact { margin-top: 10px; border-bottom: 1px solid rgba(255,255,255,.3); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font: 400 9px/1.4 var(--utility); text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom > span:last-child { text-align: right; }

@keyframes hero-arrive { from { opacity: .6; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes copy-arrive { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes desk-arrive { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .desktop-nav { gap: 20px; }
  .text-link { display: none; }
  .hero { height: auto; min-height: 900px; }
  .hero-content { grid-template-columns: 1fr; gap: 45px; padding-bottom: 100px; }
  .hero-copy { align-self: end; }
  .portfolio-desk { width: min(100%, 540px); }
  .brand-rail { grid-template-columns: 1fr; gap: 18px; }
  .brand-rail p { max-width: none; }
  .brand-list { overflow-x: auto; justify-content: flex-start; padding-bottom: 5px; }
  .product-card, .product-featured, .product-card:nth-child(2) { grid-column: span 3; }
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
  .standards-grid article:nth-child(2) { border-right: 0; }
  .standards-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1320px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; padding: 0 18px; }
  .site-header.is-scrolled { min-height: 68px; }
  .brand-mark { width: 34px; height: 34px; font-size: 10px; }
  .brand-wordmark strong { font-size: 18px; }
  .brand-wordmark span { font-size: 7px; }
  .header-cta { display: none; }
  .desktop-nav { display: none; }
  .nav-menu::after { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-panel { position: fixed; z-index: 30; inset: 68px 0 auto; display: flex; flex-direction: column; gap: 0; padding: 18px; color: var(--ink); background: var(--porcelain); border-bottom: 1px solid var(--line); box-shadow: 0 20px 45px rgba(0,0,0,.12); transform: translateY(-130%); transition: transform .3s ease; }
  .mobile-panel.is-open { transform: none; }
  .mobile-panel > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
  .mobile-memberships { border-bottom: 1px solid var(--line); }
  .mobile-memberships summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 4px; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
  .mobile-memberships summary::-webkit-details-marker { display: none; }
  .mobile-memberships summary svg { width: 17px; transition: transform .2s ease; }
  .mobile-memberships[open] summary svg { transform: rotate(180deg); }
  .mobile-memberships > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 2px 0 12px; }
  .mobile-memberships > div a { display: grid; grid-template-columns: 20px 1fr auto; gap: 8px; align-items: center; min-height: 46px; padding: 8px 10px; background: var(--paper); font-size: 11px; font-weight: 600; }
  .mobile-memberships > div a svg { width: 15px; color: var(--oxblood); }
  .mobile-memberships > div a span { color: var(--muted); font: 400 8px/1 var(--utility); }
  .mobile-panel .button { margin-top: 16px; }
  .hero { min-height: 940px; max-height: none; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,18,17,.5) 0%, rgba(5,18,17,.42) 28%, rgba(5,18,17,.94) 67%, rgba(5,18,17,.98) 100%); }
  .hero-content { gap: 36px; align-content: end; padding-top: 120px; padding-bottom: 65px; }
  .hero-copy, .portfolio-desk { min-width: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(46px, 13vw, 54px); overflow-wrap: normal; }
  .hero-of { display: block; }
  .hero-intro { max-width: 100%; margin-top: 22px; font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 25px; }
  .hero-proof { gap: 12px 20px; margin-top: 25px; }
  .portfolio-desk { padding: 20px; }
  .portfolio-desk h2 { font-size: 27px; }
  .desk-tab { min-height: 64px; }
  .desk-answer { min-height: 250px; }
  .scroll-cue { display: none; }
  .brand-rail { min-height: 102px; padding-inline: 18px; }
  .brand-list { gap: 34px; }
  .portfolio-section, .standards-section, .service-section { padding: 78px 0; }
  .split-heading, .service-layout, .cta-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2 { font-size: 46px; }
  .category-filter { margin-top: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-featured, .product-card:nth-child(2) { grid-column: auto; }
  .product-image-wrap, .product-featured .product-image-wrap, .product-card:nth-child(2) .product-image-wrap { aspect-ratio: 1.55 / 1; }
  .product-card h3 { font-size: 28px; }
  .service-intro { position: static; }
  .service-intro h2 { font-size: 47px; }
  .service-steps li { grid-template-columns: 36px 1fr; gap: 14px; }
  .service-steps > li > svg { display: none; }
  .standards-grid { grid-template-columns: 1fr; }
  .standards-grid article, .standards-grid article:nth-child(2) { min-height: auto; padding: 30px 6px; border-right: 0; border-bottom: 1px solid var(--line); }
  .standards-grid article:last-child { border-bottom: 0; }
  .standards-grid h3 { margin-top: 28px; }
  .concierge-cta { padding: 70px 0; }
  .concierge-cta h2 { font-size: 48px; }
  .cta-actions { min-width: 0; }
  .cta-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-top: 60px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom > span:last-child { text-align: left; }
}

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