/* Office Station: modern minimal. White space, architectural photography, light type, terracotta accent. */
:root {
  --ink: #1c1c1c;
  --ink-2: #3a3a3a;
  --muted: #6f6f6f;
  --faint: #9a9a9a;
  --line: #e9e5df;
  --white: #ffffff;
  --stone: #f8f6f2;
  --stone-2: #f1ede6;
  --copper: #d27c52;
  --copper-text: #b25f36;
  --copper-soft: #fbefe8;
  --night: #161616;
  --ok: #3f7a5a;
  --ok-soft: #ebf4ee;
  --font: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  --wrap: 1200px;
  --radius: 4px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-weight: 300; font-size: 16px; line-height: 1.75; color: var(--ink-2); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
strong, b { font-weight: 600; color: var(--ink); }
h1, h2, h3, h4 { color: var(--ink); margin: 0 0 .6em; line-height: 1.2; font-weight: 300; }
h1 { font-size: clamp(2.1rem, 5.2vw, 4rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.15rem; font-weight: 500; }
p { margin: 0 0 1.1em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 24px; }
.narrow { max-width: 820px; margin-inline: auto; }
.center { text-align: center; }
.label { display: inline-block; font-size: .74rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--copper-text); margin-bottom: 18px; }
.label.light { color: rgba(255,255,255,.88); }
.label.light::before { content: ""; display: inline-block; width: 22px; height: 1px; background: var(--copper); vertical-align: middle; margin-right: 12px; }
@media (max-width: 600px) { .label { letter-spacing: .18em; font-size: .68rem; } .brand-word small { display: none; } .brand svg { width: 32px; height: 32px; } .head-row { min-height: 68px; } }
.title-caps { text-transform: uppercase; letter-spacing: .06em; font-weight: 300; }
.accent { color: var(--copper); }
.lede { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--muted); max-width: 62ch; }
.center .lede { margin-inline: auto; }
.muted { color: var(--muted); }
.fine { font-size: .8rem; color: var(--faint); line-height: 1.6; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: 500 .8rem var(--font); letter-spacing: .2em; text-transform: uppercase; padding: 16px 30px; border: 1px solid transparent; border-radius: 0; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; min-height: 50px; text-align: center; }
.btn-copper { background: var(--copper); color: #fff; }
.btn-copper:hover { background: var(--copper-text); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-line.light { border-color: rgba(255,255,255,.8); color: #fff; }
.btn-line.light:hover { background: #fff; color: var(--ink); }
.btn svg { width: 16px; height: 16px; }
.btn[disabled] { opacity: .5; cursor: wait; }
.text-link { font-size: .78rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--copper); padding-bottom: 4px; }
.text-link:hover { color: var(--copper-text); }

/* header */
.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 60; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-bottom-color: var(--line); }
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand svg { width: 38px; height: 38px; flex: none; }
.brand-word { display: flex; flex-direction: column; line-height: 1.05; }
.brand-word b { font-weight: 500; font-size: 1.25rem; letter-spacing: -.01em; }
.brand-word small { font-size: .56rem; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.nav > a:not(.btn), .nav .dd > button { font: 400 .78rem var(--font); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); text-decoration: none; background: none; border: 0; cursor: pointer; padding: 8px 0; }
.nav > a:not(.btn):hover, .nav > a[aria-current="page"], .nav .dd > button:hover { color: var(--copper-text); }
.nav .btn { padding: 12px 20px; min-height: 44px; font-size: .72rem; color: #fff; }
.nav .btn:hover { color: #fff; }
.dd { position: relative; }
.dd-menu { position: absolute; top: 100%; left: -20px; min-width: 280px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(0,0,0,.08); padding: 10px 0; display: none; }
.dd:hover .dd-menu, .dd:focus-within .dd-menu { display: block; }
.dd-menu a { display: block; padding: 10px 22px; text-decoration: none; font-size: .92rem; color: var(--ink-2); }
.dd-menu a small { display: block; color: var(--faint); font-size: .76rem; }
.dd-menu a:hover { background: var(--stone); color: var(--copper-text); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }
@media (max-width: 1020px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 6px 24px 22px; max-height: calc(100vh - 84px); overflow-y: auto; }
  .nav.open { display: flex; }
  .nav > a, .nav .dd > button { padding: 14px 0; border-bottom: 1px solid var(--line); text-align: left; width: 100%; }
  .dd-menu { position: static; display: block; border: 0; box-shadow: none; padding: 0 0 8px 12px; min-width: 0; }
  .dd-menu a { padding: 8px 0; }
  .nav .btn { margin-top: 16px; }
}

/* sections */
section { padding-block: clamp(64px, 9vw, 120px); }
.stone { background: var(--stone); }
.dark { background: var(--night); color: #cfcac2; }
.dark h2, .dark h3, .dark strong { color: #fff; }
.dark .lede, .dark .muted { color: #a9a39a; }
.section-head { margin-bottom: clamp(36px, 5vw, 60px); }
.rule { width: 48px; height: 1px; background: var(--copper); margin: 26px 0; border: 0; }
.center .rule { margin-inline: auto; }

/* hero */
.hero { position: relative; padding: 0; min-height: min(86vh, 820px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: drift 24s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,12,.82) 0%, rgba(12,12,12,.62) 42%, rgba(12,12,12,.22) 78%, rgba(12,12,12,.12) 100%), linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.55) 100%); }
@media (max-width: 800px) { .hero::after { background: linear-gradient(180deg, rgba(12,12,12,.55) 0%, rgba(12,12,12,.72) 45%, rgba(12,12,12,.88) 100%); } }
@keyframes drift { from { transform: scale(1.02); } to { transform: scale(1.1) translate(-1%, -1%); } }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-block: clamp(48px, 8vw, 96px); }
.hero h1 { color: #fff; max-width: 17ch; }
.hero h1 em { font-style: normal; font-weight: 500; }
.hero .lede { color: rgba(255,255,255,.86); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-strip { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.22); margin-top: clamp(40px, 6vw, 64px); padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 38px; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.page-hero { position: relative; color: #fff; padding-block: clamp(90px, 14vw, 170px) clamp(48px, 7vw, 80px); overflow: hidden; }
.page-hero .hero-media img { animation: none; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,12,.8) 0%, rgba(12,12,12,.55) 55%, rgba(12,12,12,.3) 100%); }
@media (max-width: 800px) { .page-hero::after { background: rgba(12,12,12,.7); } }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero .lede { color: rgba(255,255,255,.86); }
.crumbs { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: 18px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; }
.plain-hero { padding-block: clamp(56px, 8vw, 96px) clamp(24px, 4vw, 40px); border-bottom: 1px solid var(--line); }
.plain-hero .crumbs { color: var(--faint); }
.plain-hero .crumbs a:hover { color: var(--copper-text); }

.photo-credit { font-size: .68rem; color: var(--faint); margin: 8px 0 0; line-height: 1.4; }
.photo-credit a { color: inherit; }
.photo-credit.on-hero { position: absolute; right: 12px; bottom: 8px; z-index: 3; color: rgba(255,255,255,.62); margin: 0; max-width: 60%; text-align: right; }
.figure { margin: 0 0 34px; }
.figure img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.logistics { list-style: none; padding: 0; margin: 0; counter-reset: lg; }
.logistics li { position: relative; padding: 16px 0 16px 52px; border-bottom: 1px solid var(--line); }
.logistics li::before { counter-increment: lg; content: counter(lg, decimal-leading-zero); position: absolute; left: 0; top: 16px; font-size: .78rem; letter-spacing: .12em; color: var(--copper-text); font-weight: 500; }

/* designer seating cards */
.seat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; margin-bottom: 18px; }
.seat-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }
.seat-photo { aspect-ratio: 1 / 1; background: #fff; overflow: hidden; display: grid; place-items: center; }
.seat-photo img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .8s ease; }
.seat-card:hover .seat-photo img { transform: scale(1.03); }
.seat-photo.studio { background: radial-gradient(ellipse at 50% 38%, #ffffff 0%, #f4f0ea 55%, #e9e3da 100%); }
.studio-mark { display: grid; justify-items: center; gap: 14px; color: #b8aea1; }
.studio-mark svg { width: 92px; height: 92px; stroke-width: .9; }
.studio-mark span { font-size: 1.05rem; letter-spacing: .18em; text-transform: uppercase; color: #8e8478; }
.seat-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.seat-body .k { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--copper-text); }
.seat-body h3 { margin: 0; font-weight: 400; font-size: 1.25rem; }
.seat-body p { color: var(--muted); font-size: .9rem; margin: 0 0 8px; }
.seat-body .text-link { margin-top: auto; align-self: flex-start; }

/* seating catalog (filter bar, product tiles, swatches) */
.cat-bar { display: flex; flex-wrap: wrap; gap: 14px 18px; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.cat-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid var(--line); background: #fff; color: var(--ink-2); font: 500 .78rem var(--font); letter-spacing: .08em; text-transform: uppercase; padding: 9px 16px; cursor: pointer; min-height: 40px; }
.chip:hover { border-color: var(--copper); color: var(--copper-text); }
.chip.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.cat-sort { font-size: .8rem; color: var(--muted); display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.cat-sort select { min-height: 40px; padding: 8px 34px 8px 12px; font-size: .85rem; }
.seat-card[hidden] { display: none; }
.seat-photo { position: relative; }
.seat-flag { position: absolute; left: 10px; top: 10px; background: rgba(255,255,255,.92); border: 1px solid var(--line); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; padding: 3px 8px; color: var(--muted); }
.swatches { display: flex; align-items: center; gap: 7px; margin: 2px 0 8px; flex-wrap: wrap; }
.sw { width: 24px; height: 24px; padding: 2px; border: 1px solid var(--line); background: #fff; cursor: pointer; border-radius: 50%; }
.sw:hover, .sw:focus-visible { border-color: var(--copper); }
.sw i { display: block; width: 100%; height: 100%; border-radius: 50%; }
.sw-note { font-size: .7rem; color: var(--faint); letter-spacing: .08em; text-transform: uppercase; }
.seat-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 12px; }
.seat-tags li { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); padding: 3px 8px; }
.seat-buy { margin-top: auto; display: grid; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
.seat-cond strong { display: block; font-size: .88rem; }
.seat-cond span { font-size: .78rem; color: var(--muted); }
.seat-buy .btn { min-height: 44px; padding: 11px 18px; font-size: .72rem; }

/* seating wish list dialog */
html.wl-lock { overflow: hidden; }
.wl { width: min(1080px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 1px solid var(--line); background: #fff; color: var(--ink-2); }
.wl::backdrop { background: rgba(18,18,18,.55); }
.wl-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; background: #fff; border-bottom: 1px solid var(--line); }
.wl-close { background: none; border: 0; cursor: pointer; padding: 6px; color: var(--ink); }
.wl-close svg { width: 24px; height: 24px; }
.wl-grid { display: grid; grid-template-columns: 1.15fr .85fr; }
@media (max-width: 860px) { .wl-grid { grid-template-columns: 1fr; } }
.wl-config { padding: 24px; border-right: 1px solid var(--line); }
@media (max-width: 860px) { .wl-config { border-right: 0; border-bottom: 1px solid var(--line); } }
.wl-side { padding: 24px; background: var(--stone); }
.wl-chair { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; margin-bottom: 22px; }
@media (max-width: 520px) { .wl-chair { grid-template-columns: 1fr; } }
.wl-chair h2 { font-size: 1.6rem; margin: 2px 0 12px; }
.wl-chair .k { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--copper-text); }
.wl-photo { aspect-ratio: 4 / 5; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.wl-photo img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.wl-studio { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: #b8aea1; background: radial-gradient(ellipse at 50% 38%, #fff 0%, #f4f0ea 55%, #e9e3da 100%); }
.wl-studio svg { width: 54%; max-width: 90px; }
.wl-studio span { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: #8e8478; text-align: center; padding: 0 6px; }
.wl-views { display: flex; gap: 8px; margin: 0 0 12px; }
.wl-views:empty { display: none; }
.wl-view { width: 46px; height: 46px; padding: 2px; background: #fff; border: 1px solid var(--line); cursor: pointer; }
.wl-view img { width: 100%; height: 100%; object-fit: contain; display: block; }
.wl-view.on, .wl-view:hover, .wl-view:focus-visible { border-color: var(--copper); }
.wl-group { margin-bottom: 16px; }
.wl-group .opts { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
.wl-group .opt span { padding: 9px 12px; }
.wl-items { list-style: none; padding: 0; margin: 0 0 20px; border-top: 1px solid var(--line); }
.wl-empty { padding: 14px 0; color: var(--muted); font-size: .9rem; border-bottom: 1px solid var(--line); }
.wl-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.wl-thumb { width: 56px; height: 70px; background: #fff; border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; }
.wl-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }
.wl-thumb .wl-studio span { display: none; }
.wl-info b { display: block; font-weight: 500; color: var(--ink); font-size: .92rem; }
.wl-info small { display: block; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.wl-remove { background: none; border: 0; color: var(--copper-text); font-size: .76rem; cursor: pointer; text-decoration: underline; }

/* intro statement */
.statement { font-size: clamp(1.35rem, 2.6vw, 2rem); line-height: 1.5; color: var(--ink); font-weight: 300; max-width: 30em; margin-inline: auto; }

/* service tiles */
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.tile { position: relative; background: #fff; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.tile-img { aspect-ratio: 16 / 10; overflow: hidden; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.tile:hover .tile-img img { transform: scale(1.04); }
.tile-body { padding: clamp(24px, 3vw, 38px); }
.tile-body .num { font-size: .72rem; letter-spacing: .24em; color: var(--copper-text); }
.tile-body h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 300; margin: 10px 0; }
.tile-body p { color: var(--muted); margin-bottom: 18px; }
@media (max-width: 760px) { .tiles { grid-template-columns: 1fr; } }

/* grids */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 44px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.5vw, 32px); }
@media (max-width: 960px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .grid-2 { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .grid-4 { grid-template-columns: 1fr; } }
.photo { overflow: hidden; }
.photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.photo.wide img { aspect-ratio: 16 / 11; }

/* values / features with line icons */
.feature { text-align: center; padding: 8px 6px; }
.feature .ico { width: 54px; height: 54px; margin: 0 auto 20px; color: var(--ink); }
.feature .ico svg { width: 100%; height: 100%; stroke-width: 1.1; }
.feature h3 { text-transform: uppercase; letter-spacing: .12em; font-size: .9rem; font-weight: 500; margin-bottom: 12px; }
.feature p { color: var(--muted); font-size: .95rem; }
.feature.left { text-align: left; }
.feature.left .ico { margin: 0 0 18px; width: 40px; height: 40px; }

/* process */
.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process li { padding: 28px 22px 10px 0; border-right: 1px solid var(--line); padding-left: 22px; }
.process li:first-child { padding-left: 0; }
.process li:last-child { border-right: 0; }
.process .when { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--copper-text); }
.process h3 { font-weight: 400; margin: 10px 0 8px; }
.process p { font-size: .92rem; color: var(--muted); }
.dark .process, .dark .process li { border-color: #2d2d2d; }
@media (max-width: 1000px) { .process { grid-template-columns: 1fr; } .process li { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; } .dark .process li { border-color: #2d2d2d; } }

/* capability list */
.caps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.caps li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.caps svg { width: 20px; height: 20px; color: var(--copper); flex: none; margin-top: 4px; }
.dark .caps li { border-color: #2d2d2d; }
@media (max-width: 700px) { .caps { grid-template-columns: 1fr; } }

/* audience chips */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; list-style: none; padding: 0; margin: 0; }
.chips li { border: 1px solid var(--line); padding: 9px 18px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); background: #fff; }

/* brand wall */
.brands { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brands div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 16px; text-align: center; font-size: 1.02rem; font-weight: 400; color: var(--ink); letter-spacing: .02em; }
.brands div small { display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-top: 4px; }

/* inventory category cards */
.cat { text-decoration: none; color: inherit; display: block; }
.cat .photo img { aspect-ratio: 1 / 1; transition: transform .8s; }
.cat:hover .photo img { transform: scale(1.04); }
.cat h3 { font-weight: 400; margin: 18px 0 4px; }
.cat p { font-size: .9rem; color: var(--muted); margin: 0; }
.cat .from { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--copper-text); margin-top: 8px; }
.icon-card { border: 1px solid var(--line); padding: 30px 26px; background: #fff; height: 100%; }
.icon-card .ico { width: 40px; height: 40px; color: var(--copper); margin-bottom: 18px; }
.icon-card .ico svg { width: 100%; height: 100%; stroke-width: 1.2; }
.icon-card h3 { font-weight: 400; }
.icon-card p { color: var(--muted); font-size: .94rem; margin: 0; }

/* grades */
.grades { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.grade { padding: clamp(26px, 3vw, 40px); border-right: 1px solid var(--line); background: #fff; }
.grade:last-child { border-right: 0; }
.grade .g { font-size: 2.6rem; font-weight: 200; color: var(--copper); line-height: 1; }
.grade h3 { margin-top: 12px; }
.grade p { color: var(--muted); font-size: .94rem; margin: 0; }
@media (max-width: 800px) { .grades { grid-template-columns: 1fr; } .grade { border-right: 0; border-bottom: 1px solid var(--line); } .grade:last-child { border-bottom: 0; } }

/* caveat / disclosure block */
.disclosure { border-left: 2px solid var(--copper); background: var(--stone); padding: 26px 30px; }
.disclosure h3 { font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; margin-bottom: 14px; }
.disclosure ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: .92rem; }
.disclosure li { margin-bottom: 8px; }

/* compare table */
/* resource library search */
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.lib-search { margin-top: 30px; max-width: 720px; }
.lib-field { position: relative; display: flex; align-items: center; background: #fff; border: 1px solid var(--line); }
.lib-field:focus-within { border-color: var(--copper); }
.lib-ico { width: 18px; height: 18px; margin-left: 16px; flex: none; fill: none; stroke: var(--faint); stroke-width: 1.8; stroke-linecap: round; }
#lib-q { flex: 1; min-width: 0; border: 0; background: none; padding: 15px 14px; font: inherit; font-size: .98rem; color: var(--ink); outline: none; appearance: none; }
#lib-q::-webkit-search-cancel-button { display: none; }
.lib-clear { border: 0; background: none; padding: 0 16px; font: inherit; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); cursor: pointer; }
.lib-clear:hover { color: var(--copper-text); }
.lib-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.lib-status { margin: 12px 0 0; font-size: .82rem; color: var(--faint); min-height: 1.2em; }
.lib-sec[hidden], .lib-item[hidden] { display: none !important; }
.lib-empty { padding-block: 70px; }

/* seating prices on the catalog card and in the configurator */
.seat-price { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 14px; }
.seat-price .k { display: block; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-bottom: 3px; }
.seat-price strong { font-size: 1.06rem; font-weight: 400; }
.seat-price .mkt-rate.block { flex: 1 0 100%; margin-top: 2px; }
.wl-price { margin: 4px 0 12px; font-size: .9rem; color: var(--ink-2); }

/* average-market-rate disclaimer, shown wherever a price appears */
.mkt-rate { display: inline-block; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; color: var(--copper-text, #a8552c); border: 1px solid var(--line); border-radius: 2px; padding: 2px 7px; white-space: nowrap; vertical-align: middle; line-height: 1.5; }
.mkt-rate.block { display: block; width: fit-content; margin-top: 10px; }
.out-label .mkt-rate { margin-left: 8px; }
.grade .mkt-rate { margin: 8px 0 2px; }
.prose .rate-fine { margin: -14px 0 26px; }
.prose .rate-fine .mkt-rate { margin-right: 6px; }

/* cubicle configurations: plan-view cards */
.cfg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cfg { background: #fff; display: flex; flex-direction: column; }
.cfg-plan { background: var(--stone); padding: 26px 22px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.plan { width: 100%; max-width: 300px; height: auto; display: block; }
.cfg-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.cfg-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.cfg-head h3 { font-size: 1.16rem; margin: 0; }
.cfg-seats { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
.cfg-body > p { margin: 10px 0 0; font-size: .93rem; color: var(--ink-2); }
.cfg-specs { margin: 16px 0 0; display: grid; gap: 8px; }
.cfg-specs div { display: grid; grid-template-columns: 78px 1fr; gap: 12px; }
.cfg-specs dt { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); padding-top: 2px; }
.cfg-specs dd { margin: 0; font-size: .88rem; color: var(--ink-2); }
.cfg-price { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 18px 0 16px; padding-top: 16px; border-top: 1px solid var(--line); margin-top: auto; }
.cfg-price .mkt-rate.block { flex: 1 0 100%; margin-top: 2px; }
.cfg-price .k { display: block; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-bottom: 3px; }
.cfg-price strong { font-size: 1.12rem; font-weight: 400; }
.cfg .btn { width: 100%; text-align: center; }
.ht { border: 1px solid var(--line); background: #fff; padding: 26px 24px; height: 100%; }
.ht-svg { width: 100%; max-width: 150px; height: auto; display: block; margin-bottom: 18px; }
.ht h3 { margin: 4px 0 8px; font-size: 1.12rem; }
.ht p { font-size: .92rem; color: var(--ink-2); }
@media (max-width: 560px) { .cfg-grid { grid-template-columns: 1fr; } }
.table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid var(--line); }
table { border-collapse: collapse; width: 100%; font-size: .94rem; }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; color: var(--muted); background: var(--stone); white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }
.compare td:first-child { font-weight: 500; color: var(--ink); }
.compare td.us { color: var(--ink); }
.compare th.us { color: var(--copper-text); }

/* tools */
.tool { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; border: 1px solid var(--line); background: #fff; }
@media (max-width: 960px) { .tool { grid-template-columns: 1fr; } }
.tool-form { padding: clamp(24px, 3.5vw, 44px); border-right: 1px solid var(--line); }
@media (max-width: 960px) { .tool-form { border-right: 0; border-bottom: 1px solid var(--line); } }
.tool-out { padding: clamp(24px, 3.5vw, 44px); background: var(--stone); }
.tool-out .sticky { position: sticky; top: calc(env(safe-area-inset-top, 0px) + 104px); }
.fieldset { border: 0; padding: 0; margin: 0 0 30px; min-width: 0; }
.fieldset legend { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--copper-text); font-weight: 500; margin-bottom: 14px; padding: 0; }
.field { display: grid; gap: 6px; margin-bottom: 16px; min-width: 0; }
.field label, .field .flabel { font-size: .86rem; font-weight: 500; color: var(--ink); }
.field .hint { font-weight: 300; color: var(--faint); font-size: .8rem; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], select, textarea { width: 100%; font: 300 16px var(--font); padding: 12px 14px; border: 1px solid #d9d4cc; border-radius: 0; background: #fff; color: var(--ink); min-height: 50px; appearance: none; -webkit-appearance: none; }
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%236f6f6f' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(210,124,82,.35); outline-offset: 0; border-color: var(--copper); }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 16px; }
@media (max-width: 600px) { .row-2, .row-3 { grid-template-columns: 1fr; } }
.opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.opt { position: relative; display: block; cursor: pointer; }
.opt input { position: absolute; inset: 0; opacity: 0; cursor: pointer; margin: 0; }
.opt span { display: block; height: 100%; border: 1px solid #d9d4cc; padding: 12px 14px; background: #fff; transition: border-color .15s, background .15s; }
.opt span b { display: block; font-weight: 500; font-size: .92rem; color: var(--ink); }
.opt span small { display: block; color: var(--faint); font-size: .76rem; line-height: 1.4; margin-top: 2px; }
.opt input:checked + span { border-color: var(--copper); background: var(--copper-soft); box-shadow: inset 0 0 0 1px var(--copper); }
.opt input:focus-visible + span { outline: 2px solid rgba(210,124,82,.45); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; cursor: pointer; }
.check input { width: 20px; height: 20px; margin-top: 4px; accent-color: var(--copper); flex: none; }
.out-label { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.out-head { font-size: clamp(1.4rem, 2.6vw, 1.8rem); font-weight: 400; color: var(--ink); margin: 6px 0 2px; }
.out-num { font-size: clamp(2.3rem, 5vw, 3.2rem); font-weight: 200; color: var(--ink); line-height: 1.1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.out-num.pos { color: var(--ok); }
.out-sub { color: var(--muted); font-size: .9rem; }
.lines { list-style: none; padding: 0; margin: 22px 0; font-size: .9rem; border-top: 1px solid var(--line); }
.lines li { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.lines li span:last-child { font-variant-numeric: tabular-nums; font-weight: 500; color: var(--ink); white-space: nowrap; }
.lines li.save span:last-child { color: var(--ok); }
.drivers { list-style: none; padding: 0; margin: 14px 0 22px; font-size: .86rem; color: var(--muted); }
.drivers li { padding-left: 16px; position: relative; margin-bottom: 6px; }
.drivers li::before { content: ""; position: absolute; left: 0; top: .78em; width: 6px; height: 1px; background: var(--copper); }
.eta { font-size: .84rem; padding: 10px 14px; background: var(--ok-soft); color: var(--ok); margin: 12px 0; }
.eta.slow { background: var(--copper-soft); color: var(--copper-text); }
.form-status { margin-top: 16px; padding: 14px 16px; font-size: .92rem; }
.form-status.ok { background: var(--ok-soft); color: var(--ok); }
.form-status.err { background: #fbeceb; color: #9b2c22; }
.hp { position: absolute !important; left: -9999px !important; }
.form-card { border: 1px solid var(--line); padding: clamp(24px, 4vw, 48px); background: #fff; }

/* faq */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 0; font-size: 1.05rem; font-weight: 400; color: var(--ink); display: flex; justify-content: space-between; gap: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 200; font-size: 1.6rem; line-height: 1; color: var(--copper); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--muted); padding: 0 0 22px; margin: 0; max-width: 70ch; }

/* cities */
.city-links { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.city-links a { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px; text-decoration: none; font-size: .95rem; }
.city-links a small { display: block; color: var(--faint); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.city-links a:hover { background: var(--stone); color: var(--copper-text); }
@media (max-width: 800px) { .city-links { grid-template-columns: repeat(2, 1fr); } }

/* social */
.social { display: flex; gap: 18px; align-items: center; }
.social a { color: inherit; display: inline-flex; }
.social svg { width: 20px; height: 20px; }

/* article / guides */
.article { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (max-width: 1000px) { .article { grid-template-columns: 1fr; } }
.prose { font-size: 1.04rem; color: var(--ink-2); min-width: 0; }
.prose h2 { font-size: clamp(1.45rem, 2.6vw, 1.95rem); margin: 2em 0 .7em; scroll-margin-top: 110px; }
.prose h3 { margin: 1.6em 0 .5em; font-size: 1.12rem; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose a:not(.btn) { color: var(--copper-text); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose .callout { border-left: 2px solid var(--copper); background: var(--stone); padding: 20px 24px; margin: 28px 0; font-size: .98rem; }
.prose .callout strong { display: block; margin-bottom: 4px; }
.prose .inline-cta { margin: 32px 0; }
.aside-card { position: sticky; top: calc(env(safe-area-inset-top, 0px) + 104px); border: 1px solid var(--line); padding: 28px; background: var(--stone); }
.aside-card h3 { font-weight: 400; }
.aside-card p { font-size: .92rem; color: var(--muted); }
.aside-card ul { list-style: none; padding: 0; margin: 18px 0 0; border-top: 1px solid var(--line); }
.aside-card li a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: .9rem; }
.aside-card li a:hover { color: var(--copper-text); }
.meta-line { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-top: 18px; }
.plain-hero .meta-line { color: var(--faint); }
.guide-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.guide-list a { background: #fff; padding: 30px; text-decoration: none; display: block; }
.guide-list a:hover { background: var(--stone); }
.guide-list .k { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--copper-text); }
.guide-list h3 { font-weight: 400; margin: 10px 0; }
.guide-list p { color: var(--muted); font-size: .92rem; margin: 0; }

/* cta band */
.cta { position: relative; color: #fff; text-align: center; overflow: hidden; }
.cta .hero-media img { animation: none; }
.cta::after { content: ""; position: absolute; inset: 0; background: rgba(18,18,18,.66); }
.cta .wrap { position: relative; z-index: 2; }
.cta h2 { color: #fff; max-width: 22ch; margin-inline: auto; }
.cta .lede { color: rgba(255,255,255,.82); }
.cta .hero-ctas { justify-content: center; }

/* footer */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding-block: 72px 36px; font-size: .9rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.site-footer h4 { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 500; color: var(--ink); margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; color: var(--muted); }
.site-footer a:hover { color: var(--copper-text); }
.foot-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .78rem; color: var(--faint); }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

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