/* =========================================================
   Nicolette - Landing page
   Editorial leasing prospectus. Light, sharp, restrained, premium.
   Type: Euclid Circular B (Outfit fallback). Coral used sparingly.
   ========================================================= */

/* Euclid Circular B is a commercial font (not on Google Fonts).
   Drop the licensed .woff2 files into assets/fonts/ and these rules
   pick them up; otherwise the stack falls back to Outfit. */
@font-face { font-family: "Euclid Circular B"; font-weight: 400; font-display: swap; src: url("assets/fonts/EuclidCircularB-Regular.woff2") format("woff2"); }
@font-face { font-family: "Euclid Circular B"; font-weight: 500; font-display: swap; src: url("assets/fonts/EuclidCircularB-Medium.woff2") format("woff2"); }
@font-face { font-family: "Euclid Circular B"; font-weight: 600; font-display: swap; src: url("assets/fonts/EuclidCircularB-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Euclid Circular B"; font-weight: 700; font-display: swap; src: url("assets/fonts/EuclidCircularB-Bold.woff2") format("woff2"); }

:root {
  --accent:      #E8514A;   /* Nicolette coral */
  --accent-deep: #C5392F;

  --ink:         #161616;
  --ink-2:       #565656;
  --ink-3:       #909090;
  --paper:       #FFFFFF;
  --paper-2:     #F5F4F1;   /* alt section */
  --paper-3:     #ECEAE5;   /* image bg */
  --line:        #E4E3DE;
  --line-2:      #CECDC7;

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 60px);

  --font: "Euclid Circular B", "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --head: "Euclid Circular B", "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { 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(--paper);
  line-height: 1.62;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--head); font-weight: 600; line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
strong, b { font-weight: 600; }

/* ----- Layout ----- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(60px, 9vw, 116px); border-top: 1px solid var(--line); }

/* Quiet editorial label */
.label { display: block; font-weight: 500; font-size: 13px; letter-spacing: 0; color: var(--ink-3); margin: 0 0 18px; }
.label .n { color: var(--accent); font-variant-numeric: tabular-nums; margin-right: 8px; }
.lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.45; color: var(--ink-2); max-width: 60ch; letter-spacing: -0.01em; }
.muted { color: var(--ink-2); }
.tnum { font-variant-numeric: tabular-nums; }

/* ----- Buttons (sharp, flat, no glow) ----- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--font); font-weight: 500; font-size: 15px;
  text-decoration: none; cursor: pointer; padding: 14px 24px;
  border-radius: 0; border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn-coral { background: var(--accent); color: #fff; }
.btn-coral:hover { background: var(--accent-deep); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(2px); }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 20px; }
.brand img { height: 21px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a.nav-link { text-decoration: none; color: var(--ink-2); font-size: 14px; font-weight: 500; transition: color .15s; }
.nav a.nav-link:hover { color: var(--ink); }
.nav .btn { padding: 9px 16px; font-size: 13.5px; }
@media (max-width: 760px) { .nav .nav-link { display: none; } }

/* =========================================================
   Hero
   ========================================================= */
.hero { padding-block: clamp(56px, 8vw, 100px) clamp(44px, 6vw, 76px); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(36px, 6vw, 84px); align-items: end; }
.hero h1 { font-size: clamp(44px, 7vw, 86px); letter-spacing: -0.035em; line-height: 0.98; }
.hero .sub { font-size: clamp(17px, 1.7vw, 19px); color: var(--ink-2); margin: 26px 0 32px; max-width: 56ch; line-height: 1.55; }

/* "What we are looking for" spec strip */
.hero-specs { margin-top: clamp(40px, 6vw, 68px); }
.specs-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1.5px solid var(--ink); margin: 0; }
.specs-row > div { padding: 22px 28px 0 0; }
.specs-row > div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.specs-row dt { font-size: 13px; color: var(--ink-3); margin: 0 0 8px; }
.specs-row dd { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.4; color: var(--ink); }
@media (max-width: 720px) {
  .specs-row { grid-template-columns: 1fr; }
  .specs-row > div { padding: 18px 0 0; }
  .specs-row > div + div { border-left: none; border-top: 1px solid var(--line); padding-left: 0; }
}
.hero .sub strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-fineprint { font-size: 13px; color: var(--ink-3); margin-top: 24px; }

/* "What we're looking for" spec card */
.spec-card { border: 1px solid var(--line); }
.spec-card .spec-head { padding: 16px 20px; font-size: 13px; font-weight: 600; color: var(--ink); border-bottom: 1.5px solid var(--ink); background: var(--paper-2); }
.spec-card dl { margin: 0; padding: 4px 20px; }
.spec-card .row { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-card .row:last-child { border-bottom: none; }
.spec-card dt { color: var(--ink-2); font-size: 13.5px; }
.spec-card dd { margin: 0; text-align: right; font-weight: 600; font-size: 14.5px; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .spec-card { max-width: 440px; }
}

/* ----- Full-width sign band (logo kept centred, top/bottom cropped) ----- */
.band { border-block: 1px solid var(--line); background: var(--paper-3); }
.band img { width: 100%; height: clamp(200px, 26vw, 340px); object-fit: cover; object-position: center 48%; display: block; }

/* =========================================================
   Section header
   ========================================================= */
.head-2col { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.head-2col h2 { font-size: clamp(30px, 4.2vw, 50px); letter-spacing: -0.03em; }
@media (max-width: 720px) { .head-2col { grid-template-columns: 1fr; gap: 24px; } }
.section-head { max-width: 820px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head h2 { font-size: clamp(30px, 4.2vw, 50px); letter-spacing: -0.03em; }
.section-head .lead { margin-top: 20px; max-width: 60ch; }

.copy p { color: var(--ink-2); margin: 0 0 18px; font-size: 17px; }
.copy p.first { color: var(--ink); font-size: 20px; line-height: 1.5; }
.copy p:last-child { margin-bottom: 0; }

/* =========================================================
   "This is not a vape shop" comparison
   ========================================================= */
.compare { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); margin-top: 40px; }
.compare .col { padding: clamp(26px, 3vw, 40px); }
.compare .col.now { background: var(--paper-2); border-right: 1px solid var(--line); }
.compare .col h3 { font-family: var(--font); font-size: 14px; font-weight: 600; margin-bottom: 22px; letter-spacing: 0; }
.compare .col.now h3 { color: var(--ink-3); }
.compare .col.us h3 { color: var(--accent); }
.compare ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.compare li { font-size: 16px; line-height: 1.4; padding-left: 26px; position: relative; }
.compare .now li { color: var(--ink-2); }
.compare .now li::before { content: "\00d7"; position: absolute; left: 0; color: var(--ink-3); font-weight: 600; }
.compare .us li { color: var(--ink); }
.compare .us li::before { content: "+"; position: absolute; left: 0; color: var(--accent); font-weight: 600; }
.belong-line { margin-top: 36px; font-family: var(--head); font-size: clamp(22px, 2.6vw, 32px); font-weight: 600; letter-spacing: -0.025em; max-width: 22ch; }
@media (max-width: 720px) {
  .compare { grid-template-columns: 1fr; }
  .compare .col.now { border-right: none; border-bottom: 1px solid var(--line); }
}

/* =========================================================
   Formats (three spaces)
   ========================================================= */
.formats { background: var(--paper-2); }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.fmt { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.fmt .frame { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-3); }
.fmt .frame img { width: 100%; height: 100%; object-fit: cover; }
.fmt .body { padding: 24px; display: flex; flex-direction: column; flex: 1; border-top: 1px solid var(--line); }
.fmt .kicker { font-size: 12px; font-weight: 500; color: var(--ink-3); }
.fmt h3 { font-size: 23px; margin: 6px 0 0; letter-spacing: 0; }
.fmt p { font-size: 15px; color: var(--ink-2); margin: 14px 0 0; line-height: 1.5; }
.fmt .meta { margin-top: auto; padding-top: 18px; font-size: 13px; color: var(--ink-3); }
.fmt .meta b { color: var(--ink-2); font-weight: 600; }
@media (max-width: 880px) { .format-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }

.formats-note { margin-top: 30px; font-size: 17px; color: var(--ink); max-width: 72ch; line-height: 1.5; }
.formats-note b { font-weight: 600; }

/* =========================================================
   Benefits - editorial list (no stat tiles)
   ========================================================= */
.benefit-list { border-top: 1.5px solid var(--ink); }
.benefit-row { display: grid; grid-template-columns: 40px minmax(0,1fr) minmax(0,1.4fr); gap: clamp(20px, 4vw, 56px); padding: 30px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.benefit-row .idx { font-size: 14px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.benefit-row h3 { font-size: clamp(20px, 2.2vw, 26px); letter-spacing: 0; }
.benefit-row p { margin: 0; color: var(--ink-2); font-size: 16.5px; line-height: 1.5; }
@media (max-width: 720px) {
  .benefit-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .benefit-row .idx { display: none; }
}

/* =========================================================
   The ask (light)
   ========================================================= */
.ask { background: var(--paper-2); }
.ask .head-2col { align-items: start; }
.ask h2 { font-size: clamp(30px, 4.2vw, 50px); letter-spacing: -0.03em; }
.ask p { color: var(--ink-2); margin: 0 0 28px; max-width: 54ch; font-size: 17px; }
.ask-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; max-width: 360px; }
.ask-actions .btn { justify-content: center; }
.ask .contact-line { margin: 4px 0 0; font-size: 14px; color: var(--ink-3); }
.ask .contact-line a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* =========================================================
   Footer (light)
   ========================================================= */
.site-footer { background: var(--paper); border-top: 1px solid var(--line); }
.site-footer .wrap { padding-block: 46px; display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: flex-start; }
.site-footer img { height: 19px; }
.site-footer .disclaimer { max-width: 62ch; font-size: 12.5px; line-height: 1.7; color: var(--ink-3); }
.site-footer a { color: var(--ink-2); }

/* =========================================================
   Age verification modal
   ========================================================= */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(22,22,22,.55); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal-backdrop[hidden] { display: none; }
.modal-card { background: var(--paper); max-width: 440px; width: 100%; padding: clamp(30px, 5vw, 46px); text-align: center; border: 1px solid var(--ink); }
.modal-card img { height: 22px; margin: 0 auto 24px; }
.modal-card h2 { font-size: 26px; margin-bottom: 12px; letter-spacing: 0; }
.modal-card p { color: var(--ink-2); font-size: 15px; margin: 0 0 26px; }
.modal-actions { display: grid; gap: 10px; }
.modal-actions .btn { justify-content: center; width: 100%; }
.modal-deny { background: none; border: none; color: var(--ink-2); font-size: 14px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; font-family: var(--font); }
.modal-card .modal-denied-msg { display: none; }
.modal-card.denied .modal-default { display: none; }
.modal-card.denied .modal-denied-msg { display: block; }

/* ----- Reveal-on-scroll ----- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }

/* Stagger items within a group: the JS sets --reveal-delay per child. */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
