:root {
  --carbon: #111315;
  --carbon-deep: #080a0d;
  --bench: #282c31;
  --bone: #f7f8fa;
  --bone-deep: #e7e9ed;
  --steel: #b7bec7;
  --steel-blue: #61758e;
  --navy: #14263f;
  --white: #ffffff;
  --ink-muted: #5d6268;
  --line: rgba(17, 19, 21, 0.16);
  --line-light: rgba(247, 248, 250, 0.2);
  --page: min(1440px, calc(100% - 64px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--carbon);
  background: var(--bone);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--steel-blue); outline-offset: 4px; }

.page-width { width: var(--page); 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; left: 18px; top: 12px; z-index: 200; padding: 10px 16px; color: var(--carbon); background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.utility-bar { color: rgba(247, 248, 250, .74); background: var(--carbon-deep); border-bottom: 1px solid var(--line-light); }
.utility-bar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.utility-bar p { margin: 0; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.utility-bar__pricing { color: var(--steel); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 248, 250, .97); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 94px; display: grid; grid-template-columns: 102px minmax(0, 1fr) auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; width: 88px; align-items: center; }
.brand img { width: 100%; height: auto; filter: brightness(0) saturate(100%); opacity: .92; }

.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(17px, 1.8vw, 30px); }
.primary-nav > a,
.nav-trigger { position: relative; padding: 16px 0; color: var(--carbon); background: transparent; border: 0; cursor: pointer; font-size: 13px; font-weight: 500; white-space: nowrap; }
.nav-trigger { display: inline-flex; align-items: center; gap: 6px; }
.nav-trigger span { color: var(--steel-blue); transition: transform 180ms ease; }
.nav-trigger[aria-expanded="true"] span { transform: rotate(180deg); }
.primary-nav > a::after,
.nav-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 10px; height: 1px; background: var(--steel-blue); transition: right 180ms ease; }
.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after,
.nav-trigger:hover::after,
.nav-trigger:focus-visible::after,
.nav-trigger[aria-expanded="true"]::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 18px; }
.mobile-nav-actions { display: none; }
.header-login { padding-bottom: 3px; border-bottom: 1px solid var(--carbon); font-size: 12px; font-weight: 500; }
.header-apply { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 17px; color: var(--bone); background: var(--carbon); border: 1px solid var(--carbon); font-size: 11px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; }
.header-apply:hover, .header-apply:focus-visible { color: var(--carbon); background: transparent; }

.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--carbon); transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mega-menu { position: absolute; left: 0; right: 0; top: 100%; z-index: 90; color: var(--carbon); background: var(--bone); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; pointer-events: none; }
.mega-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.mega-menu__grid { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(245px, 1.2fr); gap: 30px; padding-top: 36px; padding-bottom: 36px; }
.mega-menu__column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.mega-menu__column p { margin: 0 0 9px; color: #7a7e79; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.mega-menu__column a { padding: 2px 0; font-family: var(--serif); font-size: 17px; line-height: 1.4; }
.mega-menu__column a:hover, .mega-menu__column a:focus-visible { color: var(--steel-blue); }
.mega-menu__all { margin-top: 12px; padding-bottom: 4px !important; border-bottom: 1px solid var(--carbon); font-family: var(--sans) !important; font-size: 12px !important; font-weight: 500; }
.mega-menu__feature { padding: 27px; color: var(--bone); background: var(--bench); }
.mega-menu__feature > span { color: var(--steel); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.mega-menu__feature h2 { margin: 22px 0 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.07; }
.mega-menu__feature p { margin: 0 0 25px; color: rgba(247, 248, 250, .68); font-size: 13px; }
.mega-menu__feature a { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid var(--steel-blue); font-size: 12px; }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 690px; color: var(--bone); background: var(--carbon); }
.hero__copy { display: flex; justify-content: flex-end; }
.hero__copy-inner { width: min(650px, calc(100% - 64px)); padding: clamp(78px, 8vw, 125px) clamp(40px, 6vw, 92px) 55px 0; display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 18px; color: #70746f; font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: var(--steel); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(54px, 5.8vw, 88px); line-height: .94; }
h2 { font-size: clamp(42px, 4.5vw, 68px); line-height: .98; }
h3 { font-weight: 500; line-height: 1.25; }
.hero__lead { max-width: 650px; margin: 30px 0 0; color: rgba(247, 248, 250, .7); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.6; }
.button-row { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; padding: 13px 21px; border: 1px solid currentColor; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.button:hover { transform: none; }
.button[href]::after, [data-form-next]::after, [data-form-submit]::after { content: none; }
.button--light { color: var(--carbon); background: var(--bone); border-color: var(--bone); }
.button--light:hover, .button--light:focus-visible { color: var(--bone); background: transparent; }
.button--dark { color: var(--bone); background: var(--carbon); border-color: var(--carbon); }
.button--dark:hover, .button--dark:focus-visible { color: var(--carbon); background: transparent; }
.button--outline-light { color: var(--bone); background: transparent; border-color: rgba(247, 248, 250, .66); }
.button--outline-light:hover, .button--outline-light:focus-visible { color: var(--carbon); background: var(--bone); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; }
.text-link--light { color: var(--bone); }
.link-button { background: transparent; cursor: pointer; font: inherit; }
.hero__assurances { margin-top: auto; padding-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; border-top: 1px solid var(--line-light); }
.hero__assurances p { margin: 0; }
.hero__assurances strong { display: block; margin-bottom: 4px; color: var(--bone); font-size: 12px; font-weight: 500; }
.hero__assurances span { display: block; color: rgba(247, 248, 250, .5); font-size: 11px; line-height: 1.45; }
.hero__image { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: var(--bench); }
.hero__image > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.72) contrast(1.03); }
.hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23, 25, 24, .28), transparent 38%); pointer-events: none; }
.hero__image figcaption,
.postal__image figcaption { position: absolute; left: 24px; bottom: 20px; z-index: 2; margin: 0; color: rgba(247, 248, 250, .75); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.hero__mark { position: absolute; right: -65px; top: 36px; z-index: 2; width: 230px; opacity: .14; filter: brightness(0) invert(1); }

.service-index { color: var(--carbon); background: var(--bone); border-bottom: 1px solid var(--line); }
.service-index__inner { min-height: 76px; display: grid; grid-template-columns: repeat(6, 1fr); }
.service-index a { display: flex; align-items: center; gap: 9px; padding: 18px; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 16px; }
.service-index a:first-child { border-left: 1px solid var(--line); }
.service-index a:hover, .service-index a:focus-visible { background: var(--bone-deep); }
.service-index span { color: var(--steel-blue); font-family: var(--sans); font-size: 9px; }

.section { padding: clamp(90px, 9vw, 140px) 0; }
.section-heading { margin-bottom: 56px; }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: 70px; }
.section-heading--split > p { max-width: 520px; margin: 0 0 5px; color: var(--ink-muted); }

.services { background: var(--bone); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 335px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 220ms ease, transform 220ms ease; }
.service-card:not(.service-card--image):not(.service-card--accent):hover { z-index: 1; background: var(--white); transform: translateY(-4px); }
.service-card > span,
.service-card--image > div > span { color: #777b76; font-size: 10px; letter-spacing: .14em; }
.service-card h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.02em; }
.service-card p { margin: 0 0 24px; color: var(--ink-muted); font-size: 14px; }
.service-card a { margin-top: 2px; padding-bottom: 3px; border-bottom: 1px solid var(--carbon); font-size: 12px; }
.service-card--image { grid-column: span 2; padding: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; color: var(--bone); background: var(--carbon); }
.service-card--image > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.service-card--image > div { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.service-card--image h3 { font-size: 35px; }
.service-card--image p { color: rgba(247, 248, 250, .66); }
.service-card--image a { border-color: var(--steel-blue); }
.service-card--accent { color: var(--bone); background: var(--steel-blue); }
.service-card--accent > span, .service-card--accent p { color: rgba(247, 248, 250, .8); }
.service-card--accent a { border-color: var(--bone); }

.pricing { color: var(--bone); background: var(--carbon); }
.pricing__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); }
.pricing__intro > p:not(.eyebrow) { max-width: 620px; margin: 29px 0 36px; color: rgba(247, 248, 250, .64); }
.pricing__details { border-top: 1px solid var(--line-light); }
.pricing__details > div { padding: 25px 0; display: grid; grid-template-columns: 145px 1fr 1.1fr; gap: 25px; align-items: start; border-bottom: 1px solid var(--line-light); }
.pricing__details span { color: var(--steel-blue); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.pricing__details h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.pricing__details p { margin: 0; color: rgba(247, 248, 250, .56); font-size: 13px; }
.pricing__vat { margin: 22px 0 0 !important; color: var(--steel) !important; font-size: 12px !important; }

.postal { background: var(--bone); }
.postal__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.postal__image { position: relative; margin: 0; min-height: 680px; overflow: hidden; }
.postal__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.postal__content { padding: clamp(55px, 7vw, 104px); display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.postal__content > p:not(.eyebrow) { margin: 27px 0 35px; color: var(--ink-muted); }
.numbered-list { margin: 0 0 35px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.numbered-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.numbered-list > li > span { color: var(--steel-blue); font-size: 10px; }
.numbered-list strong { font-size: 14px; font-weight: 500; }
.numbered-list p { margin: 3px 0 0; color: var(--ink-muted); font-size: 13px; }
.postal__content .text-link { align-self: flex-start; font-size: 13px; }

.portfolio { background: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr; gap: 14px; }
.portfolio-grid figure { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: var(--bench); }
.portfolio-grid figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform 500ms ease; }
.portfolio-grid figure:hover img { transform: scale(1.018); }
.portfolio-grid figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; padding-top: 12px; color: var(--bone); border-top: 1px solid rgba(247, 248, 250, .4); font-family: var(--serif); font-size: 22px; }
.portfolio-grid figcaption span { display: block; margin-bottom: 5px; font-family: var(--sans); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.portfolio-statement { min-height: 560px; padding: 34px; display: flex; flex-direction: column; color: var(--bone); background: var(--bench); }
.portfolio-statement p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 19px; }
.portfolio-statement a { margin-top: auto; padding-bottom: 4px; align-self: flex-start; border-bottom: 1px solid var(--steel-blue); font-size: 12px; }

.mounts { background: var(--bone-deep); }
.mounts__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(65px, 10vw, 150px); align-items: center; }
.mounts__content > p:not(.eyebrow) { max-width: 600px; margin: 28px 0; color: var(--ink-muted); }
.check-list, .plain-list { margin: 0 0 35px; padding: 0; list-style: none; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.check-list li, .plain-list li { position: relative; padding-left: 20px; }
.check-list li::before, .plain-list li::before { content: ""; position: absolute; left: 0; top: .75em; width: 9px; height: 1px; background: var(--steel-blue); }
.catalogue-preview { color: var(--bone); background: var(--carbon); box-shadow: 18px 18px 0 rgba(97, 117, 142, .22); }
.catalogue-preview__heading, .catalogue-preview > div:not(.catalogue-preview__heading) { min-height: 78px; padding: 0 28px; display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line-light); }
.catalogue-preview__heading { min-height: 112px; grid-template-columns: 1fr auto; }
.catalogue-preview__heading span { color: var(--steel-blue); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.catalogue-preview__heading strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.catalogue-preview > div > span { color: var(--steel-blue); font-size: 10px; }
.catalogue-preview > div > strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.catalogue-preview small { color: #818681; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.portal { color: var(--bone); background: var(--bench); }
.portal__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.portal__content > p:not(.eyebrow) { margin: 28px 0 25px; color: rgba(247, 248, 250, .68); }
.portal__content .plain-list { margin-bottom: 30px; color: rgba(247, 248, 250, .78); }
.portal__content .text-link { color: var(--bone); }
.portal-window { color: var(--carbon); background: var(--bone); box-shadow: 22px 22px 0 rgba(8, 10, 13, .32); }
.portal-window__top { height: 66px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.portal-window__top img { width: 40px; height: 43px; object-fit: contain; }
.portal-window__top span { color: #777b76; font-size: 9px; letter-spacing: .13em; }
.portal-window__body { min-height: 440px; display: grid; grid-template-columns: 150px 1fr; }
.portal-window__body aside { padding: 30px 22px; display: flex; flex-direction: column; gap: 17px; color: #696d68; border-right: 1px solid var(--line); font-size: 11px; }
.portal-window__body aside strong { color: var(--carbon); font-weight: 500; }
.portal-window__main { padding: 34px; }
.portal-window__main > p { margin: 0; color: #777b76; font-size: 11px; }
.portal-window__main > h3 { margin: 4px 0 25px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.portal-stat { width: 140px; padding: 16px; color: var(--bone); background: var(--carbon); }
.portal-stat span { display: block; color: var(--steel); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.portal-stat strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.portal-job { position: relative; margin-top: 15px; padding: 17px 19px; display: grid; grid-template-columns: 95px 1fr; gap: 3px 15px; background: var(--white); border: 1px solid var(--line); }
.portal-job > span { grid-row: span 3; color: #757a75; font-size: 9px; letter-spacing: .1em; }
.portal-job > strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.portal-job > small { color: #737773; font-size: 10px; }
.portal-job i { grid-column: 2; height: 3px; margin-top: 10px; background: #ecece7; }
.portal-job i b { display: block; width: 68%; height: 100%; background: var(--steel-blue); }
.portal-job button { grid-column: 2; justify-self: start; margin-top: 9px; padding: 5px 9px; color: var(--bone); background: var(--carbon); border: 0; font-size: 9px; }

.knowledge { background: var(--bone); }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.knowledge-grid a { min-height: 290px; padding: 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.knowledge-grid a > span { color: var(--steel-blue); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.knowledge-grid h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.knowledge-grid p { margin: 0; color: var(--ink-muted); font-size: 14px; }
.knowledge-grid a:hover, .knowledge-grid a:focus-visible { background: var(--white); }

.about { color: var(--bone); background: var(--carbon); }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 12vw, 180px); }
.about__grid > div:last-child > p { margin: 0 0 28px; color: rgba(247, 248, 250, .65); }
.about__grid .text-link { font-size: 15px; }

.apply { background: var(--white); }
.apply__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px 110px; align-items: start; }
.apply__grid > div > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 0; color: var(--ink-muted); }
.apply__grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.apply__grid li { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.apply__grid li > span { color: var(--steel-blue); font-size: 10px; }
.apply__grid strong { font-weight: 500; }
.apply__grid li p { margin: 3px 0 0; color: var(--ink-muted); font-size: 13px; }
.apply__grid > .button { grid-column: 2; justify-self: start; }

.site-footer { padding: 72px 0 26px; color: rgba(247, 248, 250, .72); background: var(--carbon-deep); }
.site-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, .65fr); gap: 50px; }
.site-footer__brand img { width: 125px; height: auto; filter: brightness(0) invert(1); opacity: .9; }
.site-footer__brand p { max-width: 290px; color: #7c817c; }
.site-footer__brand a { overflow-wrap: anywhere; }
.site-footer h2 { margin: 7px 0 18px; color: #777c77; font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer a, .site-footer p { font-size: 12px; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--bone); }
.site-footer__legal { margin-top: 62px; padding-top: 21px; display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; color: #696e69; border-top: 1px solid var(--line-light); }
.site-footer__legal p { margin: 0; font-size: 10px; }
.site-footer__legal-meta { display: grid; gap: 5px; }
.site-footer__legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.site-footer__legal-links a { font-size: 11px; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; }
.site-footer__legal-links a:hover, .site-footer__legal-links a:focus-visible { text-decoration-color: currentColor; }

/* Premium brand and editorial system */
.site-header.is-scrolled { background: rgba(247, 248, 250, .92); box-shadow: 0 12px 32px rgba(8, 10, 13, .08); }
.site-header, .header-apply, .brand img { transition: background 220ms ease, box-shadow 220ms ease, opacity 220ms ease; }
.about__links { display: flex; flex-wrap: wrap; gap: 24px; }
.hero__copy { position: relative; isolation: isolate; }
.hero__copy::before { content: "A&M"; position: absolute; left: clamp(24px, 4vw, 70px); bottom: 18px; z-index: -1; color: rgba(247, 248, 250, .035); font-family: var(--serif); font-size: clamp(160px, 22vw, 380px); line-height: .7; pointer-events: none; }
.hero__image > img, .postal__image img, .portfolio-grid figure img { filter: saturate(.82) contrast(1.04); }
.hero__image::before { content: ""; position: absolute; inset: 18px; z-index: 2; border: 1px solid rgba(247, 248, 250, .28); pointer-events: none; }
.hero__image figcaption, .postal__image figcaption { max-width: calc(100% - 48px); padding: 9px 12px; background: rgba(8, 10, 13, .66); backdrop-filter: blur(8px); }
.hero__mark { right: -58px; top: 26px; width: 250px; opacity: .16; }
.service-index a { position: relative; overflow: hidden; }
.service-index a::after { content: none; }
.pricing, .inner-hero, .application-intro, .portal, .editorial-hero--dark { position: relative; isolation: isolate; overflow: hidden; }
.pricing::before, .inner-hero::before, .application-intro::before, .portal::before, .editorial-hero--dark::before { content: ""; position: absolute; right: -150px; top: -120px; z-index: -1; width: 560px; height: 600px; background: url("am-jewellery-workshop-logo.png") center / contain no-repeat; filter: brightness(0) invert(1); opacity: .028; pointer-events: none; }
.portfolio-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8, 10, 13, .72)); pointer-events: none; }
.portfolio-grid figcaption { z-index: 2; }
.catalogue-preview { position: relative; overflow: hidden; }
.catalogue-preview::after { content: ""; position: absolute; right: -72px; bottom: -85px; width: 250px; height: 270px; background: url("am-jewellery-workshop-logo.png") center / contain no-repeat; filter: brightness(0) invert(1); opacity: .04; pointer-events: none; }
.portal-window__top img { filter: brightness(0) saturate(100%); }
.preview-notice { position: fixed; left: 50%; bottom: 24px; z-index: 220; width: min(560px, calc(100% - 32px)); padding: 16px 20px; color: var(--bone); background: var(--carbon); border: 1px solid var(--steel-blue); box-shadow: 0 18px 42px rgba(8, 10, 13, .25); transform: translateX(-50%); font-size: 13px; text-align: center; }

.editorial-hero { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.editorial-hero--dark { color: var(--bone); background: var(--carbon); }
.editorial-hero__copy { padding: clamp(70px, 9vw, 140px) max(32px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.editorial-hero__copy:first-child { padding-left: max(32px, calc((100vw - 1440px) / 2)); padding-right: clamp(45px, 7vw, 110px); }
.editorial-hero__copy > p:not(.eyebrow) { max-width: 640px; margin: 28px 0 0; color: var(--ink-muted); font-size: 18px; }
.editorial-hero--dark .editorial-hero__copy > p:not(.eyebrow) { color: rgba(247, 248, 250, .68); }
.editorial-hero__image { position: relative; min-height: 660px; margin: 0; overflow: hidden; }
.editorial-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.04); }
.editorial-hero__image::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(247, 248, 250, .3); pointer-events: none; }
.editorial-hero__image figcaption { position: absolute; left: 32px; bottom: 30px; z-index: 2; padding: 8px 11px; color: var(--bone); background: rgba(8, 10, 13, .68); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.editorial-hero--text { min-height: auto; grid-template-columns: minmax(0, 1fr); }
.editorial-hero--text .editorial-hero__copy { min-height: 620px; }
.intro-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 16px; }

.fact-strip { color: var(--bone); background: var(--navy); }
.fact-strip__grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-strip__grid > div { padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(247, 248, 250, .18); }
.fact-strip__grid > div:last-child { border-right: 1px solid rgba(247, 248, 250, .18); }
.fact-strip span { color: rgba(247, 248, 250, .56); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.fact-strip strong { margin-top: 5px; font-family: var(--serif); font-size: 24px; font-weight: 500; }

.feature-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.feature-split__aside { position: sticky; top: 140px; }
.feature-split__aside > p:not(.eyebrow) { color: var(--ink-muted); }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article { padding: 28px 0; display: grid; grid-template-columns: 54px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--steel-blue); font-size: 10px; letter-spacing: .12em; }
.feature-list h2, .feature-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 500; }
.feature-list p { margin: 10px 0 0; color: var(--ink-muted); }
.about .feature-list, .portal .feature-list { border-color: var(--line-light); }
.about .feature-list article, .portal .feature-list article { border-color: var(--line-light); }
.about .feature-list h2, .about .feature-list h3, .portal .feature-list h2, .portal .feature-list h3 { color: var(--bone); }
.about .feature-list p, .portal .feature-list p { color: rgba(247, 248, 250, .65); }

.portfolio-page { background: var(--bone); }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.work-card { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--bench); }
.work-card:nth-child(1) { grid-column: span 7; }
.work-card:nth-child(2) { grid-column: span 5; }
.work-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform 600ms ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8, 10, 13, .8)); }
.work-card figcaption { position: absolute; left: 30px; right: 30px; bottom: 27px; z-index: 2; color: var(--bone); font-family: var(--serif); font-size: 32px; }
.work-card figcaption span { display: block; margin-bottom: 7px; font-family: var(--sans); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.work-placeholder { grid-column: 1 / -1; min-height: 250px; padding: 42px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; color: var(--bone); background: var(--carbon); }
.work-placeholder p { margin: 0; color: rgba(247, 248, 250, .62); }

.guide-page { background: var(--white); }
.guide-index { padding: 32px 0; background: var(--bone-deep); border-bottom: 1px solid var(--line); }
.guide-index__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.guide-index a { padding: 18px 28px; border-left: 1px solid var(--line); }
.guide-index a:last-child { border-right: 1px solid var(--line); }
.guide-index span { display: block; color: var(--steel-blue); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.guide-index strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.guide-article { padding: clamp(80px, 9vw, 135px) 0; border-bottom: 1px solid var(--line); }
.guide-article__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 11vw, 160px); }
.guide-article__number { color: var(--steel-blue); font-size: 11px; letter-spacing: .15em; }
.guide-article h2 { margin-top: 16px; }
.guide-steps { margin: 0; padding: 0; list-style: none; counter-reset: guide; border-top: 1px solid var(--line); }
.guide-steps li { padding: 22px 0 22px 52px; position: relative; border-bottom: 1px solid var(--line); counter-increment: guide; }
.guide-steps li::before { content: "0" counter(guide); position: absolute; left: 0; top: 24px; color: var(--steel-blue); font-size: 10px; }
.guide-steps strong { display: block; font-weight: 600; }
.guide-steps p { margin: 5px 0 0; color: var(--ink-muted); }

.mount-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mount-category { min-height: 310px; padding: 34px; display: flex; flex-direction: column; color: var(--bone); background: var(--bench); border-top: 3px solid var(--steel-blue); transition: transform 200ms ease, background 200ms ease; }
.mount-category:hover { background: var(--carbon); transform: translateY(-4px); }
.mount-category span { color: var(--steel-blue); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.mount-category h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.mount-category p { margin: 0; color: rgba(247, 248, 250, .63); }
.catalogue-lock { padding: clamp(50px, 7vw, 90px); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; color: var(--bone); background: var(--navy); }
.catalogue-lock p { max-width: 720px; margin: 16px 0 0; color: rgba(247, 248, 250, .68); }

.portal-page { background: var(--bone-deep); }
.portal-preview-large { display: grid; grid-template-columns: 220px 1fr; min-height: 620px; color: var(--carbon); background: var(--white); box-shadow: 24px 24px 0 rgba(20, 38, 63, .14); }
.portal-preview-large aside { padding: 32px 26px; color: rgba(247, 248, 250, .65); background: var(--carbon); }
.portal-preview-large aside img { width: 84px; margin-bottom: 45px; filter: brightness(0) invert(1); }
.portal-preview-large aside a { display: block; padding: 10px 0; font-size: 12px; }
.portal-preview-large aside a:first-of-type { color: var(--white); }
.portal-preview-large__main { padding: clamp(35px, 5vw, 68px); }
.portal-preview-large__head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.portal-preview-large__head p { margin: 0; color: var(--ink-muted); }
.portal-status { padding: 7px 10px; color: var(--navy); background: rgba(20, 38, 63, .09); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.portal-metrics { margin: 42px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.portal-metrics div { padding: 22px; background: var(--bone); border: 1px solid var(--line); }
.portal-metrics span { display: block; color: var(--ink-muted); font-size: 10px; text-transform: uppercase; }
.portal-metrics strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 35px; font-weight: 500; }
.portal-table { border-top: 1px solid var(--line); }
.portal-table__row { padding: 17px 0; display: grid; grid-template-columns: 90px 1.4fr 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.portal-table__row span, .portal-table__row small { color: var(--ink-muted); font-size: 11px; }
.portal-table__row strong { font-size: 13px; font-weight: 600; }
.editorial-hero .verification-note { margin: 0; padding: clamp(35px, 5vw, 65px); background: rgba(247, 248, 250, .08); border: 1px solid rgba(247, 248, 250, .2); }
.editorial-hero .verification-note h2 { margin: 20px 0; color: var(--bone); }
.editorial-hero .verification-note p { color: rgba(247, 248, 250, .66); font-size: 15px; }

.contact-page { background: var(--bone); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 145px); }
.contact-card { padding: clamp(35px, 5vw, 62px); color: var(--bone); background: var(--carbon); }
.contact-card h2 { margin-bottom: 35px; }
.contact-detail { padding: 18px 0; border-top: 1px solid var(--line-light); }
.contact-detail:last-child { border-bottom: 1px solid var(--line-light); }
.contact-detail span { display: block; color: var(--steel-blue); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail strong, .contact-detail a { display: block; margin-top: 7px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.contact-process { border-top: 1px solid var(--line); }
.contact-process article { padding: 25px 0; display: grid; grid-template-columns: 45px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.contact-process span { color: var(--steel-blue); font-size: 10px; }
.contact-process h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.contact-process p { margin: 7px 0 0; color: var(--ink-muted); }

.brand-board { background: var(--white); }
.brand-board__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 10vw, 140px); }
.swatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.swatch { min-height: 160px; padding: 17px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); }
.swatch span { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.swatch--carbon { color: var(--bone); background: var(--carbon); }
.swatch--ivory { background: var(--bone); }
.swatch--steel-blue { color: var(--bone); background: var(--steel-blue); }
.swatch--navy { color: var(--bone); background: var(--navy); }
.swatch--white { background: var(--white); }
.type-sample { padding: 28px 0; border-top: 1px solid var(--line); }
.type-sample:last-child { border-bottom: 1px solid var(--line); }
.type-sample--display { font-family: var(--serif); font-size: clamp(48px, 6vw, 86px); line-height: .95; }
.type-sample--body { font-size: 17px; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .editorial-hero { grid-template-columns: 1fr; }
  .editorial-hero__copy:first-child { padding-left: var(--page); padding-right: var(--page); }
  .editorial-hero__image { min-height: 580px; }
  .fact-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .feature-split, .guide-article__grid, .contact-grid, .brand-board__grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-split__aside { position: static; }
  .portal-preview-large { grid-template-columns: 170px 1fr; }
}

@media (max-width: 700px) {
  .editorial-hero { min-height: 0; }
  .editorial-hero__copy:first-child { padding: 70px 28px; }
  .editorial-hero__image { min-height: 500px; }
  .fact-strip__grid, .guide-index__grid, .mount-category-grid, .portal-metrics, .swatch-grid { grid-template-columns: 1fr; }
  .fact-strip__grid > div { border-right: 1px solid rgba(247, 248, 250, .18); border-bottom: 1px solid rgba(247, 248, 250, .18); }
  .work-grid { display: block; }
  .work-card { min-height: 470px; margin-bottom: 14px; }
  .work-placeholder { grid-template-columns: 1fr; gap: 25px; padding: 30px; }
  .guide-index a { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .catalogue-lock { grid-template-columns: 1fr; gap: 28px; }
  .portal-preview-large { display: block; }
  .portal-preview-large aside { display: none; }
  .portal-preview-large__main { padding: 26px 20px; }
  .portal-table__row { grid-template-columns: 65px 1fr; gap: 5px 12px; }
  .portal-table__row small { grid-column: 2; }
  .portal-table__row .portal-status { grid-column: 2; justify-self: start; }
}

.preview-notice { position: fixed; right: 22px; bottom: 22px; z-index: 180; max-width: 430px; padding: 15px 18px; color: var(--bone); background: var(--carbon); border: 1px solid #5a5f5a; box-shadow: 0 15px 50px rgba(0,0,0,.24); font-size: 13px; }

/* Interior pages */
.primary-nav > a[aria-current="page"]::after { right: 0; }
.breadcrumb { margin: 0 0 60px; display: flex; gap: 9px; color: #777c77; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { padding-bottom: 2px; border-bottom: 1px solid currentColor; }
.breadcrumb--light { color: rgba(247, 248, 250, .52); }
.inner-hero { padding: clamp(70px, 8vw, 120px) 0; color: var(--bone); background: var(--carbon); }
.inner-hero__grid { display: grid; grid-template-columns: 1.2fr .58fr; gap: clamp(70px, 10vw, 160px); align-items: end; }
.inner-hero h1 { max-width: 930px; font-size: clamp(58px, 7.1vw, 108px); }
.inner-hero__aside { padding-bottom: 5px; }
.inner-hero__aside p { margin: 0 0 30px; color: rgba(247, 248, 250, .66); }
.section-nav { position: sticky; top: 94px; z-index: 45; background: var(--bone); border-bottom: 1px solid var(--line); }
.section-nav__inner { min-height: 65px; display: flex; gap: clamp(22px, 3.4vw, 52px); align-items: center; overflow-x: auto; scrollbar-width: none; }
.section-nav__inner::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; font-size: 12px; }
.section-nav a:hover, .section-nav a:focus-visible { color: var(--steel-blue); }

.service-directory { background: var(--white); }
.service-directory__layout { display: grid; grid-template-columns: .48fr 1fr; gap: clamp(60px, 9vw, 145px); align-items: start; }
.service-directory__intro { position: sticky; top: 200px; }
.service-directory__intro h2 { font-size: clamp(40px, 4.2vw, 64px); }
.service-directory__intro > p:last-child { margin: 28px 0 0; color: var(--ink-muted); }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { padding: 44px 0; display: grid; grid-template-columns: 52px 1fr; gap: 28px; border-bottom: 1px solid var(--line); scroll-margin-top: 175px; }
.service-detail__number { padding-top: 8px; color: var(--steel-blue); font-size: 10px; letter-spacing: .12em; }
.service-detail__type { margin: 0 0 7px; color: #777c77; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.service-detail h2 { font-size: clamp(35px, 3.2vw, 50px); }
.service-detail h2 + p { max-width: 790px; margin: 20px 0 0; color: var(--ink-muted); }
.detail-tags { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.detail-tags li { padding: 7px 11px; background: var(--bone); border: 1px solid var(--line); font-size: 11px; }
.service-detail details, .faq-list details { margin-top: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-detail summary, .faq-list summary { padding: 15px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 13px; font-weight: 500; list-style: none; }
.service-detail summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.service-detail summary span, .faq-list summary span { color: var(--steel-blue); font-size: 20px; font-weight: 400; transition: transform 180ms ease; }
.service-detail details[open] summary span, .faq-list details[open] summary span { transform: rotate(45deg); }
.service-detail details p, .faq-list details p { margin: 0; padding: 0 35px 18px 0; color: var(--ink-muted); font-size: 13px; }
.price-access { color: var(--bone); background: var(--bench); }
.price-access__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(75px, 10vw, 150px); }
.price-access__grid > div:first-child h2 { max-width: 640px; }
.price-access__levels { border-top: 1px solid var(--line-light); }
.price-access__levels article { padding: 24px 0; display: grid; grid-template-columns: 45px 1fr 1.25fr; gap: 23px; border-bottom: 1px solid var(--line-light); }
.price-access__levels article > span { color: var(--steel-blue); font-size: 10px; }
.price-access__levels h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.price-access__levels article p { margin: 0; color: rgba(247, 248, 250, .58); font-size: 13px; }
.price-access__levels .button { margin-top: 30px; }
.service-cta { background: var(--bone-deep); }
.service-cta--white { background: var(--white); }
.service-cta__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(70px, 11vw, 175px); align-items: end; }
.service-cta__grid > div:last-child p { margin: 0 0 30px; color: var(--ink-muted); }

/* Workshop by Post */
.postal-hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; color: var(--bone); background: var(--carbon); }
.postal-hero__image { min-height: 720px; overflow: hidden; }
.postal-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); }
.postal-hero__content { padding: clamp(65px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.postal-hero__content h1 { font-size: clamp(55px, 5.8vw, 86px); }
.postal-hero__content > p:not(.eyebrow) { margin: 30px 0; color: rgba(247, 248, 250, .68); font-size: 18px; }
.postal-hero__content .button { align-self: flex-start; }
.postal-intro { background: var(--white); }
.postal-intro__grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(80px, 12vw, 185px); }
.postal-intro__grid > div:last-child p { margin: 0 0 26px; color: var(--ink-muted); font-size: 18px; }
.postal-intro__grid strong { color: var(--carbon); font-weight: 500; }
.postal-steps { padding: clamp(90px, 9vw, 140px) 0; color: var(--bone); background: var(--carbon); }
.postal-steps .section-heading > p { color: rgba(247, 248, 250, .58); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.process-grid li { min-height: 300px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process-grid span { color: var(--steel-blue); font-size: 10px; }
.process-grid h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.process-grid p { margin: 0; color: rgba(247, 248, 250, .58); font-size: 13px; }
.packing { background: var(--bone); }
.packing__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(75px, 11vw, 170px); }
.packing__content p:last-child { margin: 28px 0 0; color: var(--ink-muted); }
.packing__checklist { border-top: 1px solid var(--line); }
.packing__checklist article { padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.packing__checklist article > span { color: var(--steel-blue); font-size: 10px; }
.packing__checklist h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.packing__checklist p { margin: 0; color: var(--ink-muted); font-size: 13px; }
.postal-scope { color: var(--bone); background: var(--bench); }
.postal-scope__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(80px, 12vw, 180px); align-items: start; }
.postal-scope .plain-list { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; color: rgba(247, 248, 250, .76); }
.postal-scope aside { padding: 35px; background: var(--bone); color: var(--carbon); box-shadow: 16px 16px 0 rgba(8, 10, 13,.24); }
.postal-scope aside > span { color: var(--steel-blue); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.postal-scope aside h3 { margin: 28px 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.postal-scope aside p { color: var(--ink-muted); font-size: 13px; }
.faq-section { background: var(--white); }
.faq-section__grid { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(75px, 11vw, 160px); }
.faq-list details { margin-top: 0; border-bottom: 1px solid var(--line); border-top: 0; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 20px 0; font-family: var(--serif); font-size: 20px; font-weight: 400; }

/* Trade application */
.application-page { background: var(--white); }
.application-intro { padding: clamp(65px, 8vw, 110px) 0; color: var(--bone); background: var(--carbon); }
.application-intro__grid { display: grid; grid-template-columns: 1.1fr .62fr; gap: clamp(70px, 10vw, 155px); align-items: end; }
.application-intro h1 { max-width: 780px; font-size: clamp(55px, 6.6vw, 98px); }
.application-intro__grid > div:last-child > p { margin: 0 0 28px; color: rgba(247, 248, 250, .67); }
.application-intro__facts { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.application-intro__facts li { padding: 10px 0 10px 18px; position: relative; border-bottom: 1px solid var(--line-light); color: rgba(247, 248, 250, .8); font-size: 12px; }
.application-intro__facts li::before { content: ""; position: absolute; left: 0; top: 1.35em; width: 8px; height: 1px; background: var(--steel-blue); }
.application-shell { padding: clamp(75px, 8vw, 120px) 0; background: var(--bone); }
.application-shell__grid { display: grid; grid-template-columns: 280px minmax(0, 850px); gap: clamp(55px, 8vw, 125px); align-items: start; justify-content: center; }
.application-progress { position: sticky; top: 130px; }
.application-progress ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.application-progress li { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 10px; color: #898d88; border-bottom: 1px solid var(--line); }
.application-progress li > span { padding-top: 3px; color: #969a95; font-size: 9px; }
.application-progress strong, .application-progress small { display: block; }
.application-progress strong { font-size: 13px; font-weight: 500; }
.application-progress small { margin-top: 2px; font-size: 10px; }
.application-progress li.is-current, .application-progress li.is-complete { color: var(--carbon); }
.application-progress li.is-current > span, .application-progress li.is-complete > span { color: var(--steel-blue); }
.application-progress li.is-current strong::after { content: "Current"; margin-left: 8px; color: var(--steel-blue); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.verification-note { margin-top: 30px; padding: 22px; color: var(--bone); background: var(--bench); }
.verification-note span { color: var(--steel-blue); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.verification-note p { margin: 12px 0 0; color: rgba(247, 248, 250, .64); font-size: 11px; }
.application-form-wrap { min-width: 0; }
.application-preview-note { margin: 0 0 18px; background: transparent; }
.trade-form { padding: clamp(34px, 5vw, 62px); background: var(--white); border: 1px solid var(--line); box-shadow: 18px 18px 0 rgba(97, 117, 142,.12); }
.trade-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.trade-form > fieldset > legend { width: 100%; font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); line-height: 1.05; }
.trade-form > fieldset > legend > span { display: block; margin-bottom: 12px; color: var(--steel-blue); font-family: var(--sans); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.form-intro { margin: 19px 0 36px; color: var(--ink-muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field > span, .choice-group legend, .checkbox-group legend { font-size: 12px; font-weight: 500; }
.field b, .choice-group b, .checkbox-group b, .declarations b { color: #2e527a; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 12px 13px; color: var(--carbon); background: #fafbfc; border: 1px solid #c9cbc6; border-radius: 0; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--steel-blue); outline-offset: 1px; border-color: var(--steel-blue); }
.field input:user-invalid, .field select:user-invalid { border-color: #2e527a; }
.field small { color: #777c77; font-size: 10px; }
.form-subheading { margin-top: 8px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-subheading > span { color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.plain-checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: 12px; }
.plain-checkbox input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--navy); }
.conditional-address { padding: 5px 0 0; }
.conditional-address > .form-subheading { margin: 0 0 22px; }
.file-field input[type="file"] { min-height: 64px; padding: 16px; background: var(--ivory); border-style: dashed; cursor: pointer; }
.file-field input[type="file"]::file-selector-button { margin-right: 16px; padding: 9px 13px; color: var(--white); background: var(--navy); border: 1px solid var(--navy); cursor: pointer; font: inherit; font-size: 11px; }
.file-selection { display: block; margin-top: 3px; color: var(--navy); font-size: 11px; overflow-wrap: anywhere; }
.choice-group { display: flex; flex-wrap: wrap; gap: 9px; }
.choice-group legend { margin-bottom: 9px; }
.choice-group label { min-width: 120px; position: relative; }
.choice-group input, .checkbox-group input { position: absolute; opacity: 0; pointer-events: none; }
.choice-group label > span, .checkbox-group label > span { min-height: 47px; display: flex; align-items: center; padding: 10px 14px; background: var(--bone); border: 1px solid var(--line); cursor: pointer; font-size: 12px; }
.choice-group input:checked + span, .checkbox-group input:checked + span { color: var(--bone); background: var(--carbon); border-color: var(--carbon); }
.choice-group input:focus-visible + span, .checkbox-group input:focus-visible + span { outline: 2px solid var(--steel-blue); outline-offset: 2px; }
.checkbox-group { margin: 0 0 31px !important; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.checkbox-group legend { margin-bottom: 10px; grid-column: 1 / -1; }
.checkbox-group label { position: relative; }
.checkbox-group label > span { height: 100%; }
.form-note { margin-top: 31px; padding: 19px 21px; border-left: 3px solid var(--steel-blue); background: var(--bone); }
.form-note strong { display: block; font-size: 12px; font-weight: 500; }
.form-note p { margin: 5px 0 0; color: var(--ink-muted); font-size: 11px; }
.application-review { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 30px; background: var(--line); border: 1px solid var(--line); }
.application-review > div { padding: 18px; background: var(--bone); }
.application-review span { display: block; color: #777c77; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.application-review strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.declarations { display: grid; gap: 11px; }
.declarations label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: 12px; }
.declarations a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.declarations input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--carbon); }
.form-actions { margin-top: 43px; padding-top: 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border-top: 1px solid var(--line); }
.form-actions > p { margin: 0; justify-self: center; text-align: center; color: #777c77; font-size: 10px; }
.form-actions > p span, .form-actions > p small { display: block; }
.application-back { color: var(--carbon); background: transparent; border-color: var(--line); }
.application-success { min-height: 570px; padding: clamp(45px, 7vw, 80px); display: flex; flex-direction: column; justify-content: center; background: var(--white); border: 1px solid var(--line); box-shadow: 18px 18px 0 rgba(97, 117, 142,.12); }
.application-success > span { color: var(--steel-blue); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.application-success h2 { margin-top: 24px; }
.application-success p { max-width: 630px; margin: 27px 0 35px; color: var(--ink-muted); }
.application-success .button { align-self: flex-start; }
.application-aftercare { padding: 60px 0; color: var(--bone); background: var(--bench); }
.application-aftercare__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.application-aftercare__grid > div { padding: 15px 32px; border-left: 1px solid var(--line-light); }
.application-aftercare__grid > div:last-child { border-right: 1px solid var(--line-light); }
.application-aftercare span { color: var(--steel-blue); font-size: 9px; }
.application-aftercare h3 { margin: 20px 0 7px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.application-aftercare p { margin: 0; color: rgba(247, 248, 250, .58); font-size: 12px; }

@media (max-width: 1250px) {
  :root { --page: min(1120px, calc(100% - 48px)); }
  .site-header__inner { grid-template-columns: 90px minmax(0, 1fr) auto; gap: 20px; }
  .primary-nav { gap: 18px; }
  .primary-nav > a:nth-of-type(4), .primary-nav > a:nth-of-type(5) { display: none; }
  .mega-menu__grid { grid-template-columns: repeat(4, 1fr); }
  .mega-menu__feature { grid-column: 1 / -1; display: grid; grid-template-columns: 120px 1fr 1fr auto; gap: 20px; align-items: center; }
  .mega-menu__feature h2, .mega-menu__feature p { margin: 0; }
  .hero__copy-inner { width: calc(100% - 48px); padding-right: 48px; }
  .hero__assurances { grid-template-columns: 1fr; gap: 12px; }
  .hero__assurances p { display: grid; grid-template-columns: 120px 1fr; gap: 10px; }
  .postal-hero__content { padding: 70px 55px; }
}

@media (max-width: 980px) {
  :root { --page: calc(100% - 36px); }
  .utility-bar__inner { justify-content: center; min-height: 34px; }
  .utility-bar__pricing { display: none; }
  .site-header__inner { min-height: 80px; grid-template-columns: 1fr auto; }
  .brand { width: 62px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .header-actions { display: none; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; min-height: calc(100vh - 114px); display: none; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 18px 24px 45px; overflow-y: auto; color: var(--carbon); background: var(--bone); border-top: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a,
  .primary-nav > a:nth-of-type(4),
  .primary-nav > a:nth-of-type(5),
  .nav-trigger { display: flex; width: 100%; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
  .primary-nav > a::after, .nav-trigger::after { display: none; }
  .mega-menu { position: static; display: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; border: 0; }
  .mega-menu.is-open { display: block; }
  .mega-menu__grid { width: 100%; grid-template-columns: 1fr 1fr; gap: 24px; padding: 24px 0 30px; }
  .mega-menu__feature { grid-column: 1 / -1; display: block; }
  .mega-menu__feature h2 { margin: 18px 0 12px; }
  .mega-menu__feature p { margin-bottom: 20px; }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
  .mobile-nav-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 10px; border: 1px solid var(--carbon); font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-nav-actions a:last-child { color: var(--bone); background: var(--carbon); }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { justify-content: center; }
  .hero__copy-inner { width: var(--page); min-height: 650px; padding: 75px 0 45px; }
  .hero__image { min-height: 650px; }
  .service-index__inner { grid-template-columns: repeat(3, 1fr); }
  .service-index a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .section-heading--split, .pricing__grid, .mounts__grid, .portal__grid, .about__grid, .apply__grid { grid-template-columns: 1fr; gap: 45px; }
  .pricing__details > div { grid-template-columns: 130px 1fr 1fr; }
  .postal__grid { grid-template-columns: .9fr 1.1fr; }
  .postal__content { padding: 55px 40px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card--image { grid-column: span 2; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-grid__large { grid-column: span 2; }
  .portfolio-statement { min-height: 520px; }
  .apply__grid > .button { grid-column: 1; }
  .site-footer__grid { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 28px; }
  .section-nav { top: 80px; }
  .inner-hero__grid, .service-directory__layout, .price-access__grid, .service-cta__grid, .postal-intro__grid, .packing__grid, .postal-scope__grid, .faq-section__grid, .application-intro__grid { grid-template-columns: 1fr; gap: 45px; }
  .service-directory__intro { position: static; }
  .postal-hero { grid-template-columns: 1fr; }
  .postal-hero__image { min-height: 600px; }
  .postal-hero__content { padding: 75px var(--page); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .application-shell__grid { grid-template-columns: 220px minmax(0, 1fr); gap: 40px; }
  .checkbox-group { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --page: calc(100% - 28px); }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: clamp(39px, 11vw, 52px); }
  .hero__copy-inner { min-height: 620px; }
  .hero__assurances { gap: 14px; }
  .hero__assurances p { grid-template-columns: 105px 1fr; }
  .hero__image { min-height: 520px; }
  .hero__mark { width: 170px; right: -48px; }
  .service-index__inner { width: 100%; grid-template-columns: 1fr 1fr; }
  .service-index a { min-height: 60px; padding: 14px; border-bottom: 1px solid var(--line); }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; border-left: 0; }
  .service-card { min-height: 285px; padding: 28px 0; border-right: 0; }
  .service-card--image { grid-column: auto; grid-template-columns: 1fr; padding: 0; }
  .service-card--image > img { min-height: 430px; }
  .service-card--image > div { min-height: 330px; padding: 28px; }
  .pricing__details > div { grid-template-columns: 1fr; gap: 7px; }
  .postal__grid { grid-template-columns: 1fr; }
  .postal__image { min-height: 520px; }
  .postal__content { padding: 55px 28px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-grid__large { grid-column: auto; }
  .portfolio-grid figure, .portfolio-statement { min-height: 470px; }
  .check-list { grid-template-columns: 1fr; }
  .catalogue-preview__heading, .catalogue-preview > div:not(.catalogue-preview__heading) { padding: 0 18px; grid-template-columns: 32px 1fr; }
  .catalogue-preview__heading { grid-template-columns: 1fr; align-content: center; gap: 2px; }
  .catalogue-preview small { display: none; }
  .portal-window__body { grid-template-columns: 1fr; }
  .portal-window__body aside { display: none; }
  .portal-window__main { padding: 24px; }
  .portal-job { grid-template-columns: 70px 1fr; }
  .knowledge-grid { grid-template-columns: 1fr; border-left: 0; }
  .knowledge-grid a { min-height: 250px; padding: 28px 0; border-right: 0; }
  .apply__grid { gap: 38px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 44px 25px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__legal { flex-direction: column; }
  .site-footer__legal-links { justify-content: flex-start; }
  .breadcrumb { margin-bottom: 42px; }
  .inner-hero h1 { font-size: clamp(50px, 14vw, 72px); }
  .section-nav__inner { width: calc(100% - 28px); }
  .service-detail { grid-template-columns: 35px 1fr; gap: 10px; }
  .price-access__levels article { grid-template-columns: 32px 1fr; }
  .price-access__levels article p { grid-column: 2; }
  .postal-hero { min-height: 0; }
  .postal-hero__image { min-height: 500px; }
  .postal-hero__content { padding: 70px 28px; }
  .postal-hero__content h1 { font-size: clamp(48px, 14vw, 67px); }
  .process-grid { grid-template-columns: 1fr; border-left: 0; }
  .process-grid li { min-height: 250px; padding: 28px 0; border-right: 0; }
  .postal-scope .plain-list { grid-template-columns: 1fr; }
  .application-intro h1 { font-size: clamp(48px, 14vw, 68px); }
  .application-shell__grid { grid-template-columns: 1fr; gap: 28px; }
  .application-progress { position: static; }
  .application-progress .eyebrow, .verification-note, .application-progress li div small { display: none; }
  .application-progress ol { display: grid; grid-template-columns: repeat(5, 1fr); border: 0; }
  .application-progress li { padding: 11px 6px; display: block; text-align: center; border: 0; border-bottom: 2px solid var(--line); }
  .application-progress li > span { display: block; }
  .application-progress li.is-current, .application-progress li.is-complete { border-color: var(--steel-blue); }
  .application-progress li.is-current strong::after { display: none; }
  .trade-form { padding: 30px 22px; box-shadow: 8px 8px 0 rgba(97, 117, 142,.12); }
  .form-grid, .checkbox-group, .application-review { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-actions { grid-template-columns: 1fr 1fr; }
  .form-actions > p { grid-column: 1 / -1; grid-row: 1; }
  .form-actions .button { width: 100%; }
  .application-aftercare__grid { grid-template-columns: 1fr; }
  .application-aftercare__grid > div, .application-aftercare__grid > div:last-child { padding: 24px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line-light); }
}

@media (max-width: 480px) {
  .mega-menu__grid { grid-template-columns: 1fr; }
  .mega-menu__feature { grid-column: auto; }
  .mobile-nav-actions { grid-template-columns: 1fr; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .text-link { align-self: flex-start; }
  .hero__assurances p { grid-template-columns: 1fr; gap: 1px; }
  .portal-window__main > h3 { font-size: 27px; }
  .portal-stat { width: 100%; }
  .portal-job { grid-template-columns: 1fr; }
  .portal-job > span { grid-row: auto; }
  .portal-job i, .portal-job button { grid-column: 1; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail__number { padding: 0; }
  .choice-group label { min-width: calc(50% - 5px); flex: 1; }
  .application-progress strong { font-size: 10px; line-height: 1.25; }
  .application-progress li { padding-inline: 3px; }
}

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

/* Editorial workshop direction */
.primary-nav > a[aria-current="page"]::after { right: 0; }
.living-hero { min-height: 740px; display: grid; grid-template-columns: .84fr 1.16fr; color: var(--bone); background: var(--carbon); }
.living-hero__copy { padding: clamp(80px, 10vw, 150px) max(40px, calc((100vw - 1440px) / 2)) 70px max(32px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.living-hero h1 { max-width: 690px; font-size: clamp(62px, 6.7vw, 104px); }
.living-hero__copy > p:not(.eyebrow) { max-width: 650px; margin: 32px 0 0; color: rgba(247, 248, 250,.7); font-size: clamp(17px, 1.4vw, 21px); }
.living-hero figure { min-height: 740px; margin: 0; position: relative; overflow: hidden; }
.living-hero figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.67) contrast(1.04); }
.living-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 19, 21,.22), transparent 38%); }
.living-hero figcaption, .image-story figcaption, .postal-story figcaption, .article-hero__image figcaption { position: absolute; left: 24px; bottom: 20px; z-index: 2; color: rgba(255,255,255,.76); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.workshop-intro { padding: clamp(85px, 10vw, 150px) 0; background: var(--white); }
.workshop-intro__grid, .directory-intro__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(80px, 12vw, 190px); align-items: start; }
.pull-quote { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.3vw, 68px); letter-spacing: -.025em; line-height: 1.06; }
.workshop-intro__grid > div > p, .directory-intro__grid > div > p { margin: 0 0 26px; color: var(--ink-muted); font-size: 17px; }

.service-ledger-section, .directory-list-section { padding: clamp(90px, 10vw, 155px) 0; background: var(--bone); }
.editorial-heading { max-width: 920px; margin-bottom: 70px; }
.editorial-heading > p:last-child { max-width: 650px; margin: 27px 0 0; color: var(--ink-muted); }
.service-ledger { border-top: 1px solid var(--line); }
.service-ledger > a { min-height: 136px; display: grid; grid-template-columns: 56px minmax(260px,.8fr) 1fr 30px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: color 180ms ease, padding 180ms ease; }
.service-ledger > a:hover { padding-left: 10px; color: #244c7a; }
.service-ledger > a > span { color: #8d8b84; font-size: 9px; letter-spacing: .13em; }
.service-ledger h3 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 2.5vw, 40px); font-weight: 400; letter-spacing: -.02em; }
.service-ledger p { margin: 0; max-width: 590px; color: var(--ink-muted); font-size: 13px; }
.service-ledger b { justify-self: end; font-size: 18px; font-weight: 400; }

.image-story { min-height: 750px; display: grid; grid-template-columns: 1.18fr .82fr; color: var(--bone); background: var(--bench); }
.image-story figure { min-height: 750px; margin: 0; position: relative; overflow: hidden; }
.image-story figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.image-story > div { padding: clamp(70px, 9vw, 140px); display: flex; flex-direction: column; justify-content: center; }
.image-story h2 { max-width: 600px; }
.image-story > div > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: rgba(247, 248, 250,.67); }
.image-story .text-link { align-self: flex-start; }

.pricing-story { padding: clamp(95px, 11vw, 165px) 0; background: var(--white); }
.pricing-story__grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(85px, 12vw, 180px); }
.pricing-notes { border-top: 1px solid var(--line); }
.pricing-notes p { margin: 0; padding: 23px 0; display: grid; grid-template-columns: 160px 1fr; gap: 28px; border-bottom: 1px solid var(--line); }
.pricing-notes strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.pricing-notes span { color: var(--ink-muted); font-size: 13px; }
.pricing-notes small { display: block; margin: 22px 0 28px; color: #77746d; }

.postal-story { padding: clamp(95px, 10vw, 155px) 0; background: var(--bone-deep); }
.postal-story__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(65px, 9vw, 130px); align-items: center; }
.postal-story__grid > div > p:not(.eyebrow) { max-width: 580px; margin: 30px 0 34px; color: var(--ink-muted); }
.postal-story figure { min-height: 620px; margin: 0; position: relative; overflow: hidden; }
.postal-story figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }

.knowledge-journal { padding: clamp(95px, 10vw, 155px) 0; background: var(--white); }
.journal-list { margin-bottom: 36px; border-top: 1px solid var(--line); }
.journal-list a { min-height: 94px; display: grid; grid-template-columns: 190px 1fr; gap: 32px; align-items: center; border-bottom: 1px solid var(--line); }
.journal-list span { color: #77746d; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.journal-list strong { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 32px); font-weight: 400; }
.journal-list a:hover strong { color: #244c7a; }

.quiet-apply { padding: clamp(90px, 9vw, 140px) 0; color: var(--bone); background: var(--carbon); }
.quiet-apply--bone { color: var(--carbon); background: var(--bone-deep); }
.quiet-apply__grid { display: grid; grid-template-columns: 1fr .65fr; gap: clamp(75px, 11vw, 170px); align-items: start; }
.quiet-apply__grid > div:last-child > p { margin: 0 0 32px; color: rgba(247, 248, 250,.65); }
.quiet-apply--bone .quiet-apply__grid > div:last-child > p { color: var(--ink-muted); }

.directory-hero, .reading-hero { padding: clamp(100px, 12vw, 180px) 0 clamp(90px, 10vw, 150px); color: var(--bone); background: var(--carbon); }
.directory-hero--small { padding-bottom: 90px; }
.directory-hero h1, .reading-hero h1 { max-width: 1050px; font-size: clamp(58px, 7vw, 106px); }
.directory-hero > .page-width > p:last-child, .reading-hero > .page-width > p:last-child { max-width: 730px; margin: 32px 0 0; color: rgba(247, 248, 250,.66); font-size: 18px; }
.directory-hero .breadcrumb, .reading-hero .breadcrumb { margin-bottom: 60px; }
.directory-intro { padding: clamp(80px, 9vw, 135px) 0; background: var(--white); }

.directory-list { border-top: 1px solid var(--line); }
.directory-list > a { padding: 46px 0; display: grid; grid-template-columns: 55px 1fr 100px; gap: 28px; align-items: start; border-bottom: 1px solid var(--line); }
.directory-list > a > span { padding-top: 12px; color: #8b8880; font-size: 9px; }
.directory-list h2 { font-size: clamp(34px, 3.5vw, 54px); }
.directory-list p { max-width: 770px; margin: 16px 0 19px; color: var(--ink-muted); }
.directory-list ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 22px; list-style: none; color: #77746d; font-size: 11px; }
.directory-list li::before { content: "·"; padding-right: 8px; color: var(--steel-blue); }
.directory-list b { padding-top: 16px; justify-self: end; border-bottom: 1px solid; font-size: 11px; font-weight: 500; }
.directory-list > a:hover h2, .guide-ledger > a:hover h2 { color: #244c7a; }

.article-hero { min-height: 680px; color: var(--bone); background: var(--carbon); overflow: hidden; }
.article-hero__grid { min-height: 680px; display: grid; grid-template-columns: 1fr .62fr; gap: clamp(60px, 9vw, 140px); align-items: stretch; }
.article-hero--text { min-height: auto; }
.article-hero--text .article-hero__grid { min-height: auto; grid-template-columns: minmax(0, 980px); }
.article-hero--text .article-hero__copy { min-height: 560px; padding-block: clamp(85px, 10vw, 140px); }
.article-hero__copy { padding: clamp(80px, 10vw, 145px) 0 90px; display: flex; flex-direction: column; justify-content: center; }
.article-hero__copy .breadcrumb { margin-bottom: 60px; }
.article-hero__copy h1 { max-width: 930px; font-size: clamp(58px, 6.3vw, 96px); }
.article-hero__copy > p:last-child { max-width: 710px; margin: 32px 0 0; color: rgba(247, 248, 250,.66); font-size: 18px; }
.article-hero__mark { min-height: 100%; display: grid; place-items: center; background: var(--bench); }
.article-hero__mark img { width: min(360px, 68%); opacity: .11; filter: brightness(0) invert(1); }
.article-hero__image { min-height: 680px; margin: 0; position: relative; overflow: hidden; }
.article-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.66); }
.fact-line { min-height: 82px; display: flex; align-items: center; }
.fact-line ul { width: 100%; margin: 0; padding: 0; display: flex; justify-content: space-between; gap: 25px; list-style: none; }
.fact-line li { position: relative; padding-left: 17px; font-size: 11px; letter-spacing: .035em; }
.fact-line li::before { content: ""; position: absolute; left: 0; top: .78em; width: 7px; height: 1px; background: var(--steel-blue); }

.article-section { padding: clamp(90px, 10vw, 155px) 0; background: var(--white); }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 820px); gap: clamp(75px, 11vw, 165px); justify-content: center; align-items: start; }
.article-contents { position: sticky; top: 150px; padding-top: 6px; }
.article-contents p { margin: 0 0 18px; color: #77746d; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.article-contents a { padding: 8px 0; display: block; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 18px; }
.article-copy > section { padding-bottom: clamp(75px, 8vw, 115px); scroll-margin-top: 150px; }
.article-copy > section + section { padding-top: clamp(75px, 8vw, 115px); border-top: 1px solid var(--line); }
.section-label { margin: 0 0 20px !important; color: #77746d !important; font-size: 9px !important; letter-spacing: .15em; text-transform: uppercase; }
.article-copy h2 { max-width: 770px; margin-bottom: 30px; font-size: clamp(38px, 4vw, 60px); }
.article-copy h2 + p, .article-copy section > p { max-width: 760px; margin: 0 0 22px; color: var(--ink-muted); font-size: 16px; }
.article-copy strong { color: var(--carbon); font-weight: 600; }
.article-small { font-size: 12px !important; }
.bench-note { margin: 0 0 clamp(85px, 9vw, 130px); padding: 42px 0 42px 46px; border-left: 2px solid var(--steel-blue); color: var(--bone); background: var(--bench); }
.bench-note > * { max-width: 690px; }
.bench-note > span { color: var(--steel-blue); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.bench-note h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.bench-note p { margin: 0; color: rgba(247, 248, 250,.65); }
.process-line { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-line li { padding: 24px 0; display: grid; grid-template-columns: 46px 150px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.process-line li > span { padding-top: 4px; color: var(--steel-blue); font-size: 9px; }
.process-line h3 { margin: 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.process-line p { margin: 0; color: var(--ink-muted); font-size: 13px; }
.expert-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.expert-list li { padding: 16px 0 16px 26px; position: relative; border-bottom: 1px solid var(--line); }
.expert-list li::before { content: ""; position: absolute; left: 0; top: 1.75em; width: 10px; height: 1px; background: var(--steel-blue); }
.next-reading { padding-top: 30px; display: grid; grid-template-columns: 160px 1fr; border-top: 1px solid var(--line); }
.next-reading > span { grid-row: span 3; color: #77746d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.next-reading a { padding: 10px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }

.reading-layout { display: grid; grid-template-columns: 230px minmax(0, 820px); gap: clamp(75px, 11vw, 165px); justify-content: center; }
.reading-layout > aside { padding-top: 7px; color: #77746d; font-size: 12px; }
.reading-layout > aside p { margin: 0 0 9px; color: var(--steel-blue); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.article-intro { margin: 0 0 80px !important; color: var(--carbon) !important; font-family: var(--serif); font-size: clamp(27px, 3vw, 40px) !important; line-height: 1.25; }
.article-copy--guide > section { padding-bottom: 70px; }
.article-copy--guide > section + section { padding-top: 70px; }
.bench-note--light { padding-right: 40px; color: var(--carbon); background: var(--bone); }
.bench-note--light p { color: var(--ink-muted); }
.source-link { margin-top: 20px !important; }
.source-link span { margin-right: 16px; color: #77746d; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.source-link a { border-bottom: 1px solid var(--carbon); }

.knowledge-intro { padding: 85px 0; background: var(--white); }
.knowledge-intro__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; }
.knowledge-intro h2 { max-width: 740px; }
.knowledge-intro p { margin: 0 0 8px; color: var(--ink-muted); }
.guide-ledger-section { padding: 0 0 140px; background: var(--white); }
.guide-ledger { border-top: 1px solid var(--line); }
.guide-ledger > a { padding: 38px 0; display: grid; grid-template-columns: 55px 1fr 85px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.guide-ledger > a > span { color: #8b8880; font-size: 9px; }
.guide-ledger h2 { font-size: clamp(30px, 3.1vw, 46px); }
.guide-ledger p { max-width: 720px; margin: 12px 0 0; color: var(--ink-muted); font-size: 13px; }
.guide-ledger b { justify-self: end; border-bottom: 1px solid; font-size: 11px; font-weight: 500; }

.workflow-section { padding: clamp(90px, 10vw, 155px) 0; background: var(--bone); }
.workflow__intro { max-width: 780px; margin: 0 0 80px; font-family: var(--serif); font-size: clamp(30px, 3.5vw, 48px); line-height: 1.2; }
.workflow ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow li { min-height: 160px; display: grid; grid-template-columns: 70px .55fr 1fr; gap: 32px; align-items: center; border-bottom: 1px solid var(--line); }
.workflow li > span { color: var(--steel-blue); font-size: 9px; }
.workflow h2 { font-size: clamp(32px, 3.2vw, 48px); }
.workflow li p { max-width: 700px; color: var(--ink-muted); }

.pricing-explained { padding: 40px 0 130px; background: var(--white); }
.price-definition { min-height: 190px; display: grid; grid-template-columns: 70px .7fr 1fr; gap: 36px; align-items: center; border-bottom: 1px solid var(--line); }
.price-definition > span { color: var(--steel-blue); font-size: 9px; }
.price-definition h2 { font-size: clamp(32px, 3.3vw, 49px); }
.price-definition p { max-width: 670px; color: var(--ink-muted); }
.price-factors { padding: clamp(90px, 10vw, 150px) 0; background: var(--bone-deep); }
.price-factors__grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(75px, 11vw, 165px); }
.price-factors ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-factors li { padding: 17px 0 17px 24px; position: relative; border-bottom: 1px solid var(--line); }
.price-factors li::before { content: ""; position: absolute; left: 0; top: 1.7em; width: 9px; height: 1px; background: var(--steel-blue); }

.faq-editorial { padding: clamp(90px, 10vw, 150px) 0; background: var(--white); }
.faq-editorial__grid { display: grid; grid-template-columns: 250px minmax(0, 850px); gap: clamp(65px, 10vw, 150px); justify-content: center; align-items: start; }
.faq-editorial__grid > aside { position: sticky; top: 150px; }
.faq-editorial__grid > aside p { color: var(--ink-muted); }
.faq-editorial details { border-bottom: 1px solid var(--line); }
.faq-editorial details:first-child { border-top: 1px solid var(--line); }
.faq-editorial summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 31px); }
.faq-editorial summary::-webkit-details-marker { display: none; }
.faq-editorial summary span { color: var(--steel-blue); font-family: var(--sans); font-size: 19px; transition: transform 180ms ease; }
.faq-editorial details[open] summary span { transform: rotate(45deg); }
.faq-editorial details p { max-width: 720px; margin: 0; padding: 0 40px 26px 0; color: var(--ink-muted); }

.sitemap-section { padding: clamp(90px, 10vw, 150px) 0; background: var(--white); }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: clamp(80px, 12vw, 190px); row-gap: 90px; }
.sitemap-grid section { border-top: 1px solid var(--line); }
.sitemap-grid h2 { padding: 25px 0; font-size: 36px; }
.sitemap-grid ul { margin: 0; padding: 0; list-style: none; }
.sitemap-grid li { border-bottom: 1px solid var(--line); }
.sitemap-grid a { padding: 10px 0; display: block; color: var(--ink-muted); }
.sitemap-grid a:hover { color: #244c7a; }
.location-map { min-height: 620px; display: grid; grid-template-columns: .72fr 1.28fr; color: var(--white); background: var(--navy); }
.location-map__details { padding: clamp(65px, 8vw, 125px) max(32px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.location-map__details h2 { max-width: 560px; }
.location-map__details > p:not(.eyebrow) { margin: 28px 0 0; color: rgba(247, 248, 250,.7); }
.location-map__details > p + p { margin-top: 10px; }
.location-map__details .button { margin-top: 34px; align-self: flex-start; }
.location-map__frame { min-height: 620px; background: var(--bone-deep); }
.location-map__frame iframe { width: 100%; height: 100%; min-height: 620px; display: block; border: 0; filter: saturate(.72) contrast(.96); }
.document-date { margin-top: 24px !important; font-size: 13px; letter-spacing: .04em; }
.legal-document .article-copy > section { scroll-margin-top: 130px; }
.legal-document .article-copy > section + section { margin-top: 54px; padding-top: 50px; border-top: 1px solid var(--navy-line); }
.legal-document .article-copy h2 { margin-bottom: 18px; }
.legal-document .article-copy p { margin: 0 0 18px; }
.legal-document .article-copy a { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }

/* Remove unnecessary dashboard-style decoration from the remaining functional pages. */
.catalogue-preview, .portal-window, .trade-form, .application-success { box-shadow: none; }
.portal-job { background: transparent; }
.process-grid { border-left: 0; }
.process-grid li { border-right: 0; }
.postal-scope aside { padding: 36px 0 36px 36px; border-left: 2px solid var(--steel-blue); box-shadow: none; }
.mount-category-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.mount-category { min-height: 0; padding: 34px 0; display: grid; grid-template-columns: 140px .7fr 1fr; gap: 28px; align-items: center; color: var(--carbon); background: transparent; border-top: 0; border-bottom: 1px solid var(--line); }
.mount-category:hover { background: transparent; transform: none; }
.mount-category h3 { margin: 0; }
.mount-category p { color: var(--ink-muted); }
.work-placeholder { padding: 60px 0; color: var(--carbon); background: transparent; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-placeholder p { color: var(--ink-muted); }

@media (max-width: 980px) {
  .living-hero, .image-story { grid-template-columns: 1fr; }
  .location-map { grid-template-columns: 1fr; }
  .location-map__details { padding-inline: var(--page); }
  .location-map__frame, .location-map__frame iframe { min-height: 520px; }
  .living-hero__copy { min-height: 620px; padding-inline: var(--page); }
  .living-hero figure, .image-story figure { min-height: 600px; }
  .workshop-intro__grid, .directory-intro__grid, .pricing-story__grid, .postal-story__grid, .quiet-apply__grid, .knowledge-intro__grid, .price-factors__grid { grid-template-columns: 1fr; gap: 50px; }
  .service-ledger > a { grid-template-columns: 45px .85fr 1fr 24px; }
  .article-hero__grid { width: 100%; grid-template-columns: 1fr; gap: 0; }
  .article-hero__copy { width: var(--page); margin-inline: auto; }
  .article-hero__mark { min-height: 280px; }
  .article-hero__mark img { width: 200px; }
  .article-hero__image { min-height: 580px; }
  .article-layout, .reading-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 55px; }
}

@media (max-width: 700px) {
  .living-hero h1, .directory-hero h1, .reading-hero h1, .article-hero__copy h1 { font-size: clamp(49px, 14vw, 70px); }
  .living-hero__copy { min-height: 570px; padding: 70px 22px; }
  .living-hero figure, .image-story figure, .postal-story figure, .article-hero__image { min-height: 470px; }
  .workshop-intro, .service-ledger-section, .directory-list-section, .pricing-story, .postal-story, .knowledge-journal, .quiet-apply, .directory-hero, .reading-hero, .article-section, .workflow-section, .faq-editorial, .sitemap-section { padding-top: 78px; padding-bottom: 78px; }
  .service-ledger > a { min-height: 0; padding: 30px 0; grid-template-columns: 32px 1fr 22px; gap: 13px; }
  .service-ledger p { grid-column: 2 / -1; }
  .service-ledger b { grid-column: 3; grid-row: 1; }
  .image-story > div { padding: 70px 24px; }
  .pricing-notes p { grid-template-columns: 1fr; gap: 5px; }
  .journal-list a { padding: 20px 0; grid-template-columns: 1fr; gap: 6px; }
  .directory-list > a, .guide-ledger > a { grid-template-columns: 32px 1fr; gap: 12px; }
  .directory-list > a > b, .guide-ledger > a > b { grid-column: 2; justify-self: start; }
  .directory-list ul { display: block; }
  .directory-list li { margin-top: 5px; }
  .article-hero__copy { padding: 70px 0; }
  .article-hero__copy .breadcrumb, .directory-hero .breadcrumb, .reading-hero .breadcrumb { margin-bottom: 42px; }
  .article-hero__grid, .article-hero { min-height: 0; }
  .fact-line { padding: 20px 0; }
  .fact-line ul { display: grid; gap: 7px; }
  .article-layout, .reading-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-contents { position: static; display: none; }
  .reading-layout > aside { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
  .bench-note { padding: 32px 24px; }
  .process-line li { grid-template-columns: 35px 1fr; gap: 12px; }
  .process-line p { grid-column: 2; }
  .next-reading { grid-template-columns: 1fr; }
  .next-reading > span { grid-row: auto; padding-bottom: 15px; }
  .workflow li, .price-definition { padding: 28px 0; grid-template-columns: 32px 1fr; gap: 12px; }
  .workflow li p, .price-definition p { grid-column: 2; margin: 0; }
  .faq-editorial__grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-editorial__grid > aside { position: static; }
  .sitemap-grid { grid-template-columns: 1fr; row-gap: 55px; }
  .location-map__details { padding: 70px 24px; }
  .location-map__frame, .location-map__frame iframe { min-height: 430px; }
  .mount-category { grid-template-columns: 1fr; gap: 8px; }
  .mount-category h3 { margin-top: 8px; }
  .work-placeholder { grid-template-columns: 1fr; gap: 30px; }
}

/* Client-facing commercial refinement */
body { background: #f5f6f7; }
.site-header__inner { min-height: 78px; }
.brand { width: 68px; }
.primary-nav { gap: clamp(20px, 2vw, 36px); }
.primary-nav > a { font-size: 14px; }
.primary-nav > a:nth-of-type(4),
.primary-nav > a:nth-of-type(5) { display: block; }
.header-apply { min-height: 42px; padding-inline: 17px; font-size: 12px; text-transform: none; letter-spacing: .025em; }
.header-login { font-size: 13px; }
.button { min-height: 50px; padding: 13px 22px; font-size: 13px; letter-spacing: .035em; text-transform: none; }
.button:hover { transform: none; }
.button[href]::after,
[data-form-next]::after,
[data-form-submit]::after { content: none; }
.text-link { gap: 0; font-size: 14px; }
h1 { line-height: 1; }
h2 { line-height: 1.04; }
.eyebrow { font-size: 11px; }

.business-hero { min-height: 640px; display: grid; grid-template-columns: .78fr 1.22fr; color: var(--bone); background: var(--carbon); }
.business-hero__content { padding: clamp(64px, 7vw, 96px) clamp(38px, 5vw, 72px) 60px max(32px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.business-hero h1 { max-width: 640px; font-size: clamp(48px, 4.35vw, 68px); line-height: 1.01; }
.business-hero__lead { max-width: 540px; margin: 24px 0 0; color: rgba(247, 248, 250,.72); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.55; }
.business-hero .button-row { margin-top: 30px; }
.business-hero__account { max-width: 570px; margin: 54px 0 0; padding-top: 18px; color: rgba(247, 248, 250,.52); border-top: 1px solid rgba(247, 248, 250,.18); font-size: 12px; }
.business-hero__image { min-height: 640px; margin: 0; position: relative; overflow: hidden; }
.business-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.02); }
.business-hero__image figcaption,
.home-services figure figcaption,
.postal-feature figure figcaption,
.journal-hero figure figcaption { position: absolute; left: 24px; bottom: 20px; z-index: 2; color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.credibility-line { background: var(--white); border-bottom: 1px solid var(--line); }
.credibility-line > div { min-height: 68px; display: flex; align-items: center; }
.credibility-line ul { width: 100%; margin: 0; padding: 0; display: flex; align-items: center; list-style: none; }
.credibility-line li { padding: 0 clamp(18px, 2.8vw, 40px); color: var(--ink-muted); font-size: 12px; letter-spacing: .02em; }
.credibility-line li:first-child { padding-left: 0; color: var(--navy); font-weight: 600; }
.credibility-line li + li { border-left: 1px solid var(--line); }
.credibility-line p { margin: 0; }
.credibility-line strong, .credibility-line span { display: block; }
.credibility-line strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.credibility-line span { margin-top: 2px; color: var(--ink-muted); font-size: 12px; }

.home-services { padding: clamp(82px, 8vw, 120px) 0; background: var(--white); }
.home-section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1fr auto; gap: clamp(45px, 7vw, 100px); align-items: end; }
.home-section-heading h2 { max-width: 760px; font-size: clamp(40px, 4vw, 60px); }
.home-section-heading > div:last-child > p { margin: 0 0 16px; color: var(--ink-muted); }
.home-services__body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 84px); align-items: stretch; }
.home-services figure { min-height: 560px; margin: 0; position: relative; overflow: hidden; }
.home-services figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.home-service-list { border-top: 1px solid var(--line); }
.home-service-list > a { padding: 22px 0; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.home-service-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.25vw, 33px); font-weight: 500; letter-spacing: -.02em; }
.home-service-list p { max-width: 620px; margin: 0; color: var(--ink-muted); font-size: 13px; }
.home-service-list > a > span { color: var(--ink-muted); font-size: 11px; white-space: nowrap; }
.home-service-list > a:hover h3 { color: #244c7a; }
.home-service-list__all { display: block !important; padding: 28px 0 !important; color: var(--ink-muted); font-family: var(--serif); font-size: 20px; }

.work-standard { padding: clamp(96px, 10vw, 150px) 0; color: var(--bone); background: var(--bench); }
.work-standard__grid { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(85px, 12vw, 180px); align-items: start; }
.work-standard h2 { max-width: 650px; font-size: clamp(44px, 4.7vw, 70px); }
.work-standard__grid > div > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 0; color: rgba(247, 248, 250,.68); }
.work-standard ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.work-standard li { padding: 28px 0; display: grid; grid-template-columns: 48px 1fr; gap: 20px; border-bottom: 1px solid var(--line-light); }
.work-standard li > span { padding-top: 4px; color: var(--steel-blue); font-size: 10px; }
.work-standard li strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.work-standard li p { margin: 5px 0 0; color: rgba(247, 248, 250,.6); font-size: 13px; }

.postal-feature { padding: clamp(82px, 8vw, 120px) 0; background: #eceff3; }
.postal-feature__grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.postal-feature figure { min-height: 540px; margin: 0; position: relative; overflow: hidden; }
.postal-feature figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.postal-feature h2 { max-width: 650px; font-size: clamp(40px, 4vw, 58px); }
.postal-feature__grid > div > p:not(.eyebrow) { margin: 22px 0 24px; color: var(--ink-muted); }

.article-feature { padding: clamp(82px, 9vw, 125px) 0; background: var(--white); }
.article-feature__layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.article-feature__lead,
.article-feature__list { min-width: 0; }
.article-feature__lead figure { min-height: 450px; margin: 0 0 24px; overflow: hidden; }
.article-feature__lead figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.article-feature__lead > span,
.article-feature__list span { color: #77746d; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.article-feature__lead h3 { margin: 10px 0 14px; font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); font-weight: 500; letter-spacing: -.02em; }
.article-feature__lead p { max-width: 680px; margin: 0; color: var(--ink-muted); }
.article-feature__list { color: var(--carbon); border-top: 1px solid var(--line); }
.article-feature__list a { padding: 26px 0; display: block; border-bottom: 1px solid var(--line); }
.article-feature__list h3 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(22px, 2vw, 29px); font-weight: 500; }
.article-feature a:hover h3 { color: #244c7a; }

.contact-conversion, .service-enquiry { padding: clamp(72px, 7vw, 105px) 0; color: var(--bone); background: var(--carbon); }
.contact-conversion__grid, .service-enquiry__grid { display: grid; grid-template-columns: 1fr .64fr; gap: clamp(75px, 11vw, 170px); align-items: start; }
.contact-conversion h2, .service-enquiry h2 { max-width: 780px; font-size: clamp(40px, 4vw, 58px); }
.contact-conversion__grid > div:first-child > p:not(.eyebrow),
.service-enquiry__grid > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 27px 0 0; color: rgba(247, 248, 250,.67); }
.contact-conversion__actions, .service-enquiry__grid > div:last-child { display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
.contact-conversion__actions > a:not(.button) { margin-top: 18px; font-family: var(--serif); font-size: 28px; }
.contact-conversion address { color: rgba(247, 248, 250,.58); font-size: 13px; font-style: normal; }

.journal-hero { color: var(--bone); background: var(--carbon); }
.journal-hero__grid { min-height: 620px; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(70px, 10vw, 150px); align-items: stretch; }
.journal-hero__grid > div { padding: clamp(78px, 9vw, 125px) 0; display: flex; flex-direction: column; justify-content: center; }
.journal-hero .breadcrumb { margin-bottom: 56px; }
.journal-hero h1 { max-width: 820px; font-size: clamp(52px, 5.6vw, 84px); }
.journal-hero__grid > div > p:last-child { max-width: 680px; margin: 28px 0 0; color: rgba(247, 248, 250,.68); font-size: 18px; }
.journal-hero figure { min-height: 620px; margin: 0; position: relative; overflow: hidden; }
.journal-hero figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.journal-intro { padding: 90px 0; background: var(--white); }
.journal-intro__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(75px, 11vw, 165px); align-items: end; }
.journal-intro h2 { max-width: 780px; font-size: clamp(40px, 4.2vw, 60px); }
.journal-intro p { margin: 0 0 5px; color: var(--ink-muted); }
.journal-feature { padding: 0 0 clamp(100px, 11vw, 160px); background: var(--white); }
.journal-feature__grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.journal-feature figure { min-height: 540px; margin: 0; overflow: hidden; }
.journal-feature figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.journal-feature span, .article-index__list span { color: #77746d; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.journal-feature h2 { margin: 13px 0 22px; font-size: clamp(40px, 4.2vw, 60px); }
.journal-feature p { margin: 0 0 32px; color: var(--ink-muted); }
.article-index { padding: clamp(90px, 9vw, 140px) 0; background: #eceff3; }
.article-index__heading { max-width: 850px; margin-bottom: 55px; }
.article-index__heading h2 { font-size: clamp(40px, 4.1vw, 60px); }
.article-index__list { border-top: 1px solid var(--line); }
.article-index__list > a { padding: 30px 0; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.article-index__list h2 { margin-top: 7px; font-size: clamp(28px, 3vw, 43px); }
.article-index__list p { max-width: 780px; margin: 10px 0 0; color: var(--ink-muted); font-size: 13px; }
.article-index__list > a > strong { padding-bottom: 3px; border-bottom: 1px solid var(--carbon); font-size: 12px; font-weight: 500; }

.directory-hero, .reading-hero { padding-top: clamp(85px, 9vw, 125px); padding-bottom: clamp(80px, 8vw, 115px); }
.directory-hero h1, .reading-hero h1 { max-width: 980px; font-size: clamp(50px, 5.5vw, 82px); }
.directory-hero .breadcrumb, .reading-hero .breadcrumb { margin-bottom: 48px; }
.directory-list > a { grid-template-columns: 1fr 100px; }
.directory-list > a > span { display: none; }
.directory-list h2 { font-size: clamp(32px, 3.2vw, 48px); }
.article-hero__copy h1 { font-size: clamp(50px, 5.5vw, 82px); }
.article-copy h2 { font-size: clamp(36px, 3.6vw, 54px); }
.bench-note { padding: 40px 0; color: var(--carbon); background: transparent; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 0; }
.bench-note > span { color: #77746d; }
.bench-note h3 { font-size: 30px; }
.bench-note p { color: var(--ink-muted); }
.bench-note--light { padding-inline: 0; background: transparent; }
.fact-strip__grid > div, .fact-strip__grid > div:last-child { padding-inline: 0; border: 0; }
.process-grid { grid-template-columns: repeat(2, 1fr); column-gap: 70px; border-top: 0; }
.process-grid li { min-height: 240px; padding-inline: 0; border-top: 1px solid var(--line-light); }
.contact-card { padding: 34px 0; color: var(--carbon); background: transparent; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-card .eyebrow { color: #70746f; }
.site-footer__brand address { margin: 20px 0 12px; color: rgba(247, 248, 250,.55); font-size: 12px; font-style: normal; line-height: 1.7; }
.site-footer__brand > a { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid var(--steel-blue); font-family: var(--serif); font-size: 21px; }

@media (max-width: 1100px) {
  .business-hero, .home-services__body, .postal-feature__grid, .article-feature__layout, .journal-hero__grid, .journal-feature__grid { grid-template-columns: 1fr 1fr; }
  .business-hero__content { padding-left: 36px; }
  .home-section-heading, .work-standard__grid, .contact-conversion__grid, .service-enquiry__grid, .journal-intro__grid { gap: 60px; }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .business-hero { grid-template-columns: .82fr 1.18fr; }
  .business-hero__content { padding-right: 34px; padding-left: 32px; }
  .business-hero h1 { font-size: clamp(46px, 5vw, 57px); }
}

@media (max-width: 980px) {
  .primary-nav > a:nth-of-type(4), .primary-nav > a:nth-of-type(5) { display: flex; }
  .business-hero, .home-services__body, .work-standard__grid, .postal-feature__grid, .article-feature__layout, .contact-conversion__grid, .service-enquiry__grid, .journal-hero__grid, .journal-feature__grid { grid-template-columns: 1fr; }
  .business-hero__content { min-height: 540px; padding-inline: var(--page); }
  .business-hero__image, .home-services figure, .postal-feature figure, .journal-hero figure, .journal-feature figure { min-height: 560px; }
  .credibility-line > div { padding-block: 18px; }
  .credibility-line ul { display: grid; grid-template-columns: 1fr 1fr; row-gap: 12px; }
  .credibility-line li { padding: 0 14px 0 0; }
  .credibility-line li + li { border-left: 0; }
  .home-section-heading, .journal-intro__grid { grid-template-columns: 1fr; gap: 35px; }
  .article-feature__lead figure { min-height: 560px; }
  .contact-conversion__actions, .service-enquiry__grid > div:last-child { max-width: 420px; }
}

@media (max-width: 700px) {
  .business-hero__content { min-height: 510px; padding: 60px 22px; }
  .business-hero h1, .journal-hero h1 { font-size: clamp(42px, 11.5vw, 56px); }
  .business-hero__account { margin-top: 38px; }
  .business-hero__image, .home-services figure, .postal-feature figure, .journal-hero figure, .journal-feature figure, .article-feature__lead figure { min-height: 430px; }
  .credibility-line > div { width: calc(100% - 44px); }
  .credibility-line ul { grid-template-columns: 1fr; }
  .credibility-line strong { font-size: 19px; }
  .home-services, .work-standard, .postal-feature, .article-feature, .contact-conversion, .service-enquiry, .journal-intro, .article-index { padding-top: 76px; padding-bottom: 76px; }
  .home-section-heading { margin-bottom: 42px; }
  .home-service-list > a { grid-template-columns: 1fr; gap: 10px; }
  .home-service-list > a > span { justify-self: start; }
  .work-standard li { grid-template-columns: 36px 1fr; }
  .article-feature__list { margin-top: 20px; }
  .contact-conversion__actions > a:not(.button) { font-size: 24px; }
  .journal-hero__grid > div { padding: 70px 0; }
  .article-index__list > a { grid-template-columns: 1fr; }
  .article-index__list > a > strong { justify-self: start; }
  .directory-list > a { grid-template-columns: 1fr; }
  .directory-list > a > b { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; column-gap: 0; }
}

/* Refined A&M palette and services-led navigation */
body { background: #f5f6f7; }
.utility-bar { background: var(--navy); border-bottom-color: rgba(255,255,255,.16); }
.utility-bar, .utility-bar__pricing { color: rgba(255,255,255,.82); }
.site-header { background: rgba(248, 249, 250,.96); }
.site-header.is-scrolled { box-shadow: 0 16px 38px rgba(8,10,13,.08); }
.nav-group { display: flex; align-self: stretch; align-items: center; }
.nav-trigger__icon { width: 7px; height: 7px; margin: -4px 2px 0 3px; display: inline-block; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transform-origin: center; transition: transform 180ms ease; }
.nav-trigger[aria-expanded="true"] .nav-trigger__icon { transform: translateY(4px) rotate(225deg); }
.nav-trigger[aria-current="page"]::after { right: 0; }
.header-apply { background: var(--navy); border-color: var(--navy); }
.header-apply:hover, .header-apply:focus-visible { color: var(--navy); background: transparent; }
.mega-menu { background: #f7f8fa; border-top-color: rgba(20, 38, 63,.22); box-shadow: 0 28px 60px rgba(8,10,13,.16); }
.mega-menu__grid { grid-template-columns: 1fr 1.18fr .92fr 1.35fr; gap: clamp(28px, 3.6vw, 58px); padding-top: 44px; padding-bottom: 44px; }
.mega-menu__column p { color: var(--navy); font-size: 11px; }
.mega-menu__column a { font-size: 18px; }
.mega-menu__column a:hover, .mega-menu__column a:focus-visible { color: var(--navy); }
.mega-menu__all { border-bottom-color: var(--navy); color: var(--navy); }
.mega-menu__feature { padding: 28px; background-color: var(--navy); background-image: linear-gradient(90deg, rgba(8,10,13,.9), rgba(20,38,63,.78)), url("jewellery-workshop-interior.webp"); background-position: center; background-size: cover; }
.mega-menu__feature h2 { margin: 15px 0 22px; font-size: 28px; }
.mega-menu__feature p { margin-bottom: 20px; color: rgba(255,255,255,.74); font-size: 14px; }
.mega-menu__feature-links { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 9px 16px; }
.mega-menu__feature-links a { color: rgba(255,255,255,.82); border-bottom-color: rgba(255,255,255,.34); }
.mega-menu__feature .mega-menu__cta { padding: 11px 15px; color: var(--navy); background: var(--bone); border: 1px solid var(--bone); font-weight: 600; }

.business-hero,
.directory-hero,
.reading-hero,
.journal-hero,
.article-hero,
.inner-hero,
.application-intro,
.editorial-hero--dark,
.postal-hero__content { background-color: var(--carbon); background-image: none; }
.work-standard { background: var(--carbon); }
.postal-feature { background: #e9edf2; }
.article-index { background: #e6eaf0; }
.contact-conversion, .service-enquiry { background: var(--navy); }
.quiet-apply, .postal-steps, .about { background-color: var(--bench); }
.site-footer { background: var(--carbon-deep); }
.button--dark { background: var(--navy); border-color: var(--navy); }
.button--dark:hover, .button--dark:focus-visible { color: var(--navy); background: transparent; }
.text-link:hover, .text-link:focus-visible { color: var(--navy); }
.text-link--light:hover, .text-link--light:focus-visible { color: var(--bone); border-bottom-color: var(--steel-blue); }
.business-hero__image img,
.home-services figure img,
.postal-feature figure img,
.journal-hero figure img,
.journal-feature figure img,
.article-feature__lead figure img,
.editorial-hero__image img,
.article-hero__image img,
.work-card img { filter: saturate(.88) contrast(1.03); }
.home-service-list > a:hover,
.article-feature__list > a:hover,
.article-index__list > a:hover,
.directory-list > a:hover { color: var(--navy); }
.credibility-line strong, .contact-conversion__actions > a:not(.button) { color: var(--navy); }
.work-standard .eyebrow, .contact-conversion .eyebrow, .service-enquiry .eyebrow { color: #aebcd0; }

.service-visuals { background: var(--carbon); }
.service-visuals__grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr; gap: 2px; }
.service-visuals figure { min-height: clamp(390px, 43vw, 650px); margin: 0; position: relative; overflow: hidden; background: var(--bench); }
.service-visuals img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform 650ms ease; }
.service-visuals figure:hover img { transform: scale(1.018); }
.service-visuals figure::after,
.workshop-image-sequence figure::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(8,10,13,.78)); pointer-events: none; }
.service-visuals figcaption,
.workshop-image-sequence figcaption { position: absolute; left: clamp(22px, 3vw, 46px); right: 22px; bottom: clamp(22px, 3vw, 38px); z-index: 2; color: rgba(255,255,255,.86); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.workshop-image-sequence { background: var(--carbon-deep); }
.workshop-image-sequence__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.workshop-image-sequence figure { min-height: clamp(420px, 40vw, 610px); margin: 0; position: relative; overflow: hidden; }
.workshop-image-sequence img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.04); }
.workshop-image-sequence figcaption { max-width: 420px; font-family: var(--sans); font-size: 12px; line-height: 1.25; letter-spacing: .04em; text-transform: none; }
.workshop-image-sequence figcaption span { display: block; margin-bottom: 8px; color: #aebcd0; font-family: var(--sans); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.manufacturing-feature { padding: clamp(82px, 8vw, 120px) 0; background: #f5f6f7; }
.manufacturing-feature__grid { display: grid; grid-template-columns: 1fr .6fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.manufacturing-feature h2 { max-width: 780px; font-size: clamp(40px, 4vw, 58px); }
.manufacturing-feature__grid > div:last-child > p { margin: 5px 0 22px; color: var(--ink-muted); font-size: 16px; }

@media (max-width: 1250px) and (min-width: 981px) {
  .mega-menu__grid { grid-template-columns: repeat(3, 1fr); }
  .mega-menu__feature { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; gap: 8px 42px; align-items: center; }
  .mega-menu__feature > span, .mega-menu__feature h2 { grid-column: 1; }
  .mega-menu__feature-links, .mega-menu__feature > .mega-menu__cta { grid-column: 2; }
  .mega-menu__feature-links { grid-row: 1; margin: 0; }
  .mega-menu__feature > .mega-menu__cta { grid-row: 2; justify-self: start; }
}

@media (max-width: 980px) {
  .nav-group { width: 100%; display: block; }
  .nav-trigger__icon { margin-right: 5px; }
  .mega-menu { background: transparent; box-shadow: none; }
  .mega-menu__grid { grid-template-columns: 1fr 1fr; gap: 28px 34px; padding: 25px 0 34px; }
  .mega-menu__feature { grid-column: 1 / -1; }
  .mega-menu__feature-links { display: flex; }
  .mobile-nav-actions { grid-template-columns: 1fr; }
  .service-visuals__grid { grid-template-columns: 1fr 1fr; }
  .service-visuals__wide { grid-column: 1 / -1; }
  .service-visuals figure { min-height: 480px; }
  .manufacturing-feature__grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 560px) {
  .mega-menu__grid { grid-template-columns: 1fr; }
  .mega-menu__feature { grid-column: auto; }
  .service-visuals__grid, .workshop-image-sequence__grid { grid-template-columns: 1fr; }
  .service-visuals__wide { grid-column: auto; }
  .service-visuals figure, .workshop-image-sequence figure { min-height: 420px; }
  .manufacturing-feature { padding-block: 76px; }
}

/* Ivory-led editorial palette */
:root {
  --ivory: #f3f0e8;
  --ivory-deep: #e8e2d6;
  --navy-soft: #e5ebf2;
  --navy-line: rgba(20, 38, 63, .18);
}

body { color: var(--carbon); background: var(--ivory); }
.site-header { background: rgba(255, 255, 255, .97); }
.mega-menu { background: var(--white); }
.mega-menu__feature {
  background-color: var(--navy);
  background-image: linear-gradient(90deg, rgba(20, 38, 63, .96), rgba(20, 38, 63, .7)), url("jewellery-workshop-interior.webp");
}

:is(
  .hero,
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .application-aftercare,
  .location-map,
  .work-standard,
  .portfolio-statement,
  .service-card--image,
  .catalogue-preview,
  .catalogue-lock,
  .verification-note
) {
  color: var(--carbon);
  background-color: var(--ivory);
  background-image: none;
}

:is(
  .pricing,
  .about,
  .quiet-apply,
  .postal-steps,
  .location-map,
  .catalogue-preview
) { background-color: var(--white); }

:is(
  .contact-conversion,
  .service-enquiry,
  .application-aftercare,
  .price-access,
  .postal-scope,
  .fact-strip,
  .catalogue-lock,
  .verification-note
) { background-color: var(--navy-soft); }

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .application-aftercare,
  .location-map,
  .work-standard,
  .portfolio-statement,
  .service-card--image,
  .catalogue-preview,
  .catalogue-lock,
  .verification-note
) :is(h1, h2, h3, h4, strong) { color: var(--carbon); }

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .application-aftercare,
  .location-map,
  .work-standard,
  .portfolio-statement,
  .service-card--image,
  .catalogue-preview,
  .catalogue-lock,
  .verification-note
) :is(p, li, address, small) { color: var(--ink-muted); }

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .application-aftercare,
  .location-map,
  .work-standard
) :is(.eyebrow, .eyebrow--light, .section-label) { color: var(--navy); }

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .contact-conversion,
  .service-enquiry,
  .work-standard
) :is(.breadcrumb, .breadcrumb--light) { color: rgba(17, 19, 21, .58); }

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard
) .button--light {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard
) .button--light:hover,
:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard
) .button--light:focus-visible {
  color: var(--navy);
  background: transparent;
}

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard
) .button--outline-light {
  color: var(--navy);
  background: transparent;
  border-color: var(--navy);
}

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard
) .button--outline-light:hover,
:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard
) .button--outline-light:focus-visible {
  color: var(--white);
  background: var(--navy);
}

:is(
  .business-hero,
  .living-hero,
  .directory-hero,
  .reading-hero,
  .journal-hero,
  .article-hero,
  .inner-hero,
  .application-intro,
  .editorial-hero--dark,
  .postal-hero__content,
  .pricing,
  .portal,
  .about,
  .quiet-apply,
  .postal-steps,
  .postal-scope,
  .price-access,
  .contact-conversion,
  .service-enquiry,
  .location-map,
  .work-standard,
  .portfolio-statement,
  .service-card--image
) .text-link--light { color: var(--carbon); border-bottom-color: var(--navy); }

.pricing__details,
.pricing__details > div,
.portfolio-statement p,
.application-intro__facts li,
.application-aftercare__grid > div,
.application-aftercare__grid > div:last-child,
.work-standard__list li { border-color: var(--navy-line); }

.article-hero__mark { background: var(--navy-soft); }
.article-hero__mark img { opacity: .08; filter: none; }
.catalogue-preview { box-shadow: 18px 18px 0 var(--ivory-deep); }
.catalogue-preview__heading,
.catalogue-preview > div:not(.catalogue-preview__heading) { border-color: var(--navy-line); }
.catalogue-preview :is(span, small) { color: var(--navy); }
.portal-window { background: var(--white); box-shadow: 22px 22px 0 var(--ivory-deep); }
.portal-stat,
.portal-job button,
.choice-group input:checked + span,
.checkbox-group input:checked + span,
.preview-notice,
.portal-preview-large aside { color: var(--white); background: var(--navy); }
.portal-stat span,
.portal-preview-large aside p,
.portal-preview-large aside small { color: rgba(255, 255, 255, .68); }
.mount-category:hover { color: var(--carbon); background: var(--navy-soft); }

.pricing::before,
.inner-hero::before,
.application-intro::before,
.portal::before,
.editorial-hero--dark::before { filter: none; opacity: .025; }

.service-visuals,
.workshop-image-sequence { background: var(--navy); }
.service-visuals figure { background: var(--navy-soft); }

.site-footer { color: rgba(255, 255, 255, .78); background: var(--navy); }
.site-footer h2 { color: rgba(255, 255, 255, .62); }
.site-footer :is(p, address) { color: rgba(255, 255, 255, .66); }
.site-footer__legal { color: rgba(255, 255, 255, .54); border-top-color: rgba(255, 255, 255, .16); }

/* Remaining text-led components follow the same light hierarchy. */
:is(.image-story, .work-placeholder, .mount-category, .contact-card, .bench-note) {
  color: var(--carbon);
  background: var(--ivory);
}
.contact-card,
.bench-note { background: var(--navy-soft); }
:is(.image-story, .work-placeholder, .mount-category, .contact-card, .bench-note) :is(h2, h3, strong) { color: var(--carbon); }
:is(.image-story, .work-placeholder, .mount-category, .contact-card, .bench-note) :is(p, span) { color: var(--ink-muted); }
:is(.image-story, .work-placeholder, .mount-category, .contact-card, .bench-note) .eyebrow { color: var(--navy); }
.bench-note { border-left-color: var(--navy); }
.postal-hero { color: var(--carbon); background: var(--ivory); }
.hero__image,
.portfolio-grid figure,
.work-card { background: var(--navy-soft); }
.service-card--accent { color: var(--carbon); background: var(--navy-soft); }
.service-card--accent :is(p, span) { color: var(--ink-muted); }
.service-card--accent a { border-color: var(--navy); }
.mobile-nav-actions a:last-child { color: var(--white); background: var(--navy); }

.fact-strip { color: var(--carbon); }
.fact-strip span { color: var(--navy); }
.hero__copy::before { color: rgba(20, 38, 63, .035); }
.business-hero__account { color: var(--ink-muted); border-top-color: var(--navy-line); }

.pricing__intro > p:not(.eyebrow),
.pricing__details p,
.portal__content > p:not(.eyebrow),
.portal__content .plain-list,
.about__grid > div:last-child > p,
.about .feature-list p,
.portal .feature-list p,
.inner-hero__aside p,
.postal-hero__content > p:not(.eyebrow),
.postal-steps .section-heading > p,
.postal-steps .process-grid p,
.postal-scope .plain-list,
.application-intro__grid > div:last-child > p,
.application-intro__facts li,
.application-aftercare p,
.living-hero__copy > p:not(.eyebrow),
.image-story > div > p:not(.eyebrow),
.quiet-apply__grid > div:last-child > p,
.directory-hero > .page-width > p:last-child,
.reading-hero > .page-width > p:last-child,
.article-hero__copy > p:last-child,
.location-map__details > p:not(.eyebrow),
.work-standard__grid > div > p:not(.eyebrow),
.work-standard li p,
.service-enquiry__grid > div:first-child > p:not(.eyebrow),
.contact-conversion address,
.journal-hero__grid > div > p:last-child,
.editorial-hero--dark .editorial-hero__copy > p:not(.eyebrow),
.editorial-hero .verification-note p { color: var(--ink-muted); }

.about .feature-list :is(h2, h3),
.portal .feature-list :is(h2, h3),
.editorial-hero .verification-note h2 { color: var(--carbon); }
.bench-note > span { color: var(--navy); }

/* Long-form manufacturing guide */
.manufacturing-article .reading-hero { padding-bottom: 68px; }
.manufacturing-article .reading-hero h1 { max-width: 1020px; }
.manufacturing-article .reading-hero p { max-width: 750px; }
.manufacturing-article .article-meta--light { color: var(--ink-muted); }
.manufacturing-article__image { margin-top: 56px; margin-bottom: 0; }
.manufacturing-article__image img { display: block; width: 100%; height: auto; max-height: 610px; object-fit: cover; }
.manufacturing-article__image figcaption { margin-top: 12px; color: var(--ink-muted); font-size: 14px; }
.manufacturing-article .reading-layout { grid-template-columns: 210px minmax(0, 760px); justify-content: space-between; gap: 64px; }
.manufacturing-contents a { display: block; margin-top: 14px; color: var(--ink-muted); font-size: 14px; line-height: 1.6; text-decoration: underline; text-underline-offset: 4px; }
.manufacturing-copy { min-width: 0; color: var(--carbon); font-size: 17px; line-height: 1.8; }
.manufacturing-copy > h2 { margin: 46px 0 20px; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.15; scroll-margin-top: 130px; }
.manufacturing-copy h3 { margin: 28px 0 12px; color: var(--carbon); font-size: 19px; line-height: 1.5; }
.manufacturing-copy p { margin: 0 0 22px; }
.manufacturing-copy ul { margin: 18px 0 30px; padding-left: 22px; }
.manufacturing-copy li { margin-bottom: 10px; padding-left: 5px; }
.manufacturing-copy a:not(.button) { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.manufacturing-copy > .manufacturing-cta { margin: 34px 0; padding: 30px; border: 1px solid var(--navy-line); background: var(--ivory); }
.manufacturing-copy .manufacturing-cta h2 { margin: 0 0 14px; font-size: 30px; line-height: 1.2; }
.manufacturing-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.manufacturing-cta__actions .button { margin: 0; min-height: 48px; font-size: 14px; line-height: 1.5; text-align: center; white-space: normal; }
.manufacturing-fact-note { margin: 30px 0; padding: 24px; border-left: 3px solid var(--navy); background: var(--navy-soft); }
.manufacturing-fact-note p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .manufacturing-article .reading-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .manufacturing-contents { display: none; }
}

@media (max-width: 600px) {
  .manufacturing-article .reading-hero h1 { font-size: clamp(40px, 10vw, 54px); }
  .manufacturing-article__image { margin-top: 28px; }
  .manufacturing-copy > .manufacturing-cta { padding: 22px 18px; }
  .manufacturing-cta__actions { flex-direction: column; align-items: stretch; }
  .manufacturing-copy { font-size: 16px; }
}

/* Workshop Journal */
.article-meta,
.journal-entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 22px; font-size: 12px; letter-spacing: .04em; }
.article-meta { margin-top: 30px; }
.article-meta span + time,
.journal-entry-meta span + time { position: relative; }
.article-meta span + time::before,
.journal-entry-meta span + time::before { content: ""; width: 3px; height: 3px; position: absolute; left: -13px; top: 50%; border-radius: 50%; background: currentColor; transform: translateY(-50%); opacity: .55; }
.article-meta--light { color: rgba(255,255,255,.72); }
.journal-entry-meta { color: var(--navy); text-transform: uppercase; letter-spacing: .1em; }
.journal-entry-meta time { color: var(--ink-muted); }
.journal-feature .journal-entry-meta { margin-bottom: 12px; }
.journal-filter-section { padding: 36px 0 34px; background: var(--ivory); border-top: 1px solid var(--navy-line); border-bottom: 1px solid var(--navy-line); }
.journal-filter-section .eyebrow { margin-bottom: 17px; }
.journal-filter { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.journal-filter button,
.journal-filter a { padding: 5px 0; color: var(--ink-muted); background: transparent; border: 0; border-bottom: 1px solid transparent; cursor: pointer; font-size: 14px; }
.journal-filter button:hover,
.journal-filter button:focus-visible,
.journal-filter button[aria-pressed="true"],
.journal-filter a:hover,
.journal-filter a:focus-visible,
.journal-filter a[aria-current="page"] { color: var(--navy); border-bottom-color: var(--navy); }
.article-index__list [hidden],
.journal-feature[hidden] { display: none; }
.journal-filter-empty { margin: 28px 0 0; color: var(--ink-muted); }
.single-journal-image { height: clamp(420px, 52vw, 720px); margin-top: 72px; margin-bottom: 0; overflow: hidden; background: var(--navy-soft); }
.single-journal-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.journal-article .article-section { padding-top: clamp(80px, 9vw, 125px); }
.journal-related { padding: clamp(82px, 9vw, 125px) 0; background: var(--ivory); }
.journal-related > .page-width > h2 { max-width: 720px; margin: 8px 0 42px; font-size: clamp(38px, 4vw, 56px); }
.journal-related .article-index__list h3 { margin-top: 7px; font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); font-weight: 400; line-height: 1.06; }
.navigation.pagination { margin-top: 46px; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.nav-links .page-numbers { padding: 4px 0; color: var(--ink-muted); border-bottom: 1px solid transparent; }
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus-visible { color: var(--navy); border-bottom-color: var(--navy); }
.admin-bar .site-header { top: 32px; }

@media (max-width: 700px) {
  .article-meta { gap: 7px 18px; }
  .journal-filter { gap: 8px 20px; }
  .journal-entry-meta { font-size: 11px; }
  .single-journal-image { width: 100%; height: 420px; margin-top: 0; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* Tablet refinements: keep editorial content balanced and prevent intrinsic image
   dimensions from stretching the footer mark in Safari. */
@media (max-width: 1250px) and (min-width: 981px) {
  .article-feature { padding-block: 86px; }
  .article-feature__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 42px;
  }
  .article-feature__lead figure { min-height: 380px; }
  .article-feature__list { display: block; visibility: visible; opacity: 1; }
  .site-footer { padding-top: 56px; }
  .site-footer__grid { grid-template-columns: 1.1fr repeat(3, minmax(0, .8fr)); gap: 30px; align-items: start; }
  .site-footer__brand img { width: 100px; height: auto; }
  .site-footer__legal { margin-top: 46px; }
}

/* Careers */
.careers-hero { min-height: 650px; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--ivory); border-bottom: 1px solid var(--navy-line); }
.careers-hero__content { padding: clamp(74px, 8vw, 118px) clamp(38px, 5vw, 78px) clamp(70px, 8vw, 110px) max(32px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.careers-hero .breadcrumb { margin-bottom: 52px; }
.careers-hero h1 { max-width: 680px; font-size: clamp(50px, 5.3vw, 82px); }
.careers-hero__content > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 30px; color: var(--ink-muted); font-size: 18px; line-height: 1.65; }
.careers-hero__content .text-link { align-self: flex-start; }
.careers-hero__image { min-height: 650px; margin: 0; position: relative; overflow: hidden; background: var(--navy-soft); }
.careers-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.careers-hero__image::after { content: ""; position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(transparent, rgba(20, 38, 63, .72)); pointer-events: none; }
.careers-hero__image figcaption,
.career-craft figure figcaption { position: absolute; left: clamp(22px, 3vw, 42px); bottom: clamp(22px, 3vw, 36px); z-index: 2; color: rgba(255,255,255,.84); font-size: 12px; letter-spacing: .06em; }

.careers-status { scroll-margin-top: 105px; color: var(--white); background: var(--navy); }
.careers-status__grid { min-height: 112px; display: grid; grid-template-columns: .55fr 1.2fr auto; gap: 34px; align-items: center; }
.careers-status .eyebrow { margin: 0; color: #c8d2df; }
.careers-status h2 { color: var(--white); font-family: var(--sans); font-size: 17px; font-weight: 500; letter-spacing: 0; }
.careers-status .text-link { color: var(--white); border-color: rgba(255,255,255,.52); white-space: nowrap; }

.careers-intro { padding: clamp(92px, 10vw, 150px) 0 clamp(70px, 8vw, 105px); background: var(--white); }
.careers-intro__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(70px, 10vw, 150px); align-items: end; }
.careers-intro h2 { max-width: 760px; font-size: clamp(40px, 4.2vw, 62px); }
.careers-intro__grid > div:last-child p { max-width: 650px; margin: 0 0 6px; color: var(--ink-muted); font-size: 17px; line-height: 1.75; }

.career-disciplines { padding: 0 0 clamp(100px, 11vw, 160px); background: var(--white); }
.career-ledger { border-top: 1px solid var(--navy-line); }
.career-ledger article { min-height: 154px; padding: 34px 0; display: grid; grid-template-columns: 64px .72fr 1fr; gap: clamp(24px, 4vw, 62px); align-items: center; border-bottom: 1px solid var(--navy-line); }
.career-ledger article > span { color: var(--navy); font-size: 11px; letter-spacing: .1em; }
.career-ledger h3 { font-family: var(--serif); font-size: clamp(29px, 3vw, 42px); font-weight: 500; line-height: 1.08; }
.career-ledger p { max-width: 680px; margin: 0; color: var(--ink-muted); font-size: 16px; line-height: 1.7; }

.career-craft { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; }
.career-craft figure { min-height: 690px; margin: 0; position: relative; overflow: hidden; background: var(--navy-soft); }
.career-craft figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.career-craft figure::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(20,38,63,.76)); }
.career-craft > div { padding: clamp(72px, 8vw, 128px); display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--navy); }
.career-craft .eyebrow { color: #c8d2df; }
.career-craft h2 { max-width: 620px; color: var(--white); font-size: clamp(42px, 4.5vw, 66px); }
.career-craft > div > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 34px; color: rgba(255,255,255,.73); font-size: 17px; line-height: 1.7; }
.career-craft ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.career-craft li { padding: 15px 0; color: rgba(255,255,255,.9); border-bottom: 1px solid rgba(255,255,255,.22); font-size: 15px; }

.career-process { padding: clamp(95px, 10vw, 150px) 0; background: var(--ivory); }
.career-process__heading { max-width: 840px; margin-bottom: 65px; }
.career-process__heading h2 { font-size: clamp(40px, 4.2vw, 62px); }
.career-process__heading > p:last-child { max-width: 650px; margin: 25px 0 0; color: var(--ink-muted); font-size: 17px; line-height: 1.7; }
.career-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy-line); }
.career-process li { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: 64px .55fr 1fr; gap: clamp(24px, 4vw, 62px); align-items: center; border-bottom: 1px solid var(--navy-line); }
.career-process li > span { color: var(--navy); font-size: 11px; letter-spacing: .1em; }
.career-process h3 { font-family: var(--serif); font-size: clamp(27px, 2.7vw, 38px); font-weight: 500; }
.career-process li p { max-width: 690px; margin: 0; color: var(--ink-muted); font-size: 16px; line-height: 1.7; }

.career-interest { scroll-margin-top: 105px; padding: clamp(95px, 10vw, 150px) 0; background: var(--white); }
.career-interest__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(75px, 11vw, 165px); align-items: start; }
.career-interest h2 { max-width: 680px; font-size: clamp(42px, 4.5vw, 66px); }
.career-interest__grid > div:last-child > p { max-width: 650px; margin: 5px 0 20px; color: var(--ink-muted); font-size: 17px; line-height: 1.7; }
.career-interest__grid .career-interest__note { padding-top: 20px; border-top: 1px solid var(--navy-line); font-size: 14px; }
.career-interest .button { margin-top: 10px; }
.career-privacy-link { margin: 24px 0 0; display: block; color: var(--navy); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.career-equality { padding: 32px 0; color: var(--carbon); background: var(--navy-soft); border-top: 1px solid var(--navy-line); }
.career-equality p { max-width: 980px; margin: 0; font-size: 14px; line-height: 1.65; }

@media (max-width: 980px) {
  .careers-hero,
  .career-craft { grid-template-columns: 1fr; }
  .careers-hero__content { padding-left: var(--page); padding-right: var(--page); }
  .careers-hero__image,
  .career-craft figure { min-height: 560px; }
  .career-craft > div { padding-left: var(--page); padding-right: var(--page); }
  .careers-status__grid { min-height: 0; padding-block: 30px; grid-template-columns: 1fr auto; }
  .careers-status .eyebrow { grid-column: 1 / -1; }
  .careers-intro__grid,
  .career-interest__grid { grid-template-columns: 1fr; gap: 46px; }
}

@media (max-width: 700px) {
  .careers-hero__content { padding-top: 66px; padding-bottom: 66px; }
  .careers-hero .breadcrumb { margin-bottom: 38px; }
  .careers-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .careers-hero__content > p:not(.eyebrow) { font-size: 16px; }
  .careers-hero__image,
  .career-craft figure { min-height: 440px; }
  .careers-status__grid { grid-template-columns: 1fr; gap: 13px; }
  .careers-status .eyebrow { grid-column: auto; }
  .careers-status .text-link { justify-self: start; }
  .careers-intro,
  .career-process,
  .career-interest { padding-block: 76px; }
  .career-disciplines { padding-bottom: 82px; }
  .career-ledger article,
  .career-process li { grid-template-columns: 32px 1fr; gap: 12px 18px; align-items: start; }
  .career-ledger article > span,
  .career-process li > span { padding-top: 8px; }
  .career-ledger p,
  .career-process li p { grid-column: 2; }
  .career-craft > div { padding-top: 76px; padding-bottom: 76px; }
}
