/* OnsiteHub — Brand System v2.1 tokens
 * These are the in-code source of truth for the code components.
 * Names mirror what we'll register as Webflow Variables later, so the
 * components inherit the site's values when present and fall back to these.
 *
 * Fonts (Quicksand, Montserrat, JetBrains Mono) are loaded by the Webflow site
 * itself — we only reference the families here, never @import them. */

:host {
  /* Primary */
  --oh-cadmium: #ffec00; /* signature yellow — accent only, ~10% coverage */
  --oh-sun-soft: #fff7a8; /* tint: backgrounds, hover washes */

  /* Dark surface (replaces black) */
  --oh-adriatic: #0e5b7a;

  /* Neutrals — warm, replace pure black/white */
  --oh-paper: #faf6ec;
  --oh-cream: #f4eddf;
  --oh-stone: #dcd7cc;
  --oh-mist: #d7d4cc;
  --oh-slate: #6b6b72;
  --oh-charcoal: #2a2a2e;
  --oh-ink: #0e0e10; /* text only — never a surface */

  /* Supporting */
  --oh-olive: #6f8f3a;
  --oh-terracotta: #d96b3f;

  /* Type */
  --oh-font-display: "Quicksand", system-ui, sans-serif; /* headings */
  --oh-font-body: "Montserrat", system-ui, sans-serif; /* body */
  --oh-font-mono: "JetBrains Mono", ui-monospace, monospace; /* tags/labels */
}

/* cyrillic-ext */

/* cyrillic */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */


/* ============================================================
   OnsiteHub Design Tokens — v2.1
   Refined with feedback: no black backgrounds, Adriatic for
   dark surfaces, light grey replaces mustard-deep, original
   logo asset, scratchy highlighter texture.
   ============================================================ */

/* ---- COLOR ---- */
:host, :host {
  /* Primary — signature highlighter */
  --oh-yellow:        #FFEC00;
  --oh-yellow-soft:   #FFFEEF;   /* Sunsoft — almost-white warm tint */
  --oh-stone:         #F4F4F4;   /* neutral light grey */

  /* Ink & paper (warm neutrals, for TEXT — not for surfaces) */
  --oh-ink:           #0E0E10;   /* text only */
  --oh-charcoal:      #2A2A2E;
  --oh-slate:         #6B6B72;
  --oh-mist:          #D7D4CC;
  --oh-paper:         #FAF6EC;   /* default page bg */
  --oh-cream:         #F4EDDF;   /* card bg */
  --oh-sand:          #E8D4A8;
  --oh-white:         #FFFFFF;

  /* Adriatic blue — the new DARK surface.
     Replaces black/ink for any tinted background. */
  --oh-adriatic:      #0E5B7A;
  --oh-adriatic-deep: #0A4359;
  --oh-adriatic-soft: #B9D4DE;

  /* Secondary support colours — no archetype mapping, just names */
  --oh-olive:         #6F8F3A;
  --oh-olive-soft:    #C9D6A8;
  --oh-terracotta:    #D96B3F;
  --oh-terracotta-soft:#F4C9B5;

  /* Semantic */
  --oh-success: var(--oh-olive);
  --oh-warning: #E8A33A;
  --oh-error:   #C9402E;
}

/* ---- TYPE ---- */

/* Self-hosted Montserrat — heavy weights uploaded by the brand owner.
   Lighter weights (300–600) still come from the Google Fonts CDN link. */







/* Self-hosted JetBrains Mono — uploaded by the brand owner.
   Regular (400) and Medium (500) still come from the Google Fonts CDN link. */










/* Self-hosted Quicksand — uploaded by the brand owner.
   Bold (700) still comes from the Google Fonts CDN link. */






:host, :host {
  --oh-font-display: 'Quicksand', system-ui, sans-serif;
  --oh-font-body:    'Montserrat', system-ui, sans-serif;
  --oh-font-mono:    'JetBrains Mono', ui-monospace, monospace;
  /* Scale */
  --oh-d1: clamp(56px, 6vw, 96px); /* @kind spacing */
  --oh-d2: clamp(40px, 4.4vw, 64px); /* @kind spacing */
  --oh-d3: clamp(28px, 3vw, 40px); /* @kind spacing */

  --oh-t-xl: 22px;
  --oh-t-l:  18px;
  --oh-t-m:  16px;
  --oh-t-s:  14px;
  --oh-t-xs: 12px;

  /* Tracking */
  --oh-track-tight:  -0.02em;
  --oh-track-wide:   0.08em;
}

/* ---- SHAPE ---- */
:host, :host {
  --oh-r-sm: 4px;
  --oh-r-md: 10px;
  --oh-r-lg: 18px;
  --oh-r-pill: 999px;

  --oh-stroke: 2.25px;
  --oh-shadow-card: 0 1px 0 #00000010, 0 12px 32px -16px #0E0E1024;
}

/* ---- BASE ---- */
*, *::before, *::after { box-sizing: border-box; }

:host, .oh-root {
  margin: 0;
  background: var(--oh-paper);
  color: var(--oh-ink);
  font-family: var(--oh-font-body);
  font-size: var(--oh-t-m);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--oh-font-display);
  font-weight: 700;
  letter-spacing: var(--oh-track-tight);
  line-height: 1.05;
  margin: 0;
}

.oh-eyebrow {
  font-family: var(--oh-font-mono);
  font-size: var(--oh-t-xs);
  font-weight: 500;
  letter-spacing: var(--oh-track-wide);
  text-transform: uppercase;
  color: var(--oh-slate);
}

.oh-mono { font-family: var(--oh-font-mono); }

/* ---- SIGNATURE: SCRATCHY HIGHLIGHTER MOTIF ---- */
/* The brand's signature mark. Used behind words, behind icons,
   under text, around numbers. Real-marker texture — irregular
   edges, internal streaks, slight overflow. */

/* Behind type — horizontal swipe */
.oh-swipe {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.oh-swipe::before {
  content: "";
  position: absolute;
  inset: 6% -5% 4% -5%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgNjQiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iciIgeD0iLTMlIiB5PSItMjUlIiB3aWR0aD0iMTA2JSIgaGVpZ2h0PSIxNTAlIj4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDIyIDAuNSIgbnVtT2N0YXZlcz0iMiIgc2VlZD0iOSI+PC9mZVR1cmJ1bGVuY2U+CiAgICAgIDxmZURpc3BsYWNlbWVudE1hcCBpbj0iU291cmNlR3JhcGhpYyIgc2NhbGU9IjgiPjwvZmVEaXNwbGFjZW1lbnRNYXA+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CgogIAogIDxnIGZpbHRlcj0idXJsKCNyKSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEuMiAxMjAgMzIpIj4KICAgIDxwYXRoIGQ9Ik0gNiAxNiYjeEE7ICAgICAgICAgICAgIFEgNjAgMTEsIDEyMCAxMyYjeEE7ICAgICAgICAgICAgIFQgMjM0IDE2JiN4QTsgICAgICAgICAgICAgTCAyMzYgNTAmI3hBOyAgICAgICAgICAgICBRIDE4MCA1MywgMTIwIDUxJiN4QTsgICAgICAgICAgICAgVCA0IDQ4JiN4QTsgICAgICAgICAgICAgWiIgZmlsbD0iI0ZGRUMwMCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+) center/100% 100% no-repeat;
  z-index: -1;
  transform: rotate(-1.5deg);
}

/* Smaller compact swipe (for inline .oh-root type) */
.oh-swipe--sm::before {
  inset: 14% -3% 6% -3%;
  transform: rotate(-1deg);
}

/* Behind an icon — scratchy blob */
.oh-blob {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
}
.oh-blob::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDAgMTEwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij4KICA8ZGVmcz4KICAgIDxmaWx0ZXIgaWQ9InIiIHg9Ii0xMCUiIHk9Ii0xMCUiIHdpZHRoPSIxMjAlIiBoZWlnaHQ9IjEyMCUiPgogICAgICA8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC4wMzUgMC40NSIgbnVtT2N0YXZlcz0iMiIgc2VlZD0iMyI+PC9mZVR1cmJ1bGVuY2U+CiAgICAgIDxmZURpc3BsYWNlbWVudE1hcCBpbj0iU291cmNlR3JhcGhpYyIgc2NhbGU9IjkiPjwvZmVEaXNwbGFjZW1lbnRNYXA+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CgogIAogIDxnIGZpbHRlcj0idXJsKCNyKSIgdHJhbnNmb3JtPSJyb3RhdGUoLTYgNzAgNTUpIj4KICAgIDxwYXRoIGQ9Ik0gMTQgMzImI3hBOyAgICAgICAgICAgICBRIDMwIDE2LCA3MCAxOCYjeEE7ICAgICAgICAgICAgIFEgMTEwIDIwLCAxMjQgMzAmI3hBOyAgICAgICAgICAgICBRIDEzMiA1MCwgMTI2IDcwJiN4QTsgICAgICAgICAgICAgUSAxMTYgOTIsIDc4IDk0JiN4QTsgICAgICAgICAgICAgUSAzOCA5NSwgMTggODImI3hBOyAgICAgICAgICAgICBRIDYgNjUsIDEwIDUwJiN4QTsgICAgICAgICAgICAgWiIgZmlsbD0iI0ZGRUMwMCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+) center/100% 100% no-repeat;
  z-index: -1;
  transform: rotate(-6deg);
}

/* Under a word */
.oh-under {
  position: relative;
  display: inline-block;
}
.oh-under::after {
  content: "";
  position: absolute;
  left: -6%; right: -6%; bottom: -8%; height: 18%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iciIgeD0iLTMlIiB5PSItMzAlIiB3aWR0aD0iMTA2JSIgaGVpZ2h0PSIxNjAlIj4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDM1IDAuODUiIG51bU9jdGF2ZXM9IjIiIHNlZWQ9IjkiPjwvZmVUdXJidWxlbmNlPgogICAgICA8ZmVEaXNwbGFjZW1lbnRNYXAgaW49IlNvdXJjZUdyYXBoaWMiIHNjYWxlPSIzLjUiPjwvZmVEaXNwbGFjZW1lbnRNYXA+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CiAgPGcgZmlsdGVyPSJ1cmwoI3IpIj4KICAgIDxyZWN0IHg9IjMiIHk9IjUiIHdpZHRoPSIxOTQiIGhlaWdodD0iMTAiIHJ4PSI1IiBmaWxsPSIjRkZFQzAwIj48L3JlY3Q+CiAgPC9nPgo8L3N2Zz4=) center/100% 100% no-repeat;
  transform: rotate(-1deg);
}

/* Circle annotation (around numbers, key words) */
.oh-circle {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.oh-circle::before {
  content: "";
  position: absolute;
  inset: -22% -14% -22% -14%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjAgMTQwIj4KICA8ZGVmcz4KICAgIDxmaWx0ZXIgaWQ9InIiIHg9Ii01JSIgeT0iLTUlIiB3aWR0aD0iMTEwJSIgaGVpZ2h0PSIxMTAlIj4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDMgMC42IiBudW1PY3RhdmVzPSIyIiBzZWVkPSIxMSI+PC9mZVR1cmJ1bGVuY2U+CiAgICAgIDxmZURpc3BsYWNlbWVudE1hcCBpbj0iU291cmNlR3JhcGhpYyIgc2NhbGU9IjYiPjwvZmVEaXNwbGFjZW1lbnRNYXA+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CiAgPGcgZmlsdGVyPSJ1cmwoI3IpIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkVDMDAiIHN0cm9rZS13aWR0aD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICA8cGF0aCBkPSJNIDMwIDcwIEMgMjAgMzAsIDkwIDE0LCAxNDAgMjAgQyAxOTAgMjYsIDIxMCA1MCwgMjAwIDgwIEMgMTkwIDExMCwgMTQwIDEzMCwgOTAgMTI0IEMgNDAgMTE4LCAyMCAxMDAsIDMwIDcwIFoiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0gMzIgNzAgQyAyMiAzNiwgOTIgMjIsIDE0MCAyOCBDIDE4NCAzNCwgMjAwIDU2LCAxOTIgNzggQyAxODQgMTAwLCAxMzggMTE4LCA5MiAxMTIgQyA0NiAxMDYsIDMwIDkyLCAzMiA3MCIgb3BhY2l0eT0iMC43Ij48L3BhdGg+CiAgPC9nPgo8L3N2Zz4=) center/100% 100% no-repeat;
  z-index: -1;
}

/* ---- LOGO — USE THE ORIGINAL PNG ---- */
/* Never recreate the wordmark in CSS/SVG — always reference the
   master asset. The PNG has black wordmark + yellow scratch baked in. */
.oh-logo {
  height: 44px;
  width: auto;
  display: inline-block;
}
.oh-logo--sm { height: 28px; }
.oh-logo--lg { height: 96px; }
.oh-logo--xl { height: 140px; }

/* On dark surfaces, the logo needs a paper chip behind it */
.oh-logo-chip {
  display: inline-flex;
  background: var(--oh-paper);
  padding: 10px 14px;
  border-radius: 8px;
}
.oh-logo-chip .oh-logo { display: block; }

/* ---- KEYCAP — for Ctrl·Alt·Retreat tagline ---- */
.oh-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18em 0.55em;
  border: 2px solid var(--oh-ink);
  border-radius: 8px;
  background: var(--oh-paper);
  font-family: var(--oh-font-mono);
  font-weight: 600;
  font-size: 0.85em;
  box-shadow: 0 3px 0 var(--oh-ink);
  position: relative;
  top: -2px;
}

/* ============================================================
   Groundwork Without Borders — Methodology page
   Built on the OnsiteHub Design System (tokens.css).
   Visual language: travel-stamp / airmail / postmark, woven
   through the brand's scratchy highlighter motif.
   ============================================================ */

* { box-sizing: border-box; }
:host { scroll-behavior: smooth; }
.oh-root {
  margin: 0;
  background: var(--oh-paper);
  color: var(--oh-ink);
  font-family: var(--oh-font-body);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ---- shared rhythm ---- */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 40px; }
section { position: relative; }

/* eyebrow / mono label */
.eyebrow {
  font-family: var(--oh-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oh-slate);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--oh-terracotta); display: inline-block; }

/* headings */
h1, h2, h3 { font-family: var(--oh-font-display); font-weight: 700; letter-spacing: -0.025em; line-height: 1.0; margin: 0; }
.display { font-size: clamp(40px, 7vw, 96px); line-height: 0.96; }
.h2 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.0; }
.h3 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.05; }
p { margin: 0; }
.lead { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; color: var(--oh-charcoal); }
.brandname {
  font-family: var(--oh-font-display); font-weight: 700;
  color: var(--oh-adriatic); letter-spacing: -0.01em; white-space: nowrap;
}
.brandname sup { font-size: 0.5em; font-weight: 600; vertical-align: super; margin-left: 0.04em; }
.body { font-size: 17px; line-height: 1.65; color: var(--oh-charcoal); }

/* highlighter swipe (yellow marker behind text) */
.swipe { position: relative; display: inline-block; padding: 0 .12em; z-index: 0; white-space: nowrap; }
.swipe::before {
  content: ""; position: absolute; inset: 10% -4% 6% -4%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgNjQiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iciIgeD0iLTMlIiB5PSItMjUlIiB3aWR0aD0iMTA2JSIgaGVpZ2h0PSIxNTAlIj4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDIyIDAuNSIgbnVtT2N0YXZlcz0iMiIgc2VlZD0iOSI+PC9mZVR1cmJ1bGVuY2U+CiAgICAgIDxmZURpc3BsYWNlbWVudE1hcCBpbj0iU291cmNlR3JhcGhpYyIgc2NhbGU9IjgiPjwvZmVEaXNwbGFjZW1lbnRNYXA+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CgogIAogIDxnIGZpbHRlcj0idXJsKCNyKSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEuMiAxMjAgMzIpIj4KICAgIDxwYXRoIGQ9Ik0gNiAxNiYjeEE7ICAgICAgICAgICAgIFEgNjAgMTEsIDEyMCAxMyYjeEE7ICAgICAgICAgICAgIFQgMjM0IDE2JiN4QTsgICAgICAgICAgICAgTCAyMzYgNTAmI3hBOyAgICAgICAgICAgICBRIDE4MCA1MywgMTIwIDUxJiN4QTsgICAgICAgICAgICAgVCA0IDQ4JiN4QTsgICAgICAgICAgICAgWiIgZmlsbD0iI0ZGRUMwMCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+) center/100% 100% no-repeat;
  z-index: -1; transform: rotate(-1.6deg);
}
.under { position: relative; display: inline-block; }
.under::after {
  content: ""; position: absolute; left: -3%; right: -3%; bottom: -10%; height: 36%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iciIgeD0iLTMlIiB5PSItMzAlIiB3aWR0aD0iMTA2JSIgaGVpZ2h0PSIxNjAlIj4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDM1IDAuODUiIG51bU9jdGF2ZXM9IjIiIHNlZWQ9IjkiPjwvZmVUdXJidWxlbmNlPgogICAgICA8ZmVEaXNwbGFjZW1lbnRNYXAgaW49IlNvdXJjZUdyYXBoaWMiIHNjYWxlPSIzLjUiPjwvZmVEaXNwbGFjZW1lbnRNYXA+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CiAgPGcgZmlsdGVyPSJ1cmwoI3IpIj4KICAgIDxyZWN0IHg9IjMiIHk9IjUiIHdpZHRoPSIxOTQiIGhlaWdodD0iMTAiIHJ4PSI1IiBmaWxsPSIjRkZFQzAwIj48L3JlY3Q+CiAgPC9nPgo8L3N2Zz4=) center/100% 100% no-repeat; transform: rotate(-.8deg);
}

/* ============================================================
   AIRMAIL STRIPE — removed
   ============================================================ */

/* ============================================================
   POSTMARK STAMP — dashed circle, rotated, mono type.
   The recurring "we were there" mark.
   ============================================================ */
.postmark {
  width: 132px; height: 132px; border-radius: 50%;
  border: 2.5px dashed var(--oh-terracotta);
  color: var(--oh-terracotta);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 2px;
  font-family: var(--oh-font-mono);
  transform: rotate(-9deg);
  background: transparent;
  flex: none;
}
.postmark .pm-top { font-size: 8.5px; letter-spacing: 0.16em; text-transform: uppercase; opacity: .85; }
.postmark .pm-big { font-family: var(--oh-font-display); font-weight: 700; font-size: 23px; line-height: 1; letter-spacing: -0.01em; }
.postmark .pm-sub { font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase; opacity: .85; }
.postmark .pm-rule { width: 64%; height: 1.5px; background: currentColor; opacity: .5; margin: 3px 0; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 40px;
  background: color-mix(in srgb, var(--oh-paper) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1.5px solid var(--oh-mist);
}
.nav .brand { display: flex; align-items: center; gap: 12px; }
.nav .brand img { height: 24px; width: auto; }
.nav .brand .tag {
  font-family: var(--oh-font-mono); font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--oh-slate);
  border-left: 1.5px solid var(--oh-mist); padding-left: 12px;
}
.nav .links { display: flex; align-items: center; gap: 26px; }
.nav .links a {
  font-family: var(--oh-font-mono); font-size: 12px; letter-spacing: 0.06em;
  text-decoration: none; color: var(--oh-charcoal);
}
.nav .links a:hover { color: var(--oh-terracotta); }
.btn {
  font-family: var(--oh-font-mono); font-weight: 600; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px; border-radius: var(--oh-r-pill);
  border: 2px solid var(--oh-ink); background: var(--oh-yellow); color: var(--oh-ink);
  transition: transform .12s ease, background .15s ease;
  cursor: pointer;
}
.btn:hover { transform: translate(-2px,-2px); }
.btn:active { transform: translate(2px,2px); }
.btn--sea { background: var(--oh-adriatic); color: var(--oh-paper); }
.btn--ghost { background: transparent; box-shadow: none; }
.btn--ghost:hover { background: var(--oh-cream); box-shadow: none; transform: none; }
.nav .links .btn { padding: 9px 16px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex; align-items: center;
  padding: 104px 0 84px;
  position: relative; overflow: hidden;
  color: var(--oh-paper);
  background:
    linear-gradient(108deg, rgba(11,58,77,0.65) 0%, rgba(11,58,77,0.50) 38%, rgba(11,58,77,0.25) 100%),
    url("https://cdn.prod.website-files.com/642bdb9856f36229a302c747/6a703d6c8a66860833915aac_oh-methodology-e8c7f492.webp") center 50%/cover no-repeat;
}
.hero .airmail { position: absolute; top: 0; left: 0; z-index: 5; }
.hero-grid {
  position: relative; z-index: 3; width: 100%;
  display: grid; grid-template-columns: 1fr 0.92fr; gap: 60px; align-items: center;
}
.hero .kicker {
  font-family: var(--oh-font-mono); font-size: 13px; letter-spacing: 0.2em;
  text-transform: uppercase; margin-bottom: 24px;
  display: inline-flex; align-items: center; gap: 12px; color: var(--oh-paper);
}
.hero .kicker .line { width: 40px; height: 2px; background: var(--oh-yellow); }
.hero .logo-chip {
  display: inline-block;
  margin-bottom: 4px;
}
.hero .logo-chip img { width: clamp(252px, 25vw, 360px); height: auto; }
.hero .hero-title {
  font-family: var(--oh-font-display); font-weight: 700; letter-spacing: -0.025em;
  font-size: clamp(38px, 4.4vw, 68px); line-height: 1.02;
  color: var(--oh-white); margin: 18px 0 0; max-width: 14ch;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35); text-wrap: balance;
}
.hero .hero-sub {
  font-family: var(--oh-font-display); font-weight: 500; letter-spacing: -0.01em;
  font-size: clamp(19px, 1.7vw, 27px); line-height: 1.25;
  color: var(--oh-yellow); margin: 18px 0 0;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-chips .chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--oh-font-mono); font-size: 11.5px; letter-spacing: 0.03em;
  padding: 8px 14px; border-radius: var(--oh-r-pill);
  border: 1.5px solid rgba(255,255,255,0.30); background: rgba(255,255,255,0.08);
}
.hero-chips .chip svg { width: 15px; height: 15px; color: var(--oh-yellow); flex: none; }
.hero-mock { position: relative; }
.hero-mock .dash-mock { transform: rotate(-1.3deg); }
.hero-mock .postmark {
  position: absolute; top: -34px; right: -6px; z-index: 6;
  color: var(--oh-yellow); border-color: var(--oh-yellow);
  width: 116px; height: 116px;
  background: color-mix(in srgb, var(--oh-adriatic) 78%, transparent);
  backdrop-filter: blur(2px);
}
.hero-scroll {
  position: absolute; left: 40px; bottom: 26px; z-index: 4;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--oh-font-mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; opacity: 0.9;
}
.hero-scroll .arrow { font-size: 15px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(5px);} }

/* ============================================================
   LIVE DASHBOARD MOCKUP (built, not an image)
   ============================================================ */
.dash-mock {
  background: var(--oh-white); color: var(--oh-ink);
  border: 2px solid var(--oh-ink); border-radius: 14px;
  overflow: hidden; font-family: var(--oh-font-body);
}
.dm-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px; background: var(--oh-cream);
  border-bottom: 1.5px solid var(--oh-mist);
}
.dm-dots { display: flex; gap: 6px; flex: none; }
.dm-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.dm-url {
  flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px;
  background: var(--oh-white); border: 1.5px solid var(--oh-mist); border-radius: var(--oh-r-pill);
  padding: 6px 13px; font-family: var(--oh-font-mono); font-size: 11px; color: var(--oh-slate);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.dm-url svg { width: 13px; height: 13px; color: var(--oh-terracotta); flex: none; }
.dm-live {
  flex: none; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--oh-font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--oh-ink); background: var(--oh-yellow); padding: 5px 11px; border-radius: var(--oh-r-pill);
}
.dm-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--oh-ink); display: block; }
.dm-body { display: grid; grid-template-columns: 172px 1fr; }
.dm-side { background: var(--oh-paper); border-right: 1.5px solid var(--oh-mist); padding: 16px 12px; }
.dm-proj { display: flex; align-items: center; gap: 9px; font-family: var(--oh-font-display); font-weight: 700; font-size: 14px; margin-bottom: 16px; }
.dm-proj .dm-mark { color: var(--oh-terracotta); }
.dm-nav { display: flex; flex-direction: column; gap: 2px; }
.dm-nav a { display: flex; align-items: center; gap: 9px; padding: 7px 10px; border-radius: 8px; font-size: 12.5px; color: var(--oh-charcoal); text-decoration: none; }
.dm-nav a .dm-ic { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.dm-nav a.active { background: var(--oh-cream); font-weight: 700; color: var(--oh-ink); }
.dm-main { padding: 18px 20px 22px; }
.dm-h { display: flex; align-items: center; gap: 10px; font-family: var(--oh-font-display); font-weight: 700; font-size: clamp(20px,1.5vw,26px); margin-bottom: 16px; }
.dm-h .dm-mark { color: var(--oh-terracotta); }
.dm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dm-card { border: 1.5px solid var(--oh-mist); border-radius: 10px; overflow: hidden; background: var(--oh-white); margin: 0; }
.dm-card .thumb { height: 62px; width: 100%; object-fit: cover; display: block; background-color: var(--oh-mist); }
.dm-card figcaption { padding: 8px 11px 10px; font-family: var(--oh-font-display); font-weight: 700; font-size: 12.5px; color: var(--oh-ink); }

/* ============================================================
   INTRO — "Our methodology"
   ============================================================ */
.intro { padding: 110px 0 30px; }
.intro .grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start;
}
.intro .statement { font-size: clamp(30px, 3.6vw, 50px); line-height: 1.08; font-family: var(--oh-font-display); font-weight: 700; letter-spacing: -0.02em; }
.intro .right { padding-top: 8px; display: flex; flex-direction: column; gap: 22px; }
.closer {
  font-family: var(--oh-font-display); font-weight: 700; font-size: clamp(22px,2.4vw,30px);
  letter-spacing: -0.02em; color: var(--oh-ink);
}

/* three things hold true — stamped tickets */
.holds { padding: 56px 0 40px; }
.holds .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.hold {
  background: var(--oh-cream); border: 2px solid var(--oh-ink);
  border-radius: 16px; padding: 30px 28px 30px;
  position: relative; overflow: hidden;
}
.hold .num {
  font-family: var(--oh-font-mono); font-size: 12px; letter-spacing: 0.16em;
  color: var(--oh-terracotta); font-weight: 700; margin-bottom: 16px;
}
.hold .ticktitle { font-family: var(--oh-font-display); font-weight: 700; font-size: 23px; line-height: 1.1; margin-bottom: 10px; }
.hold .body { font-size: 15px; }
.hold .perf {
  position: absolute; left: 0; right: 0; bottom: 56px; height: 0;
  border-top: 2px dashed var(--oh-mist);
}
.hold .stamp-tick {
  position: absolute; right: -14px; bottom: -14px;
  width: 92px; height: 92px; opacity: 0.16; color: var(--oh-ink);
  transform: rotate(-12deg);
}

/* ============================================================
   STAGES
   ============================================================ */
.stages { padding: 60px 0 40px; position: relative; }
.stages-head { text-align: center; margin-bottom: 18px; }
.stages-head .h2 { margin-top: 14px; }

.stage {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center;
  padding: 64px 0;
}
.stage.flip .stage-media { order: 2; }
.stage-text { position: relative; z-index: 2; }
.stage-no {
  font-family: var(--oh-font-display); font-weight: 700;
  font-size: clamp(70px, 9vw, 132px); line-height: 0.8;
  color: var(--oh-paper);
  -webkit-text-stroke: 2.5px var(--oh-ink);
  letter-spacing: -0.04em; margin-bottom: 6px;
  position: relative; display: inline-block;
}
.stage-label {
  font-family: var(--oh-font-mono); font-size: 13px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--oh-terracotta); font-weight: 600;
  margin-bottom: 14px;
}
.stage-text h3 { margin-bottom: 18px; }
.stage-text .body { max-width: 46ch; }
.stage-text .body + .body { margin-top: 14px; }

/* media: photo + tape + postmark */
.stage-media { position: relative; }
.stage-media .photo {
  border-radius: 16px; overflow: hidden;
  border: 2px solid var(--oh-ink);
  box-shadow: 10px 12px 0 rgba(14,91,122,0.16);
  aspect-ratio: 4 / 3;
}
.stage-media .photo img { width: 100%; height: 100%; object-fit: cover; }
.stage-media .tape {
  position: absolute; top: -14px; left: 26px;
  background: var(--oh-yellow); color: var(--oh-ink);
  font-family: var(--oh-font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 14px; transform: rotate(-3deg);
  box-shadow: 2px 3px 8px rgba(0,0,0,0.18); z-index: 3;
}
.stage-media .postmark {
  position: absolute; bottom: -26px; right: -22px; z-index: 4;
  background: var(--oh-paper);
}
.stage.flip .stage-media .postmark { right: auto; left: -22px; transform: rotate(8deg); }

/* dashboard preview tucked under the stage 03 photo */
.dash-preview {
  margin: 26px 0 0; position: relative; transform: none;
}
.dash-preview .dash-mockup {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.dash-preview figcaption {
  display: flex; align-items: center; gap: 8px;
  margin-top: 14px;
  font-family: var(--oh-font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--oh-charcoal);
}
.dash-preview figcaption .pin { color: var(--oh-terracotta); }

/* boarding-pass "You get" card */
.youget {
  margin-top: 28px;
  background: var(--oh-white);
  border: 2px solid var(--oh-ink); border-radius: 14px;
  overflow: hidden; max-width: 520px;
}
.youget .yg-head {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--oh-ink); color: var(--oh-paper);
  padding: 10px 18px;
  font-family: var(--oh-font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
}
.youget .yg-head .pin { color: var(--oh-yellow); }
.youget ul { list-style: none; margin: 0; padding: 8px 18px 14px; }
.youget li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 11px 0; border-bottom: 1.5px dashed var(--oh-mist);
  font-size: 15.5px; line-height: 1.4; color: var(--oh-charcoal);
}
.youget li:last-child { border-bottom: none; }
.youget li .chk {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--oh-olive); color: var(--oh-white);
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.youget li .chk svg { width: 13px; height: 13px; }

/* dashboard callout in stage 03 */
.dash-note {
  margin-top: 26px; max-width: 520px;
  background: var(--oh-adriatic); color: var(--oh-paper);
  border-radius: 14px; padding: 22px 24px;
  position: relative;
}
.dash-note .lab { font-family: var(--oh-font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--oh-yellow); margin-bottom: 8px; }
.dash-note .t { font-family: var(--oh-font-display); font-weight: 700; font-size: 20px; line-height: 1.15; margin-bottom: 8px; }
.dash-note .body { color: var(--oh-adriatic-soft); font-size: 14.5px; }

/* the journey starts at a round node, then a dotted flight-path runs the spine */
.stage-track { position: relative; padding-top: 104px; padding-bottom: 92px; }
.path-start {
  position: absolute; top: 48px; left: 50%; transform: translateX(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--oh-terracotta);
  box-shadow: 0 0 0 5px var(--oh-paper), 0 0 0 8px color-mix(in srgb, var(--oh-terracotta) 32%, transparent);
  z-index: 4;
}
.path-start .ps-label {
  position: absolute; left: 50%; top: -28px; transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--oh-font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--oh-terracotta);
}
.path-end {
  position: absolute; bottom: 56px; left: 50%; transform: translateX(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--oh-terracotta);
  box-shadow: 0 0 0 5px var(--oh-paper), 0 0 0 8px color-mix(in srgb, var(--oh-terracotta) 32%, transparent);
  z-index: 4;
}
.path-end .pe-label {
  position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--oh-font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--oh-terracotta);
}
.flightpath { position: absolute; left: 50%; top: 56px; bottom: 64px; width: 2px; transform: translateX(-50%); z-index: 0; pointer-events: none; }
.flightpath svg { height: 100%; width: 120px; position: absolute; left: 50%; transform: translateX(-50%); }

/* ============================================================
   WITHOUT BORDERS — Adriatic dark section
   ============================================================ */
.borders {
  background: var(--oh-adriatic);
  color: var(--oh-paper);
  padding: 104px 0 0;
  position: relative; overflow: hidden;
  margin-top: 40px;
}
.borders::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 75% at 82% -12%, rgba(255,236,0,0.12), transparent 58%);
}
.borders .b-inner { position: relative; z-index: 2; text-align: center; }
.borders .eyebrow { color: var(--oh-adriatic-soft); justify-content: center; }
.borders .eyebrow .dot { background: var(--oh-yellow); }
.borders h2.display { color: var(--oh-paper); font-size: clamp(30px, 4vw, 54px); line-height: 1.06; max-width: 22ch; margin: 18px auto 0; }
.borders .lead { color: var(--oh-adriatic-soft); max-width: 60ch; margin: 24px auto 0; font-size: 19px; }

/* simple flight-route graphic (BCN → DPS) */
.borders .route {
  display: flex; align-items: center; gap: 22px; flex-wrap: nowrap;
  margin: 52px auto 0; max-width: 560px;
}
.borders .route .city { display: flex; flex-direction: column; gap: 5px; flex: none; }
.borders .route .city.to { text-align: right; }
.borders .route .city .code { font-family: var(--oh-font-display); font-weight: 700; font-size: clamp(34px,4.6vw,46px); line-height: .85; letter-spacing: -0.02em; color: var(--oh-paper); }
.borders .route .city .name { font-family: var(--oh-font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--oh-adriatic-soft); }
.borders .route .path { flex: 1; min-width: 70px; position: relative; height: 54px; }

.borders .pull {
  font-family: var(--oh-font-display); font-weight: 600;
  font-size: clamp(22px, 2.5vw, 32px); line-height: 1.3;
  max-width: 28ch; margin: 58px auto 0; text-align: center;
}
.borders .closing-strip {
  font-family: var(--oh-font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--oh-yellow);
  margin: 26px auto 0; text-align: center;
}
.borders .borders-photo {
  margin-top: 74px; height: 480px; width: 100%;
  border-top: 3px solid var(--oh-yellow);
  background: url("https://cdn.prod.website-files.com/642bdb9856f36229a302c747/6a703d5af8f8df8c547f08ea_oh-methodology-790577aa.webp") center 64%/cover no-repeat;
  position: relative;
}
.borders .borders-photo .cap {
  position: absolute; left: 40px; bottom: 22px;
  font-family: var(--oh-font-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--oh-paper);
  background: rgba(14,67,89,0.72); padding: 7px 13px; border-radius: 6px;
  backdrop-filter: blur(3px);
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  background: var(--oh-yellow);
  padding: 96px 0;
  position: relative; overflow: hidden;
}
.cta .inner { text-align: center; position: relative; z-index: 2; }
.cta .eyebrow { color: var(--oh-charcoal); }
.cta .eyebrow .dot { background: var(--oh-terracotta); }
.cta h2 { color: var(--oh-ink); margin: 16px auto 10px; max-width: 18ch; }
.cta .body { color: var(--oh-charcoal); max-width: 50ch; margin: 0 auto 34px; }
.cta .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta .btn { padding: 15px 28px; font-size: 13px; }
.cta .btn--primary { background: var(--oh-ink); color: var(--oh-yellow); }
.cta .btn--ghost2 { background: transparent; box-shadow: none; border-color: var(--oh-ink); color: var(--oh-ink); }
.cta .btn--ghost2:hover { background: rgba(0,0,0,0.06); transform: none; box-shadow: none; }
.cta .stamp-deco { position: absolute; opacity: 0.5; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--oh-paper); color: var(--oh-charcoal);
  padding: 56px 0 40px;
  border-top: 2px solid var(--oh-ink);
}
.footer .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer .brand img { height: 30px; width: auto; margin-bottom: 14px; }
.footer .brand .body { font-size: 14px; max-width: 32ch; }
.footer .keys { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.oh-key {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.2em 0.6em; border: 2px solid var(--oh-ink); border-radius: 8px;
  background: var(--oh-white); font-family: var(--oh-font-mono);
  font-weight: 600; font-size: 13px; box-shadow: 0 3px 0 var(--oh-ink);
}
.footer .keys .plus { font-family: var(--oh-font-mono); font-weight: 600; }
.footer .contact { font-family: var(--oh-font-mono); font-size: 12px; line-height: 2; letter-spacing: 0.04em; }
.footer .contact a { text-decoration: none; }
.footer .contact a:hover { color: var(--oh-terracotta); }
.footer .legal {
  margin-top: 40px; padding-top: 20px; border-top: 1.5px solid var(--oh-mist);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--oh-font-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--oh-slate);
}

/* ---- reveal on scroll ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-meta .scroll .arrow { animation: none; }
  :host { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .wrap, .wrap-narrow { padding: 0 24px; }
  .nav { padding: 12px 20px; }
  .nav .links a:not(.btn) { display: none; }
  .intro .grid { grid-template-columns: 1fr; gap: 30px; }
  .holds .row { grid-template-columns: 1fr; }
  .stage { grid-template-columns: 1fr; gap: 36px; padding: 44px 0; }
  .stage.flip .stage-media { order: 0; }
  .flightpath { display: none; }
  .path-start { display: none; }
  .path-end { display: none; }
  .stage-track { padding-top: 0; padding-bottom: 0; }
  .hero { padding: 92px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-mock { order: 2; }
  .hero-mock .postmark { display: none; }
  .hero-scroll { display: none; }
  .dm-body { grid-template-columns: 138px 1fr; }
  .dm-grid { grid-template-columns: 1fr 1fr; }
  .stage-media .dash-preview { margin-left: 0; }
  .stage-media .postmark { transform: rotate(-8deg) scale(.85); right: -8px; bottom: -18px; }
  .stage.flip .stage-media .postmark { left: -8px; }
  .borders .borders-photo { height: 280px; }
}
@media (max-width: 560px) {
  .wrap, .wrap-narrow { padding: 0 18px; }
  .hero { padding: 88px 0 56px; }
  .hero .logo-chip img { width: clamp(180px, 56vw, 260px); }
  .dm-body { grid-template-columns: 1fr; }
  .dm-side { display: none; }
  .dm-grid { grid-template-columns: 1fr 1fr; }
  .youget { }
  .hold { }
}

/* Journey map illustration in hero */
.journey-map {
  position: relative; width: 100%; aspect-ratio: 7/4; max-width: 560px;
  background: linear-gradient(135deg, rgba(255,236,0,0.04) 0%, rgba(217,107,63,0.04) 100%);
  border-radius: 16px;
  border: 1.5px solid rgba(14,11,16,0.08);
  padding: 20px;
  overflow: hidden;
}

.journey-svg {
  width: 100%; height: 100%;
}

.journey-svg .city-node circle:nth-of-type(1) {
  animation: pulse-depart 2.5s ease-in-out infinite;
}

.journey-svg .city-node.arrival circle:nth-of-type(1) {
  animation: pulse-arrive 2.5s ease-in-out infinite;
}

.journey-svg .journey-path path:first-child {
  animation: draw-path 3s ease-in-out infinite;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

@keyframes pulse-depart {
  0%, 100% { r: 38; opacity: 0.08; }
  50% { r: 44; opacity: 0.04; }
}

@keyframes pulse-arrive {
  0%, 100% { opacity: 0.1; }
  50% { opacity: 0.2; }
}

@keyframes draw-path {
  0% { stroke-dashoffset: 200; }
  40% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}

/* Budget tracker card in hero */
.budget-card {
  background: white;
  border: 2px solid #0E0E10;
  border-radius: 12px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.4;
  color: #2A2A2E;
  box-shadow: 8px 12px 32px rgba(0,0,0,0.16);
  width: 380px;
  height: 420px;
  position: relative;
  z-index: 10;
  transform: none;
}

.budget-header {
  margin-bottom: 14px;
}

/* Schedule card in hero */
.schedule-card {
  background: white;
  border: 2px solid #0E0E10;
  border-radius: 12px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.4;
  color: #2A2A2E;
  box-shadow: 4px 6px 16px rgba(0,0,0,0.12);
  width: 380px;
  height: 420px;
  position: relative;
  z-index: 8;
  transform: none;
}

/* Schedule card small variant (20% reduced) */
.schedule-card--small {
  width: 304px;
  height: 336px;
  z-index: 10;
  box-shadow: 8px 12px 32px rgba(0,0,0,0.16);
  padding: 11px;
  font-size: 10px;
}

.schedule-card--small .schedule-header {
  margin-bottom: 9px;
  padding-bottom: 8px;
}

.schedule-card--small .schedule-day {
  gap: 8px;
  margin-bottom: 9px;
}

.schedule-card--small .day-label {
  font-size: 9px;
  padding: 5px 6px;
}

.schedule-card--small .event {
  padding: 6px 8px;
}

.schedule-card--small .time {
  font-size: 9px;
}

.schedule-card--small .activity {
  font-size: 9px;
}

.schedule-header {
  margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid #D7D4CC;
}

.schedule-body { }

.schedule-day {
  display: grid; grid-template-columns: 65px 1fr; gap: 10px; margin-bottom: 12px;
}

.day-label {
  font-family: var(--oh-font-display); font-size: 11px; font-weight: 700; text-align: center;
}

.day-events {
  display: flex; flex-direction: column; gap: 8px;
}

.event {
  display: flex; flex-direction: column; gap: 0; border-radius: 4px;
  background: #F4EDDF; border-left: 3px solid #D96B3F;
}

.event.confirmed {
  background: #E8F5E9;
  border-left-color: #6F8F3A;
}

.event .time {
  font-family: var(--oh-font-mono); font-size: 11px; font-weight: 700; color: #0E0E10;
}

.event .activity {
  font-size: 11px; font-weight: 600; color: #0E0E10; margin-top: 1px;
}
