:root {
  color-scheme: light;
  --paper: #f7f6f2;
  --white: #fff;
  --ink: #20211f;
  --muted: #777771;
  --line: #d9d8d2;
  --yellow: #ffd20a;
  --charcoal: #101112;
  --shell: 1440px;
  --font-sans: "Manrope", Arial, sans-serif;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope-latin.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: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope-latin-ext.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;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body, button, input { font-family: var(--font-sans); }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--yellow); }
.shell { width: min(var(--shell), calc(100% - 96px)); margin-inline: auto; }
.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-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px;
  transform: translateY(-160%); background: var(--yellow); color: var(--ink); font-size: 13px; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; color: var(--muted);
  font-size: 10px; line-height: 1.4; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.accent-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--yellow); }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 32px;
  padding: 0 18px; border: 1px solid transparent; font-size: 11px; line-height: 1.2;
  font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s;
}
.button span { font-size: 18px; line-height: 1; font-weight: 400; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--yellow); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-yellow:hover { background: var(--white); }
.text-link {
  display: inline-flex; align-items: center; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid currentColor;
  font-size: 11px; line-height: 1.3; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
}
.text-link span { font-size: 16px; font-weight: 400; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.chevron {
  width: 7px; height: 7px; display: inline-block; margin-left: 8px; border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s;
}

/* Header inspired by the reference's compact utility row and calm main navigation. */
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-top, .header-nav-row { display: flex; align-items: center; justify-content: space-between; padding-inline: clamp(24px, 3vw, 52px); }
.header-top { min-height: 75px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; min-width: 210px; }
.brand img { width: auto; height: 51px; object-fit: contain; }
.brand-name, .footer-brand {
  display: flex; flex-direction: column; color: var(--ink); font-size: 24px; line-height: .78;
  font-weight: 500; letter-spacing: -.075em;
}
.brand-name span, .footer-brand span { font-size: 10px; line-height: 1.25; font-weight: 700; letter-spacing: .38em; }
.header-tools { display: flex; align-items: center; height: 75px; gap: 26px; }
.header-tool-link { color: #555650; font-size: 11px; letter-spacing: .04em; transition: color .18s; }
.header-tool-link:hover, .primary-navigation > a:hover { color: #8a6e00; }
.header-rule { height: 30px; width: 1px; background: var(--line); }
.language-picker { position: relative; height: 100%; display: flex; align-items: center; }
.language-picker summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.language-picker summary::-webkit-details-marker, .nav-mega summary::-webkit-details-marker { display: none; }
.globe-icon { font-size: 17px; line-height: 1; font-weight: 400; }
.language-picker[open] .chevron { transform: rotate(225deg) translate(-2px, -1px); }
.language-options {
  position: absolute; top: calc(100% - 8px); right: -14px; display: grid; min-width: 178px; padding: 8px;
  border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 40px rgba(0,0,0,.1);
}
.language-options a { display: flex; justify-content: space-between; padding: 11px 10px; color: #676761; font-size: 12px; }
.language-options a:hover, .language-options a[aria-current="page"] { color: var(--ink); background: var(--paper); }
.language-options a[aria-current="page"] span:last-child { color: #8c7200; }
.header-contact { display: flex; align-items: center; gap: 16px; min-height: 40px; padding-inline: 14px; background: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-contact span { font-size: 16px; font-weight: 400; }
.mobile-menu-toggle { display: none; }
.header-nav-row { min-height: 50px; border-bottom: 1px solid var(--line); }
.primary-navigation { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 52px); height: 50px; }
.primary-navigation > a, .nav-mega > summary { display: inline-flex; align-items: center; min-height: 49px; font-size: 11px; font-weight: 600; letter-spacing: .035em; cursor: pointer; }
.nav-mega { height: 100%; }
.nav-mega > summary { list-style: none; }
.nav-mega[open] > summary .chevron { transform: rotate(225deg) translate(-2px,-1px); }
.mega-panel {
  position: absolute; top: 100%; left: 0; right: 0; display: grid; grid-template-columns: minmax(180px, .7fr) 2fr minmax(190px, .7fr);
  gap: 44px; padding: 36px max(48px, calc((100vw - var(--shell)) / 2)); border-bottom: 1px solid var(--line);
  background: var(--white); box-shadow: 0 24px 32px rgba(0,0,0,.08);
}
.mega-heading .eyebrow, .mega-aside .eyebrow { font-size: 9px; }
.mega-heading p { max-width: 220px; margin: 16px 0 0; font-size: 27px; line-height: 1.08; letter-spacing: -.045em; }
.mega-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 35px; }
.mega-links a { display: grid; grid-template-columns: 28px 1fr 16px; align-items: center; min-height: 43px; border-bottom: 1px solid #e8e7e2; font-size: 13px; }
.mega-links a span:first-child { color: #a19f96; font-size: 9px; }
.mega-links a span:last-child { opacity: 0; transition: opacity .18s; }
.mega-links a:hover span:last-child { opacity: 1; }
.mega-aside { display: flex; flex-direction: column; justify-content: center; min-height: 132px; gap: 16px; padding: 20px 23px; background: var(--paper); }
.mega-aside strong { max-width: 200px; font-size: 19px; line-height: 1.1; font-weight: 500; }
.mega-aside > span:last-child { font-size: 19px; }
.nav-note { display: flex; align-items: center; gap: 9px; color: #454640; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.nav-note > span:last-child { margin-left: 5px; font-size: 14px; font-weight: 400; }
.stanley-mark { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: var(--yellow); color: #111; font-size: 13px; font-weight: 900; letter-spacing: -.09em; }
.nav-note sup, .stanley-lockup sup { font-size: 7px; }

/* Editorial landing page */
.hero { position: relative; display: flex; min-height: min(720px, 72vw); min-height: clamp(560px, 54vw, 740px); overflow: hidden; background: #35332d; color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 57%; }
.hero-shade { background: linear-gradient(90deg, rgba(16,17,16,.7) 0%, rgba(16,17,16,.4) 42%, rgba(16,17,16,.06) 100%), linear-gradient(0deg, rgba(10,11,10,.46) 0%, transparent 28%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: var(--shell); padding-top: 50px; padding-bottom: 85px; }
.hero-eyebrow { color: rgba(255,255,255,.82); }
.hero h1 { max-width: 880px; margin: 24px 0 22px; font-size: clamp(52px, 7.4vw, 110px); line-height: .91; font-weight: 500; letter-spacing: -.072em; }
.hero-content > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.88); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 31px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 11px; font-weight: 600; }
.hero-text-link span { font-size: 17px; font-weight: 400; }
.hero-bottom { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 64px; border-top: 1px solid rgba(255,255,255,.32); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-index { display: inline-flex; align-items: center; gap: 13px; color: rgba(255,255,255,.6); }
.hero-index strong { color: var(--white); font-size: 12px; }
.hero-index span { display: inline-block; width: 52px; height: 1px; background: rgba(255,255,255,.7); }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.88); }
.scroll-line { width: 22px; height: 1px; background: var(--yellow); }
.hero-credit { color: rgba(255,255,255,.72); }
.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.ticker-track { display: flex; align-items: center; justify-content: space-around; min-width: 760px; min-height: 56px; color: #86857f; }
.ticker-track span { font-size: 10px; font-weight: 700; letter-spacing: .21em; }
.ticker-track i { color: #ad9200; font-size: 14px; font-style: normal; }
.section-index { display: flex; align-items: center; gap: 14px; color: #75756f; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-index > span:first-child { color: #9b9a91; font-size: 10px; }
.index-line { width: 40px; height: 1px; background: var(--yellow); }
.intro-section { padding-top: 115px; padding-bottom: 86px; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10%; align-items: start; margin-top: 31px; }
.intro-grid h2, .section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(38px, 5.2vw, 76px); line-height: .98; font-weight: 500; letter-spacing: -.065em; }
.intro-copy { padding-top: 6px; }
.intro-copy p, .section-heading p { margin: 0; color: #666660; font-size: 15px; line-height: 1.75; }
.intro-copy .text-link { margin-top: 22px; }
.intro-foot { display: flex; align-items: end; justify-content: space-between; margin-top: 74px; padding-top: 21px; border-top: 1px solid var(--line); }
.intro-stat { display: flex; align-items: baseline; gap: 18px; }
.intro-stat strong { font-size: clamp(31px, 4vw, 52px); line-height: .95; font-weight: 500; letter-spacing: -.07em; }
.intro-stat span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.intro-foot-note { display: inline-flex; align-items: center; gap: 11px; color: #85847d; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.sunburst { color: #a48900; font-size: 17px; }
.collections-section { padding: 88px 0 100px; background: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-top: 27px; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { font-size: clamp(38px, 4.8vw, 68px); }
.section-heading p { max-width: 600px; margin-top: 17px; }
.section-heading > .text-link { flex-shrink: 0; margin-bottom: 5px; }
.collection-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 22px; row-gap: 45px; margin-top: 47px; }
.collection-card { min-width: 0; }
.collection-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / 1.03; background: #e8e5dc; }
.collection-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.6,.25,1); }
.collection-card:hover .collection-image-wrap img { transform: scale(1.045); }
.collection-number { position: absolute; top: 13px; left: 14px; display: grid; place-items: center; width: 29px; height: 29px; background: rgba(255,255,255,.9); font-size: 9px; }
.collection-arrow { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 35px; height: 35px; background: var(--yellow); font-size: 16px; opacity: 0; transform: translateY(4px); transition: opacity .2s, transform .2s; }
.collection-card:hover .collection-arrow, .collection-card:focus-visible .collection-arrow { opacity: 1; transform: translateY(0); }
.collection-card-copy { padding: 15px 2px 0; }
.collection-card-copy h3 { margin: 0; font-size: 21px; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; }
.collection-card-copy p { max-width: 330px; min-height: 44px; margin: 8px 0 0; color: #74746f; font-size: 12px; line-height: 1.55; }
.collection-resources { display: inline-flex; align-items: center; gap: 16px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: #666660; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.collection-resources span { color: var(--ink); font-size: 16px; font-weight: 400; }

.stanley-section { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 580px; background: var(--charcoal); color: var(--white); }
.stanley-image-wrap { position: relative; min-height: 100%; overflow: hidden; background: #292722; }
.stanley-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.44), transparent 34%); }
.stanley-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 79% top; }
.stanley-image-label { position: absolute; z-index: 1; right: 28px; bottom: 23px; left: 28px; display: flex; justify-content: space-between; color: rgba(255,255,255,.86); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.stanley-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 690px; padding: clamp(54px, 7vw, 100px); }
.stanley-lockup { display: flex; align-items: center; gap: 12px; margin-bottom: 49px; color: var(--white); font-size: 16px; line-height: 1; font-weight: 900; letter-spacing: -.05em; }
.stanley-lockup .stanley-mark { width: 38px; height: 38px; font-size: 22px; }
.stanley-lockup small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .28em; }
.stanley-copy .eyebrow { color: rgba(255,255,255,.62); }
.stanley-copy h2 { max-width: 490px; margin: 17px 0 18px; font-size: clamp(38px, 4.8vw, 66px); line-height: .98; font-weight: 500; letter-spacing: -.065em; }
.stanley-copy > p { max-width: 510px; margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.stanley-copy .button { margin-top: 28px; }
.trademark-copy { max-width: 480px; margin-top: 24px; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.6; }
.stanley-number { position: absolute; right: 28px; bottom: 25px; color: rgba(255,255,255,.33); font-size: 8px; letter-spacing: .15em; }

.stories-section { padding-top: 111px; padding-bottom: 120px; }
.stories-section .section-heading { margin-bottom: 40px; }
.stories-section .section-heading > div > p { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.story-card { display: block; min-width: 0; }
.story-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.64 / 1; background: #e8e4dc; }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.6,.25,1); }
.story-card:hover .story-image-wrap img { transform: scale(1.04); }
.story-image-wrap > span { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 35px; height: 35px; background: var(--white); font-size: 16px; transition: background .2s; }
.story-card:hover .story-image-wrap > span { background: var(--yellow); }
.story-meta { display: flex; justify-content: space-between; margin-top: 17px; color: #77766f; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-card h3 { max-width: 430px; margin: 12px 0 8px; font-size: clamp(21px, 2.2vw, 31px); line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.story-card > p { max-width: 470px; margin: 0; color: #70706a; font-size: 12px; line-height: 1.65; }

.site-footer { background: var(--charcoal); color: var(--white); }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 54px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-cta .eyebrow { color: rgba(255,255,255,.55); }
.footer-cta h2 { max-width: 610px; margin: 13px 0 8px; font-size: clamp(30px, 3.7vw, 52px); line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.footer-cta p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .9fr 1.1fr; gap: clamp(30px, 5vw, 86px); padding-top: 55px; padding-bottom: 60px; }
.footer-brand { display: inline-flex; color: var(--white); font-size: 27px; }
.footer-brand img { width: auto; height: 48px; filter: invert(1); }
.footer-brand-column > p { max-width: 280px; margin: 24px 0 18px; color: rgba(255,255,255,.61); font-size: 12px; line-height: 1.65; }
.footer-email { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 12px; }
.footer-link-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-link-column h3 { margin: 0 0 7px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-link-column > a { color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.45; transition: color .18s; }
.footer-link-column > a:hover, .footer-bottom a:hover { color: var(--yellow); }
.footer-locations address { max-width: 265px; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.55; font-style: normal; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 61px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.52); font-size: 9px; }
.footer-legal-links, .footer-social { display: flex; align-items: center; gap: 19px; }
.footer-social a { color: var(--white); font-size: 9px; font-weight: 700; }

/* Multi-page content layouts and downloadable resource library. */
.page-main { min-height: 65vh; background: var(--paper); }
.page-shell { padding-top: 25px; padding-bottom: 84px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; min-height: 29px; color: #818078; font-size: 10px; letter-spacing: .02em; }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs > span:last-child { color: var(--ink); }
.page-hero {
  display: grid; max-width: 1040px; grid-template-columns: minmax(0, 1.12fr) minmax(210px, .68fr);
  align-items: end; column-gap: clamp(40px, 7vw, 96px); row-gap: 12px; margin: 39px auto 40px; text-align: left;
}
.page-hero .eyebrow { grid-column: 1 / -1; justify-content: flex-start; }
.page-hero h1 { max-width: 720px; margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1; font-weight: 600; letter-spacing: -.055em; }
.page-hero > p { max-width: 440px; margin: 0 0 3px; color: #6d6c65; font-size: 14px; line-height: 1.65; }
.page-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 126px); padding: 57px 0 66px; border-top: 1px solid var(--line); }
.page-statement h2 { max-width: 560px; margin: 20px 0; font-size: clamp(34px, 4vw, 55px); line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.page-statement p, .page-body-copy p, .contact-note p { color: #6d6c65; font-size: 14px; line-height: 1.8; }
.page-body-copy h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; font-weight: 600; letter-spacing: -.02em; }
.page-body-copy h2:not(:first-child) { margin-top: 34px; }
.page-body-copy .text-link { margin-top: 14px; }
.about-photo { position: relative; height: clamp(270px, 38vw, 500px); overflow: hidden; background: #d8d2c7; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo > div { position: absolute; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 3px; min-width: 95px; padding: 14px 16px; background: var(--white); }
.about-photo strong { font-size: 25px; font-weight: 500; letter-spacing: -.06em; }
.about-photo span { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.page-collection-grid { padding-bottom: 18px; }
.page-collection-grid .collection-card-copy h2 { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -.035em; }
.page-collection-grid .collection-card-copy p { min-height: 0; }
.collection-detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(38px, 8vw, 116px); align-items: center; }
.collection-detail-image { position: relative; margin: 0; min-height: 480px; overflow: hidden; background: #e6e3dc; }
.collection-detail-image img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.collection-detail-image figcaption { position: absolute; right: 17px; bottom: 17px; padding: 10px 13px; background: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.collection-detail-copy h2 { margin: 16px 0 12px; font-size: clamp(29px, 3vw, 42px); line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.collection-detail-copy > p { color: #6d6c65; font-size: 14px; line-height: 1.7; }
.specification-list { margin: 28px 0; border-top: 1px solid var(--line); }
.specification-list > div { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.specification-list dt { color: #77766f; }
.specification-list dd { margin: 0; text-align: right; font-weight: 600; }
.button-dark { background: var(--charcoal); color: var(--white); }
.button-dark:hover { background: #343530; }
.inline-resource { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 74px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inline-resource h2 { max-width: 570px; margin: 12px 0 0; font-size: clamp(21px, 2.6vw, 34px); line-height: 1.18; font-weight: 500; letter-spacing: -.04em; }
.document-groups { display: grid; gap: 55px; }
.document-group { border-top: 1px solid var(--line); }
.document-group-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 21px 0 18px; }
.document-group-heading h2 { margin: 9px 0 0; font-size: clamp(23px, 3vw, 34px); line-height: 1.12; font-weight: 500; letter-spacing: -.04em; }
.document-count { color: #85847d; font-size: 10px; white-space: nowrap; }
.document-list { border-top: 1px solid var(--line); }
.document-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 20px; min-height: 62px; padding: 9px 12px; border-bottom: 1px solid var(--line); transition: background .18s; }
.document-row:hover { background: rgba(255,255,255,.7); }
.document-filetype { display: inline-flex; align-items: center; justify-content: center; min-height: 24px; padding: 0 7px; border: 1px solid #c9c7c0; color: #66655f; font-size: 8px; font-weight: 700; letter-spacing: .07em; }
.document-title { font-size: 12px; line-height: 1.45; font-weight: 600; }
.document-download { display: inline-flex; align-items: center; gap: 13px; color: #67665f; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.document-download span { color: var(--ink); font-size: 16px; }
.installation-intro { display: flex; justify-content: flex-end; align-items: center; margin: -10px 0 23px; }
.faq-list { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 52px 1fr 24px; align-items: center; gap: 17px; min-height: 77px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: #8d8b83; font-size: 9px; letter-spacing: .05em; }
.faq-item summary strong { font-size: 15px; line-height: 1.45; font-weight: 600; }
.faq-item summary i { color: #77766f; font-size: 20px; font-style: normal; text-align: center; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item > p { max-width: 760px; margin: -4px 40px 23px 69px; color: #6d6c65; font-size: 13px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 250px; gap: 16px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; background: #e7e4dd; }
.gallery-card-tall { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; right: 11px; bottom: 11px; left: 11px; width: max-content; max-width: calc(100% - 22px); padding: 8px 10px; overflow: hidden; background: rgba(255,255,255,.94); font-size: 9px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.page-story-grid { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 54px; }
.page-story-grid .story-card h2 { max-width: 430px; margin: 12px 0 8px; font-size: clamp(19px, 2vw, 27px); line-height: 1.13; font-weight: 600; letter-spacing: -.035em; }
.page-story-grid .story-card > p { font-size: 12px; }
.contact-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-lead, .contact-office, .contact-note { min-height: 260px; padding: clamp(25px, 4vw, 52px); background: var(--white); }
.contact-lead h2 { max-width: 440px; margin: 18px 0 27px; font-size: clamp(27px, 3vw, 41px); line-height: 1.12; font-weight: 500; letter-spacing: -.04em; }
.contact-office { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; }
.contact-office h2 { margin: 6px 0 0; font-size: 22px; font-weight: 600; }
.contact-office address { max-width: 390px; color: #6d6c65; font-size: 13px; line-height: 1.7; font-style: normal; }
.contact-office > a:not(.text-link) { font-size: 13px; }
.contact-office .text-link { margin-top: 5px; }
.contact-note { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 125px; }
.contact-note p { max-width: 740px; margin: 0; }
.contact-note > a { display: inline-flex; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.privacy-content { max-width: 1000px; margin: 0 auto; border-top: 1px solid var(--line); }
.privacy-content article { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.privacy-content article > .eyebrow { color: #9a988f; }
.privacy-content h2 { margin: 0 0 10px; font-size: 19px; font-weight: 600; }
.privacy-content article p, .privacy-contact { max-width: 780px; margin: 0; color: #6d6c65; font-size: 13px; line-height: 1.8; }
.privacy-contact { margin: 22px 0 0 auto; }
.article-detail { max-width: 1100px; margin: 0 auto; }
.article-cover { height: clamp(270px, 45vw, 580px); margin: 0; overflow: hidden; background: #e7e4dd; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 730px; margin: 55px auto 0; }
.article-body p { margin: 0 0 20px; color: #454640; font-size: 15px; line-height: 1.85; }
.article-body .text-link { margin-top: 27px; }

/* Product catalogue and collection detail pages. */
.product-catalog { border-top: 1px solid var(--line); }
.product-filter-panel { padding: 24px 26px 27px; background: #efeee9; }
.product-filter-heading, .product-section-heading, .product-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.product-filter-heading h2, .product-section-heading h2 { margin: 9px 0 0; font-size: clamp(25px, 3vw, 37px); line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.product-filter-reset { display: inline-flex; align-items: center; gap: 10px; padding: 6px 0; border: 0; border-bottom: 1px solid #aaa89f; background: transparent; color: #62615a; font-size: 10px; cursor: pointer; }
.product-filter-reset span { font-size: 16px; }
.product-filters { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; margin-top: 24px; }
.product-filter-field { display: grid; gap: 7px; color: #66655f; font-size: 10px; font-weight: 600; }
.product-filter-field select, .product-filter-field input { min-width: 0; height: 44px; padding: 0 12px; border: 1px solid #d5d3cc; border-radius: 0; background: #faf9f6; color: var(--ink); font: inherit; font-size: 12px; font-weight: 500; }
.product-filter-field input::placeholder { color: #89877f; }
.product-results-heading { min-height: 54px; margin: 0 0 22px; border-bottom: 1px solid var(--line); }
.product-results-heading p { margin: 0; padding: 0 0 11px; color: var(--ink); font-size: 11px; font-weight: 700; }
.product-results-heading > span { padding-bottom: 11px; color: #85837b; font-size: 9px; }
.product-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 35px 19px; }
.product-card[hidden] { display: none !important; }
.product-card { min-width: 0; }
.product-card-visual { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: #e5e1d9; }
.product-card-visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.6,.25,1); }
.product-card-visual:hover > img, .product-card-visual:focus-visible > img { transform: scale(1.04); }
.product-card-category { position: absolute; top: 10px; left: 10px; max-width: calc(100% - 20px); padding: 7px 8px; background: rgba(250,249,246,.92); color: #565650; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.product-card-arrow { position: absolute; right: 10px; bottom: 10px; display: grid; width: 31px; height: 31px; place-items: center; background: var(--yellow); color: #151613; font-size: 16px; opacity: 0; transform: translateY(3px); transition: opacity .2s,transform .2s; }
.product-card:hover .product-card-arrow, .product-card:focus-within .product-card-arrow { opacity: 1; transform: translateY(0); }
.product-card-copy { padding: 12px 2px 0; }
.product-card-meta { display: flex; justify-content: space-between; gap: 9px; color: #89877f; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-card-meta span:last-child { text-align: right; }
.product-card-copy h2 { margin: 8px 0 2px; font-size: 17px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; }
.product-card-copy h2 a:hover { color: #77756d; }
.product-card-copy p { margin: 0; color: #77756d; font-size: 10px; letter-spacing: .05em; }
.product-empty-state { margin: 24px 0 0; padding: 38px 15px; border: 1px solid var(--line); color: #696860; font-size: 13px; text-align: center; }
.product-empty-state[hidden] { display: none; }
.product-detail-lead { display: grid; grid-template-columns: 1.3fr .7fr; align-items: stretch; gap: clamp(35px, 6vw, 82px); }
.product-room-image { position: relative; min-height: 355px; margin: 0; overflow: hidden; background: #e5e1d9; }
.product-room-image img { width: 100%; height: 100%; min-height: 355px; object-fit: cover; }
.product-room-image figcaption { position: absolute; right: 14px; bottom: 14px; padding: 9px 11px; background: rgba(250,249,246,.93); color: #343530; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-lead-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12px 0; }
.product-lead-copy h2 { margin: 12px 0 13px; font-size: clamp(31px, 3.7vw, 49px); line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.product-lead-copy > p { max-width: 470px; margin: 0; color: #6d6c65; font-size: 13px; line-height: 1.8; }
.product-lead-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.product-3d-button { min-height: 47px; border: 1px solid #c9c6bd; background: transparent; color: #4d4d47; cursor: not-allowed; opacity: .72; }
.product-soon { margin-left: 8px; color: #85837b; font-size: 8px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.product-format-switch { margin-top: 28px; }
.product-format-switch > span { display: block; margin-bottom: 8px; color: #77756e; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-format-switch > div { display: flex; flex-wrap: wrap; gap: 6px; }
.product-format-switch a { padding: 9px 12px; border: 1px solid #cfcdc5; color: #68675f; font-size: 10px; }
.product-format-switch a[aria-current="page"] { border-color: var(--charcoal); background: var(--charcoal); color: white; }
.product-technical { display: grid; grid-template-columns: 1.6fr .7fr; gap: clamp(28px, 5vw, 70px); align-items: start; margin-top: 67px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-technical-heading h2 { margin: 10px 0 0; font-size: clamp(25px, 3vw, 37px); font-weight: 500; letter-spacing: -.045em; }
.product-spec-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 25px; margin: 0; border-top: 1px solid var(--line); }
.product-spec-list > div { display: flex; justify-content: space-between; gap: 12px; min-height: 45px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.product-spec-list dt { color: #79776f; }
.product-spec-list dd { margin: 0; font-weight: 700; text-align: right; }
.product-pack-card { padding: 19px 20px; background: #eceae4; }
.product-pack-card > .eyebrow { color: #77756d; }
.product-pack-card dl { display: grid; gap: 0; margin: 12px 0 0; }
.product-pack-card dl > div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid #d4d2ca; font-size: 10px; }
.product-pack-card dt { color: #77756f; }
.product-pack-card dd { margin: 0; font-weight: 700; white-space: nowrap; }
.product-decors { margin-top: 76px; }
.product-section-heading { align-items: end; margin-bottom: 23px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.product-section-heading h2 { font-size: clamp(28px, 3.7vw, 45px); }
.product-section-heading > p { margin: 0; color: #77756e; font-size: 10px; }
.product-decor-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 24px 15px; }
.product-decor-card { min-width: 0; scroll-margin-top: 98px; }
.product-decor-card > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #e5e1d9; }
.product-decor-card > div { padding: 10px 2px 0; }
.product-decor-card .eyebrow { color: #908e86; font-size: 8px; }
.product-decor-card h3 { margin: 6px 0 3px; font-size: 13px; font-weight: 600; letter-spacing: -.015em; }
.product-decor-card p { margin: 0; color: #77756e; font-size: 9px; }
.product-resource-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px 40px; align-items: end; margin-top: 72px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-resource-row h2 { max-width: 390px; margin: 9px 0 0; font-size: clamp(23px, 3vw, 34px); line-height: 1.13; font-weight: 500; letter-spacing: -.04em; }
.product-resource-links { display: grid; grid-template-columns: 1fr; }
.product-resource-row > .text-link { justify-self: end; }
.mega-all-products { display: flex !important; justify-content: space-between; align-items: center; min-height: 40px; grid-column: 1 / -1; padding: 0 11px; background: #eeece6; font-size: 10px !important; font-weight: 700; }

/* Corporate type scale: restrained headlines and comfortably readable body copy. */
.hero h1 { max-width: 930px; font-size: clamp(54px, 7.5vw, 98px); letter-spacing: -.055em; }
.intro-grid h2, .section-heading h2 { letter-spacing: -.05em; }
.collection-card-copy h3, .story-card h3 { font-weight: 600; letter-spacing: -.035em; }

:focus-visible { outline: 2px solid #b49500; outline-offset: 4px; }

@media (max-width: 1050px) {
  .shell { width: min(var(--shell), calc(100% - 56px)); }
  .primary-navigation { gap: 22px; }
  .nav-note { display: none; }
  .intro-grid { gap: 7%; }
  .collection-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px 18px; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand-column { grid-column: 1 / -1; }
  .product-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-filters { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-decor-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .product-technical { grid-template-columns: 1fr; }
  .product-pack-card { max-width: 520px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 76px; }
  .shell { width: calc(100% - 38px); }
  .header-top { min-height: 68px; padding-inline: 19px; }
  .brand { min-width: auto; }
  .brand img { height: 43px; }
  .brand-name { font-size: 22px; }
  .header-tools { height: 68px; gap: 14px; }
  .header-tool-link, .header-rule, .header-contact { display: none; }
  .language-picker summary { font-size: 10px; }
  .language-options { top: calc(100% - 2px); right: -45px; }
  .mobile-menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 37px; height: 37px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
  .mobile-menu-toggle > span:not(.sr-only) { width: 21px; height: 1px; background: var(--ink); transition: transform .2s; }
  .header-nav-row { min-height: 0; padding: 0; border: 0; }
  .primary-navigation { position: absolute; top: 68px; right: 0; left: 0; display: none; height: calc(100svh - 68px); overflow-y: auto; align-items: stretch; flex-direction: column; gap: 0; padding: 16px 21px 35px; background: var(--white); }
  .site-header[data-menu-open] .primary-navigation { display: flex; }
  .primary-navigation > a, .nav-mega > summary { min-height: 52px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .nav-mega { height: auto; }
  .nav-mega > summary { justify-content: space-between; }
  .mega-panel { position: static; display: block; padding: 16px 0 18px; border: 0; box-shadow: none; }
  .mega-heading { display: none; }
  .mega-links { grid-template-columns: 1fr; }
  .mega-links a { min-height: 41px; font-size: 12px; }
  .mega-aside { display: none; }
  .site-header[data-menu-open] .mobile-menu-toggle > span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
  .site-header[data-menu-open] .mobile-menu-toggle > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-header[data-menu-open] .mobile-menu-toggle > span:nth-child(3) { display: none; }
  .hero { min-height: 690px; min-height: min(740px, calc(100svh - 68px)); }
  .hero-image { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(16,17,16,.63), rgba(16,17,16,.13)), linear-gradient(0deg, rgba(10,11,10,.48), transparent 42%); }
  .hero-content { justify-content: end; padding-top: 90px; padding-bottom: 125px; }
  .hero h1 { max-width: 590px; margin: 19px 0 18px; font-size: clamp(48px, 13vw, 76px); }
  .hero-content > p { max-width: 470px; font-size: 14px; }
  .hero-actions { flex-wrap: wrap; gap: 17px 24px; margin-top: 23px; }
  .button { min-height: 47px; gap: 18px; padding-inline: 13px; font-size: 9px; }
  .hero-bottom { min-height: 56px; }
  .hero-credit { display: none; }
  .scroll-cue { font-size: 8px; }
  .ticker-track { justify-content: space-evenly; min-width: 0; min-height: 46px; }
  .ticker-track span { font-size: 8px; letter-spacing: .14em; }
  .ticker-track span:nth-of-type(n+3), .ticker-track i:nth-of-type(n+3) { display: none; }
  .intro-section { padding-top: 73px; padding-bottom: 63px; }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 22px; }
  .intro-grid h2, .section-heading h2 { font-size: clamp(39px, 10.5vw, 62px); }
  .intro-copy p, .section-heading p { font-size: 14px; }
  .intro-foot { margin-top: 44px; }
  .intro-stat { flex-direction: column; gap: 9px; }
  .intro-stat strong { font-size: 43px; }
  .intro-stat span, .intro-foot-note { font-size: 8px; }
  .collections-section { padding: 67px 0 72px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 20px; }
  .section-heading h2 { font-size: clamp(38px, 9.6vw, 58px); }
  .collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 27px 12px; margin-top: 30px; }
  .collection-image-wrap { aspect-ratio: .88 / 1; }
  .collection-number { top: 8px; left: 8px; width: 25px; height: 25px; }
  .collection-arrow { right: 7px; bottom: 7px; width: 30px; height: 30px; opacity: 1; transform: none; }
  .collection-card-copy { padding-top: 11px; }
  .collection-card-copy h3 { font-size: 17px; }
  .collection-card-copy p { min-height: 0; font-size: 10px; }
  .collection-resources { margin-top: 30px; }
  .stanley-section { grid-template-columns: 1fr; }
  .stanley-image-wrap { min-height: 330px; }
  .stanley-image-wrap img { object-position: 74% top; }
  .stanley-image-label { right: 16px; bottom: 15px; left: 16px; font-size: 8px; }
  .stanley-copy { min-height: 480px; padding: 42px 20px 75px; }
  .stanley-lockup { margin-bottom: 35px; }
  .stanley-copy h2 { font-size: clamp(43px, 11vw, 60px); }
  .stanley-copy > p { font-size: 13px; }
  .stanley-number { right: 20px; bottom: 20px; }
  .stories-section { padding-top: 73px; padding-bottom: 75px; }
  .stories-section .section-heading { margin-bottom: 25px; }
  .story-grid { grid-template-columns: 1fr; gap: 34px; }
  .story-image-wrap { aspect-ratio: 1.55 / 1; }
  .story-card h3 { font-size: 25px; }
  .footer-cta { align-items: flex-start; flex-direction: column; padding-top: 43px; padding-bottom: 40px; }
  .footer-cta h2 { font-size: 38px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 39px 24px; padding-top: 41px; padding-bottom: 43px; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-locations { grid-column: 1 / -1; }
  .footer-locations address { max-width: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-top: 18px; padding-bottom: 20px; }
  .page-shell { padding-top: 17px; padding-bottom: 60px; }
  .page-hero { grid-template-columns: 1fr; gap: 9px; margin: 29px auto 32px; }
  .page-hero h1 { font-size: clamp(36px, 10vw, 50px); }
  .page-hero > p { max-width: 520px; margin: 0; font-size: 13px; line-height: 1.6; }
  .page-editorial-grid { grid-template-columns: 1fr; gap: 29px; padding: 34px 0 42px; }
  .page-statement h2 { font-size: 36px; }
  .about-photo { height: 290px; }
  .page-collection-grid { gap: 26px 12px; }
  .page-collection-grid .collection-card-copy h2 { font-size: 17px; }
  .collection-detail-grid { grid-template-columns: 1fr; gap: 27px; }
  .collection-detail-image, .collection-detail-image img { min-height: 310px; max-height: 420px; }
  .collection-detail-copy h2 { font-size: 30px; }
  .inline-resource { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 44px; }
  .installation-intro { margin: 0 0 18px; }
  .document-groups { gap: 39px; }
  .document-group-heading { align-items: flex-start; flex-direction: column; gap: 11px; }
  .document-row { grid-template-columns: 44px 1fr auto; gap: 10px; min-height: 63px; padding-inline: 5px; }
  .document-title { font-size: 11px; }
  .document-download { gap: 6px; font-size: 0; }
  .document-download span { font-size: 18px; }
  .faq-item summary { grid-template-columns: 29px 1fr 21px; gap: 9px; min-height: 73px; }
  .faq-item summary strong { font-size: 13px; }
  .faq-item > p { margin: 0 25px 21px 38px; font-size: 12px; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 160px; gap: 9px; }
  .page-story-grid { grid-template-columns: 1fr; row-gap: 36px; }
  .product-filter-panel { padding: 19px 14px 17px; }
  .product-filter-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .product-filter-heading h2 { font-size: 27px; }
  .product-filters { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 9px; margin-top: 17px; }
  .product-filter-field { gap: 6px; font-size: 9px; }
  .product-filter-field select, .product-filter-field input { height: 42px; padding-inline: 9px; font-size: 11px; }
  .product-filter-search { grid-column: 1 / -1; }
  .product-results-heading { min-height: 46px; margin-bottom: 17px; }
  .product-results-heading > span { max-width: 120px; font-size: 8px; text-align: right; }
  .product-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 10px; }
  .product-card-category { top: 7px; left: 7px; padding: 6px; font-size: 7px; }
  .product-card-arrow { right: 7px; bottom: 7px; width: 27px; height: 27px; opacity: 1; transform: none; }
  .product-card-copy { padding-top: 9px; }
  .product-card-meta { gap: 4px; font-size: 7px; letter-spacing: .03em; }
  .product-card-copy h2 { margin-top: 6px; font-size: 14px; }
  .product-card-copy p { font-size: 9px; }
  .product-detail-lead { grid-template-columns: 1fr; gap: 22px; }
  .product-room-image, .product-room-image img { min-height: 240px; }
  .product-lead-copy { padding: 4px 0; }
  .product-lead-copy h2 { font-size: 37px; }
  .product-lead-copy > p { font-size: 12px; }
  .product-lead-actions { gap: 8px; }
  .product-technical { gap: 21px; margin-top: 40px; padding-block: 21px; }
  .product-spec-list { grid-template-columns: 1fr; }
  .product-spec-list > div { min-height: 42px; font-size: 10px; }
  .product-pack-card { padding: 17px 14px; }
  .product-decors { margin-top: 47px; }
  .product-section-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
  .product-section-heading h2 { font-size: 31px; }
  .product-decor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 21px 10px; }
  .product-decor-card h3 { font-size: 12px; }
  .product-resource-row { grid-template-columns: 1fr; gap: 15px; margin-top: 48px; padding-block: 21px; }
  .product-resource-row h2 { font-size: 27px; }
  .product-resource-row > .text-link { justify-self: start; }
  .contact-detail-grid { grid-template-columns: 1fr; }
  .contact-lead, .contact-office, .contact-note { min-height: 0; padding: 26px 21px; }
  .contact-note { align-items: flex-start; flex-direction: column; gap: 18px; grid-column: auto; }
  .privacy-content article { grid-template-columns: 36px 1fr; gap: 10px; }
  .article-body { margin-top: 35px; }
  .article-body p { font-size: 14px; }
}

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

/* Homepage refresh: tighter vertical rhythm, useful collection controls and a real header search. */
.header-top { min-height: 68px; }
.brand { min-width: 160px; }
.brand img { height: 51px; }
.header-tools { height: 68px; gap: 21px; }
.header-search { position: relative; display: flex; align-items: center; border-bottom: 1px solid #b9b8b1; }
.header-search-desktop { flex: 0 1 430px; min-width: 240px; margin-inline: auto; }
.header-search input { width: 100%; min-width: 0; height: 38px; padding: 0 38px 0 3px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; }
.header-search input::placeholder { color: #85847e; opacity: 1; }
.header-search input:focus-visible { outline: 0; }
.header-search:focus-within { border-color: #8a6e00; }
.header-search button { position: absolute; right: 0; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.header-search button span { font-family: Arial, sans-serif; font-size: 22px; line-height: 1; transform: rotate(-20deg); }
.header-search-mobile { display: none; }
.header-nav-row { min-height: 46px; }
.primary-navigation { height: 46px; }
.primary-navigation > a, .nav-mega > summary { min-height: 45px; }
.hero { min-height: clamp(520px, 48vw, 680px); }
.hero-content { padding-top: 34px; padding-bottom: 70px; }
.hero h1 { max-width: 830px; }
.ticker-track { min-height: 44px; }
.intro-section { padding-top: 78px; padding-bottom: 61px; }
.intro-grid { grid-template-columns: 1.05fr .74fr; gap: 8%; margin-top: 24px; }
.intro-grid h2 { font-size: clamp(36px, 4.6vw, 66px); }
.intro-foot { margin-top: 44px; }
.collections-section { padding: 68px 0 76px; }
.section-heading { margin-top: 21px; }
.collection-toolbar { display: flex; align-items: center; gap: 25px; margin-top: 30px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-toolbar > span:first-child { color: #74736d; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.collection-filters { display: flex; align-items: center; gap: 6px; }
.collection-filters button { min-height: 32px; padding: 0 13px; border: 1px solid transparent; background: transparent; color: #65655f; font: inherit; font-size: 10px; cursor: pointer; transition: color .18s, background .18s, border-color .18s; }
.collection-filters button:hover { border-color: var(--line); color: var(--ink); }
.collection-filters button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.collection-filter-count { margin-left: auto; color: #85847d; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.collection-grid { column-gap: 19px; row-gap: 34px; margin-top: 32px; }
.collection-image-wrap { aspect-ratio: 1.12 / 1; }
.stanley-section { min-height: 500px; }
.stanley-lockup { margin-bottom: 31px; }
.stories-section { padding-top: 78px; padding-bottom: 86px; }
.stories-section .section-heading { margin-bottom: 30px; }
.story-grid { gap: 20px; }
.collection-card[hidden] { display: none; }

@media (max-width: 1050px) {
  .brand { min-width: 138px; }
  .header-search-desktop { flex-basis: 320px; min-width: 205px; }
  .header-tools { gap: 16px; }
  .primary-navigation { gap: 17px; }
  .primary-navigation > a, .nav-mega > summary { font-size: 10px; }
}

@media (max-width: 720px) {
  .header-top { min-height: 68px; }
  .brand img { height: 43px; }
  .header-search-desktop { display: none; }
  .header-search-mobile { display: flex; width: 100%; min-height: 42px; margin: 0 0 9px; }
  .header-search-mobile input { height: 42px; font-size: 13px; }
  .primary-navigation { top: 68px; }
  .hero { min-height: min(690px, calc(100svh - 68px)); }
  .hero-content { padding-top: 70px; padding-bottom: 116px; }
  .intro-section { padding-top: 61px; padding-bottom: 50px; }
  .intro-grid { gap: 18px; margin-top: 20px; }
  .intro-foot { margin-top: 34px; }
  .collections-section { padding: 54px 0 60px; }
  .collection-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 23px; padding: 12px 0; }
  .collection-toolbar > span:first-child { grid-column: 1 / -1; }
  .collection-filters { gap: 2px; }
  .collection-filters button { min-height: 31px; padding-inline: 9px; font-size: 9px; }
  .collection-filter-count { font-size: 8px; }
  .collection-grid { margin-top: 24px; }
  .stories-section { padding-top: 58px; padding-bottom: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .collection-filters button { transition: none; }
}

/* Area Floors imagery and restrained material-study motion. */
.visual-page-hero {
  display: grid;
  max-width: 1230px;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  align-items: stretch;
  min-height: 310px;
  margin: 24px auto 48px;
  overflow: hidden;
  border: 1px solid #e4e2dc;
  background: #efeee9;
}
.visual-page-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 4.4vw, 64px);
}
.visual-page-copy .eyebrow { margin-bottom: 18px; }
.visual-page-copy h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 5vw, 67px);
  line-height: .98;
  font-weight: 550;
  letter-spacing: -.065em;
}
.visual-page-copy > p { max-width: 470px; margin: 18px 0 0; color: #6d6c65; font-size: 13px; line-height: 1.7; }
.visual-page-media { position: relative; min-width: 0; min-height: 310px; margin: 0; overflow: hidden; background: #89877d; }
.visual-page-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-page-image-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,15,14,.53), transparent 46%), linear-gradient(135deg, rgba(14,15,14,.14), transparent 55%); }
.visual-page-drawing { position: absolute; inset: 5% 4%; width: 92%; height: 90%; overflow: visible; opacity: .65; }
.visual-page-drawing path { stroke: rgba(255,255,255,.82); stroke-width: 1; vector-effect: non-scaling-stroke; }
.visual-page-drawing path:last-child { stroke: var(--yellow); stroke-width: 1.5; }
.visual-page-media figcaption { position: absolute; right: 22px; bottom: 18px; left: 22px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.84); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.visual-page-media figcaption strong { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.66); border-radius: 50%; color: var(--white); font-size: 9px; letter-spacing: .04em; }

.intro-section { padding-top: clamp(59px, 6.2vw, 90px); padding-bottom: clamp(55px, 6vw, 85px); }
.intro-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); align-items: center; gap: clamp(36px, 7.5vw, 112px); margin-top: 26px; }
.intro-material-visual { position: relative; min-width: 0; aspect-ratio: 1.18 / 1; margin: 0; overflow: hidden; background: #514f49; }
.intro-material-visual > img { position: absolute; inset: -2% 0; width: 100%; height: 104%; object-fit: cover; object-position: 51% center; }
.intro-material-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,14,13,.61), transparent 40%), linear-gradient(135deg, rgba(13,14,13,.18), transparent 52%); }
.intro-material-drawing { position: absolute; inset: 2% 1%; width: 98%; height: 96%; opacity: .73; }
.intro-material-drawing path { stroke: rgba(255,255,255,.72); stroke-width: 1; vector-effect: non-scaling-stroke; }
.intro-material-drawing path:last-child { stroke: var(--yellow); stroke-width: 1.7; }
.intro-material-visual figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.92); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.intro-material-visual figcaption strong { font-size: 9px; font-weight: 600; }
.material-visual-corner { position: absolute; top: 17px; right: 18px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.75); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: -.08em; }
.intro-editorial { min-width: 0; }
.intro-editorial h2 { max-width: 690px; margin: 0; font-size: clamp(38px, 4.55vw, 67px); line-height: .99; font-weight: 500; letter-spacing: -.065em; }
.intro-editorial .intro-copy { max-width: 510px; padding-top: 24px; }
.intro-editorial .intro-copy p { margin: 0; color: #65655f; font-size: 14px; line-height: 1.8; }
.intro-editorial .intro-copy .text-link { margin-top: 20px; }
.intro-foot { margin-top: 38px; }
.product-room-drawing { position: absolute; inset: 3% 1%; width: 98%; height: 94%; opacity: .48; pointer-events: none; }
.product-room-drawing path { stroke: rgba(255,255,255,.86); stroke-width: 1; vector-effect: non-scaling-stroke; }
.product-room-drawing path:last-child { stroke: var(--yellow); stroke-width: 1.5; }

@media (max-width: 720px) {
  .visual-page-hero { grid-template-columns: 1fr; min-height: 0; margin: 22px auto 34px; }
  .visual-page-copy { min-height: 196px; padding: 23px 21px 25px; }
  .visual-page-copy .eyebrow { margin-bottom: 12px; font-size: 8px; }
  .visual-page-copy h1 { font-size: clamp(34px, 9vw, 49px); }
  .visual-page-copy > p { max-width: 540px; margin-top: 10px; font-size: 12px; }
  .visual-page-media { min-height: 208px; }
  .visual-page-media figcaption { right: 15px; bottom: 13px; left: 15px; font-size: 7px; }
  .visual-page-media figcaption strong { width: 31px; height: 31px; }
  .intro-section { padding-top: 55px; padding-bottom: 53px; }
  .intro-story-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 19px; }
  .intro-material-visual { aspect-ratio: 1.25 / 1; }
  .intro-material-visual figcaption { right: 15px; bottom: 14px; left: 15px; }
  .material-visual-corner { top: 12px; right: 12px; width: 31px; height: 31px; }
  .intro-editorial h2 { font-size: clamp(37px, 10vw, 57px); }
  .intro-editorial .intro-copy { padding-top: 17px; }
  .intro-editorial .intro-copy p { font-size: 13px; }
  .intro-foot { margin-top: 31px; }
}
