/*
  oneirly.com -- style.css
  Design: EDITORIAL LUXURY -- warm cream + deep charcoal + copper terracotta
  Palette: Warm cream #F9F6F0 + Charcoal #1A1A1A + Copper #B5622A + Sand #EDE5D8
  Fonts: DM Serif Display (headings - elegant high-contrast serif) + Mulish (body - clean humanist)
  Nav: DOUBLE-ROW SPLIT HEADER -- contact bar on top + nav links below (unique)
  Hero: CLEAN EDITORIAL MAGAZINE SPLIT -- serif headline left + styled image right
  Case studies: NUMBERED EDITORIAL COLUMN
  Pricing: STACKED HORIZONTAL ROWS (not cards)
  CSS prefix: oe- | naming: oe-hdr-*, oe-mag-*, oe-board-*, oe-chapter-*, oe-voice-*, oe-path-*, oe-rate-*
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Mulish:wght@300;400;500;600;700;800&display=swap');

/* ===================== TOKENS ===================== */
:root {
  --oe-cream:    #F9F6F0;
  --oe-cream2:   #F2EDE4;
  --oe-sand:     #EDE5D8;
  --oe-sand2:    #DDD5C8;
  --oe-charcoal: #1A1A1A;
  --oe-stone:    #3D3530;
  --oe-copper:   #B5622A;
  --oe-copper2:  #954E20;
  --oe-copbg:    rgba(181,98,42,.07);
  --oe-copedge:  rgba(181,98,42,.20);
  --oe-muted:    #7A6860;
  --oe-dim:      #B0A098;
  --oe-edge:     #DDD5C8;
  --oe-edge2:    #C8BEB4;
  --oe-white:    #FFFFFF;

  --oe-max:  1100px;
  --oe-r:    3px;
  --oe-r2:   10px;
  --oe-r3:   22px;

  --oe-serif: 'DM Serif Display', Georgia, serif;
  --oe-sans:  'Mulish', system-ui, -apple-system, sans-serif;

  --oe-ease:    all 0.22s cubic-bezier(.25,.1,.25,1);
  --oe-shadow:  0 2px 16px rgba(61,53,48,.08);
  --oe-shadow2: 0 8px 40px rgba(61,53,48,.14);
  --oe-shadow3: 0 24px 72px rgba(26,26,26,.18);
}

/* ===================== RESET ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--oe-cream);
  color: var(--oe-charcoal);
  font-family: var(--oe-sans);
  font-size: 1rem;
  line-height: 1.72;
  overflow-x: hidden;
  padding-top: 100px; /* contact bar 36px + nav bar 64px */
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
address { font-style: normal; }

/* ===================== TYPOGRAPHY ===================== */
h1, h2, h3, h4 { font-family: var(--oe-serif); }
h1 {
  font-size: clamp(3.2rem, 6vw, 7rem);
  line-height: .92;
  letter-spacing: -.01em;
  font-weight: 400; /* DM Serif Display is already bold at 400 */
}
h2 {
  font-size: clamp(1.9rem, 3vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -.005em;
  font-weight: 400;
}
h3 { font-size: clamp(1.05rem, 1.4vw, 1.2rem); font-weight: 600; font-family: var(--oe-sans); }
p  { font-size: .9rem; line-height: 1.88; color: var(--oe-muted); }

/* ===================== LAYOUT ===================== */
.oe-shell { max-width: var(--oe-max); margin: 0 auto; padding: 0 2.5rem; }
.oe-slab  { padding: 7rem 0; }
.oe-slab-sm { padding: 4.5rem 0; }

/* ===================== DOUBLE-ROW HEADER ===================== */
/* Row 1: contact details strip */
.oe-hdr-contact {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: 36px;
  background: var(--oe-charcoal);
  display: flex; align-items: center;
}
.oe-hdr-contact-inner {
  max-width: var(--oe-max); margin: 0 auto;
  padding: 0 2.5rem; height: 36px;
  display: flex; align-items: center; justify-content: space-between;
}
.oe-hdr-contact-links { display: flex; gap: 1.5rem; }
.oe-hdr-contact-links a {
  display: flex; align-items: center; gap: .35rem;
  font-family: var(--oe-sans); font-size: .62rem; font-weight: 500;
  color: rgba(255,255,255,.5); letter-spacing: .08em;
  transition: color .18s;
}
.oe-hdr-contact-links a:hover { color: var(--oe-copper); }
.oe-hdr-contact-links svg { color: var(--oe-copper); opacity: .7; }
.oe-hdr-open { font-family: var(--oe-sans); font-size: .56rem; color: rgba(255,255,255,.3); letter-spacing: .1em; text-transform: uppercase; }

/* Row 2: main nav */
.oe-hdr-nav {
  position: fixed; top: 36px; left: 0; right: 0; z-index: 899;
  height: 64px;
  background: var(--oe-cream);
  border-bottom: 1px solid var(--oe-edge);
  transition: box-shadow .3s;
}
.oe-hdr-nav.oe-nav-raised { box-shadow: var(--oe-shadow); }
.oe-hdr-nav-inner {
  max-width: var(--oe-max); margin: 0 auto;
  padding: 0 2.5rem; height: 64px;
  display: flex; align-items: center;
}
.oe-hdr-brand {
  font-family: var(--oe-serif); font-size: 1.28rem; font-weight: 400;
  color: var(--oe-charcoal); letter-spacing: -.02em; flex-shrink: 0;
  display: flex; align-items: center; gap: .3rem;
}
.oe-brand-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--oe-copper); display: inline-block; margin-bottom: .25rem; }

.oe-hdr-links {
  display: flex; align-items: center; gap: .05rem;
  margin-left: 2.5rem; flex: 1;
}
.oe-hdr-lk {
  font-family: var(--oe-sans); font-size: .88rem; font-weight: 600;
  color: var(--oe-muted); padding: .28rem .78rem;
  transition: color .16s; white-space: nowrap;
  position: relative;
}
.oe-hdr-lk::after {
  content: ''; position: absolute; bottom: 0; left: .78rem; right: .78rem;
  height: 1.5px; background: var(--oe-copper);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s;
}
.oe-hdr-lk:hover { color: var(--oe-charcoal); }
.oe-hdr-lk:hover::after { transform: scaleX(1); }
.oe-hdr-lk.oe-nav-on { color: var(--oe-copper); }
.oe-hdr-lk.oe-nav-on::after { transform: scaleX(1); }

/* Services dropdown */
.oe-svc-wrap { position: relative; }
.oe-svc-trig { display: flex; align-items: center; gap: .2rem; cursor: pointer; }
.oe-svc-trig svg { transition: transform .2s; }
.oe-svc-wrap.oe-svc-open .oe-svc-trig svg { transform: rotate(180deg); }
.oe-svc-panel {
  position: absolute; top: calc(100% + 12px); left: 0;
  width: 280px; background: var(--oe-white);
  border: 1px solid var(--oe-edge); border-radius: var(--oe-r2);
  box-shadow: var(--oe-shadow2); overflow: hidden;
  opacity: 0; pointer-events: none;
  transform: translateY(6px);
  transition: opacity .2s, transform .22s;
}
.oe-svc-wrap.oe-svc-open .oe-svc-panel { opacity: 1; pointer-events: auto; transform: translateY(0); }
.oe-svc-dlink {
  display: flex; align-items: center; justify-content: space-between;
  padding: .6rem 1rem; font-family: var(--oe-sans); font-size: .82rem;
  color: var(--oe-muted); border-bottom: 1px solid var(--oe-edge);
  transition: background .14s, color .14s;
}
.oe-svc-dlink:last-child { border-bottom: none; }
.oe-svc-dlink:hover { background: var(--oe-cream); color: var(--oe-charcoal); }
.oe-svc-dpr { font-size: .58rem; color: var(--oe-dim); }

.oe-hdr-actions { display: flex; align-items: center; gap: .55rem; margin-left: auto; }
.oe-hdr-cta {
  font-family: var(--oe-sans); font-size: .76rem; font-weight: 700;
  color: var(--oe-white); background: var(--oe-charcoal);
  padding: .48rem 1.35rem; letter-spacing: .06em; text-transform: uppercase;
  transition: background .2s; white-space: nowrap; display: inline-block;
}
.oe-hdr-cta:hover { background: var(--oe-copper); }
.oe-ham { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--oe-charcoal); }

/* Mobile drawer */
.oe-mob { position: fixed; inset: 0; background: var(--oe-charcoal); z-index: 980; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); }
.oe-mob.oe-mob-show { transform: translateX(0); }
.oe-mob-top { height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.oe-mob-brnm { font-family: var(--oe-serif); font-size: 1.2rem; color: white; }
.oe-mob-x { color: rgba(255,255,255,.4); padding: .5rem; }
.oe-mob-lks { flex: 1; padding: 2rem; display: flex; flex-direction: column; overflow-y: auto; }
.oe-mob-lk { display: block; font-family: var(--oe-serif); font-size: 2.5rem; font-weight: 400; color: rgba(255,255,255,.35); padding: .4rem 0; border-bottom: 1px solid rgba(255,255,255,.06); transition: color .14s; }
.oe-mob-lk:hover { color: var(--oe-copper); }
.oe-mob-foot { padding: 1.5rem 2rem; }
.oe-mob-cta { display: block; text-align: center; background: var(--oe-copper); color: white; font-family: var(--oe-sans); font-size: .84rem; font-weight: 700; padding: .78rem; letter-spacing: .06em; text-transform: uppercase; }

/* ===================== HERO: EDITORIAL MAGAZINE SPLIT ===================== */
.oe-mag-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 78vh; border-bottom: 1px solid var(--oe-edge);
  background: var(--oe-cream);
}
.oe-mag-left {
  padding: 6rem 0;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--oe-edge);
}
.oe-mag-eyebrow {
  font-family: var(--oe-sans); font-size: .62rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em; color: var(--oe-copper);
  display: flex; align-items: center; gap: .5rem; margin-bottom: 1.4rem;
}
.oe-mag-eyebrow::before { content: ''; width: 24px; height: 1.5px; background: var(--oe-copper); display: block; }
.oe-mag-left h1 { color: var(--oe-charcoal); margin-bottom: 1.2rem; }
.oe-mag-sub { font-size: 1rem; max-width: 46ch; line-height: 1.88; color: var(--oe-muted); margin-bottom: 2.2rem; }
.oe-mag-acts { display: flex; gap: .72rem; flex-wrap: wrap; align-items: center; }
.oe-mag-stats { margin-top: 3rem; padding-top: 2.2rem; border-top: 1px solid var(--oe-edge); display: flex; gap: 2.5rem; }
.oe-ms-n { font-family: var(--oe-serif); font-size: 1.8rem; font-weight: 400; color: var(--oe-charcoal); line-height: 1; }
.oe-ms-l { font-family: var(--oe-sans); font-size: .58rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--oe-dim); margin-top: .18rem; }

/* Hero right: editorial image with copper frame */
.oe-mag-right {
  position: relative; overflow: hidden;
  background: var(--oe-sand); display: flex; align-items: center; justify-content: center;
}
.oe-mag-right img { width: 100%; height: 100%; object-fit: cover; display: block; mix-blend-mode: multiply; opacity: .85; }
.oe-mag-frame {
  position: absolute; top: 2rem; left: 2rem; right: 2rem; bottom: 2rem;
  border: 1.5px solid rgba(181,98,42,.35); pointer-events: none;
}
.oe-mag-frame::before {
  content: ''; position: absolute; top: -.8rem; left: 1.5rem;
  background: var(--oe-copper); width: 3rem; height: 1.5px;
}
.oe-mag-frame-label {
  position: absolute; bottom: -1px; right: 1.5rem;
  background: var(--oe-cream); padding: .2rem .6rem;
  font-family: var(--oe-sans); font-size: .5rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--oe-copper);
}

/* ===================== MANIFESTO BAND ===================== */
.oe-manifesto {
  background: var(--oe-charcoal);
  padding: 4.5rem 0;
}
.oe-manifesto-inner { max-width: var(--oe-max); margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: 1fr 1.8fr; gap: 4rem; align-items: center; }
.oe-manifesto-label { font-family: var(--oe-sans); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--oe-copper); }
.oe-manifesto-text { font-family: var(--oe-serif); font-size: clamp(1.2rem, 2vw, 1.7rem); color: rgba(255,255,255,.82); line-height: 1.55; font-weight: 400; }

/* ===================== SERVICES EDITORIAL BOARD ===================== */
.oe-board-section { background: var(--oe-cream2); }
.oe-board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--oe-edge);
  border: 1px solid var(--oe-edge);
  margin-top: 3rem;
}
.oe-board-card {
  background: var(--oe-cream); padding: 2.2rem;
  display: flex; flex-direction: column; gap: .5rem;
  text-decoration: none; position: relative;
  overflow: hidden; transition: var(--oe-ease);
}
.oe-board-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--oe-copper);
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s;
}
.oe-board-card:hover { background: var(--oe-sand); }
.oe-board-card:hover::before { transform: scaleX(1); }
.oe-board-idx { font-family: var(--oe-sans); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--oe-dim); }
.oe-board-nm { font-family: var(--oe-serif); font-size: 1.3rem; color: var(--oe-charcoal); }
.oe-board-desc { font-size: .8rem; color: var(--oe-muted); line-height: 1.75; flex: 1; }
.oe-board-pr { font-family: var(--oe-sans); font-size: .72rem; font-weight: 700; color: var(--oe-copper); margin-top: .35rem; }
.oe-board-arr { width: 28px; height: 28px; border: 1px solid var(--oe-edge2); display: flex; align-items: center; justify-content: center; color: var(--oe-dim); margin-top: auto; transition: var(--oe-ease); }
.oe-board-card:hover .oe-board-arr { background: var(--oe-copper); border-color: var(--oe-copper); color: white; }

/* ===================== CASE STUDIES: NUMBERED EDITORIAL COLUMN ===================== */
.oe-chapter-section { background: var(--oe-charcoal); }
.oe-chapter-header { padding-top: 5rem; max-width: var(--oe-max); margin: 0 auto; padding-left: 2.5rem; padding-right: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.oe-chapter-rows { max-width: var(--oe-max); margin: 0 auto; padding: 3rem 2.5rem; }
.oe-chapter-row {
  display: grid; grid-template-columns: 96px 1fr 1.2fr;
  gap: 3rem; padding: 4rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
  align-items: center;
}
.oe-chapter-row:last-child { border-bottom: 1px solid rgba(255,255,255,.08); }
.oe-chapter-num { font-family: var(--oe-serif); font-size: 4rem; font-weight: 400; color: rgba(255,255,255,.08); line-height: 1; }
.oe-chapter-bdy {}
.oe-chapter-tags { display: flex; gap: .3rem; flex-wrap: wrap; margin-bottom: .55rem; }
.oe-chapter-tag { font-family: var(--oe-sans); font-size: .54rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--oe-copper); background: var(--oe-copbg); border: 1px solid var(--oe-copedge); padding: .12rem .44rem; }
.oe-chapter-nm { font-family: var(--oe-serif); font-size: 1.4rem; color: white; margin-bottom: .5rem; }
.oe-chapter-type { font-family: var(--oe-sans); font-size: .6rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.3); margin-bottom: .35rem; }
.oe-chapter-story { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.82; }
.oe-chapter-right {}
.oe-chapter-result { font-family: var(--oe-serif); font-size: 3.5rem; font-weight: 400; color: var(--oe-copper); line-height: 1; margin-bottom: .3rem; }
.oe-chapter-stat { font-family: var(--oe-sans); font-size: .66rem; color: rgba(255,255,255,.4); line-height: 1.5; }
.oe-chapter-details { margin-top: 1rem; display: flex; flex-direction: column; gap: .3rem; }
.oe-chapter-detail { display: flex; align-items: flex-start; gap: .45rem; font-family: var(--oe-sans); font-size: .72rem; color: rgba(255,255,255,.4); }
.oe-chapter-detail svg { flex-shrink: 0; color: var(--oe-copper); opacity: .6; margin-top: .1rem; }

/* ===================== TESTIMONIALS: LARGE PULL QUOTES ===================== */
.oe-voice-section { background: var(--oe-sand); }
.oe-voice-rotator { margin-top: 3rem; }
.oe-voice-slide { display: none; }
.oe-voice-slide.oe-voice-active { display: block; }
.oe-voice-q { font-family: var(--oe-serif); font-size: clamp(1.3rem, 2.2vw, 2rem); color: var(--oe-charcoal); line-height: 1.5; font-weight: 400; font-style: italic; margin-bottom: 1.5rem; max-width: 72ch; }
.oe-voice-q::before { content: '\201C'; }
.oe-voice-q::after  { content: '\201D'; }
.oe-voice-who { font-family: var(--oe-sans); font-size: .76rem; color: var(--oe-muted); font-weight: 600; }
.oe-voice-co  { font-family: var(--oe-sans); font-size: .72rem; color: var(--oe-dim); }
.oe-voice-stars { display: flex; gap: .2rem; color: var(--oe-copper); margin-bottom: 1.25rem; }
.oe-voice-nav { display: flex; gap: .5rem; margin-top: 2rem; }
.oe-voice-btn { width: 38px; height: 38px; border: 1px solid var(--oe-edge2); background: white; display: flex; align-items: center; justify-content: center; color: var(--oe-muted); cursor: pointer; transition: var(--oe-ease); }
.oe-voice-btn:hover { background: var(--oe-charcoal); color: white; border-color: var(--oe-charcoal); }
.oe-voice-dots { display: flex; gap: .38rem; align-items: center; }
.oe-voice-dot { width: 7px; height: 7px; background: var(--oe-edge2); border: none; cursor: pointer; transition: background .2s; }
.oe-voice-dot.oe-vdot-on { background: var(--oe-copper); }

/* ===================== PROCESS: VERTICAL NUMBERED LIST ===================== */
.oe-path-section { background: var(--oe-cream); }
.oe-path-rows { margin-top: 3.5rem; border: 1px solid var(--oe-edge); }
.oe-path-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 2rem; padding: 2rem; border-bottom: 1px solid var(--oe-edge); align-items: center; }
.oe-path-row:last-child { border-bottom: none; }
.oe-path-num { font-family: var(--oe-serif); font-size: 2.2rem; font-weight: 400; color: var(--oe-sand2); line-height: 1; }
.oe-path-h { font-family: var(--oe-sans); font-size: 1rem; font-weight: 800; color: var(--oe-charcoal); margin-bottom: .3rem; }
.oe-path-p { font-size: .82rem; color: var(--oe-muted); line-height: 1.72; }
.oe-path-dur { font-family: var(--oe-sans); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--oe-copper); white-space: nowrap; }

/* ===================== PRICING: STACKED HORIZONTAL ROWS ===================== */
.oe-rate-section { background: var(--oe-cream2); }
.oe-rate-table { margin-top: 3rem; border: 1px solid var(--oe-edge); }
.oe-rate-row {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2rem; padding: 2.2rem 2rem; border-bottom: 1px solid var(--oe-edge);
  align-items: center; transition: background .2s;
}
.oe-rate-row:last-child { border-bottom: none; }
.oe-rate-row:hover { background: var(--oe-cream); }
.oe-rate-row.oe-rate-featured { background: var(--oe-charcoal); }
.oe-rate-row.oe-rate-featured:hover { background: var(--oe-stone); }
.oe-rate-info {}
.oe-rate-badge { display: inline-block; font-family: var(--oe-sans); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--oe-copper); background: var(--oe-copbg); border: 1px solid var(--oe-copedge); padding: .14rem .44rem; margin-bottom: .38rem; }
.oe-rate-featured .oe-rate-badge { color: var(--oe-cream); background: rgba(249,246,240,.1); border-color: rgba(249,246,240,.2); }
.oe-rate-nm { font-family: var(--oe-serif); font-size: 1.5rem; color: var(--oe-charcoal); }
.oe-rate-featured .oe-rate-nm { color: white; }
.oe-rate-sub { font-size: .76rem; color: var(--oe-muted); margin-top: .18rem; }
.oe-rate-featured .oe-rate-sub { color: rgba(255,255,255,.45); }
.oe-rate-inc { display: flex; flex-direction: column; gap: .32rem; }
.oe-rate-li { display: flex; align-items: flex-start; gap: .45rem; font-family: var(--oe-sans); font-size: .76rem; color: var(--oe-muted); }
.oe-rate-li svg { flex-shrink: 0; color: var(--oe-copper); margin-top: .1rem; }
.oe-rate-featured .oe-rate-li { color: rgba(255,255,255,.6); }
.oe-rate-featured .oe-rate-li svg { color: rgba(249,246,240,.5); }
.oe-rate-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: .6rem; }
.oe-rate-pr { font-family: var(--oe-serif); font-size: 2.2rem; font-weight: 400; color: var(--oe-charcoal); line-height: 1; letter-spacing: -.01em; }
.oe-rate-featured .oe-rate-pr { color: white; }
.oe-rate-per { font-family: var(--oe-sans); font-size: .6rem; color: var(--oe-dim); }
.oe-rate-featured .oe-rate-per { color: rgba(255,255,255,.35); }

/* ===================== FAQ: SPLIT PANEL ===================== */
.oe-ask-section { background: var(--oe-cream); }
.oe-ask-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; border: 1px solid var(--oe-edge); margin-top: 3rem; }
.oe-ask-list { border-right: 1px solid var(--oe-edge); }
.oe-ask-btn { width: 100%; text-align: left; padding: 1.15rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; background: none; border-bottom: 1px solid var(--oe-edge); transition: background .15s; }
.oe-ask-btn:last-of-type { border-bottom: none; }
.oe-ask-btn.oe-ask-sel { background: var(--oe-sand); }
.oe-ask-qtext { font-family: var(--oe-sans); font-size: .86rem; font-weight: 600; color: var(--oe-charcoal); text-align: left; flex: 1; }
.oe-ask-btn.oe-ask-sel .oe-ask-qtext { color: var(--oe-copper); }
.oe-ask-ic { color: var(--oe-dim); flex-shrink: 0; transition: transform .2s; }
.oe-ask-btn.oe-ask-sel .oe-ask-ic { transform: rotate(90deg); color: var(--oe-copper); }
.oe-ask-panel { padding: 2.5rem; display: none; }
.oe-ask-panel.oe-ask-panel-on { display: block; }
.oe-ask-panel-q { font-family: var(--oe-serif); font-size: 1.15rem; color: var(--oe-charcoal); margin-bottom: .75rem; }
.oe-ask-panel-a { font-size: .86rem; color: var(--oe-muted); line-height: 1.88; }

/* ===================== CTA EDITORIAL FULL-BLEED ===================== */
.oe-ink-cta { background: var(--oe-charcoal); }
.oe-ink-inner { max-width: var(--oe-max); margin: 0 auto; padding: 6rem 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.oe-ink-h { font-family: var(--oe-serif); font-size: clamp(2.5rem, 4vw, 5rem); color: white; line-height: .95; margin-bottom: .7rem; font-weight: 400; }
.oe-ink-h em { font-style: italic; color: var(--oe-copper); }
.oe-ink-p { font-size: .9rem; color: rgba(255,255,255,.5); max-width: 46ch; line-height: 1.88; margin-bottom: 2rem; }
.oe-ink-acts { display: flex; gap: .72rem; flex-wrap: wrap; }
.oe-ink-form { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); padding: 2rem; }
.oe-ink-form-h { font-family: var(--oe-serif); font-size: 1.2rem; color: white; margin-bottom: .25rem; font-weight: 400; }
.oe-ink-form-sub { font-family: var(--oe-sans); font-size: .72rem; color: rgba(255,255,255,.35); margin-bottom: 1.25rem; }
.oe-if-g { margin-bottom: .55rem; }
.oe-if-in { width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); padding: .6rem .88rem; color: white; font-size: .86rem; font-family: var(--oe-sans); transition: border-color .2s; }
.oe-if-in::placeholder { color: rgba(255,255,255,.3); }
.oe-if-in:focus { outline: none; border-color: var(--oe-copper); }
.oe-if-btn { width: 100%; background: var(--oe-copper); color: white; font-family: var(--oe-sans); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: .68rem; border: none; cursor: pointer; transition: background .2s; }
.oe-if-btn:hover { background: var(--oe-copper2); }

/* ===================== BUTTONS ===================== */
.oe-btn-dark {
  display: inline-flex; align-items: center; gap: .42rem;
  font-family: var(--oe-sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: white; background: var(--oe-charcoal);
  padding: .78rem 1.9rem; transition: background .2s;
  white-space: nowrap; text-decoration: none; border: none; cursor: pointer;
}
.oe-btn-dark:hover { background: var(--oe-copper); }
.oe-btn-copper {
  display: inline-flex; align-items: center; gap: .42rem;
  font-family: var(--oe-sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: white; background: var(--oe-copper);
  padding: .78rem 1.9rem; transition: background .2s;
  white-space: nowrap; text-decoration: none; border: none; cursor: pointer;
}
.oe-btn-copper:hover { background: var(--oe-copper2); }
.oe-btn-outline {
  display: inline-flex; align-items: center; gap: .42rem;
  font-family: var(--oe-sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--oe-charcoal); background: transparent;
  padding: .76rem 1.88rem; border: 1.5px solid var(--oe-charcoal);
  transition: var(--oe-ease); white-space: nowrap; text-decoration: none;
}
.oe-btn-outline:hover { background: var(--oe-charcoal); color: white; }
.oe-btn-outline-cream {
  display: inline-flex; align-items: center; gap: .42rem;
  font-family: var(--oe-sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.65); background: transparent;
  padding: .76rem 1.88rem; border: 1.5px solid rgba(255,255,255,.2);
  transition: var(--oe-ease); white-space: nowrap; text-decoration: none;
}
.oe-btn-outline-cream:hover { border-color: white; color: white; }

/* ===================== INNER PAGE CROWN ===================== */
.oe-crown {
  background: var(--oe-charcoal);
  padding: 6rem 0 5rem;
  text-align: center;
  position: relative;
}
.oe-crown::after { content: ''; display: block; height: 1.5px; background: var(--oe-copper); width: 40px; margin: 1.2rem auto 0; }
.oe-crown-tag { font-family: var(--oe-sans); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--oe-copper); display: block; margin-bottom: .55rem; }
.oe-crown h1 { color: white; max-width: 22ch; margin: 0 auto .5rem; }
.oe-crown-sub { font-family: var(--oe-sans); font-size: .9rem; color: rgba(255,255,255,.45); max-width: 52ch; margin: 0 auto; line-height: 1.88; }

/* ===================== SERVICE PAGE ===================== */
.oe-svc-layout { max-width: var(--oe-max); margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 1fr 258px; gap: 4rem; align-items: start; }
.oe-svc-body h2 { font-family: var(--oe-serif); font-size: 1.4rem; color: var(--oe-copper); margin: 2.2rem 0 .55rem; font-weight: 400; }
.oe-svc-body p { margin-bottom: .9rem; }
.oe-svc-inc-list { display: flex; flex-direction: column; gap: .38rem; margin-bottom: 1.5rem; }
.oe-svc-inc-li { display: flex; align-items: flex-start; gap: .5rem; font-family: var(--oe-sans); font-size: .82rem; color: var(--oe-muted); }
.oe-svc-inc-li svg { flex-shrink: 0; color: var(--oe-copper); margin-top: .12rem; }
.oe-del-note { background: var(--oe-copbg); border-left: 2px solid var(--oe-copper); padding: .75rem 1rem; margin-bottom: .75rem; }
.oe-del-note p { font-size: .82rem; margin: 0; }
.oe-warn-note { background: var(--oe-cream2); border: 1px solid var(--oe-edge); padding: .75rem 1rem; font-size: .78rem; color: var(--oe-muted); }
.oe-svc-aside { position: sticky; top: 110px; }
.oe-aside-card { background: var(--oe-charcoal); overflow: hidden; }
.oe-aside-img img { width: 100%; height: 110px; object-fit: cover; display: block; filter: brightness(.5) saturate(.7); }
.oe-aside-body { padding: 1.2rem; }
.oe-aside-nm { font-family: var(--oe-serif); font-size: .9rem; color: white; margin-bottom: .12rem; font-weight: 400; }
.oe-aside-pr { font-family: var(--oe-serif); font-size: 2.2rem; color: var(--oe-copper); line-height: 1; font-weight: 400; letter-spacing: -.01em; }
.oe-aside-per { font-family: var(--oe-sans); font-size: .5rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.25); margin-bottom: .82rem; }
.oe-aside-acts { display: flex; flex-direction: column; gap: .35rem; }

/* ===================== SERVICES GRID PAGE ===================== */
.oe-svc-grid-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--oe-edge); border: 1px solid var(--oe-edge); }
.oe-sgp-card { background: var(--oe-cream); padding: 2rem; display: flex; flex-direction: column; gap: .5rem; text-decoration: none; transition: background .2s; position: relative; overflow: hidden; }
.oe-sgp-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--oe-copper); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.oe-sgp-card:hover { background: var(--oe-cream2); }
.oe-sgp-card:hover::before { transform: scaleX(1); }
.oe-sgp-idx { font-family: var(--oe-sans); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--oe-dim); }
.oe-sgp-nm { font-family: var(--oe-serif); font-size: 1.2rem; color: var(--oe-charcoal); font-weight: 400; }
.oe-sgp-desc { font-size: .8rem; color: var(--oe-muted); line-height: 1.72; }
.oe-sgp-pr { font-family: var(--oe-sans); font-size: .72rem; font-weight: 700; color: var(--oe-copper); margin-top: auto; }

/* ===================== BUILDER ===================== */
.oe-forge-layout { max-width: var(--oe-max); margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 1fr 268px; gap: 3.5rem; align-items: start; }
.oe-forge-step { margin-bottom: 2.5rem; }
.oe-forge-lbl { display: block; font-family: var(--oe-sans); font-size: .54rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--oe-copper); margin-bottom: .78rem; }
.oe-pick-rows { display: flex; flex-direction: column; gap: .38rem; }
.oe-pick-row { background: white; border: 1px solid var(--oe-edge); padding: .78rem 1rem; display: flex; align-items: center; gap: .65rem; cursor: pointer; transition: var(--oe-ease); user-select: none; }
.oe-pick-row:hover { border-color: var(--oe-edge2); }
.oe-pick-row.oe-row-sel { border-color: var(--oe-copper); background: var(--oe-copbg); }
.oe-pick-pr-lbl { font-family: var(--oe-serif); font-size: .62rem; font-weight: 400; color: var(--oe-copper); flex-shrink: 0; min-width: 3.8rem; }
.oe-pick-nm { font-family: var(--oe-sans); font-size: .82rem; color: var(--oe-muted); flex: 1; }
.oe-pick-row.oe-row-sel .oe-pick-nm { color: var(--oe-charcoal); font-weight: 600; }
.oe-pick-sub { font-size: .6rem; color: var(--oe-dim); }
.oe-pick-chk { width: 16px; height: 16px; border: 1.5px solid var(--oe-edge2); flex-shrink: 0; background: white; transition: var(--oe-ease); }
.oe-pick-row.oe-row-sel .oe-pick-chk { background: var(--oe-copper); border-color: var(--oe-copper); }
.oe-adn-chips { display: grid; grid-template-columns: 1fr 1fr; gap: .38rem; }
.oe-adn-chip { background: white; border: 1px solid var(--oe-edge); padding: .68rem .88rem; cursor: pointer; transition: var(--oe-ease); user-select: none; }
.oe-adn-chip:hover { border-color: var(--oe-edge2); }
.oe-adn-chip.oe-chip-sel { border-color: var(--oe-copper); background: var(--oe-copbg); }
.oe-adn-chip-nm { font-family: var(--oe-sans); font-size: .78rem; color: var(--oe-muted); }
.oe-adn-chip.oe-chip-sel .oe-adn-chip-nm { color: var(--oe-charcoal); font-weight: 600; }
.oe-adn-chip-pr { font-size: .62rem; color: var(--oe-dim); margin-top: .18rem; }
.oe-adn-chip.oe-chip-sel .oe-adn-chip-pr { color: var(--oe-copper); }
.oe-hrs-box { background: white; border: 1px solid var(--oe-edge); padding: .9rem 1rem; }
.oe-hrs-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; }
.oe-hrs-lbl { font-family: var(--oe-sans); font-size: .82rem; color: var(--oe-muted); }
.oe-hrs-val { font-family: var(--oe-serif); font-size: 1.6rem; color: var(--oe-copper); font-weight: 400; line-height: 1; }
.oe-hrs-slide { -webkit-appearance: none; width: 100%; height: 2px; background: var(--oe-edge); cursor: pointer; }
.oe-hrs-slide::-webkit-slider-thumb { -webkit-appearance: none; width: 16px; height: 16px; background: var(--oe-copper); cursor: pointer; }

/* Pull cart */
.oe-pull { background: var(--oe-charcoal); position: sticky; top: 112px; }
.oe-pull-hd { background: var(--oe-copper); padding: .82rem 1.15rem; }
.oe-pull-hl { font-family: var(--oe-sans); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.7); }
.oe-pull-body { padding: .88rem 1.15rem; min-height: 52px; }
.oe-pull-empty { font-family: var(--oe-sans); font-size: .72rem; color: rgba(255,255,255,.25); font-style: italic; }
.oe-pull-line { display: flex; justify-content: space-between; gap: .6rem; font-family: var(--oe-sans); font-size: .72rem; margin-bottom: .38rem; }
.oe-pull-lnm { color: rgba(255,255,255,.45); }
.oe-pull-lpr { font-weight: 700; color: white; }
.oe-pull-foot { border-top: 1px solid rgba(255,255,255,.08); padding: .88rem 1.15rem; }
.oe-pull-tot { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: .82rem; }
.oe-pull-tot-l { font-family: var(--oe-sans); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); }
.oe-pull-tot-v { font-family: var(--oe-serif); font-size: 2.2rem; color: var(--oe-copper); line-height: 1; font-weight: 400; }
.oe-pull-go { display: block; width: 100%; text-align: center; background: var(--oe-copper); color: white; font-family: var(--oe-sans); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .68rem; border: none; cursor: pointer; transition: background .2s; }
.oe-pull-go:hover:not(:disabled) { background: var(--oe-copper2); }
.oe-pull-go:disabled { opacity: .2; cursor: not-allowed; }

/* ===================== CHECKOUT ===================== */
.oe-form-layout { max-width: 860px; margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 1fr 256px; gap: 3.5rem; align-items: start; }
.oe-fg { margin-bottom: .82rem; }
.oe-fg2 { display: grid; grid-template-columns: 1fr 1fr; gap: .82rem; }
.oe-fl { display: block; font-family: var(--oe-sans); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--oe-dim); margin-bottom: .32rem; }
.oe-fi { width: 100%; background: var(--oe-cream2); border: 1px solid var(--oe-edge); padding: .62rem .88rem; color: var(--oe-charcoal); font-size: .86rem; font-family: var(--oe-sans); transition: border-color .2s; }
.oe-fi:focus { outline: none; border-color: var(--oe-copper); }
.oe-agree { display: flex; align-items: flex-start; gap: .5rem; font-family: var(--oe-sans); font-size: .76rem; color: var(--oe-muted); line-height: 1.6; margin: 1rem 0; }
.oe-agree input { margin-top: .15rem; accent-color: var(--oe-copper); }
.oe-agree a { color: var(--oe-copper); }
.oe-co-side { background: var(--oe-charcoal); position: sticky; top: 112px; }
.oe-co-side-hd { background: var(--oe-copper); padding: .72rem 1.05rem; }
.oe-co-side-hl { font-family: var(--oe-sans); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); }
.oe-co-body { padding: .88rem 1.05rem; }
.oe-co-line { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--oe-sans); font-size: .74rem; margin-bottom: .38rem; }
.oe-co-lnm { color: rgba(255,255,255,.4); }
.oe-co-lpr { font-weight: 700; color: white; }
.oe-co-div { border: none; border-top: 1px solid rgba(255,255,255,.07); margin: .6rem 0; }
.oe-co-tot-row { display: flex; justify-content: space-between; align-items: flex-end; }
.oe-co-tot-l { font-family: var(--oe-sans); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); }
.oe-co-tot-v { font-family: var(--oe-serif); font-size: 2.2rem; color: var(--oe-copper); line-height: 1; font-weight: 400; }

/* ===================== LEGAL ===================== */
.oe-legal-doc { max-width: 780px; margin: 0 auto; padding: 5rem 2.5rem; }
.oe-legal-doc h2 { font-family: var(--oe-serif); font-size: 1.5rem; color: var(--oe-copper); margin: 2.75rem 0 .6rem; font-weight: 400; }
.oe-legal-doc h3 { font-family: var(--oe-sans); font-size: 1rem; font-weight: 700; color: var(--oe-charcoal); margin: 1.35rem 0 .3rem; }
.oe-legal-doc p { margin-bottom: .9rem; font-size: .86rem; }
.oe-legal-doc ul { padding-left: 1.2rem; margin: .3rem 0 .9rem; display: flex; flex-direction: column; gap: .3rem; }
.oe-legal-doc li { font-size: .86rem; list-style: disc; color: var(--oe-muted); line-height: 1.7; }
.oe-legal-doc a { color: var(--oe-copper); }
.oe-legal-doc address { font-style: normal; background: var(--oe-copbg); border-left: 2px solid var(--oe-copper); padding: .9rem 1.2rem; font-family: var(--oe-sans); font-size: .84rem; line-height: 1.9; color: var(--oe-muted); margin: .9rem 0; }
.oe-legal-doc table { width: 100%; border-collapse: collapse; font-size: .8rem; margin: .8rem 0 1.1rem; }
.oe-legal-doc th { background: var(--oe-charcoal); color: white; padding: .5rem .88rem; text-align: left; font-weight: 700; font-size: .6rem; text-transform: uppercase; letter-spacing: .06em; font-family: var(--oe-sans); }
.oe-legal-doc td { padding: .5rem .88rem; border-bottom: 1px solid var(--oe-edge); color: var(--oe-muted); }
.oe-legal-eff { display: inline-block; font-family: var(--oe-sans); font-size: .72rem; color: var(--oe-dim); background: var(--oe-cream2); border: 1px solid var(--oe-edge); padding: .3rem .75rem; margin-bottom: 1.5rem; }

/* ===================== RESULT PAGES ===================== */
.oe-result { min-height: 72vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 5rem 2.5rem; }
.oe-result-inner { max-width: 460px; }

/* ===================== MISC TAGS ===================== */
.oe-copper-tag { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--oe-sans); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--oe-copper); background: var(--oe-copbg); border: 1px solid var(--oe-copedge); padding: .26rem .72rem; display: table; margin-bottom: .6rem; }

/* ===================== COOKIE + CHAT ===================== */
.oe-ck { position: fixed; bottom: 0; left: 0; right: 0; background: var(--oe-charcoal); border-top: 2px solid var(--oe-copper); z-index: 9999; padding: .88rem 2rem; display: none; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.oe-ck p { font-family: var(--oe-sans); font-size: .76rem; color: rgba(255,255,255,.55); margin: 0; }
.oe-ck a { color: var(--oe-copper); }
.oe-ck-btns { display: flex; gap: .42rem; flex-shrink: 0; }
.oe-ck-yes { background: var(--oe-copper); color: white; font-family: var(--oe-sans); font-size: .72rem; font-weight: 700; padding: .32rem .92rem; border: none; cursor: pointer; }
.oe-ck-no { font-family: var(--oe-sans); font-size: .72rem; color: rgba(255,255,255,.4); padding: .32rem .92rem; border: 1px solid rgba(255,255,255,.15); background: none; cursor: pointer; }
.oe-chat-fab { position: fixed; bottom: 4.8rem; right: 1.5rem; z-index: 9990; width: 48px; height: 48px; background: var(--oe-copper); color: white; display: flex; align-items: center; justify-content: center; box-shadow: 4px 4px 0 var(--oe-charcoal); cursor: pointer; border: none; transition: var(--oe-ease); }
.oe-chat-fab:hover { background: var(--oe-copper2); }
.oe-chatbox { position: fixed; bottom: 7rem; right: 1.5rem; z-index: 9989; width: 272px; background: white; border: 1px solid var(--oe-edge); overflow: hidden; box-shadow: var(--oe-shadow2); transform: translateY(8px) scale(.97); opacity: 0; pointer-events: none; transition: opacity .2s, transform .22s; }
.oe-chatbox.oe-chat-show { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.oe-chat-hd { background: var(--oe-charcoal); padding: .82rem 1rem; display: flex; align-items: center; justify-content: space-between; }
.oe-chat-ttl { font-family: var(--oe-serif); font-size: .95rem; color: white; font-weight: 400; }
.oe-chat-st { font-family: var(--oe-sans); font-size: .58rem; color: rgba(255,255,255,.35); }
.oe-chat-xb { color: rgba(255,255,255,.4); background: none; border: none; cursor: pointer; }
.oe-chat-bd { padding: .88rem; }
.oe-chat-done { display: none; text-align: center; padding: .82rem; font-family: var(--oe-sans); font-size: .76rem; color: var(--oe-copper); font-weight: 700; }
.oe-chat-inp { width: 100%; background: var(--oe-cream2); border: 1px solid var(--oe-edge); padding: .42rem .7rem; color: var(--oe-charcoal); font-size: .76rem; margin-bottom: .38rem; resize: none; font-family: var(--oe-sans); transition: border-color .2s; }
.oe-chat-inp:focus { outline: none; border-color: var(--oe-copper); }
.oe-chat-send { width: 100%; background: var(--oe-copper); color: white; font-family: var(--oe-sans); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: .42rem; border: none; cursor: pointer; }

/* ===================== ANIMATIONS ===================== */
.oe-appear { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.oe-appear.oe-vis { opacity: 1; transform: translateY(0); }
.oe-appear-l { opacity: 0; transform: translateX(-18px); transition: opacity .52s ease, transform .52s ease; }
.oe-appear-l.oe-vis { opacity: 1; transform: translateX(0); }
.oe-appear-r { opacity: 0; transform: translateX(18px); transition: opacity .52s ease, transform .52s ease; }
.oe-appear-r.oe-vis { opacity: 1; transform: translateX(0); }

/* ===================== FOOTER ===================== */
.oe-base { background: var(--oe-charcoal); border-top: 1px solid rgba(255,255,255,.06); }
.oe-base-body { max-width: var(--oe-max); margin: 0 auto; padding: 5rem 2.5rem 2.5rem; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 3rem; }
.oe-base-brand { font-family: var(--oe-serif); font-size: 1.15rem; color: white; margin-bottom: .3rem; display: flex; align-items: center; gap: .28rem; font-weight: 400; }
.oe-base-brand-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--oe-copper); flex-shrink: 0; }
.oe-base-tag { font-family: var(--oe-sans); font-size: .7rem; color: rgba(255,255,255,.28); margin-bottom: 1.25rem; max-width: 26ch; line-height: 1.7; }
.oe-base-soc { display: flex; gap: .38rem; }
.oe-base-soc a { width: 32px; height: 32px; background: rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); transition: var(--oe-ease); }
.oe-base-soc a:hover { background: var(--oe-copper); color: white; }
.oe-base-col-h { font-family: var(--oe-sans); font-size: .5rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.22); margin-bottom: .88rem; }
.oe-base-lks { display: flex; flex-direction: column; gap: .42rem; }
.oe-base-lks a { font-family: var(--oe-sans); font-size: .74rem; color: rgba(255,255,255,.32); transition: color .16s; }
.oe-base-lks a:hover { color: var(--oe-copper); }
.oe-base-ct { display: flex; flex-direction: column; gap: .5rem; }
.oe-base-ct a { font-family: var(--oe-sans); font-size: .72rem; color: rgba(255,255,255,.32); display: flex; align-items: flex-start; gap: .4rem; transition: color .16s; line-height: 1.6; }
.oe-base-ct a:hover { color: var(--oe-copper); }
.oe-base-ct svg { flex-shrink: 0; color: var(--oe-copper); opacity: .55; margin-top: .05rem; }
.oe-base-foot { border-top: 1px solid rgba(255,255,255,.05); max-width: var(--oe-max); margin: 0 auto; padding: 1.2rem 2.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.oe-base-copy { font-family: var(--oe-sans); font-size: .6rem; color: rgba(255,255,255,.22); }
.oe-base-disc { font-family: var(--oe-sans); font-size: .6rem; color: rgba(255,255,255,.14); }
.oe-base-legal { display: flex; gap: 1.25rem; }
.oe-base-legal a { font-family: var(--oe-sans); font-size: .6rem; color: rgba(255,255,255,.28); transition: color .16s; }
.oe-base-legal a:hover { color: var(--oe-copper); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 960px) {
  .oe-hdr-links, .oe-hdr-actions { display: none; }
  .oe-ham { display: flex; }
  .oe-mag-hero { grid-template-columns: 1fr; }
  .oe-mag-left { border-right: none; border-bottom: 1px solid var(--oe-edge); }
  .oe-mag-right { min-height: 320px; }
  .oe-manifesto-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .oe-board-grid { grid-template-columns: 1fr 1fr; }
  .oe-chapter-row { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .oe-chapter-num { display: none; }
  .oe-rate-row { grid-template-columns: 1fr; gap: 1.2rem; }
  .oe-rate-right { text-align: left; align-items: flex-start; }
  .oe-ask-layout { grid-template-columns: 1fr; }
  .oe-ask-list { border-right: none; border-bottom: 1px solid var(--oe-edge); }
  .oe-ink-inner { grid-template-columns: 1fr; gap: 3rem; }
  .oe-base-body { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .oe-svc-layout, .oe-forge-layout, .oe-form-layout { grid-template-columns: 1fr; }
  .oe-svc-grid-page { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .oe-shell { padding: 0 1.25rem; }
  .oe-slab { padding: 4rem 0; }
  .oe-board-grid { grid-template-columns: 1fr; }
  .oe-chapter-row { grid-template-columns: 1fr; }
  .oe-base-body { grid-template-columns: 1fr; }
  .oe-base-legal { display: none; }
  .oe-fg2 { grid-template-columns: 1fr; }
  .oe-adn-chips { grid-template-columns: 1fr; }
  .oe-ck { flex-direction: column; align-items: flex-start; }
  .oe-svc-grid-page { grid-template-columns: 1fr; }
  .oe-mag-stats { flex-wrap: wrap; gap: 1.5rem; }
}
