/* Inter — self-hosted */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/inter-400-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/inter-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-500-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-500-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-600-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-600-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/inter-700-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/inter-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* ==========================================================================
   Skarpline — v2 design system  ·  "Editorial Mono"
   Light, near-monochrome, restraint over decoration. No gradients, no glow.
   Near-black hero / CTA / footer as the only high-contrast moments.
   (Legacy --ink / --rose-* / --cream var names kept for inline-style compat.)
   ========================================================================== */

:root {
  /* "accent" is simply ink — the design is monochrome by intent */
  --rose-600: #d81f57; --rose-500: #e83a6c; --rose-400: #ff6a8f;
  --accent: #d81f57; --accent-2: #e83a6c;

  --ink: #101013; --ink-soft: #3f3f46; --muted: #75757f;
  --text: #101013; --text-soft: #3f3f46;

  --bg: #ffffff; --surface: #f7f6f3; --surface-2: #f0efeb;
  --cream: #f7f6f3; --cream-2: #eeece7; --white: #ffffff;
  --line: #e7e5e0; --line-2: #d7d4cd;
  --dark: #101013;            /* near-black panels */

  --grad: #111114;            /* flat — kept as a var for compat */

  --maxw: 1120px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(16,16,19,.04);
  --shadow:    0 10px 34px rgba(16,16,19,.08);
  --shadow-lg: 0 24px 60px rgba(16,16,19,.12);

  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rose-600); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.16; color: var(--ink); font-weight: 600; letter-spacing: -.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(1.95rem, 3.4vw, 2.7rem); font-weight: 700; }
h2 { font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
h3 { font-size: 1.08rem; }
p  { margin: 0 0 1.1em; }
strong, b { font-weight: 600; color: var(--ink); }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(52px, 6.5vw, 92px) 0; }
.section--cream { background: var(--surface); border-block: 1px solid var(--line); }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.center { text-align: center; }
.lead { font-size: 1.05rem; color: var(--ink-soft); }
.eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--rose-600); margin-bottom: 14px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em; cursor: pointer;
  font-weight: 500; font-size: .9rem; line-height: 1; border: 1px solid transparent; border-radius: 8px;
  padding: 10px 18px; transition: transform .12s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--rose-600); color: #fff; border-color: var(--rose-600); }
.btn--primary:hover { background: #c11a4e; border-color: #c11a4e; }
.btn--ghost { background: var(--rose-600); color: #fff; border-color: var(--rose-600); }
.btn--ghost:hover { background: #c11a4e; border-color: #c11a4e; }
.btn--dark { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn--dark:hover { border-color: var(--ink); }
.btn--login { background: transparent; color: var(--ink); border-color: var(--line-2); padding: 9px 16px; }
.btn--login:hover { border-color: var(--ink); }
.btn--block { width: 100%; justify-content: center; padding: 13px 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.8); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 62px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1.1rem; letter-spacing: -.03em; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand img { height: 24px; width: auto; }
.brand span { color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink-soft); font-weight: 500; font-size: .92rem; }
.nav-links a:hover { color: var(--ink); text-decoration: none; }
.nav-links__cta { display: none; }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-cta .btn { font-size: .86rem; }

/* mobile nav (CSS-only) */
.nav-toggle, .nav-toggle-label { display: none; }
@media (max-width: 900px) {
  .nav-cta .btn { display: none; }
  .nav-links__cta { display: block; border-top: 1px solid var(--line); }
  .nav-links__cta a { color: var(--ink); font-weight: 600; }
  .nav-toggle-label { display: inline-flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
  .nav-toggle-label span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
  .nav-links {
    position: fixed; inset: 62px 0 auto 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 0;
    transform: translateY(-140%); transition: transform .3s ease; box-shadow: var(--shadow);
  }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 15px 24px; font-size: .95rem; }
  .nav-toggle:checked ~ .nav-links { transform: translateY(0); }
}

/* ---------- Hero (near-black panel) ---------- */
.hero {
  position: relative; overflow: hidden; color: var(--ink); text-align: center;
  background: linear-gradient(180deg, #fdf1f5 0%, #ffffff 80%);
  border-bottom: 1px solid var(--line);
  padding: clamp(60px, 7.5vw, 100px) 0 clamp(58px, 7vw, 90px);
}
.hero h1 { color: var(--ink); max-width: 20ch; margin-inline: auto; letter-spacing: -.025em; }
.hero h1 strong { color: var(--rose-600); font-weight: 700; }
.hero p { color: var(--ink-soft); font-size: 1.08rem; max-width: 52ch; margin: 18px auto 30px; }
.hero .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }
.hero .eyebrow { color: var(--rose-600); }

/* ---------- Feature rows ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 68px); align-items: center; }
.feature + .feature { margin-top: clamp(52px, 8vw, 96px); }
.feature__media {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px; display: flex; align-items: center; justify-content: center; min-height: 200px;
}
.feature__media img { max-height: 320px; margin-inline: auto; }
.feature--reverse .feature__media { order: -1; }
.feature h2 { margin-bottom: .4em; }
.feature ul { list-style: none; margin: 20px 0 0; padding: 0; }
.feature li { position: relative; padding-left: 30px; margin-bottom: 12px; color: var(--ink-soft); }
.feature li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 5px; background: var(--ink);
}
.feature li::after {
  content: ""; position: absolute; left: 5.5px; top: 7px; width: 7px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}
@media (max-width: 800px) {
  .feature { grid-template-columns: 1fr; }
  .feature--reverse .feature__media { order: 0; }
}

/* labelled icon strip */
.iconstrip { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; margin: 8px 0 6px; }
.iconstrip figure { margin: 0; text-align: center; }
.iconstrip img { height: 50px; margin-inline: auto; }
.iconstrip figcaption { margin-top: 10px; font-size: .8rem; color: var(--muted); }

/* ---------- Card grid ---------- */
.cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cardgrid--2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: border-color .18s ease, transform .18s ease;
}
.card:hover { transform: translateY(-2px); border-color: var(--line-2); }
.card img { height: 50px; margin: 0 auto 16px; }
.card h3, .card h4 { margin-bottom: .35em; }
.card h4 { font-size: 1.05rem; }
.card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.card--soon { position: relative; }
.card--soon::after {
  content: "Coming soon"; position: absolute; top: 15px; right: 15px; font-size: .62rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; color: var(--rose-600);
  background: var(--surface); border: 1px solid var(--line); padding: 4px 9px; border-radius: 999px;
}
@media (max-width: 860px) { .cardgrid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .cardgrid, .cardgrid--2 { grid-template-columns: 1fr; } }

/* monogram badge — flat ink */
.badge {
  width: 56px; height: 56px; border-radius: 13px; margin: 0 auto 16px;
  display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 1.25rem; background: var(--ink);
}
.badge--round { border-radius: 50%; }

/* ---------- Team ---------- */
.team { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 860px; margin: 0 auto; }
.team .card { text-align: center; }
.team .role { color: var(--rose-600); font-weight: 600; font-size: .88rem; margin: 2px 0 6px; }
.team .hello { color: var(--muted); font-style: italic; margin: 0 0 2px; }
.team .country { font-size: .76rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; margin: 6px 0 0; }
@media (max-width: 700px) { .team { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px) { .team { grid-template-columns: 1fr; } }

/* ---------- "Why" numbered sections ---------- */
.stack { max-width: 800px; margin: 0 auto; }
.stack__item { padding: 40px 0; border-top: 1px solid var(--line); }
.stack__item:first-child { border-top: 0; }
.stack__num {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 10px;
  background: var(--rose-600); color: #fff; font-weight: 600; font-size: .95rem; margin-bottom: 16px;
}
.subrow { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }
.subrow .mini { background: var(--surface); border: 1px solid var(--line); border-radius: 11px; padding: 20px 22px; }
.subrow .mini h3 { font-size: 1.02rem; margin-bottom: .3em; }
.subrow .mini p, .subrow .mini li { color: var(--ink-soft); font-size: .94rem; }
.subrow .mini ul { margin: 0; padding-left: 18px; }

/* ---------- Blog ---------- */
.postlist { display: grid; gap: 16px; max-width: 800px; margin: 0 auto; }
.postcard {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 30px; transition: border-color .18s, transform .18s;
}
.postcard:hover { transform: translateY(-2px); border-color: var(--line-2); text-decoration: none; }
.postcard .kicker { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--rose-600); font-weight: 600; }
.postcard h2 { font-size: 1.3rem; margin: 8px 0 10px; }
.postcard p { color: var(--ink-soft); margin: 0; }
.postcard .more { display: inline-block; margin-top: 14px; font-weight: 600; color: var(--rose-600); }

/* ---------- Article ---------- */
.article { max-width: 700px; margin: 0 auto; }
.article-head { text-align: center; padding: clamp(44px,7vw,76px) 0 8px; }
.article-head .kicker { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--rose-600); font-weight: 600; }
.article-body { font-size: 1.06rem; color: var(--ink-soft); line-height: 1.75; }
.article-body h1, .article-body h2 { color: var(--ink); margin-top: 1.7em; }
.article-body h1 { font-size: 1.5rem; }
.article-body h2 { font-size: 1.28rem; }
.article-body a { text-decoration: underline; text-underline-offset: 2px; color: var(--rose-600); }
.article-nav { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); margin-top: 48px; padding-top: 26px; font-weight: 500; }
.article-nav a { color: var(--ink-soft); max-width: 46%; }
.article-nav a:hover { color: var(--ink); }
.article-nav .arrow { color: var(--rose-600); }

/* ---------- CTA band (near-black) ---------- */
.cta { text-align: center; color: var(--ink); background: #fbf2f5; border-block: 1px solid var(--line); padding: clamp(52px, 6.5vw, 84px) 0; }
.cta h2 { color: var(--ink); max-width: 22ch; margin-inline: auto; letter-spacing: -.02em; }
.cta p { color: var(--ink-soft); max-width: 46ch; margin: 14px auto 26px; }

/* ---------- Footer (near-black) ---------- */
.site-footer { background: var(--surface); color: var(--ink-soft); padding: 60px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { color: var(--ink); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: var(--muted); font-size: .92rem; }
.site-footer a:hover { color: var(--ink); text-decoration: none; }
.footer-brand .brand { color: var(--ink); margin-bottom: 12px; }
.footer-brand .brand span { color: var(--ink); }
.footer-brand p { color: var(--muted); font-size: .92rem; max-width: 30ch; }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a {
  display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 8px;
  border: 1px solid var(--line); background: #fff; color: var(--muted);
  transition: color .15s ease, border-color .15s ease, transform .15s ease;
}
.social a:hover { color: var(--rose-600); border-color: var(--rose-500); transform: translateY(-2px); text-decoration: none; }
.social svg { width: 17px; height: 17px; fill: currentColor; display: block; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 22px; font-size: .82rem; color: var(--muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */
.field { margin-bottom: 18px; text-align: left; }
.field label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 7px; color: var(--ink); }
.field .req { color: var(--rose-600); }
.input, select, textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 9px;
  font: inherit; font-size: .95rem; background: #fff; color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.input::placeholder, textarea::placeholder { color: var(--muted); }
.input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--rose-600); box-shadow: 0 0 0 3px rgba(216,31,87,.14);
}
select { appearance: none; }
textarea { resize: vertical; min-height: 96px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-error, .form-success { padding: 12px 15px; border-radius: 10px; font-size: .92rem; margin-bottom: 18px; text-align: left; }
.form-error { background: #fbecec; color: #9a2222; border: 1px solid #f1c9c9; }
.form-success { background: #e9f6ee; color: #1c6b3b; border: 1px solid #c4e6d1; }
.form-hint { font-size: .84rem; color: var(--muted); margin-top: 4px; }
.is-hidden { display: none !important; }
.field-link { font-size: .86rem; font-weight: 600; }

/* ---------- Auth pages ---------- */
.auth { min-height: calc(100vh - 62px); display: grid; place-items: center; background: var(--surface); padding: 44px 20px; }
.auth-card {
  width: 100%; max-width: 410px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(30px, 5vw, 42px) clamp(24px, 4vw, 36px);
}
.auth-card .brand { justify-content: center; margin-bottom: 22px; }
.auth-card h1 { font-size: 1.45rem; text-align: center; margin-bottom: 6px; }
.auth-card .sub { text-align: center; color: var(--muted); margin-bottom: 28px; }
.auth-row { display: flex; justify-content: space-between; align-items: center; margin: -6px 0 20px; }
.auth-alt { text-align: center; margin-top: 24px; color: var(--muted); font-size: .93rem; }

/* lead capture */
.lead-panel { max-width: 720px; margin: 0 auto; }
.lead-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(28px, 5vw, 44px); }
.success-card { text-align: center; }
.success-card .checkmark {
  width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 22px; background: var(--rose-600);
  display: grid; place-items: center;
}
.success-card .checkmark::after {
  content: ""; width: 22px; height: 12px; border-left: 3px solid #fff; border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translateY(-3px); border-radius: 1px;
}

/* ---------- Misc ---------- */
.quote-note { max-width: 700px; margin: 0 auto; text-align: center; color: var(--ink-soft); font-size: 1.02rem; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: #fff; color: var(--ink); padding: 10px 16px; border-radius: 8px; z-index: 100; border: 1px solid var(--line); }

/* ---------- Team photo cards ---------- */
.tcard { background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.tcard:hover { transform:translateY(-3px); border-color:var(--line-2); box-shadow:0 16px 40px rgba(16,16,19,.08); }
.tphoto { width:100%; aspect-ratio:1/1; object-fit:cover; display:block; background:var(--surface); }
.tbody { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:15px 16px; }
.tbody .tmeta h3 { font-size:1.02rem; margin:0; }
.tbody .tmeta .role { margin:2px 0 0; }
.tlink { flex:none; width:36px; height:36px; border-radius:9px; display:grid; place-items:center; background:#fff; border:1px solid var(--line); transition:background .15s ease, border-color .15s ease, transform .15s ease; }
.tlink:hover { background:#0a66c2; border-color:#0a66c2; transform:translateY(-1px); text-decoration:none; }
.tlink svg { width:19px; height:19px; fill:#0a66c2; transition:fill .15s ease; }
.tlink:hover svg { fill:#fff; }

/* ---------- Header phone (left of Log in) ---------- */
.nav-phone { display:flex; align-items:center; gap:10px; padding:5px 15px 5px 5px; border:1px solid var(--line); border-radius:999px; background:#fff; transition:border-color .15s ease, box-shadow .15s ease; }
.nav-phone:hover { text-decoration:none; border-color:var(--rose-400); box-shadow:0 3px 12px rgba(216,31,87,.12); }
.nav-phone .ph { flex:none; width:32px; height:32px; padding:8px; border-radius:50%; background:var(--rose-600); fill:#fff; }
.nav-phone .np-txt { display:flex; flex-direction:column; line-height:1.08; }
.nav-phone .np-txt small { font-size:.6rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); }
.nav-phone .np-txt b { font-size:.92rem; font-weight:700; color:var(--ink); white-space:nowrap; letter-spacing:-.01em; }
@media (max-width:1080px){ .nav-phone { padding:5px 12px 5px 5px; } .nav-phone .np-txt small { display:none; } }
@media (max-width:600px){ .nav-phone { padding:0; border:none; background:transparent; } .nav-phone .np-txt { display:none; } }
