/* GENERATED by tools/gen-chrome-css.mjs — do not hand-edit.
 *
 * The design's page chrome only, extracted from public/design.css and
 * scoped to .smc-chrome. Loaded on the captured (Avada) pages, where the full
 * design.css would restyle the page body. See the generator for the rules.
 * 82 rules kept out of 461 in design.css.
 */

.smc-chrome,
.smc-legacy {
  --smc-paper: #f2f1ef;
  --smc-ink: #0a0a0a;
  --smc-ink-soft: #8c8c8c;
  --smc-ink-faint: #c9c7c4;
  --smc-pad: clamp(18px, 3.4vw, 56px);
  --smc-font: "Poppins", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --smc-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --smc-gap: 140px;
  --smc-gap-half: calc(var(--smc-gap) / 2);
  --smc-nav-h: clamp(70px, 8.5vh, 100px);
}

.smc-chrome .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.smc-chrome .logo__row {
  display: inline-flex;
  align-items: center;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.smc-chrome .logo__m {
  display: inline-grid;
  place-items: center;
  font-style: normal;
  background: var(--smc-ink);
  color: var(--smc-paper);
  width: 1.02em;
  height: 1.02em;
  margin-left: 0.06em;
  font-weight: 700;
  border-radius: 2px;
}
.smc-chrome .logo__sub {
  font-size: clamp(9px, 0.95vw, 12.5px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--smc-ink);
}
.smc-chrome .chrome {
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
}
.smc-chrome .chrome a {
  pointer-events: auto;
}
.smc-chrome .chrome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--smc-nav-h);
  background: var(--smc-paper);
  pointer-events: none;
}
.smc-chrome .chrome__cta {
  position: absolute;
  bottom: var(--smc-pad);
  right: var(--smc-pad);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: clamp(9px, 0.9vw, 13px) clamp(18px, 1.7vw, 28px);
  border: 1px solid var(--smc-ink);
  border-radius: 999px;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  background: var(--smc-paper);
}
.smc-chrome .chrome__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--smc-ink);
  transform: translateY(101%);
  transition: transform 0.5s var(--smc-ease-out);
}
.smc-chrome .chrome__cta span {
  transition: color 0.5s var(--smc-ease-out);
}
.smc-chrome .chrome__cta:hover::before {
  transform: translateY(0);
}
.smc-chrome .chrome__cta:hover span {
  color: var(--smc-paper);
}
@media (max-width: 560px) {
  .smc-chrome .chrome__cta {
    padding: 8px 16px;
    font-size: 11px;
  }
}
.smc-chrome .brandbar {
  position: absolute;
  top: clamp(10px, 1.6vh, 24px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 22px);
  padding: clamp(8px, 1vw, 13px) clamp(16px, 2vw, 30px);
  width: min(clamp(990px, 78vw, 1260px), calc(100vw - 2 * var(--smc-pad)));
}
.smc-chrome .brandbar__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 230px;
  transform: translateX(-50%);
  z-index: -1;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 34px -16px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.smc-chrome .brandbar__group {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.1vw, 18px);
  font-size: clamp(10px, 0.8vw, 13px);
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.smc-chrome .brandbar__group--l {
  justify-content: space-between;
}
.smc-chrome .brandbar__group--r {
  justify-content: space-between;
}
.smc-chrome .brandbar__group a {
  position: relative;
  transition: opacity 0.35s var(--smc-ease-out);
}
.smc-chrome .brandbar__group a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1.5px;
  background: var(--smc-ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s var(--smc-ease-out);
}
.smc-chrome .brandbar__group a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}
.smc-chrome .brandbar__ext i {
  font-style: normal;
  font-size: 0.8em;
  margin-left: 4px;
  vertical-align: 1px;
  transition: transform 0.4s var(--smc-ease-out);
  display: inline-block;
}
.smc-chrome .brandbar__ext:hover i {
  transform: translate(2px, -2px);
}
.smc-chrome .brandbar__cta {
  flex: 0 0 auto;
  padding: 7px 16px;
  margin-left: 4px;
  border: 1px solid var(--smc-ink);
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.45s var(--smc-ease-out);
}
.smc-chrome .brandbar__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--smc-ink);
  transform: translateY(101%);
  transition: transform 0.45s var(--smc-ease-out);
}
.smc-chrome .brandbar__cta:hover {
  color: var(--smc-paper);
}
.smc-chrome .brandbar__cta:hover::before {
  transform: translateY(0);
}
.smc-chrome .brandbar__cta::after {
  content: none;
}
.smc-chrome .brandbar__cta.is-current {
  color: var(--smc-paper);
}
.smc-chrome .brandbar__cta.is-current::before {
  transform: translateY(0);
}
.smc-chrome .brandbar__group a:hover {
  opacity: 0.45;
}
.smc-chrome .logo--nav .logo__row {
  font-size: clamp(17px, 1.55vw, 25px);
}
.smc-chrome .logo--nav .logo__sub {
  font-size: clamp(7.5px, 0.62vw, 10px);
  letter-spacing: 0.04em;
}
@media (max-width: 1180px) {
  .smc-chrome .brandbar__group {
    display: none;
  }
  .smc-chrome .brandbar {
    width: auto;
  }
}
.smc-chrome .burger {
  all: unset;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 60;
  top: var(--smc-pad);
  left: var(--smc-pad);
  display: none;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: -11px 0 0 -11px;
  padding: 11px;
  cursor: pointer;
  pointer-events: auto;
}
.smc-chrome .burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--smc-ink);
  transition: transform 0.45s var(--smc-ease-out), opacity 0.3s var(--smc-ease-out);
}
.smc-chrome .burger span + span {
  margin-top: 6px;
}
.smc-chrome .burger.is-open span:first-child {
  transform: translateY(3.75px) rotate(45deg);
}
.smc-chrome .burger.is-open span:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}
.smc-chrome .menu {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  gap: clamp(24px, 5vh, 44px);
  padding: calc(var(--smc-pad) + 60px) var(--smc-pad) var(--smc-pad);
  background: var(--smc-paper);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.smc-chrome .menu[hidden] {
  display: none;
}
.smc-chrome .menu__links {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--smc-ink-faint);
}
.smc-chrome .menu__links a {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 4vw, 20px);
  padding: clamp(11px, 2.2vh, 18px) 0;
  border-bottom: 1px solid var(--smc-ink-faint);
  font-size: clamp(21px, 6.4vw, 34px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--smc-ink-soft);
  transition: color 0.4s var(--smc-ease-out), padding-left 0.5s var(--smc-ease-out);
}
.smc-chrome .menu__links a:hover,
.smc-chrome .menu__links a:focus-visible {
  color: var(--smc-ink);
  padding-left: 10px;
}
.smc-chrome .menu__links a.is-current {
  color: var(--smc-ink);
}
.smc-chrome .menu__links a.is-current i {
  color: var(--smc-ink);
}
.smc-chrome .menu__links i {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--smc-ink-faint);
}
.smc-chrome .menu__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(16px, 4vw, 26px);
}
.smc-chrome .menu__tel {
  font-size: clamp(13px, 3.6vw, 16px);
  font-weight: 300;
  color: var(--smc-ink-soft);
  border-bottom: 1px solid var(--smc-ink-faint);
  padding-bottom: 2px;
}
@media (max-width: 1180px) {
  .smc-chrome .burger {
    display: block;
  }
  .smc-chrome .chrome::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(var(--smc-pad) + 46px + 52px);
    background: linear-gradient(
    0deg,
    var(--smc-paper) 0,
    var(--smc-paper) calc(100% - 52px),
    transparent 100%
    );
    pointer-events: none;
  }
}
@media (min-width: 1181px) {
  .smc-chrome .menu {
    display: none !important;
  }
}
.smc-chrome .inkbtn {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 32px);
  border: 1px solid var(--smc-ink);
  border-radius: 999px;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--smc-ink);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.5s var(--smc-ease-out);
}
.smc-chrome .inkbtn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--smc-ink);
  transform: translateY(101%);
  transition: transform 0.5s var(--smc-ease-out);
}
.smc-chrome .inkbtn:hover {
  color: var(--smc-paper);
}
.smc-chrome .inkbtn:hover::before {
  transform: translateY(0);
}
.smc-chrome .foot__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(14px, 2vw, 24px);
  padding-top: clamp(24px, 3.4vw, 44px);
  border-top: 1px solid var(--smc-ink-faint);
}
.smc-chrome .logo--foot {
  gap: 4px;
}
.smc-chrome .logo--foot .logo__row {
  font-size: clamp(44px, 6.5vw, 96px);
}
.smc-chrome .logo--foot .logo__sub {
  font-size: clamp(12px, 1.8vw, 27px);
  letter-spacing: 0.18em;
}
.smc-chrome .foot__tag {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--smc-ink-soft);
}
.smc-chrome .foot__top {
  all: unset;
  cursor: pointer;
  font-size: clamp(11px, 0.95vw, 13.5px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smc-ink);
  border-bottom: 1px solid var(--smc-ink-faint);
  padding-bottom: 2px;
  transition: border-color 0.4s var(--smc-ease-out);
}
.smc-chrome .foot__top:hover {
  border-color: var(--smc-ink);
}
.smc-chrome .dpage__foot {
  max-width: 1320px;
  margin: var(--smc-gap) auto 0;
  padding: clamp(32px, 4.4vw, 64px) var(--smc-pad) 0;
  border-top: 1px solid var(--smc-ink-faint);
}
.smc-chrome .dpage__footgrid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.6vw, 64px);
}
.smc-chrome .dpage__footcol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1vw, 12px);
}
.smc-chrome .dpage__footcol .dpage__kicker {
  margin-bottom: clamp(4px, 0.6vw, 8px);
}
.smc-chrome .dpage__footcol p,
.smc-chrome .dpage__footcol a {
  margin: 0;
  font-size: clamp(12.5px, 1.05vw, 15px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--smc-ink-soft);
}
.smc-chrome .dpage__footcol a {
  transition: color 0.4s var(--smc-ease-out);
}
.smc-chrome .dpage__footcol a:hover {
  color: var(--smc-ink);
}
.smc-chrome .dpage__footcol--bio p {
  max-width: 38ch;
}
.smc-chrome .dpage__footbrand {
  margin-top: clamp(36px, 5vh, 64px);
}
.smc-chrome .dpage__footbar {
  margin-top: clamp(28px, 4vh, 48px);
  padding: clamp(14px, 2vh, 22px) 0 0;
  border-top: 1px solid var(--smc-ink-faint);
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 300;
  color: var(--smc-ink-soft);
}
@media (max-width: 900px) {
  .smc-chrome .dpage__footgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .smc-chrome .dpage__footcol--bio {
    grid-column: 1 / -1;
  }
}
.smc-chrome .dpage__kicker {
  display: block;
  margin-bottom: clamp(12px, 1.6vw, 22px);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--smc-ink-soft);
}
.smc-chrome .foot__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(28px, 4vh, 48px);
}
.smc-chrome .foot__social a {
  display: block;
  color: var(--smc-ink-soft);
  transition: color 0.4s var(--smc-ease-out), transform 0.4s var(--smc-ease-out);
}
.smc-chrome .foot__social a svg {
  display: block;
  width: 20px;
  height: 20px;
}
.smc-chrome .foot__social a:hover {
  color: var(--smc-ink);
  transform: translateY(-2px);
}
@media (max-width: 760px) {
  .smc-chrome,
  .smc-legacy {
    --smc-gap: 48px;
  }
}

/* ══════════════════════════════════════════════════════════════
   WAVE B BRIDGE — the only hand-written rules in this file.
   ══════════════════════════════════════════════════════════════ */

/* The chrome's resting state, without the runtime.
   ---------------------------------------------------------------
   On a DESIGN inner page these three facts are set by JavaScript:
   client/index.ts applySettledChromeState() clears [data-hero-fade],
   and setTopNavPinned(true) plays the reveal timeline, which ends at
   .brandbar__bg { width: 100%; opacity: 1 } with the link groups at
   autoAlpha 1 (client/scroll.ts:90-108, 173). A legacy page ships no
   gsap, so the same END STATE is declared here instead.

   The link groups need nothing — their hidden start is a gsap.set(),
   not a stylesheet rule — but .burger really does rest at
   opacity/visibility hidden in design.css:679-700, restated there
   because `all: unset` wipes what [data-hero-fade] had set. */
.smc-chrome .brandbar__bg { width: 100%; opacity: 1; }
.smc-chrome .burger { opacity: 1; visibility: visible; }

/* The captured page has to clear the fixed top plate (.chrome::before,
   whose height is the nav-h token). On a design page that clearance is the detail
   hero's own top padding; a captured page has none, so its first pixel
   would sit under the plate. */
.smc-legacy { padding-top: var(--smc-nav-h); }

/* The sheet fades instead of appearing. On a design page that is a gsap
   timeline (client/menu.ts:60-68); a captured page has no gsap, so the
   same 0.35s fade is a CSS transition driven by an .is-open class.
   Guarded by [hidden] either way, so JS failing to run leaves the sheet
   closed rather than stuck open — the same end state as a design page
   whose runtime never boots. */
.smc-chrome .menu { opacity: 0; transition: opacity 0.35s var(--smc-ease-out); }
.smc-chrome .menu.is-open { opacity: 1; }

/* .dpage__foot carries no bottom padding of its own — on a design page
   the clearance under it belongs to article.dpage (design.css:2548,
   :798-800). Restated here for the same reason. */
.smc-chrome .dpage__foot { padding-bottom: clamp(96px, 14vh, 126px); }

/* THE FOOTER NEEDS THE PAPER UNDER IT.
   ---------------------------------------------------------------
   On a design page the footer sits on the page's own paper-token
   ground (design.css:46). A captured page's background is Avada's,
   and on the dark templates the footer's sign-off mark — ink type,
   with only the M in reverse — came out near-black on near-black.
   Screenshotted before this rule went in:
   qa-out/shots-after-v1/portfolio-items__band-01__desktop-full.png.

   The 140px above the footer moves from the footer's own top margin
   to the wrapper's padding so that gap is paper too, exactly as it is
   on a design page. Same distance, same border hairline, same order —
   it is the ground that changes, not the layout. The gap token retunes
   to 48px under 760px, which this inherits. */
.smc-chrome--foot { background: var(--smc-paper); padding-top: var(--smc-gap); }
.smc-chrome--foot .dpage__foot { margin-top: 0; }

/* THE OTHER DIRECTION OF THE LEAK.
   ---------------------------------------------------------------
   design.css's global reset (design.css:27-56) is exactly what must
   not be shipped to a captured page — but the chrome was written
   ASSUMING it. Restated here, scoped, so the chrome gets its own
   reset and Avada's 6.7 MB gets no vote inside the wrapper.

   Nothing here is a design decision: every declaration is a copy of
   what design.css already applies globally on a design page. What
   is or is not needed was MEASURED, not guessed — see
   tools/check-chrome-scope.mjs, which diffs the computed style of
   every chrome element on a legacy page against the same element on
   a real design page and fails on any difference. */
.smc-chrome,
.smc-chrome *,
.smc-chrome *::before,
.smc-chrome *::after { box-sizing: border-box; }                 /* design.css:27 */
.smc-chrome {
  font-family: var(--smc-font);                      /* design.css:46 */
  color: var(--smc-ink);                             /* design.css:48 */
  line-height: normal;                                        /* UA default; Avada sets a body rhythm */
  font-size: medium;                                          /* UA default; Avada sets 13-16px on body */
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: start;   /* "start", not "left". They render identically for LTR,
                          but "start" is the INITIAL value, which is what a design
                          page computes to — so "left" here renders the same and
                          compares different, raising a false alarm on every
                          chrome element every time the two are diffed. */
  -webkit-font-smoothing: antialiased;                        /* design.css:50 */
}
.smc-chrome a {
  color: inherit;                                             /* design.css:54 */
  text-decoration: none;                                      /* design.css:55 */
  border: 0;
}
.smc-chrome a:hover { color: inherit; text-decoration: none; }
.smc-chrome p, .smc-chrome nav, .smc-chrome h1, .smc-chrome h2 { margin: 0; }
.smc-chrome svg { max-width: none; height: auto; vertical-align: baseline; }
.smc-chrome img { max-width: 100%; height: auto; border: 0; }
.smc-chrome button { font-family: inherit; }

