/* RickJohn Roofing concept previews. Scoped so the live site remains untouched. */
.concept-site {
  --concept-black: #070809;
  --concept-ink: #0d1013;
  --concept-panel: #12161a;
  --concept-white: #f7f4ef;
  --concept-muted: #b8b2aa;
  --concept-red: #d12030;
  --concept-red-bright: #ff3347;
  --concept-gold: #ffb427;
  --concept-copper: #c9773b;
  --concept-line: rgba(255,255,255,.14);
  margin: 0;
  color: var(--concept-white);
  background: var(--concept-black);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  overflow-x: clip;
}

.concept-site *, .concept-site *::before, .concept-site *::after { box-sizing: border-box; }
.concept-site main { display: block; padding: 0; overflow: clip; }
.concept-site img { display: block; max-width: 100%; }
.concept-site a { color: inherit; text-decoration: none; }
.concept-site h1, .concept-site h2, .concept-site h3, .concept-site p { margin-top: 0; }
.concept-site h1, .concept-site h2, .concept-site h3 {
  color: var(--concept-white);
  font-family: Bahnschrift, "Arial Narrow", Aptos, "Segoe UI", sans-serif;
  letter-spacing: -.045em;
}
.concept-site p { color: var(--concept-muted); line-height: 1.75; }
.concept-container { width: min(100% - 64px, 1340px); margin-inline: auto; }
.concept-section { position: relative; padding: clamp(74px, 7vw, 112px) 0; }

.concept-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--concept-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase;
}
.concept-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.concept-heading { margin-bottom: clamp(40px, 5vw, 72px); }
.concept-heading h2 { margin: 10px 0 0; font-size: clamp(38px, 4.7vw, 72px); line-height: .99; }
.concept-heading-split { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: end; gap: 70px; }
.concept-heading-split > p { max-width: 470px; margin: 0 0 4px auto; font-size: 17px; }
.concept-heading-centered { max-width: 850px; margin-inline: auto; text-align: center; }
.concept-heading-centered .concept-kicker { justify-content: center; }
.concept-heading-centered h2 { margin-top: 14px; }
.concept-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.concept-btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.concept-btn:hover { transform: translateY(-2px); }
.concept-btn-primary { background: var(--concept-red); color: white; box-shadow: 0 12px 35px rgba(209,32,48,.25); }
.concept-btn-primary:hover { background: var(--concept-red-bright); box-shadow: 0 15px 40px rgba(209,32,48,.38); }
.concept-btn-ghost { border-color: rgba(255,255,255,.28); background: rgba(7,8,9,.26); backdrop-filter: blur(8px); }
.concept-btn-ghost:hover { border-color: var(--concept-gold); background: rgba(255,180,39,.08); }
.concept-btn-small { min-height: 42px; padding-inline: 18px; font-size: 10px; }
.concept-text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.concept-text-link span { color: var(--concept-gold); transition: transform .25s ease; }
.concept-text-link:hover span { transform: translateX(5px); }
.concept-center-action { display: flex; justify-content: center; margin-top: 34px; }

/* Concept-only header */
.concept-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(4,5,6,.92), rgba(4,5,6,.3));
  backdrop-filter: blur(12px);
}
.concept-nav-row { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 28px; }
.concept-logo { flex: 0 0 auto; width: 156px; }
.concept-logo img { width: 100%; height: auto; }
.concept-nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.4vw, 38px); }
.concept-nav-links a { position: relative; padding: 34px 0 31px; color: #dbd7d1; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.concept-nav-links a::after { content: ""; position: absolute; right: 50%; bottom: 25px; left: 50%; height: 1px; background: var(--concept-red-bright); transition: right .22s ease, left .22s ease; }
.concept-nav-links a:hover::after { right: 0; left: 0; }
.concept-nav-actions { display: flex; align-items: center; gap: 17px; }
.concept-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.concept-phone span { color: #a8a39c; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.concept-phone strong { margin-top: 3px; font-family: Bahnschrift, "Segoe UI", sans-serif; font-size: 14px; letter-spacing: .025em; }
.concept-menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--concept-line); border-radius: 2px; background: rgba(255,255,255,.04); }
.concept-menu-button span { display: block; height: 1px; margin: 5px 0; background: white; transition: transform .2s ease, opacity .2s ease; }
.concept-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.concept-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.concept-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.concept-mobile-nav { display: none; padding: 8px 32px 20px; border-top: 1px solid var(--concept-line); background: rgba(6,7,8,.97); }
.concept-mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.concept-mobile-nav.is-open { display: block; }

.concept-preview-switcher {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 220px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px;
  background: rgba(8,9,11,.9);
  box-shadow: 0 18px 55px rgba(0,0,0,.5);
  backdrop-filter: blur(14px);
}
.concept-preview-switcher a { display: flex; align-items: center; gap: 9px; min-height: 37px; padding: 0 12px; border-top: 1px solid rgba(255,255,255,.08); color: #aaa69f; font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; transition: color .2s, background .2s; }
.concept-preview-switcher a span { color: var(--concept-gold); font-variant-numeric: tabular-nums; }
.concept-preview-switcher a:hover, .concept-preview-switcher a.active { color: white; background: rgba(209,32,48,.22); }
.concept-preview-switcher .concept-preview-label { min-height: 31px; border-top: 0; color: white; background: var(--concept-red); font-size: 9px; letter-spacing: .16em; }

/* Existing footer, restyled only inside concept previews */
.concept-site .site-footer { padding: 76px 0 28px; border-top: 1px solid rgba(255,255,255,.12); background: #070809; }
.concept-site .site-footer .container { width: min(100% - 64px, 1340px); }
.concept-site .footer-grid { gap: 60px; }
.concept-site .site-footer h4 { color: white; font-family: Bahnschrift, "Segoe UI", sans-serif; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.concept-site .site-footer p, .concept-site .site-footer li, .concept-site .site-footer a { color: #9f9b95; font-size: 13px; }
.concept-site .site-footer a:hover { color: var(--concept-gold); }
.concept-site .site-footer .cta-pill { color: white; background: var(--concept-red); }

/* Preview index */
.concept-index-page { min-height: 100vh; background: radial-gradient(circle at 48% -20%, #292126 0, #0a0b0d 42%, #050607 100%); }
.concept-index-page main { min-height: 100vh; }
.concept-index { width: min(100% - 48px, 1540px); margin-inline: auto; padding: clamp(40px, 5vw, 74px) 0 36px; }
.concept-index-intro { max-width: 910px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.concept-index-logo { display: block; width: 176px; margin: 0 auto 35px; }
.concept-index-intro .concept-kicker { justify-content: center; }
.concept-index-intro h1 { margin: 19px 0 22px; font-size: clamp(43px, 5.4vw, 82px); line-height: .96; }
.concept-index-intro h1 em { color: var(--concept-red-bright); font-style: normal; }
.concept-index-intro p { max-width: 700px; margin: auto; font-size: 16px; }
.concept-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.concept-choice { position: relative; min-height: clamp(460px, 53vw, 680px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #0e1012; }
.concept-choice img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; filter: saturate(.92) contrast(1.03); transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .5s; }
.concept-choice-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,6,8,.07) 20%, rgba(5,6,8,.92) 88%), linear-gradient(90deg, rgba(5,6,8,.5), transparent 60%); }
.concept-choice-number { position: absolute; top: 24px; left: 25px; color: rgba(255,255,255,.72); font-family: Bahnschrift, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.concept-choice-copy { position: absolute; right: 28px; bottom: 30px; left: 28px; }
.concept-choice-copy > span { color: var(--concept-gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.concept-choice-copy h2 { margin: 10px 0 8px; font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.concept-choice-copy p { min-height: 52px; margin-bottom: 24px; font-size: 13px; line-height: 1.55; }
.concept-choice-copy strong { display: inline-flex; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--concept-red); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.concept-choice:hover img { transform: scale(1.035); filter: saturate(1.08) contrast(1.04); }
.concept-choice:hover { border-color: rgba(255,180,39,.5); }
.concept-index-note { margin-top: 22px; color: #8e8a84; font-size: 11px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.concept-index-note span { color: var(--concept-gold); font-weight: 800; }

/* 01 - Copperline Command */
.copperline-site { --concept-accent: var(--concept-red); background: #08090a; }
.cl-hero { position: relative; min-height: 0; overflow: hidden; background: #08090a; isolation: isolate; }
.cl-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center center;
  background-size: cover;
  animation: conceptHeroBreathe 16s ease-in-out infinite alternate;
}
.cl-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.98) 0%, rgba(5,6,7,.93) 25%, rgba(5,6,7,.52) 49%, rgba(5,6,7,.08) 72%), linear-gradient(0deg, rgba(4,5,6,.62), transparent 45%), radial-gradient(circle at 75% 45%, transparent 0, rgba(0,0,0,.18) 65%); }
.cl-hero-inner { display: flex; min-height: 0; align-items: flex-start; padding-top: clamp(124px, 13vh, 148px); padding-bottom: 40px; }
.cl-hero-copy { width: min(640px, 52%); }
.cl-hero-copy h1 { margin: 22px 0 24px; font-size: clamp(65px, 7.3vw, 112px); font-weight: 760; line-height: .83; text-transform: uppercase; }
.cl-hero-copy h1 em { color: var(--concept-red-bright); font-style: normal; }
.cl-hero-copy > p { max-width: 570px; margin-bottom: 30px; color: #d0cbc4; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.62; }
.cl-proofline { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; }
.cl-proofline span { display: flex; min-width: 142px; flex-direction: column; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.2); color: #a7a29b; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cl-proofline span:first-child { padding-left: 0; border-left: 0; }
.cl-proofline strong { margin-bottom: 4px; color: white; font-family: Bahnschrift, sans-serif; font-size: 22px; letter-spacing: 0; }
.concept-scroll-cue { position: absolute; bottom: 29px; left: 50%; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.concept-scroll-cue span { display: block; width: 35px; height: 1px; background: var(--concept-gold); }
.cl-materials { padding-top: 40px; border-top: 1px solid rgba(255,255,255,.13); background: #0b0d0f; }
.cl-materials::before { content: ""; position: absolute; top: -1px; left: 50%; width: min(92%, 1340px); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(209,32,48,.8), rgba(217,144,81,.8), transparent); }
.cl-material-grid { display: grid; grid-template-columns: 1.12fr .88fr .88fr; gap: 14px; }
.cl-material-card { position: relative; min-height: 540px; overflow: hidden; background: #16191c; }
.cl-material-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.cl-material-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,5,6,.03) 20%, rgba(4,5,6,.88) 94%); }
.cl-material-card > div { position: absolute; z-index: 2; right: 30px; bottom: 30px; left: 30px; }
.cl-material-card small { color: var(--concept-gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cl-material-card h3 { margin: 10px 0 15px; font-size: clamp(32px, 3vw, 47px); line-height: .95; }
.cl-material-card div > span { font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.cl-material-index { position: absolute; z-index: 2; top: 25px; left: 27px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); font-size: 10px; font-weight: 800; }
.cl-material-card:hover img { transform: scale(1.045); filter: saturate(1.02) contrast(1.08); }
.cl-command { background: linear-gradient(135deg, #16191c 0%, #0d0f11 58%, #181216 100%); }
.cl-command::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.08) 50%, transparent 50.2%); background-size: 110px 100%; }
.cl-command-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(65px, 8vw, 135px); }
.cl-command-copy h2 { margin: 16px 0 25px; font-size: clamp(42px, 4.5vw, 70px); line-height: 1; }
.cl-command-copy p { max-width: 530px; margin-bottom: 32px; font-size: 16px; }
.cl-service-stack { border-top: 1px solid rgba(255,255,255,.18); }
.cl-service-stack a { display: grid; min-height: 75px; grid-template-columns: 52px 1fr 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .25s, background .25s; }
.cl-service-stack a > span { color: var(--concept-gold); font-family: Bahnschrift, sans-serif; font-size: 10px; }
.cl-service-stack strong { font-family: Bahnschrift, sans-serif; font-size: clamp(17px, 1.6vw, 23px); font-weight: 500; letter-spacing: -.02em; }
.cl-service-stack i { color: var(--concept-red-bright); font-style: normal; font-size: 18px; }
.cl-service-stack a:hover { padding-inline: 14px; background: rgba(255,255,255,.035); }
.cl-work { background: #070809; }
.cl-work-grid { display: grid; height: min(64vw, 760px); min-height: 560px; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.cl-work-grid a { position: relative; overflow: hidden; background: #151719; }
.cl-work-grid a::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.cl-work-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: filter .35s, transform .8s; }
.cl-work-grid a:hover img { transform: scale(1.035); filter: saturate(1); }
.cl-work-grid span { position: absolute; z-index: 2; bottom: 22px; left: 24px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cl-work-main { grid-row: 1 / 3; }
.cl-review { padding-block: 80px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: #101214; }
.cl-review-inner { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 75px; }
.cl-review-score { display: flex; flex-direction: column; padding-right: 60px; border-right: 1px solid rgba(255,255,255,.16); }
.cl-review-score strong { font-family: Bahnschrift, sans-serif; font-size: 66px; line-height: 1; }
.cl-review-score span { margin: 8px 0; color: var(--concept-gold); letter-spacing: .14em; }
.cl-review-score small { color: #8f8a83; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cl-review blockquote { max-width: 900px; margin: 0; color: #e9e5df; font-family: Georgia, serif; font-size: clamp(22px, 2.2vw, 34px); font-style: italic; line-height: 1.48; }
.cl-review blockquote footer { margin-top: 18px; color: var(--concept-gold); font-family: Inter, sans-serif; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.concept-final-cta { position: relative; overflow: hidden; padding: clamp(100px, 11vw, 170px) 0; text-align: center; }
.concept-final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(209,32,48,.32), transparent 45%), linear-gradient(135deg, #121416, #060708); }
.concept-final-cta .concept-container { position: relative; }
.concept-final-cta .concept-kicker { justify-content: center; }
.concept-final-cta h2 { margin: 17px 0 34px; font-size: clamp(50px, 6.7vw, 94px); line-height: .92; }
.concept-final-cta .concept-actions { justify-content: center; }

.copperline-live .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(4,5,6,.94), rgba(4,5,6,.34));
  border-bottom-color: rgba(255,255,255,.13);
  backdrop-filter: blur(12px);
}
.copperline-live .site-header .container { width: 100%; max-width: none; padding-inline: clamp(18px, 2.2vw, 38px); }
.copperline-live .site-header .nav-row { min-height: 88px; padding-block: 0; }
.copperline-live .site-header .logo-mark img { height: auto; width: 156px; }
.copperline-live .site-header .nav-links a { color: #dbd7d1; }
.copperline-live .site-header .nav-links a:hover,
.copperline-live .site-header .nav-links a.active { color: white; }

@keyframes conceptHeroBreathe { from { transform: scale(1.01); } to { transform: scale(1.045); } }

/* 02 - Precision Rooflab */
.rooflab-site { --concept-gold: #e79a58; background: #080a0c; }
.rooflab-site .concept-header { border-bottom-color: rgba(255,64,75,.22); }
.rl-hero { position: relative; min-height: max(750px, 100svh); overflow: hidden; background: #090b0d; isolation: isolate; }
.rl-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background-image: var(--hero-image); background-position: center; background-size: cover; animation: conceptHeroBreathe 17s ease-in-out infinite alternate; }
.rl-hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.9) 29%, rgba(5,7,9,.44) 53%, rgba(5,7,9,.12) 76%), linear-gradient(0deg, rgba(5,7,9,.82), transparent 42%); }
.rl-grid-overlay { position: absolute; z-index: -1; inset: 88px 0 47px; opacity: .15; background-image: linear-gradient(rgba(232,239,245,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(232,239,245,.35) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.rl-hero-inner { display: grid; min-height: max(750px, 100svh); grid-template-columns: minmax(420px, .95fr) minmax(360px, .55fr); align-items: center; gap: 80px; padding-top: 125px; padding-bottom: 110px; }
.rl-system-id { display: inline-flex; align-items: center; gap: 14px; color: #aeb5ba; font: 700 10px/1.3 Consolas, "Courier New", monospace; letter-spacing: .16em; }
.rl-system-id::before { content: ""; width: 10px; height: 10px; border: 1px solid var(--concept-red-bright); box-shadow: inset 0 0 0 2px #080a0c; background: var(--concept-red-bright); }
.rl-system-id b { color: var(--concept-red-bright); font-weight: inherit; }
.rl-hero-copy h1 { margin: 25px 0 29px; font-size: clamp(69px, 8vw, 122px); font-weight: 500; line-height: .82; text-transform: uppercase; }
.rl-hero-copy h1 em { color: var(--concept-red-bright); font-style: normal; }
.rl-hero-copy > p { max-width: 600px; margin-bottom: 32px; color: #c9ced1; font-size: clamp(16px, 1.25vw, 19px); }
.rl-diagnostics { display: grid; width: 100%; max-width: 430px; margin-left: auto; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); background: rgba(6,8,10,.58); backdrop-filter: blur(12px); }
.rl-diagnostics > div { display: flex; min-height: 145px; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.rl-diagnostics span { color: #899198; font: 700 9px/1.3 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.rl-diagnostics strong { margin: 7px 0 5px; font-family: Bahnschrift, sans-serif; font-size: 43px; font-weight: 450; line-height: 1; }
.rl-diagnostics i { color: #bcc1c4; font: normal 9px/1.35 Consolas, monospace; }
.rl-diagnostics .rl-status strong { color: var(--concept-red-bright); font-size: 27px; letter-spacing: .05em; }
.rl-readout { position: absolute; right: 0; bottom: 0; left: 0; display: flex; height: 47px; align-items: center; justify-content: space-around; border-top: 1px solid rgba(255,255,255,.18); background: rgba(5,7,9,.92); color: #858d93; font: 700 9px/1 Consolas, monospace; letter-spacing: .15em; }
.rl-readout span::before { content: "+"; margin-right: 10px; color: var(--concept-red-bright); }
.rl-section-code { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; color: #949ca2; font: 700 10px/1.2 Consolas, monospace; letter-spacing: .14em; }
.rl-section-code span { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--concept-red); color: var(--concept-red-bright); }
.rl-process { background: #0b0e10; }
.rl-process-grid { display: grid; margin: 65px 0 0; padding: 0; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); list-style: none; }
.rl-process-grid li { position: relative; min-height: 320px; padding: 31px 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: linear-gradient(150deg, rgba(255,255,255,.035), transparent 65%); }
.rl-process-grid li > span { color: var(--concept-red-bright); font: 700 9px/1.2 Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; }
.rl-process-grid h3 { margin: 62px 0 17px; font-size: 34px; font-weight: 500; text-transform: uppercase; }
.rl-process-grid p { font-size: 13px; line-height: 1.65; }
.rl-process-grid i { position: absolute; right: 25px; bottom: 23px; width: 28px; height: 28px; border-right: 1px solid #5d6469; border-bottom: 1px solid #5d6469; }
.rl-systems { background: #07090b; }
.rl-system-board { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.rl-system-module { display: flex; min-height: 270px; flex-direction: column; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, transform .25s; }
.rl-system-module > span { color: var(--concept-red-bright); font: 700 9px/1 Consolas, monospace; letter-spacing: .12em; }
.rl-system-module h3 { margin: 47px 0 14px; font-size: clamp(21px, 2vw, 30px); font-weight: 500; line-height: 1; text-transform: uppercase; }
.rl-system-module p { font-size: 12px; line-height: 1.6; }
.rl-system-module b { margin-top: auto; color: #d3d7d9; font: 700 9px/1.2 Consolas, monospace; letter-spacing: .09em; text-transform: uppercase; }
.rl-system-module:hover { z-index: 2; transform: translateY(-5px); background: #171b1e; box-shadow: 0 22px 45px rgba(0,0,0,.45); }
.rl-case { border-top: 1px solid rgba(255,255,255,.12); background: #101316; }
.rl-case-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(60px, 8vw, 125px); }
.rl-case-visual { position: relative; height: clamp(540px, 52vw, 720px); border: 1px solid rgba(255,255,255,.2); }
.rl-case-visual::before, .rl-case-visual::after { content: ""; position: absolute; z-index: 2; width: 58px; height: 58px; pointer-events: none; }
.rl-case-visual::before { top: -1px; left: -1px; border-top: 2px solid var(--concept-red-bright); border-left: 2px solid var(--concept-red-bright); }
.rl-case-visual::after { right: -1px; bottom: -1px; border-right: 2px solid var(--concept-red-bright); border-bottom: 2px solid var(--concept-red-bright); }
.rl-case-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.rl-image-label { position: absolute; z-index: 3; bottom: 19px; left: 20px; padding: 8px 10px; background: rgba(7,9,11,.84); font: 700 9px/1 Consolas, monospace; letter-spacing: .1em; }
.rl-case-target { position: absolute; z-index: 3; width: 34px; height: 34px; border: 1px solid rgba(255,51,71,.75); border-radius: 50%; }
.rl-case-target::before, .rl-case-target::after { content: ""; position: absolute; background: var(--concept-red-bright); }
.rl-case-target::before { top: 16px; right: -8px; left: -8px; height: 1px; }
.rl-case-target::after { top: -8px; bottom: -8px; left: 16px; width: 1px; }
.target-a { top: 24%; left: 38%; }.target-b { right: 24%; bottom: 28%; }
.rl-case-copy h2 { margin: 17px 0 26px; font-size: clamp(44px, 4.6vw, 70px); font-weight: 500; line-height: .94; text-transform: uppercase; }
.rl-case-copy > p { font-size: 16px; }
.rl-case-copy dl { margin: 35px 0; border-top: 1px solid rgba(255,255,255,.16); }
.rl-case-copy dl div { display: grid; grid-template-columns: 105px 1fr; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.rl-case-copy dt { color: white; font: 700 10px/1.4 Consolas, monospace; letter-spacing: .07em; text-transform: uppercase; }
.rl-case-copy dd { margin: 0; color: #979ea3; font-size: 12px; }
.rl-proof { background: #080a0c; }
.rl-proof-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 36px; }
.rl-proof-header > a { color: #9ca3a8; font: 700 9px/1.2 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.rl-proof-grid { display: grid; grid-template-columns: .7fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.rl-proof-grid > * { min-height: 310px; padding: 30px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.rl-proof-score { display: flex; flex-direction: column; justify-content: center; }
.rl-proof-score strong { font-family: Bahnschrift, sans-serif; font-size: 82px; font-weight: 400; line-height: 1; }
.rl-proof-score span, .rl-proof-score small { color: var(--concept-red-bright); font: 700 9px/1.4 Consolas, monospace; letter-spacing: .1em; }
.rl-proof-score small { margin-top: 12px; color: #899197; }
.rl-proof-grid blockquote { display: flex; flex-direction: column; margin: 0; color: #d8dadd; font-size: 15px; line-height: 1.75; }
.rl-proof-grid blockquote > span { margin-bottom: 35px; color: var(--concept-gold); font-size: 11px; letter-spacing: .17em; }
.rl-proof-grid blockquote footer { margin-top: auto; color: white; font: 700 9px/1.2 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.rl-final { text-align: left; }
.rl-final::before { background: linear-gradient(90deg, #15191c, #080a0c 70%), repeating-linear-gradient(90deg, transparent 0 60px, rgba(255,255,255,.03) 61px); }
.rl-final-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.rl-final h2 { margin-bottom: 0; font-size: clamp(50px, 6vw, 88px); font-weight: 500; text-transform: uppercase; }
.rl-final .concept-actions { justify-content: flex-end; padding-bottom: 8px; }

/* 03 - Heritage Tomorrow */
.heritage-site { --concept-white: #f1eadf; --concept-muted: #bfb6aa; --concept-gold: #dc9c4f; background: #0a0908; }
.heritage-site h1, .heritage-site h2, .heritage-site h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.heritage-site .concept-header { background: linear-gradient(180deg, rgba(7,6,5,.94), rgba(7,6,5,.32)); }
.heritage-site .concept-btn { border-radius: 0; }
.heritage-site .concept-btn-primary { background: #a82b2d; }
.ht-hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: #0b0908; isolation: isolate; }
.ht-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--hero-image); background-position: center; background-size: cover; animation: conceptHeroBreathe 20s ease-in-out infinite alternate; }
.ht-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9,7,6,.99) 0%, rgba(9,7,6,.9) 27%, rgba(9,7,6,.42) 52%, rgba(9,7,6,.08) 75%), linear-gradient(0deg, rgba(8,6,5,.74), transparent 45%); }
.ht-hero-inner { position: relative; display: flex; min-height: max(760px, 100svh); align-items: center; padding-top: 115px; padding-bottom: 100px; }
.ht-hero-copy { width: min(690px, 55%); }
.ht-hero-copy h1 { margin: 25px 0 29px; font-size: clamp(62px, 7vw, 106px); line-height: .9; }
.ht-hero-copy h1 em { color: #e9b170; font-style: italic; }
.ht-hero-copy > p { max-width: 590px; margin-bottom: 31px; color: #d4ccc2; font-family: Georgia, serif; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.68; }
.ht-edition { position: absolute; right: 0; bottom: 90px; display: flex; width: 106px; height: 128px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); background: rgba(8,6,5,.43); backdrop-filter: blur(8px); }
.ht-edition span, .ht-edition small { color: #b4aa9e; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.ht-edition strong { margin: 9px 0; color: var(--concept-gold); font-family: Georgia, serif; font-size: 23px; }
.ht-intro { padding-block: clamp(95px, 11vw, 170px); background: #0d0b0a; }
.ht-intro-grid { display: grid; grid-template-columns: .28fr 1.25fr .55fr; align-items: center; gap: 55px; }
.ht-drop-number { color: transparent; font: 400 clamp(95px, 12vw, 178px)/.8 Georgia, serif; -webkit-text-stroke: 1px rgba(220,156,79,.48); }
.ht-intro h2 { margin: 17px 0 0; font-size: clamp(40px, 4.4vw, 66px); line-height: 1.04; }
.ht-intro-grid > p { margin: 0; padding-left: 36px; border-left: 1px solid rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 15px; }
.ht-story { background: #e7ded1; color: #17120e; }
.ht-story h2, .ht-story p, .ht-story .concept-text-link { color: #17120e; }
.ht-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(70px, 9vw, 145px); }
.ht-story-image { position: relative; height: clamp(590px, 58vw, 770px); }
.ht-story-image::before { content: ""; position: absolute; z-index: 2; top: -18px; right: -18px; width: 80%; height: 80%; border-top: 1px solid #a82b2d; border-right: 1px solid #a82b2d; pointer-events: none; }
.ht-story-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.ht-story-image span { position: absolute; bottom: 18px; left: -24px; padding: 11px 15px; background: #17120e; color: #f1eadf; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ht-chapter { color: #a82b2d; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.ht-story-copy h2, .ht-copper-copy h2 { margin: 19px 0 27px; font-size: clamp(45px, 5vw, 74px); line-height: 1.03; }
.ht-story-copy p, .ht-copper-copy p { font-family: Georgia, serif; font-size: 16px; }
.ht-copper { background: #15100d; }
.ht-copper-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(65px, 9vw, 140px); }
.ht-copper-copy ul { margin: 27px 0 35px; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.ht-copper-copy li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #d9d0c5; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ht-copper-copy li::before { content: ""; display: inline-block; width: 16px; height: 1px; margin: 0 13px 3px 0; background: var(--concept-gold); }
.ht-copper-collage { position: relative; min-height: 700px; }
.ht-copper-large { position: absolute; top: 0; right: 0; width: 79%; height: 82%; object-fit: cover; filter: saturate(.84) contrast(1.05); }
.ht-copper-small { position: absolute; bottom: 0; left: 0; width: 43%; height: 45%; object-fit: cover; border: 12px solid #15100d; }
.ht-services { background: #0b0908; }
.ht-service-list { border-top: 1px solid rgba(255,255,255,.18); }
.ht-service-list a { display: grid; min-height: 89px; grid-template-columns: 70px minmax(220px,.65fr) 1fr 30px; align-items: center; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .25s, background .25s; }
.ht-service-list a > span { color: var(--concept-gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.ht-service-list strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.ht-service-list em { color: #989087; font-size: 13px; font-style: normal; }
.ht-service-list i { color: #b73b3d; font-style: normal; }
.ht-service-list a:hover { padding-inline: 17px; background: rgba(255,255,255,.035); }
.ht-portfolio { background: #e7ded1; color: #17120e; }
.ht-portfolio h2, .ht-portfolio .concept-text-link { color: #17120e; }
.ht-portfolio-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 42px; }
.ht-portfolio-heading h2 { margin: 12px 0 0; font-size: clamp(50px, 5vw, 76px); }
.ht-portfolio-grid { display: grid; height: min(67vw, 810px); min-height: 600px; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1.05fr .95fr; gap: 14px; }
.ht-portfolio-grid a { position: relative; overflow: hidden; }
.ht-portfolio-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .8s, filter .35s; }
.ht-portfolio-grid a::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(10,8,7,.85)); }
.ht-portfolio-grid span { position: absolute; z-index: 2; bottom: 20px; left: 22px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ht-portfolio-grid a:hover img { transform: scale(1.035); filter: saturate(1); }
.ht-port-one { grid-row: 1 / 3; }
.ht-testimonial { padding-block: 100px; background: #15100d; }
.ht-testimonial .concept-container { display: grid; grid-template-columns: 150px 1fr; gap: 75px; }
.ht-quote-mark { color: var(--concept-gold); font: 400 160px/.7 Georgia, serif; }
.ht-testimonial blockquote { max-width: 1020px; margin: 0; color: #e8e0d6; font: italic clamp(23px, 2.7vw, 39px)/1.48 Georgia, serif; }
.ht-testimonial footer { display: flex; align-items: center; gap: 16px; margin-top: 27px; font-family: Inter, sans-serif; font-size: 10px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }
.ht-testimonial footer span { color: var(--concept-gold); }
.ht-final::before { background: radial-gradient(circle at 50% 120%, rgba(220,156,79,.2), transparent 46%), linear-gradient(145deg, #1b1310, #080706); }

/* Responsive */
@media (max-width: 1180px) {
  .concept-nav-links { gap: 18px; }
  .concept-phone { display: none; }
  .concept-index-grid { grid-template-columns: 1fr 1fr; }
  .concept-choice:last-child { grid-column: 1 / -1; min-height: 520px; }
  .cl-material-card { min-height: 470px; }
  .rl-hero-inner { grid-template-columns: 1fr .56fr; gap: 45px; }
  .rl-diagnostics > div { min-height: 125px; padding: 18px; }
  .rl-system-board { grid-template-columns: repeat(2, 1fr); }
  .ht-intro-grid { grid-template-columns: .24fr 1fr .52fr; gap: 34px; }
}

@media (max-width: 920px) {
  .concept-container { width: min(100% - 40px, 760px); }
  .concept-section { padding-block: 85px; }
  .concept-nav-row { min-height: 76px; }
  .concept-logo { width: 142px; }
  .concept-nav-links, .concept-nav-actions > .concept-btn { display: none; }
  .concept-menu-button { display: block; }
  .concept-heading-split { grid-template-columns: 1fr; gap: 24px; }
  .concept-heading-split > p { margin-left: 0; }
  .concept-preview-switcher { right: 12px; bottom: 12px; width: 188px; }
  .concept-preview-switcher a { min-height: 34px; font-size: 9px; }
  .cl-hero-inner { min-height: 0; padding-top: 118px; padding-bottom: 38px; }
  .ht-hero-inner { min-height: max(700px, 100svh); padding-top: 125px; }
  .cl-hero-copy, .ht-hero-copy { width: 70%; }
  .cl-hero::after, .ht-hero::after { background: linear-gradient(90deg, rgba(5,6,7,.98), rgba(5,6,7,.76) 47%, rgba(5,6,7,.15) 82%), linear-gradient(0deg, rgba(5,6,7,.7), transparent 48%); }
  .cl-material-grid { grid-template-columns: 1fr 1fr; }
  .cl-material-card:first-child { grid-column: 1 / -1; }
  .cl-material-card { min-height: 520px; }
  .cl-command-grid, .rl-case-grid, .ht-story-grid, .ht-copper-grid { grid-template-columns: 1fr; gap: 55px; }
  .cl-work-grid { height: auto; min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 560px 350px; }
  .cl-work-main { grid-column: 1 / -1; grid-row: auto; }
  .cl-review-inner { grid-template-columns: 160px 1fr; gap: 45px; }
  .cl-review-score { padding-right: 35px; }
  .rl-hero-inner { min-height: max(780px, 100svh); grid-template-columns: 1fr; align-content: center; padding-top: 110px; }
  .rl-hero-copy { width: 70%; }
  .rl-diagnostics { display: none; }
  .rl-process-grid { grid-template-columns: 1fr 1fr; }
  .rl-process-grid li { min-height: 280px; }
  .rl-case-visual { order: 2; height: 620px; }
  .rl-case-copy { order: 1; }
  .rl-proof-grid { grid-template-columns: 1fr 1fr; }
  .rl-proof-score { grid-column: 1 / -1; min-height: 230px; }
  .rl-final-grid { align-items: flex-start; flex-direction: column; }
  .rl-final .concept-actions { justify-content: flex-start; }
  .ht-intro-grid { grid-template-columns: 150px 1fr; }
  .ht-intro-grid > p { grid-column: 2; }
  .ht-story-image { height: 650px; }
  .ht-copper-collage { min-height: 620px; }
  .ht-service-list a { grid-template-columns: 50px 1fr 24px; gap: 20px; }
  .ht-service-list em { display: none; }
  .ht-portfolio-grid { height: auto; min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 580px 330px; }
  .ht-port-one { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 640px) {
  .concept-container { width: min(100% - 30px, 540px); }
  .concept-section { padding-block: 68px; }
  .concept-site .site-footer .container { width: min(100% - 30px, 540px); }
  .concept-site .footer-grid { gap: 38px; }
  .concept-kicker { font-size: 9px; letter-spacing: .15em; }
  .concept-kicker::before { width: 23px; }
  .concept-heading h2 { font-size: 39px; }
  .concept-btn { width: 100%; min-height: 50px; padding-inline: 15px; }
  .concept-actions { width: 100%; }
  .concept-header { position: absolute; }
  .concept-nav-row { width: calc(100% - 30px); min-height: 70px; }
  .concept-logo { width: 132px; }
  .concept-mobile-nav { padding-inline: 15px; }
  .concept-preview-switcher { position: fixed; right: 10px; bottom: 10px; display: grid; width: 132px; margin: 0; grid-template-columns: repeat(3, 1fr); border-radius: 2px; }
  .concept-preview-switcher .concept-preview-label { position: absolute; overflow: hidden; width: 1px; height: 1px; min-height: 0; padding: 0; clip: rect(0 0 0 0); }
  .concept-preview-switcher a { justify-content: center; min-height: 32px; padding-inline: 4px; border-top: 0; border-left: 1px solid rgba(255,255,255,.08); font-size: 0; }
  .concept-preview-switcher a span { font-size: 9px; }
  .concept-index { width: calc(100% - 28px); padding-top: 32px; }
  .concept-index-intro { margin-bottom: 34px; }
  .concept-index-logo { width: 145px; margin-bottom: 26px; }
  .concept-index-intro h1 { font-size: 43px; }
  .concept-index-intro p { font-size: 14px; }
  .concept-index-grid { grid-template-columns: 1fr; }
  .concept-choice, .concept-choice:last-child { min-height: 510px; grid-column: auto; }
  .concept-choice-copy { right: 22px; bottom: 24px; left: 22px; }
  .cl-hero { min-height: 0; }
  .ht-hero { min-height: 760px; }
  .cl-hero::before, .ht-hero::before { background-position: 64% center; }
  .cl-hero::after, .ht-hero::after { background: linear-gradient(90deg, rgba(5,6,7,.97), rgba(5,6,7,.69) 76%, rgba(5,6,7,.28)), linear-gradient(0deg, rgba(5,6,7,.8), transparent 48%); }
  .cl-hero-inner { min-height: 0; align-items: flex-start; padding-top: 104px; padding-bottom: 34px; }
  .ht-hero-inner { min-height: 760px; align-items: flex-start; padding-top: 120px; padding-bottom: 64px; }
  .cl-hero-copy, .ht-hero-copy, .rl-hero-copy { width: 100%; }
  .cl-hero-copy h1 { margin-block: 18px; font-size: clamp(53px, 16vw, 72px); }
  .cl-hero-copy > p, .ht-hero-copy > p, .rl-hero-copy > p { font-size: 15px; line-height: 1.55; }
  .cl-proofline { margin-top: 27px; }
  .cl-proofline span { min-width: 33.333%; padding-inline: 9px; font-size: 7px; letter-spacing: .04em; }
  .cl-proofline strong { font-size: 17px; }
  .concept-scroll-cue { display: none; }
  .cl-materials { padding-top: 32px; }
  .cl-material-grid { grid-template-columns: 1fr; }
  .cl-material-card:first-child { grid-column: auto; }
  .cl-material-card { min-height: 440px; }
  .cl-command-grid { gap: 42px; }
  .cl-command-copy h2 { font-size: 42px; }
  .cl-service-stack a { grid-template-columns: 40px 1fr 22px; }
  .cl-work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 330px); }
  .cl-work-main { grid-column: auto; }
  .cl-review-inner { grid-template-columns: 1fr; gap: 30px; }
  .cl-review-score { padding: 0 0 25px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .cl-review blockquote { font-size: 22px; }
  .concept-final-cta h2 { font-size: 47px; }
  .rl-hero { min-height: 760px; }
  .rl-hero::before { background-position: 62% center; }
  .rl-hero::after { background: linear-gradient(90deg, rgba(5,7,9,.98), rgba(5,7,9,.65) 77%, rgba(5,7,9,.25)), linear-gradient(0deg, rgba(5,7,9,.83), transparent 48%); }
  .rl-hero-inner { min-height: 760px; align-content: end; padding-top: 145px; padding-bottom: 88px; }
  .rl-hero-copy h1 { margin-block: 21px; font-size: clamp(57px, 17vw, 78px); }
  .rl-readout span:nth-child(even) { display: none; }
  .rl-process-grid, .rl-system-board { grid-template-columns: 1fr; }
  .rl-process-grid li { min-height: 245px; }
  .rl-process-grid h3 { margin-top: 44px; }
  .rl-system-module { min-height: 240px; }
  .rl-case-visual { height: 470px; }
  .rl-case-copy h2 { font-size: 43px; }
  .rl-proof-header > a { display: none; }
  .rl-proof-grid { grid-template-columns: 1fr; }
  .rl-proof-score { grid-column: auto; }
  .rl-proof-grid > * { min-height: 260px; }
  .rl-final .concept-actions { width: 100%; }
  .ht-hero-copy h1 { margin-block: 20px; font-size: clamp(50px, 14vw, 67px); }
  .ht-edition { display: none; }
  .ht-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .ht-drop-number { font-size: 98px; }
  .ht-intro-grid > p { grid-column: auto; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .ht-intro h2 { font-size: 39px; }
  .ht-story-grid, .ht-copper-grid { gap: 46px; }
  .ht-story-image { height: 470px; }
  .ht-story-image span { left: 0; }
  .ht-story-copy h2, .ht-copper-copy h2 { font-size: 42px; }
  .ht-copper-collage { min-height: 480px; }
  .ht-copper-large { width: 88%; height: 78%; }
  .ht-copper-small { width: 52%; height: 44%; border-width: 8px; }
  .ht-service-list a { min-height: 76px; grid-template-columns: 36px 1fr 20px; gap: 10px; }
  .ht-service-list strong { font-size: 17px; }
  .ht-portfolio-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .ht-portfolio-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 350px); }
  .ht-port-one { grid-column: auto; }
  .ht-testimonial .concept-container { grid-template-columns: 1fr; gap: 8px; }
  .ht-quote-mark { font-size: 90px; }
  .ht-testimonial blockquote { font-size: 22px; }
}

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