/* =========================================================================
   Aruna Design
   Ivory gallery by day, dark rooms where you talk to a person.
   ========================================================================= */

/* ---------- fonts (self-hosted) ---------- */
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 200 800; font-display: swap; src: url(fonts/newsreader-latin-opsz-normal.woff2) format('woff2-variations'), url(fonts/newsreader-latin-opsz-normal.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 200 800; font-display: swap; src: url(fonts/newsreader-latin-ext-opsz-normal.woff2) format('woff2-variations'), url(fonts/newsreader-latin-ext-opsz-normal.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/hanken-grotesk-latin-400-normal.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/hanken-grotesk-latin-ext-400-normal.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/hanken-grotesk-latin-500-normal.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/hanken-grotesk-latin-ext-500-normal.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- tokens ---------- */
:root {
  color-scheme: light;

  /* day */
  --paper: #F4F0E9;
  --raised: #FAF8F4;
  --ink: #1B1916;
  --ink-hover: #3A3631;
  --ink-2: #47423B;
  --muted: #6A6359;
  --placeholder: #6F685E;
  --line: #DDD6CA;          /* decorative hairline only */
  --line-strong: #8A8276;   /* control boundaries (3.3:1) */
  --error: #9A2A1C;

  /* night */
  --night: #171513;
  --night-2: #221F1C;
  --on-night: #EEE9E1;
  --on-night-2: #CFC7BB;
  --on-night-muted: #A0988C;
  --line-night: #36322D;
  --line-night-strong: #7E766B;
  --error-night: #E8A18F;

  /* semantic (re-pointed inside .on-dark) */
  --bg: var(--paper);
  --fg: var(--ink);
  --fg-2: var(--ink-2);
  --fg-muted: var(--muted);
  --ph: var(--placeholder);
  --rule: var(--line);
  --rule-ui: var(--line-strong);
  --err: var(--error);
  --btn-bg: var(--ink);
  --btn-fg: var(--paper);
  --btn-hover: var(--ink-hover);
  --focus: var(--ink);

  /* plates (image placeholders) */
  --falloff: linear-gradient(172deg, rgb(255 255 255 / .10) 0%, rgb(255 255 255 / 0) 45%, rgb(0 0 0 / .10) 100%);
  --tone-interior: #2B2723;
  --tone-aluminium: #3B3936;
  --tone-steel: #34363A;
  --tone-wood-alu: #4D443B;
  --tone-wood: #6B5D4F;
  --tone-veneer: #8B7B68;
  --tone-laminate: #C3BBAE;
  --tone-glass: #B7BCBA;
  --tone-lacquer: #D6D0C6;
  --tone-map: #DCD6CC;
  --tone-room: #4A4038;
  --tone-salon: radial-gradient(95% 85% at 28% 30%, #5A4B3E 0%, #3A3029 42%, #1E1916 88%);

  --shadow-float: 0 24px 48px -24px rgb(27 25 22 / .30);

  /* type */
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --t-display: clamp(3rem, 1.1rem + 7.4vw, 9.5rem);
  --t-xl: clamp(3rem, 1.4rem + 6.2vw, 8rem);
  --t-h1: clamp(2.375rem, 1.5rem + 3.2vw, 4.75rem);
  --t-h2: clamp(1.875rem, 1.3rem + 1.9vw, 3rem);
  --t-h3: clamp(1.5rem, 1.15rem + 1vw, 2.25rem);
  --t-title: clamp(1.1875rem, 1rem + .45vw, 1.5rem);
  --t-lead: clamp(1.0625rem, 1rem + .3vw, 1.25rem);

  /* space & layout */
  --section: clamp(80px, 10vw, 184px);
  --page-top: clamp(40px, 6vw, 104px);
  --gutter: clamp(20px, 4.4vw, 72px);
  --gap: clamp(14px, 1.7vw, 28px);
  --max: 1680px;
  --measure: 68ch;
  --header-h: 72px;

  /* motion */
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-soft: cubic-bezier(.45, 0, .2, 1);
  --d1: 160ms;
  --d2: 240ms;
  --d3: 480ms;
  --d4: 800ms;
}
@media (max-width: 1024px) { :root { --header-h: 60px; } }

.on-dark {
  color-scheme: dark;
  --bg: var(--night);
  --fg: var(--on-night);
  --fg-2: var(--on-night-2);
  --fg-muted: var(--on-night-muted);
  --ph: var(--on-night-muted);
  --rule: var(--line-night);
  --rule-ui: var(--line-night-strong);
  --err: var(--error-night);
  --btn-bg: var(--on-night);
  --btn-fg: var(--night);
  --btn-hover: #FFFFFF;
  --focus: var(--on-night);
  background: var(--bg);
  color: var(--fg);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column;
}
main { flex: 1 0 auto; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, dl, dd, figure { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; overflow-wrap: break-word; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--ink); color: var(--paper); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
main:focus, [tabindex='-1']:focus { outline: none; }
[hidden] { display: none !important; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: fixed; top: 12px; left: 12px; z-index: 100;
  padding: 12px 18px; background: var(--ink); color: var(--paper);
  font: 500 14px/1 var(--sans);
  transform: translateY(-200%); transition: transform var(--d2) var(--ease);
}
.skip:focus { transform: none; }
.noscript { padding: 24px var(--gutter); max-width: 72ch; }

.wrap { width: 100%; max-width: calc(var(--max) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); }
.section { padding-block: var(--section); }
.section--top { padding-top: var(--section); }

/* ---------- type ---------- */
.display, .xl, .h1, .h2, .h3, .title {
  font-family: var(--serif); font-optical-sizing: auto; font-weight: 300;
}
.display { font-size: var(--t-display); line-height: .92; letter-spacing: -.025em; }
.xl { font-size: var(--t-xl); line-height: .95; letter-spacing: -.022em; }
.h1 { font-size: var(--t-h1); line-height: 1.02; letter-spacing: -.015em; }
.h2 { font-size: var(--t-h2); line-height: 1.08; letter-spacing: -.01em; }
.h3 { font-size: var(--t-h3); line-height: 1.15; font-weight: 350; letter-spacing: -.005em; }
.title { font-size: var(--t-title); line-height: 1.2; font-weight: 400; }
.lead { font-size: var(--t-lead); line-height: 1.55; color: var(--fg-2); max-width: 40ch; }
.label {
  display: block;
  font: 500 12px/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-muted);
}
.meta { font-size: 13px; line-height: 1.45; color: var(--fg-muted); }
.muted { color: var(--fg-muted); }
.num { font-variant-numeric: tabular-nums lining-nums; }

h1, h2, h3, .lead { text-wrap: balance; }
.prose p, .prose li, .fineprint { text-wrap: pretty; }
.prose { max-width: var(--measure); font-size: 17px; line-height: 1.7; color: var(--fg-2); }
.prose > :first-child { margin-top: 0; }
.prose h2 { font-family: var(--serif); font-weight: 350; font-size: 1.75rem; line-height: 1.2; color: var(--fg); margin: 2.2em 0 .6em; }
.prose h3 { font: 500 16px/1.4 var(--sans); color: var(--fg); margin: 2em 0 .5em; }
.prose p, .prose ul, .prose ol { margin: 0 0 1em; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: .35em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--rule-ui); }
.prose a:hover { text-decoration-color: currentColor; }
.prose strong { font-weight: 500; color: var(--fg); }
.table-scroll { overflow-x: auto; margin: 0 0 1.4em; }
.table-scroll table { min-width: 560px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: 12px 16px 12px 0; border-bottom: 1px solid var(--rule); }
.prose th { font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-muted); }

/* ---------- actions ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 30px;
  border: 1px solid var(--btn-bg); border-radius: 0; background: var(--btn-bg); color: var(--btn-fg);
  font: 500 14px/1 var(--sans); letter-spacing: .01em; white-space: nowrap;
  transition: background var(--d1), border-color var(--d1), color var(--d1);
}
.btn:hover { background: var(--btn-hover); border-color: var(--btn-hover); }
.btn--outline { background: transparent; color: var(--fg); border-color: var(--fg); }
.btn--outline:hover { background: var(--fg); border-color: var(--fg); color: var(--bg); }
.btn--compact { min-height: 44px; padding: 0 20px; }
.btn[disabled], .btn[aria-disabled='true'] { opacity: .45; pointer-events: none; }

.link {
  display: inline-flex; align-items: center; gap: 12px; min-height: 44px;
  font: 400 15px/1.3 var(--sans); color: var(--fg);
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px;
  text-decoration-color: var(--rule-ui);
  transition: text-decoration-color var(--d2);
}
.link:hover { text-decoration-color: currentColor; }
.arrow { width: 16px; height: 8px; flex: none; transition: transform var(--d2) var(--ease); }
.link:hover .arrow, a:hover > .arrow-end .arrow { transform: translateX(4px); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; }

/* ---------- plates (image placeholders) ---------- */
.sk {
  position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 5;
  background: var(--falloff), var(--tone, var(--tone-lacquer));
}
.sk::after {
  content: ''; position: absolute; inset: 0; background: #0B0A09; opacity: 0;
  transition: opacity var(--d3) var(--ease-soft);
}
.sk[data-tone='interior'] { --tone: var(--tone-interior); }
.sk[data-tone='aluminium'] { --tone: var(--tone-aluminium); }
.sk[data-tone='steel'] { --tone: var(--tone-steel); }
.sk[data-tone='wood_alu'] { --tone: var(--tone-wood-alu); }
.sk[data-tone='wood'] { --tone: var(--tone-wood); }
.sk[data-tone='veneer'] { --tone: var(--tone-veneer); }
.sk[data-tone='laminate'] { --tone: var(--tone-laminate); }
.sk[data-tone='glass'] { --tone: var(--tone-glass); }
.sk[data-tone='lacquer'] { --tone: var(--tone-lacquer); }
.sk[data-tone='map'] { --tone: var(--tone-map); }
.sk[data-tone='room'] { --tone: var(--tone-room); }
.sk[data-tone='salon'] { --tone: var(--tone-salon); }
.sk[data-tone='pirnar'] { --tone: var(--tone-interior); }
.sk[data-tone='inotherm'] { --tone: var(--tone-aluminium); }
.sk[data-tone='garofoli'] { --tone: var(--tone-lacquer); }
.sk[data-tone='pol-skone'] { --tone: var(--tone-wood); }
.sk[data-tone='classen'] { --tone: var(--tone-laminate); }
.sk[data-tone='stalprodukt'] { --tone: var(--tone-steel); }
.sk--door { aspect-ratio: 2 / 3; }
.sk--brand { aspect-ratio: 4 / 5; }
.sk--wide { aspect-ratio: 21 / 9; }
.sk--land { aspect-ratio: 4 / 3; }
.sk--square { aspect-ratio: 1; }
.sk--cover { aspect-ratio: 3 / 4; width: 52px; flex: none; }
@media (max-width: 767px) { .sk--wide { aspect-ratio: 4 / 3; } }
@media (max-width: 479px) { .sk--brand { aspect-ratio: 4 / 3; } }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  color: var(--fg);
  transition: color var(--d2) var(--ease);
}
/* Background on a pseudo-element: a filter on the header itself would trap the fixed mobile menu. */
.site-header::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--paper);
  border-bottom: 1px solid transparent;
  transition: background-color var(--d2) var(--ease), border-color var(--d2) var(--ease);
}
.site-header.is-scrolled::before, .site-header.is-open::before { border-bottom-color: var(--line); }
.site-header.is-over:not(.is-open) {
  --fg: var(--on-night); --fg-2: var(--on-night-2); --fg-muted: var(--on-night-muted);
  --rule-ui: var(--line-night-strong); --focus: var(--on-night);
  --btn-bg: var(--on-night); --btn-fg: var(--night); --btn-hover: #FFFFFF;
}
.site-header.is-over:not(.is-open)::before { background: transparent; border-bottom-color: transparent; }
.site-header.is-over.is-scrolled:not(.is-open)::before { background: var(--night); border-bottom-color: var(--line-night); }

.header-bar { display: flex; align-items: center; height: var(--header-h); }
.wordmark {
  flex: none; display: inline-flex; gap: .5em; align-items: baseline;
  font: 500 14px/1 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--fg);
}
.wordmark span { font-weight: 400; color: var(--fg-2); }

.nav { display: flex; align-items: stretch; gap: 32px; height: 100%; margin-left: 56px; }
.nav-link, .nav-trigger {
  position: relative; display: inline-flex; align-items: center; gap: 7px;
  padding: 0; border: 0; background: none;
  font: 400 14px/1 var(--sans); letter-spacing: .01em; color: var(--fg-2); white-space: nowrap;
  transition: color var(--d1);
}
.nav-link::after, .nav-trigger::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 18px; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left; transition: transform var(--d2) var(--ease);
}
.nav-link:hover, .nav-trigger:hover, .nav-link[aria-current='page'], .nav-trigger[aria-expanded='true'] { color: var(--fg); }
.nav-link:hover::after, .nav-link[aria-current='page']::after, .nav-trigger[aria-expanded='true']::after { transform: scaleX(1); }
.nav-trigger svg { width: 9px; height: 6px; transition: transform var(--d2) var(--ease); }
.nav-trigger[aria-expanded='true'] svg { transform: rotate(180deg); }

.header-tools { margin-left: auto; display: flex; align-items: center; gap: 20px; flex: none; }
.cta[aria-current='page'] { background: transparent; color: var(--fg); border-color: var(--fg); }
.lang { display: inline-flex; align-items: center; }
.lang button {
  position: relative; min-width: 40px; min-height: 44px; padding: 0 8px; border: 0; background: none;
  font: 500 12px/1 var(--sans); letter-spacing: .1em; color: var(--fg-2);
  transition: color var(--d1);
}
.lang button + button::before {
  content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 12px; margin-top: -6px; background: var(--rule-ui);
}
.lang button:hover { color: var(--fg); }
.lang button[aria-pressed='true'] { color: var(--fg); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }

.burger { display: none; width: 44px; height: 44px; margin-right: -10px; padding: 0; border: 0; background: none; color: var(--fg); }
.burger span { display: block; width: 22px; height: 1px; margin: 0 auto; background: currentColor; transition: transform var(--d2) var(--ease); }
.burger span + span { margin-top: 7px; }
.menu-open .burger span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.menu-open .burger span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* brands dropdown */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--raised); border-bottom: 1px solid var(--line);
  color: var(--ink);
  --fg: var(--ink); --fg-2: var(--ink-2); --fg-muted: var(--muted); --rule-ui: var(--line-strong); --focus: var(--ink);
  padding-top: 40px;
  animation: drop var(--d2) var(--ease);
}
@keyframes drop { from { opacity: 0; transform: translateY(-6px); } }
.mega-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.mega-grid a {
  display: flex; flex-direction: column; min-height: 176px; padding: 0 24px 32px;
  border-left: 1px solid var(--line);
}
.mega-grid li:first-child a { border-left: 0; padding-left: 0; }
.mega-grid .name { font-family: var(--serif); font-weight: 350; font-size: 1.5rem; line-height: 1.1; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; text-decoration-color: transparent; transition: text-decoration-color var(--d2); }
.mega-grid .seg { margin-top: 6px; font-size: 13px; line-height: 1.4; color: var(--muted); }
.mega-grid .price { margin-top: auto; padding-top: 20px; font-size: 14px; color: var(--ink); }
.mega-grid .price span { color: var(--muted); }
.mega-grid a:hover .name { text-decoration-color: currentColor; }
.mega-foot { display: flex; justify-content: flex-end; align-items: center; min-height: 64px; border-top: 1px solid var(--line); }
.scrim { position: fixed; inset: var(--header-h) 0 0; z-index: -2; background: rgb(27 25 22 / .18); animation: fade var(--d2) var(--ease); }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0; z-index: 39;
  display: none; overflow-y: auto; overscroll-behavior: contain;
  background: var(--paper); color: var(--ink);
  --fg: var(--ink); --fg-2: var(--ink-2); --fg-muted: var(--muted); --focus: var(--ink);
  --btn-bg: var(--ink); --btn-fg: var(--paper); --btn-hover: var(--ink-hover);
  padding: 8px var(--gutter) calc(40px + env(safe-area-inset-bottom));
}
.menu-open .mobile-menu { display: block; animation: fade var(--d2) var(--ease); }
.menu-open { overflow: hidden; }
.mobile-menu .primary a {
  display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line);
  font-family: var(--serif); font-weight: 300; font-size: 1.85rem; line-height: 1.1; letter-spacing: -.01em;
}
.mobile-menu .primary a[aria-current='page'] { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.mobile-menu .label { margin: 36px 0 6px; }
.mobile-menu .brands a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  min-height: 52px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px;
}
.mobile-menu .brands a span { font-size: 14px; color: var(--muted); }
.mobile-menu .direct { display: grid; gap: 4px; margin-top: 32px; font-size: 15px; color: var(--ink-2); }
.mobile-menu .direct a { display: inline-flex; min-height: 44px; align-items: center; }
.menu-open .consent-bar { display: none; }

@media (max-width: 1279px) {
  .nav { gap: 24px; margin-left: 40px; }
}
@media (max-width: 1024px) {
  .wordmark { font-size: 13px; letter-spacing: .24em; }
  .nav { display: none; }
  .burger { display: block; }
  .header-tools { gap: 10px; }
}
@media (min-width: 1025px) {
  .mobile-menu { display: none !important; }
}
@media (max-width: 520px) {
  .site-header .wordmark span { display: none; }
  .header-tools { gap: 6px; }
  .lang button { min-width: 36px; padding: 0 6px; }
  .header-tools .btn--compact { padding: 0 14px; }
}
@media (max-width: 359px) {
  .header-tools { gap: 2px; }
  .header-tools .btn--compact { padding: 0 10px; font-size: 13px; }
  .lang button { min-width: 30px; padding: 0 4px; }
  .wordmark { font-size: 12px; letter-spacing: .2em; }
}

/* ---------- breadcrumbs ---------- */
.crumbs { display: flex; flex-wrap: wrap; align-items: center; padding-top: 16px; font-size: 13px; color: var(--fg-muted); }
.crumbs li { display: flex; align-items: center; }
.crumbs li + li::before { content: '/'; margin: 0 10px; color: var(--rule-ui); }
.crumbs a { display: inline-flex; align-items: center; min-height: 44px; transition: color var(--d1); }
.crumbs a:hover { color: var(--fg); text-decoration: underline; text-underline-offset: 4px; }
.crumbs [aria-current] { color: var(--fg-2); }

/* ---------- captions (tiles) ---------- */
.tile { display: block; }
.cap { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 16px; row-gap: 4px; align-items: baseline; padding-top: 16px; }
.cap__brand { grid-column: 1 / -1; margin-bottom: 4px; }
.cap__name, .cap__title {
  font-family: var(--serif); font-optical-sizing: auto;
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; text-decoration-color: transparent;
  transition: text-decoration-color var(--d2);
}
.cap__name { font-size: var(--t-h3); font-weight: 300; line-height: 1.1; letter-spacing: -.01em; }
.cap__title { font-size: var(--t-title); font-weight: 400; line-height: 1.2; }
.cap__price { font-size: 15px; white-space: nowrap; text-align: right; font-variant-numeric: tabular-nums lining-nums; }
.cap__price span { font-size: 13px; color: var(--fg-muted); margin-right: 4px; }
.cap__sub { grid-column: 1 / -1; font-size: 13px; line-height: 1.45; color: var(--fg-muted); }
@media (hover: hover) {
  .tile:hover .sk::after { opacity: .07; }
  .tile:hover .cap__name, .tile:hover .cap__title { text-decoration-color: currentColor; }
}
.tile:focus-visible { outline-offset: 6px; }
@media (max-width: 479px) {
  .door-grid .cap { grid-template-columns: 1fr; }
  .door-grid .cap__price { text-align: left; }
}

/* ---------- brand mosaic (home) ----------
   Six plates of different shapes fitted together, most expensive brand largest and first.
   Desktop 12 x 7 cells:            Tablet 6 x 9:      Phone 2 x 10:
   P P P P P P P I I I I I          P P P P P P        P P
   P P P P P P P I I I I I          P P P P P P        P P
   P P P P P P P G G G G G          P P P P P P        P P
   P P P P P P P G G G G G          I I I I G G        I G
   S S S S C C C G G G G G          I I I I G G        I G
   S S S S C C C T T T T T          S S S S G G        S G
   S S S S C C C T T T T T          S S S S G G        S C
                                    C C T T T T        S C
                                    C C T T T T        T T
                                                       T T                      */
.mosaic {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(92px, 10.5vw, 180px); gap: 6px;
}
.mosaic > li { position: relative; min-width: 0; min-height: 0; container-type: inline-size; }
.mosaic > li:nth-child(1) { grid-column: 1 / 8; grid-row: 1 / 5; }
.mosaic > li:nth-child(2) { grid-column: 8 / 13; grid-row: 1 / 3; }
.mosaic > li:nth-child(3) { grid-column: 8 / 13; grid-row: 3 / 6; }
.mosaic > li:nth-child(4) { grid-column: 1 / 5; grid-row: 5 / 8; }
.mosaic > li:nth-child(5) { grid-column: 5 / 8; grid-row: 5 / 8; }
.mosaic > li:nth-child(6) { grid-column: 8 / 13; grid-row: 6 / 8; }
.mosaic > li:nth-child(n+7) { grid-column: span 4; grid-row: span 2; }
@media (max-width: 1023px) {
  .mosaic { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: clamp(84px, 15vw, 150px); }
  .mosaic > li:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 4; }
  .mosaic > li:nth-child(2) { grid-column: 1 / 5; grid-row: 4 / 6; }
  .mosaic > li:nth-child(3) { grid-column: 5 / 7; grid-row: 4 / 8; }
  .mosaic > li:nth-child(4) { grid-column: 1 / 5; grid-row: 6 / 8; }
  .mosaic > li:nth-child(5) { grid-column: 1 / 3; grid-row: 8 / 10; }
  .mosaic > li:nth-child(6) { grid-column: 3 / 7; grid-row: 8 / 10; }
  .mosaic > li:nth-child(n+7) { grid-column: span 3; grid-row: span 2; }
}
@media (max-width: 599px) {
  .mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 27vw; gap: 4px; }
  .mosaic > li:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 4; }
  .mosaic > li:nth-child(2) { grid-column: 1 / 2; grid-row: 4 / 6; }
  .mosaic > li:nth-child(3) { grid-column: 2 / 3; grid-row: 4 / 7; }
  .mosaic > li:nth-child(4) { grid-column: 1 / 2; grid-row: 6 / 9; }
  .mosaic > li:nth-child(5) { grid-column: 2 / 3; grid-row: 7 / 9; }
  .mosaic > li:nth-child(6) { grid-column: 1 / 3; grid-row: 9 / 11; }
  .mosaic > li:nth-child(n+7) { grid-column: span 1; grid-row: span 2; }
}

.mtile { position: absolute; inset: 0; display: block; overflow: hidden; color: var(--on-night); }
.mtile .sk { height: 100%; aspect-ratio: auto; }
.mtile .sk::after { transition: opacity var(--d3) var(--ease-soft); }
.is-light .mtile { color: var(--ink); }
.mtile__text {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: grid; padding: clamp(16px, 2.2vw, 36px);
}
/* One size for every name (the first, largest plate gets a larger one); capped by tile width so it always fits. */
.mtile__name {
  font-family: var(--serif); font-optical-sizing: auto; font-weight: 300;
  font-size: min(clamp(1.75rem, 1rem + 2vw, 3rem), 16cqi); line-height: 1; letter-spacing: -.015em;
  overflow-wrap: normal; white-space: nowrap;
}
.mosaic > li:nth-child(1) .mtile__name { font-size: min(clamp(2.25rem, 1rem + 3.4vw, 4.75rem), 16cqi); }
/* Collapsed to zero height until hover/focus, so every name sits on the same bottom line. */
.mtile__about {
  display: grid; grid-template-rows: 0fr;
  max-width: 36ch; font-size: 15px; line-height: 1.45;
  opacity: 0; transform: translateY(8px);
  transition: grid-template-rows var(--d3) var(--ease), opacity var(--d3) var(--ease), transform var(--d3) var(--ease);
}
.mtile__about > span { overflow: hidden; padding-top: 0; }
.mtile__about > span::before { content: ''; display: block; height: 12px; }
.mtile { transition: color var(--d3) var(--ease-soft); }
/* Hover or keyboard focus: the plate dims and the one-line description rises in. */
.mtile:focus-visible { outline-offset: -3px; outline-color: currentColor; }
.mtile:focus-visible .sk::after { opacity: .45; }
.is-light .mtile:focus-visible { color: var(--on-night); }
.is-light .mtile:focus-visible .sk::after { opacity: .62; }
.mtile:focus-visible .mtile__about { grid-template-rows: 1fr; opacity: 1; transform: none; }
@media (hover: hover) {
  .mtile:hover .sk::after { opacity: .45; }
  .is-light .mtile:hover { color: var(--on-night); }
  .is-light .mtile:hover .sk::after { opacity: .62; }
  .mtile:hover .mtile__about { grid-template-rows: 1fr; opacity: 1; transform: none; }
}

/* ---------- grids ---------- */

.door-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(44px, 5vw, 88px) var(--gap); }
.door-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1279px) { .door-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1023px) { .door-grid, .door-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 1023px) { .more .door-grid > li:nth-child(3) { display: none; } }

/* ---------- section heads ---------- */
.head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 32px; margin-bottom: clamp(36px, 4vw, 64px); }
.head .label { margin-bottom: 14px; }
.page-head { padding-top: var(--page-top); padding-bottom: clamp(36px, 4vw, 64px); display: grid; gap: 20px; }

/* ---------- home ---------- */
.hero {
  position: relative; margin-top: calc(-1 * var(--header-h));
  min-height: clamp(560px, 88vh, 1000px);
  min-height: clamp(560px, 88svh, 1000px);
  display: flex; align-items: flex-end;
  background:
    linear-gradient(180deg, rgb(23 21 19 / .55) 0, rgb(23 21 19 / 0) 220px),
    linear-gradient(0deg, rgb(23 21 19 / .7) 0, rgb(23 21 19 / 0) 60%),
    radial-gradient(110% 85% at 72% 28%, #4A3E34 0%, #2E2620 42%, #1B1714 78%);
}
.hero-sentinel { position: absolute; left: 0; right: 0; bottom: var(--header-h); height: 1px; pointer-events: none; }
.hero .wrap { padding-top: calc(var(--header-h) + 64px); padding-bottom: clamp(40px, 6vw, 96px); }
.hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 32px; align-items: end; align-items: last baseline; }
.hero h1 { grid-column: 1 / span 8; }
.hero .side { grid-column: 9 / -1; display: grid; gap: 28px; justify-items: start; }
.hero .lead { color: var(--on-night-2); max-width: 34ch; }
.hero .link { text-decoration-color: var(--on-night-2); }
@media (max-width: 1023px) {
  .hero h1, .hero .side { grid-column: 1 / -1; }
  .hero .side { gap: 16px; }
}
@media (max-width: 767px) { .hero { min-height: clamp(520px, 84svh, 760px); } }

/* Showroom: a full-bleed plate with the text laid over its lower edge. */
.room-hero {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; align-items: flex-end;
  min-height: clamp(520px, 80vh, 900px); min-height: clamp(520px, 80svh, 900px);
}
.section--gap { margin-top: var(--section); }
.room-hero > .sk { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; z-index: -2; }
.room-hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(0deg, rgb(15 13 11 / .66) 0%, rgb(15 13 11 / .18) 50%, rgb(15 13 11 / 0) 100%);
}
.room-hero .wrap { padding-block: clamp(48px, 7vw, 112px); }
.room-hero .grid { align-items: end; row-gap: 32px; }
.room-hero .text { grid-column: 1 / span 8; display: grid; gap: 20px; }
.room-hero .text .h1 { max-width: 14ch; }
.room-hero .act { grid-column: 9 / -1; justify-self: end; display: grid; gap: 24px; justify-items: end; text-align: right; }
.room-hero .where { font-size: 15px; line-height: 1.6; color: var(--on-night-2); }
.room-hero .label { color: var(--on-night-2); }
@media (max-width: 1023px) {
  .room-hero .text, .room-hero .act { grid-column: 1 / -1; justify-self: start; justify-items: start; text-align: left; }
}
@media (max-width: 767px) { .room-hero { min-height: clamp(480px, 78svh, 700px); } }
.room-hero--page { margin-top: calc(-1 * var(--header-h)); min-height: clamp(520px, 78vh, 880px); min-height: clamp(520px, 78svh, 880px); }
.room-hero--page .wrap { padding-top: calc(var(--header-h) + 64px); }
/* When the showroom image closes a page, it runs straight into the footer. */
body:has(.view > .room-hero:last-child) .site-footer { margin-top: 0; border-top: 1px solid var(--line-night); }
.room-hero--page .text { grid-column: 1 / -1; }
.room-hero--page .where { font-size: var(--t-lead); }

.showroom-info { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 48px; align-items: start; }
.showroom-info .info { grid-column: 1 / span 5; display: grid; gap: 32px; justify-items: start; }
.showroom-info .map { grid-column: 7 / -1; }
@media (max-width: 1023px) {
  .showroom-info .info, .showroom-info .map { grid-column: 1 / -1; }
}

.facts { display: grid; gap: 0; width: 100%; }
.facts > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 16px; padding: 14px 0; border-top: 1px solid var(--rule); font-size: 15px; }
.facts > div:last-child { border-bottom: 1px solid var(--rule); }
.facts dt { color: var(--fg-muted); }
.facts dd { white-space: pre-line; color: var(--fg); }
.facts a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-decoration-color: var(--rule-ui); }
.facts a:hover { text-decoration-color: currentColor; }

/* ---------- brand page ---------- */
.brand-head { padding-top: var(--page-top); display: grid; gap: 16px; }
.brand-head .row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 24px 40px; margin-top: 16px; }
.brand-head .price { font-size: 22px; line-height: 1.2; }
.brand-head .price span { font-size: 13px; color: var(--fg-muted); }
.brand-plate { margin-top: clamp(40px, 5vw, 72px); }
.brand-plate .sk { aspect-ratio: 21 / 9; max-height: 72svh; }
@media (max-width: 767px) { .brand-plate .sk { aspect-ratio: 4 / 3; } }

.toolbar {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 32px;
  min-height: 64px; margin-bottom: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid var(--rule);
}
.toolbar-bar { position: sticky; top: var(--header-h); z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); margin-bottom: 48px; }
.toolbar-bar .toolbar { border-bottom: 0; margin-bottom: 0; }
@media (max-width: 1023px) { .toolbar-bar { position: static; } }
.dim { animation: dim var(--d2) var(--ease); }
@keyframes dim { from { opacity: .4; } }
.toolbar .count { font-size: 14px; color: var(--fg-muted); font-weight: 400; font-family: var(--sans); }
.controls { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 28px; }

.tabs { display: flex; flex-wrap: wrap; gap: 0 24px; }
.tab {
  position: relative; min-height: 44px; padding: 0; border: 0; background: none;
  font-size: 14px; color: var(--fg-muted); transition: color var(--d1);
}
.tab::after { content: ''; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform var(--d2) var(--ease); }
.tab:hover { color: var(--fg); }
.tab[aria-pressed='true'] { color: var(--fg); }
.tab[aria-pressed='true']::after { transform: scaleX(1); }

.select { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.select label { color: var(--fg-muted); }
.select select {
  appearance: none; -webkit-appearance: none;
  min-height: 44px; padding: 0 20px 0 0; border: 0; border-radius: 0; background: transparent;
  font-size: 14px; color: var(--fg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231B1916'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center; background-size: 10px 6px;
}
@media (max-width: 767px) {
  .toolbar { padding-block: 8px; }
  .toolbar-bar .toolbar .controls { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .toolbar-bar .toolbar .select { display: grid; gap: 2px; }
  .toolbar-bar .toolbar .select select { width: 100%; border-bottom: 1px solid var(--rule-ui); }
}

.empty { padding: 96px 0; display: grid; gap: 20px; justify-items: start; color: var(--fg-muted); }

.pager { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.pager a { display: grid; gap: 8px; align-content: start; padding: 40px 0; }
.pager .next { grid-column: 2; text-align: right; justify-items: end; }
.pager .prev { padding-right: 24px; }
.pager .h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; text-decoration-color: transparent; transition: text-decoration-color var(--d2); }
.pager a:hover .h3 { text-decoration-color: currentColor; }

/* ---------- product ---------- */
.product { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: var(--gap); padding-top: 24px; align-items: start; }
.main-plate { grid-column: 1 / span 7; grid-row: 1; }
.main-plate .sk { aspect-ratio: 4 / 5; }
@media (min-width: 1024px) { .main-plate .sk { max-height: calc(100svh - var(--header-h) - 80px); } }
@media (max-width: 1023px) { .main-plate .sk { max-height: 60svh; } }
.details { grid-column: 1 / span 7; grid-row: 2; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.product-info { grid-column: 9 / -1; grid-row: 1 / span 2; align-self: start; position: sticky; top: calc(var(--header-h) + 40px); display: grid; gap: 32px; }
.product-info .intro { display: grid; gap: 12px; }
.product-info .brand-link { justify-self: start; }
.product-info .brand-link:hover { color: var(--fg); }
.price-block { display: grid; gap: 6px; }
.price-block .price { display: flex; align-items: baseline; gap: 10px; font-size: clamp(1.75rem, 1.2rem + 1vw, 2.25rem); font-weight: 400; line-height: 1.1; letter-spacing: -.01em; }
.price-block .price span { font-size: 13px; letter-spacing: 0; color: var(--fg-muted); }
.price-block .note { font-size: 13px; color: var(--fg-muted); max-width: 44ch; }
.specs { display: grid; }
.specs > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 16px; padding: 12px 0; border-top: 1px solid var(--rule); font-size: 14px; }
.specs > div:last-child { border-bottom: 1px solid var(--rule); }
.specs dt { color: var(--fg-muted); }
.product-info .btn { width: 100%; }
@media (max-width: 1023px) {
  .main-plate, .details, .product-info { grid-column: 1 / -1; grid-row: auto; }
  .product-info { position: static; padding-block: 16px 24px; }
}
@media (max-width: 767px) { .details { display: none; } }

.enquire { scroll-margin-top: calc(-1 * var(--section)); }
.enquire .grid { row-gap: 48px; padding-top: 64px; border-top: 1px solid var(--rule); }
.enquire:focus { outline: none; }
.enquire .intro { grid-column: 1 / span 4; display: grid; gap: 24px; align-content: start; }
.enquire .form, .enquire .success { grid-column: 6 / span 7; }
.recap { display: grid; gap: 4px; padding-top: 20px; border-top: 1px solid var(--rule); }
.recap .title { color: var(--fg); }
.direct { display: grid; gap: 2px; font-size: 15px; color: var(--fg-2); }
.direct a { display: inline-flex; min-height: 32px; align-items: center; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-decoration-color: var(--rule-ui); }
.direct a:hover { text-decoration-color: currentColor; }
@media (max-width: 1023px) {
  .enquire .intro, .enquire .form, .enquire .success { grid-column: 1 / -1; }
}

/* ---------- forms ---------- */
.form { display: grid; gap: 28px; max-width: 720px; }
@media (max-width: 1023px) { .form { max-width: none; } }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
@media (max-width: 559px) { .form .row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; }
.field > label, .field > .flabel, fieldset > legend { font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--fg-2); }
.field .opt { font-weight: 400; color: var(--fg-muted); }
.input, .textarea, .field select {
  width: 100%; min-height: 52px; padding: 12px 0 10px;
  border: 0; border-bottom: 1px solid var(--rule-ui); border-radius: 0; background: transparent;
  font-size: 16px; line-height: 1.4; color: var(--fg);
  transition: border-color var(--d1), box-shadow var(--d1);
}
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231B1916'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center; background-size: 10px 6px;
}
.on-dark .field select, .on-dark .select select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23EEE9E1'/%3E%3C/svg%3E");
}
.on-dark .field select option { background: var(--night-2); color: var(--on-night); }
.textarea { min-height: 128px; resize: vertical; line-height: 1.55; }
.input::placeholder, .textarea::placeholder { color: var(--ph); opacity: 1; }
.input:hover, .textarea:hover, .field select:hover { border-bottom-color: var(--fg-2); }
.input:focus, .textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--fg); box-shadow: 0 1px 0 var(--fg); }
.field.has-error .input, .field.has-error .textarea, .field.has-error select { border-bottom-color: var(--err); box-shadow: 0 1px 0 var(--err); }
.field .err { font-size: 13px; color: var(--err); }
.form-error { font-size: 14px; color: var(--err); border-left: 2px solid var(--err); padding-left: 12px; }
.form-error a { text-decoration: underline; text-underline-offset: 3px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
fieldset > legend { padding: 0; margin-bottom: 12px; }
.options { display: grid; gap: 8px; }
.option { position: relative; display: block; cursor: pointer; }
.option input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.option span {
  position: relative; display: grid; gap: 2px; align-content: center; min-height: 72px;
  padding: 16px 20px 16px 50px; border: 1px solid var(--rule-ui);
  font-size: 15px; font-weight: 500; color: var(--fg);
  transition: border-color var(--d1), background var(--d1), box-shadow var(--d1);
}
.option span::before {
  content: ''; position: absolute; top: 50%; left: 20px; width: 16px; height: 16px; margin-top: -8px; border-radius: 50%;
  border: 1px solid var(--rule-ui); transition: border-color var(--d1), box-shadow var(--d1);
}
.option small { font-size: 13px; font-weight: 400; color: var(--fg-muted); }
.option:hover span { border-color: var(--fg); }
.option input:checked + span { border-color: var(--fg); box-shadow: inset 0 0 0 1px var(--fg); background: var(--raised); }
.option input:checked + span::before { border-color: var(--fg); box-shadow: inset 0 0 0 4px var(--bg), inset 0 0 0 8px var(--fg); }
.option input:focus-visible + span { outline: 2px solid var(--focus); outline-offset: 3px; }
@media (forced-colors: active) { .option input:checked + span { outline: 2px solid Highlight; } }
.input:focus, .textarea:focus, .field select:focus { outline: 2px solid transparent; }

.checks { display: flex; flex-wrap: wrap; gap: 4px 28px; }
.check { display: inline-flex; gap: 12px; align-items: flex-start; min-height: 44px; padding: 11px 0; font-size: 14px; line-height: 1.45; color: var(--fg-2); cursor: pointer; }
.check input {
  appearance: none; -webkit-appearance: none; flex: none;
  width: 18px; height: 18px; margin: 1px 0 0; border: 1px solid var(--rule-ui); border-radius: 0; background: transparent;
  display: grid; place-content: center; cursor: pointer;
  transition: background var(--d1), border-color var(--d1);
}
.check input::after { content: ''; width: 9px; height: 5px; border-left: 1.5px solid var(--bg); border-bottom: 1.5px solid var(--bg); transform: translateY(-1px) rotate(-45deg); opacity: 0; }
.check input:checked { background: var(--fg); border-color: var(--fg); }
.check input:checked::after { opacity: 1; }
.check input:disabled { opacity: .45; }
.check input[aria-invalid='true'] { border-color: var(--err); }
.fineprint { font-size: 13px; line-height: 1.5; color: var(--fg-muted); max-width: 60ch; }
.fineprint a { text-decoration: underline; text-underline-offset: 3px; }
.form-foot { display: grid; gap: 18px; justify-items: start; }
@media (max-width: 559px) { .form-foot .btn { width: 100%; } }
.form-title { margin-bottom: 32px; }

.success { display: grid; gap: 12px; padding-top: 4px; animation: fade var(--d3) var(--ease); }
.success p { color: var(--fg-2); }
.success:focus { outline: none; }

/* ---------- two-column pages ---------- */
.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 56px; align-items: start; }
.split .main-col { grid-column: 1 / span 7; }
.split .side-col { grid-column: 9 / -1; }
.split .side-col--sticky { position: sticky; top: calc(var(--header-h) + 32px); }
@media (max-width: 1023px) {
  .split .main-col, .split .side-col { grid-column: 1 / -1; }
  .split .side-col--sticky { position: static; }
}

/* contact */
.contact-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 48px; align-items: start; }
.contact-grid .c-info { grid-column: 1 / span 5; grid-row: 1; display: grid; gap: 40px; }
.contact-grid .c-map { grid-column: 1 / span 5; grid-row: 2; }
.contact-grid .c-form { grid-column: 7 / -1; grid-row: 1 / span 2; }
@media (max-width: 1023px) {
  .contact-grid .c-info, .contact-grid .c-map, .contact-grid .c-form { grid-column: 1 / -1; grid-row: auto; }
}
.contact-lines { display: grid; gap: 6px; }
.contact-lines a { font-family: var(--serif); font-weight: 300; font-size: clamp(1.75rem, 1.3rem + 1.3vw, 2.5rem); line-height: 1.2; letter-spacing: -.01em; overflow-wrap: anywhere; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; text-decoration-color: transparent; transition: text-decoration-color var(--d2); }
.contact-lines a:hover { text-decoration-color: currentColor; }
.company { display: grid; gap: 4px; font-size: 13px; color: var(--fg-muted); }
.company dd { color: var(--fg-2); }
.company div { display: flex; gap: 8px; }
.company dt::after { content: ':'; }

/* resources */
.res-group + .res-group { margin-top: 64px; }
.res-group .label { margin-bottom: 16px; }
.res-list > li { display: flex; align-items: center; gap: 20px; min-height: 88px; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.res-list > li:first-child { border-top: 1px solid var(--rule); }
.res-list .info { flex: 1; min-width: 0; display: grid; gap: 2px; }
.res-list .acts { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 0 24px; }
.res-list .soon { font-size: 13px; color: var(--fg-muted); }
@media (max-width: 559px) {
  .res-list > li { display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: 20px; row-gap: 4px; }
  .res-list .sk--cover { grid-row: span 2; align-self: start; }
  .res-list .acts { grid-column: 2; justify-content: flex-start; }
}
.selected-list { display: grid; gap: 2px; font-size: 15px; color: var(--fg); }
.selected-list .none { color: var(--fg-muted); }
.field.has-error .selected-list .none { color: var(--err); }

/* why aruna */
.why-head { padding-top: var(--page-top); padding-bottom: clamp(48px, 6vw, 96px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 28px; align-items: end; align-items: last baseline; }
.why-head h1 { grid-column: 1 / span 8; }
.why-head .lead { grid-column: 9 / -1; }
@media (max-width: 1023px) { .why-head h1, .why-head .lead { grid-column: 1 / -1; } }
.principles > li {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 10px; align-items: baseline;
  padding: 40px 0; border-top: 1px solid var(--rule);
}
.principles > li:last-child { border-bottom: 1px solid var(--rule); }
.principles .h3 { grid-column: 1 / span 4; }
.principles p { grid-column: 6 / span 6; font-size: 17px; color: var(--fg-2); }
@media (max-width: 767px) {
  .principles > li { grid-template-columns: 1fr; padding: 28px 0; }
  .principles .h3, .principles p { grid-column: 1; }
}
.pair { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: end; }
.pair .a { grid-column: 1 / span 6; }
.pair .b { grid-column: 8 / span 5; margin-bottom: clamp(40px, 8vw, 160px); }
@media (max-width: 767px) {
  .pair .a { grid-column: 1 / span 12; }
  .pair .b { display: none; }
}
.closing .grid { align-items: end; row-gap: 32px; }
.closing .text { grid-column: 1 / span 8; display: grid; gap: 16px; }
.closing .act { grid-column: 9 / -1; justify-self: end; }
@media (max-width: 1023px) {
  .closing .text, .closing .act { grid-column: 1 / -1; justify-self: start; }
}

/* legal */
.legal { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 32px; padding-top: var(--page-top); align-items: start; }
.legal-nav { grid-column: 1 / span 3; position: sticky; top: calc(var(--header-h) + 32px); display: grid; }
.legal-nav a { display: flex; align-items: center; min-height: 44px; padding-left: 14px; font-size: 14px; color: var(--fg-2); box-shadow: inset 1px 0 0 var(--rule); transition: color var(--d1), box-shadow var(--d1); }
.legal-nav a:hover { color: var(--fg); }
.legal-nav a[aria-current='page'] { color: var(--fg); font-weight: 500; box-shadow: inset 2px 0 0 var(--fg); }
.legal-body { grid-column: 5 / span 7; }
.legal-body header { display: grid; gap: 12px; padding-bottom: 32px; margin-bottom: 40px; border-bottom: 1px solid var(--rule); }
.legal-body h1 { font-size: var(--t-h2); line-height: 1.08; }
@media (max-width: 1023px) {
  .legal-nav { grid-column: 1 / -1; position: static; display: flex; flex-wrap: wrap; gap: 0 20px; border-bottom: 1px solid var(--rule); }
  .legal-nav a { padding-left: 0; box-shadow: none; font-size: 13px; }
  .legal-nav a[aria-current='page'] { box-shadow: inset 0 -1px 0 var(--fg); }
  .legal-body { grid-column: 1 / -1; }
}

.nf { min-height: 60svh; display: grid; align-content: end; gap: 20px; padding-bottom: var(--section); }

/* ---------- footer ---------- */
.site-footer { margin-top: var(--section); padding-top: clamp(64px, 7vw, 112px); }
.view > .section:last-child { padding-bottom: 0; }
.site-footer a { transition: color var(--d1); }
.site-footer a:hover { color: var(--on-night); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.foot-top { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: 48px; padding-bottom: 64px; }
.foot-top > .about { grid-column: 1 / span 4; }
.foot-top > .col-brands { grid-column: 6 / span 2; }
.foot-top > .col-site { grid-column: 8 / span 3; }
.foot-top > .col-legal { grid-column: 11 / span 2; }
.foot-top h2 { margin-bottom: 20px; }
.foot-top ul { display: grid; gap: 10px; font-size: 14px; color: var(--on-night-2); }
.foot-top button.linklike { padding: 0; border: 0; background: none; font-size: 14px; color: var(--on-night-2); text-align: left; }
.foot-top button.linklike:hover { color: var(--on-night); text-decoration: underline; text-underline-offset: 4px; }
.foot-addr { display: grid; gap: 18px; margin-top: 32px; font-size: 15px; line-height: 1.6; color: var(--on-night-2); white-space: pre-line; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; padding-block: 24px calc(24px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-night); font-size: 13px; color: var(--on-night-muted); }
.foot-bottom ul { display: flex; gap: 24px; }
@media (max-width: 559px) { .foot-bottom .sep { display: none; } .foot-bottom .it { display: block; } }
@media (max-width: 1023px) {
  .foot-top ul { gap: 0; }
  .foot-top ul a, .foot-top .linklike, .foot-addr a, .foot-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
  .foot-top > .about { grid-column: 1 / -1; }
  .foot-top > .col-brands, .foot-top > .col-site { grid-column: span 6; }
  .foot-top > .col-legal { grid-column: 1 / -1; }
}

/* ---------- consent ---------- */
.consent-bar {
  position: fixed; left: 24px; bottom: 24px; z-index: 60; width: min(400px, calc(100% - 48px));
  display: grid; gap: 18px; padding: 24px;
  background: var(--raised); border: 1px solid var(--line); color: var(--ink); box-shadow: var(--shadow-float);
  animation: rise var(--d3) var(--ease) 600ms both;
}
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }
.consent-bar p { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.consent-bar p a { text-decoration: underline; text-underline-offset: 3px; }
.consent-bar .pair-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.consent-bar .pair-btns .btn { padding: 0 12px; }
.consent-bar .settings { justify-self: start; min-height: 32px; padding: 0; border: 0; background: none; font-size: 13px; color: var(--ink-2); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--line-strong); }
.consent-bar .settings:hover { text-decoration-color: currentColor; }
@media (max-width: 760px) {
  .consent-bar { left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); width: auto; padding: 20px; }
}

dialog.modal {
  width: min(540px, calc(100% - 32px)); max-height: calc(100% - 32px); padding: 0;
  border: 1px solid var(--line); background: var(--raised); color: var(--ink); box-shadow: var(--shadow-float);
}
dialog.modal[open] { animation: rise var(--d2) var(--ease); }
dialog.modal::backdrop { background: rgb(27 25 22 / .42); }
.modal-inner { padding: clamp(24px, 4vw, 40px); display: grid; gap: 24px; }
.modal-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.icon-btn { width: 44px; height: 44px; margin-right: -12px; border: 0; background: none; display: grid; place-content: center; }
.icon-btn svg { width: 14px; height: 14px; }
.toggle-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.toggle-row:last-child { border-bottom: 1px solid var(--line); }
.toggle-row strong { display: block; font-size: 15px; font-weight: 500; }
.toggle-row small { font-size: 13px; color: var(--muted); }
.switch { position: relative; display: inline-block; width: 44px; height: 24px; flex: none; }
.switch input { position: absolute; inset: 0; z-index: 1; margin: 0; opacity: 0; cursor: pointer; }
.switch span { position: absolute; inset: 0; border: 1px solid var(--line-strong); transition: background var(--d2), border-color var(--d2); }
.switch span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: var(--line-strong); transition: transform var(--d2) var(--ease), background var(--d2); }
.switch input:checked + span { background: var(--ink); border-color: var(--ink); }
.switch input:checked + span::after { transform: translateX(20px); background: var(--raised); }
.switch input:disabled { cursor: default; }
.switch input:disabled + span { opacity: .5; }
.switch input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 3px; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.modal-actions .save { margin-left: auto; }
@media (max-width: 479px) {
  .modal-actions .btn { width: 100%; }
}

/* ---------- motion ---------- */
.view { animation: fade 320ms var(--ease); }
.view.no-anim { animation: none; }
@keyframes fade { from { opacity: 0; } }
.reveal { opacity: 0; transform: translateY(20px); }
.reveal:focus-within { opacity: 1; transform: none; }
.reveal.is-in { opacity: 1; transform: none; transition: opacity var(--d4) var(--ease), transform var(--d4) var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (forced-colors: active) {
  .switch span, .switch span::after, .tab::after, .nav-link::after, .nav-trigger::after { forced-color-adjust: none; }
  .switch span { background: Canvas; border-color: CanvasText; }
  .switch span::after { background: CanvasText; }
  .switch input:checked + span { background: Highlight; border-color: Highlight; }
  .switch input:checked + span::after { background: HighlightText; }
  .tab::after, .nav-link::after, .nav-trigger::after { background: CanvasText; }
  .select select, .field select { appearance: auto; background-image: none; }
}
@media print {
  .site-header, .consent-bar, .scrim, .mobile-menu { display: none !important; }
  .reveal { opacity: 1; transform: none; }
}
