
/* ===========================================================================
   PLENTY SIGNATURE — landing preview
   Re-themed to the brand palette (colors.txt).
   Committed to the light brand world (the product site is light-only).
   =========================================================================== */
:root{
  color-scheme: light;

  /* Surfaces — cool, faint teal tint (NOT warm cream) */
  --bg:        #f4f7f7;
  --bg-raised: #ffffff;
  --bg-sunk:   #e9f1f0;
  --card:      #ffffff;
  --line:      #dbe6e5;

  /* Ink — brand Main Teal family */
  --ink:   #1f393a;
  --ink-2: #4a6567;
  --ink-3: #7c9698;

  /* Brand — Support blue */
  --brand:        #4295cf;
  --brand-strong: #2f74a8;
  --brand-soft:   #dceaf5;

  /* Detail teal — secondary accent */
  --detail:      #8ec1bd;
  --detail-ink:  #2f6b66;
  --detail-soft: #e1efed;

  /* Honeycomb hero lines + framing textures */
  --hex:   #8ec1bd;
  --frame: #cfe0de;
  --hatch: #e4efed;

  /* One warm pop — reserved for the campaign-banner motif only */
  --campaign:      #e8a54b;
  --campaign-soft: #f7e6c9;

  /* Category accents (small, on-brand set) */
  --c-blue:   #4295cf;  --c-blue-soft:  #dceaf5;
  --c-teal:   #3f9c96;  --c-teal-soft:  #e1efed;
  --c-deep:   #1f393a;  --c-deep-soft:  #dbe6e5;

  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Menlo", "Cascadia Code", "Roboto Mono", monospace;

  --radius:      14px;
  --radius-lg:   22px;
  --radius-pill: 999px;
  --shadow:      0 1px 2px rgba(31,57,58,.05), 0 10px 34px rgba(31,57,58,.09);
  --maxw:        1120px;
}
.mono{ font-family:var(--mono); letter-spacing:.01em; }

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0; font-family:var(--sans); font-weight:420;
  color:var(--ink); background:var(--bg); line-height:1.5;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4,p{ margin:0; }
.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:24px; }
section{ padding-block:clamp(56px,8vw,104px); }
:focus-visible{ outline:2px solid var(--brand); outline-offset:2px; border-radius:4px; }

.eyebrow{ font-family:var(--mono); font-size:12px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--brand-strong); }
h1{ font-size:clamp(38px,6vw,66px); line-height:1.03; letter-spacing:-.03em; font-weight:680; text-wrap:balance; }
h2{ font-size:clamp(28px,4vw,44px); line-height:1.06; letter-spacing:-.02em; font-weight:640; text-wrap:balance; }
h3{ font-size:20px; line-height:1.2; letter-spacing:-.01em; font-weight:620; }
.lead{ font-size:clamp(17px,2vw,20px); color:var(--ink-2); }
.muted{ color:var(--ink-3); }

/* BUTTONS */
.btn{ display:inline-flex; align-items:center; gap:.5em; font-family:var(--sans); font-weight:560; font-size:15px; padding:12px 22px; border-radius:var(--radius-pill); border:1px solid transparent; cursor:pointer; transition:transform .12s ease, background .15s ease, box-shadow .15s ease; }
.btn:hover{ transform:translateY(-1px); }
.btn-primary{ background:var(--ink); color:#fff; }
.btn-primary:hover{ background:#12292a; box-shadow:var(--shadow); }
.btn-brand{ background:var(--brand); color:#fff; }
.btn-brand:hover{ background:var(--brand-strong); }
.btn-ghost{ background:var(--bg-raised); color:var(--ink); border-color:var(--line); }
.btn-ghost:hover{ background:var(--bg-sunk); }

/* ANNOUNCEMENT */
.announce{ background:var(--ink); color:#eaf2f1; font-size:14px; text-align:center; padding:9px 16px; display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; }
.announce .tag{ font-family:var(--mono); font-size:11px; font-weight:700; letter-spacing:.1em; background:var(--brand); color:#fff; padding:2px 8px; border-radius:var(--radius-pill); }
.announce a{ color:var(--detail); font-weight:560; }
.announce a:hover{ text-decoration:underline; }

/* NAV */
header.nav{ position:sticky; top:0; z-index:50; background:color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.nav-inner{ display:flex; align-items:center; gap:24px; height:74px; }
.brand{ display:flex; align-items:center; gap:9px; }
.brand img{ height:44px; width:auto; }
.nav-links{ display:flex; gap:26px; margin-left:14px; }
.nav-links a{ font-size:15px; color:var(--ink-2); font-weight:500; }
.nav-links a:hover{ color:var(--ink); }
.nav-cta{ margin-left:auto; display:flex; align-items:center; gap:16px; }
.nav-cta .login{ font-size:15px; color:var(--ink-2); font-weight:500; }
.nav-cta .login:hover{ color:var(--ink); }
@media(max-width:820px){ .nav-links,.nav-cta .login{ display:none; } }

/* HERO */
.hero{ position:relative; overflow:visible; text-align:center; padding-top:clamp(48px,7vw,84px); padding-bottom:0; }
.hero::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.5; background-color:var(--hex);
  -webkit-mask-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath d='M14 9v10 M9 14h10' stroke='%23000' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"),
    radial-gradient(54% 112% at 50% 92%, transparent 0%, transparent 56%, #000 100%);
          mask-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath d='M14 9v10 M9 14h10' stroke='%23000' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"),
    radial-gradient(54% 112% at 50% 92%, transparent 0%, transparent 56%, #000 100%);
  -webkit-mask-size:28px 28px, 100% 100%; mask-size:28px 28px, 100% 100%;
  -webkit-mask-repeat:repeat, no-repeat; mask-repeat:repeat, no-repeat;
  -webkit-mask-composite:source-in; mask-composite:intersect;
}
.hero > .wrap{ position:relative; z-index:1; }
.hero h1{ max-width:16ch; margin:14px auto 0; }
.hero .lead{ max-width:52ch; margin:20px auto 0; }
.hero em{ font-style:normal; color:var(--brand-strong); }
.hero-actions{ display:flex; gap:12px; justify-content:center; margin-top:32px; flex-wrap:wrap; }
.hero .fineprint{ margin-top:20px; font-size:14px; color:var(--ink-3); }
/* HERO PRODUCT SHOT (builder screenshot) — overlaps the proof band below */
.hero-shot{ max-width:900px; margin:56px auto 0; perspective:1200px; position:relative; z-index:2; }
.hero-shot-img{
  display:block; width:100%; height:auto;
  border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  background:var(--card);
  /* driven by the parallax controller; falls back to a static shot */
  transform:translate3d(var(--px,0),var(--py,0),0) rotateX(var(--rx,0)) rotateY(var(--ry,0));
  transition:transform .25s ease-out, box-shadow .25s ease-out;
  will-change:transform;
}
.hero-shot-img:hover{ box-shadow:0 30px 60px -24px rgba(15,23,42,.35); }
@media (prefers-reduced-motion: reduce){
  .hero-shot-img{ transform:none; transition:none; }
}

/* SOCIAL PROOF */
.proof{ position:relative; margin-top:clamp(-160px,-10vw,-90px); padding:clamp(150px,15vw,220px) 0 52px; border-block:1px solid var(--line); background:var(--bg-sunk); }
.proof p{ text-align:center; font-family:var(--mono); font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-3); margin-bottom:22px; }
.logos{ display:flex; flex-wrap:wrap; gap:22px 52px; justify-content:center; align-items:center; }
.logos span{ font-weight:640; font-size:20px; letter-spacing:-.02em; color:var(--ink-3); opacity:.75; }

/* FRAMED FEATURE BLOCKS */
.framed{ position:relative; padding-block:0; }
.framed::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:repeating-linear-gradient(-45deg, transparent 0 5px, var(--hatch) 5px 6px);
  -webkit-mask:
    linear-gradient(#000,#000) left  / calc(50% - var(--maxw)/2) 100% no-repeat,
    linear-gradient(#000,#000) right / calc(50% - var(--maxw)/2) 100% no-repeat;
          mask:
    linear-gradient(#000,#000) left  / calc(50% - var(--maxw)/2) 100% no-repeat,
    linear-gradient(#000,#000) right / calc(50% - var(--maxw)/2) 100% no-repeat;
}
.framed > .wrap{ position:relative; z-index:1; border:1px solid var(--frame); padding-block:clamp(40px,6vw,72px); background-image:radial-gradient(var(--hatch) .5px, transparent .6px); background-size:22px 22px; }
.feature{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,64px); align-items:center; }
.feature + .feature{ margin:clamp(40px,6vw,64px) -24px 0; padding:clamp(40px,6vw,64px) 24px 0; border-top:1px dashed var(--frame); }
.feature.reverse .copy{ order:2; }
.feature h2{ margin:12px 0 14px; }
.feature .lead{ font-size:17px; max-width:44ch; }
.feature ul{ list-style:none; padding:0; margin:20px 0 0; display:grid; gap:11px; }
.feature li{ display:flex; gap:10px; align-items:flex-start; font-size:15px; color:var(--ink-2); }
.feature li::before{ content:"→"; color:var(--brand); font-weight:700; }
@media(max-width:820px){ .feature,.feature.reverse{ grid-template-columns:1fr; } .feature.reverse .copy{ order:0; } }

/* image placeholder frame (drop in real step screenshots) */
.shot{ margin:0; border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow); overflow:hidden; background:var(--bg-raised); }
.shot img{ display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }
.shot .ph{ aspect-ratio:4/3; display:grid; place-items:center; gap:12px; grid-auto-flow:row; align-content:center; color:var(--ink-3);
  background:
    repeating-linear-gradient(-45deg, transparent 0 9px, var(--hatch) 9px 10px),
    var(--bg-sunk); }
.shot .ph svg{ width:40px; height:40px; opacity:.55; }
.shot .ph .lbl{ font-family:var(--mono); font-size:12px; letter-spacing:.1em; text-transform:uppercase; }

/* builder mock internals */
.builder{ display:grid; grid-template-columns:auto 1fr; gap:12px; padding:16px; }
.palette{ display:grid; gap:6px; }
.pal{ font-family:var(--mono); font-size:11px; color:var(--ink-2); background:var(--bg); border:1px solid var(--line); border-radius:8px; padding:6px 10px; display:flex; align-items:center; gap:7px; }
.pal .grip{ color:var(--ink-3); }
.canvas{ border:1px solid var(--line); border-radius:10px; padding:14px; background:var(--bg-raised); display:grid; gap:7px; align-content:start; }
.canvas .logo-blk{ height:26px; width:74px; border-radius:6px; background:linear-gradient(135deg,var(--brand),var(--detail)); }
.tag-inline{ font-family:var(--mono); font-size:11px; padding:2px 8px; border-radius:var(--radius-pill); }
.warn{ margin-top:10px; font-family:var(--mono); font-size:11px; color:#8a5a12; background:var(--campaign-soft); border:1px solid #eccf9a; border-radius:8px; padding:7px 10px; }

/* field-lock rows */
.fieldrows{ display:grid; gap:8px; padding:18px; }
.frow{ display:flex; align-items:center; justify-content:space-between; font-size:13px; padding:10px 12px; border:1px solid var(--line); border-radius:9px; background:var(--bg-raised); }
.frow .k{ color:var(--ink); }
.frow .v{ font-family:var(--mono); font-size:11px; color:var(--ink-3); }

/* live swap demo */
.swap-demo{ display:grid; gap:14px; }
.swap-controls{ display:flex; gap:8px; flex-wrap:wrap; }
.swap-btn{ font-family:var(--sans); font-size:14px; font-weight:560; padding:8px 15px; border-radius:var(--radius-pill); border:1px solid var(--line); background:var(--bg-raised); color:var(--ink-2); cursor:pointer; transition:all .15s ease; }
.swap-btn[aria-pressed="true"]{ background:var(--brand); color:#fff; border-color:var(--brand); }
.swap-emails{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media(max-width:520px){ .swap-emails{ grid-template-columns:1fr; } }
.se{ border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:var(--card); }
.se-head{ display:flex; align-items:center; justify-content:space-between; padding:8px 12px; background:var(--bg-raised); border-bottom:1px solid var(--line); }
.se-head .t{ font-size:11px; color:var(--ink-3); font-family:var(--mono); }
.se-dots{ display:flex; gap:5px; } .se-dots i{ width:8px;height:8px;border-radius:50%;background:var(--line); display:block; }
.se-body{ padding:12px; }
.se .lines{ display:grid; gap:5px; margin-bottom:12px; }
.se .lines i{ height:7px; border-radius:4px; background:var(--bg-sunk); display:block; }
.se .name{ font-size:13px; font-weight:620; }
.se .role{ font-size:11px; color:var(--ink-3); margin-bottom:8px; }
.se-banner{ height:40px; border-radius:8px; display:flex; align-items:center; justify-content:center; color:#fff; font-family:var(--mono); font-size:10px; font-weight:600; text-align:center; padding:0 8px; transition:background .5s ease; }
.se-url{ margin-top:9px; font-family:var(--mono); font-size:10px; color:var(--ink-3); display:inline-flex; align-items:center; gap:6px; background:var(--bg-sunk); padding:4px 9px; border-radius:var(--radius-pill); }
.se-url i{ width:6px;height:6px;border-radius:50%;background:var(--detail-ink); display:block; }

/* USE-CASE GRID */
.usecases{ background:var(--bg-sunk); }
.usecases .head{ text-align:center; max-width:40ch; margin:0 auto 44px; }
.usecases .head .lead{ margin:14px auto 0; }
.cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.uc{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; transition:transform .14s ease, box-shadow .14s ease; }
.uc:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.uc .ic{ width:42px; height:42px; border-radius:11px; display:grid; place-items:center; margin-bottom:18px; font-family:var(--mono); font-weight:700; font-size:14px; }
.uc-icon{ width:48px; height:48px; display:block; margin-bottom:16px; }
.uc h3{ margin-bottom:8px; }
.uc p{ font-size:14px; color:var(--ink-2); }
@media(max-width:820px){ .cards{ grid-template-columns:1fr; } }

/* STATS */
.stats .wrap{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; background:var(--bg-raised); }
.stat{ padding:34px 30px; border-left:1px solid var(--line); }
.stat:first-child{ border-left:0; }
.stat .n{ font-size:46px; font-weight:680; letter-spacing:-.03em; line-height:1; color:var(--ink); }
.stat .l{ margin-top:8px; font-weight:600; color:var(--ink); }
.stat p{ margin-top:6px; font-size:13px; color:var(--ink-2); }
@media(max-width:760px){ .stats .wrap{ grid-template-columns:1fr; } .stat{ border-left:0; border-top:1px solid var(--line); } .stat:first-child{ border-top:0; } }

/* CAPABILITY LIST */
.caps{ text-align:center; }
.caps h2{ margin-bottom:10px; }
.caps .lead{ margin:0 auto 34px; max-width:46ch; }
.cap-list{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.cap{ font-family:var(--mono); font-size:13px; color:var(--ink-2); background:var(--bg-raised); border:1px solid var(--line); padding:7px 13px; border-radius:8px; }
.cap::before{ content:"✓ "; color:var(--detail-ink); font-weight:700; }

/* PRICING */
.pricing .head{ text-align:center; max-width:40ch; margin:0 auto 44px; }
.pricing .head .lead{ margin:14px auto 0; }
.price-grid{ display:grid; grid-template-columns:1.4fr 1fr; gap:20px; max-width:900px; margin-inline:auto; align-items:start; }
.plan{ position:relative; border:2px solid var(--brand); border-radius:var(--radius-lg); background:var(--card); padding:34px; box-shadow:var(--shadow); }
.plan .flag{ position:absolute; top:-13px; left:30px; font-family:var(--mono); font-size:11px; letter-spacing:.06em; text-transform:uppercase; background:var(--brand); color:#fff; padding:3px 11px; border-radius:var(--radius-pill); }
.plan .tier{ font-weight:600; color:var(--ink-2); }
.plan .price{ margin-top:8px; font-size:52px; font-weight:680; letter-spacing:-.03em; line-height:1; }
.plan .price small{ font-size:16px; font-weight:500; color:var(--ink-3); letter-spacing:0; }
.plan .sub{ margin-top:8px; font-size:14px; color:var(--ink-2); }
.plan ul{ list-style:none; padding:0; margin:22px 0 0; display:grid; gap:11px; }
.plan li{ display:flex; gap:9px; font-size:15px; color:var(--ink-2); }
.plan li::before{ content:"✓"; color:var(--brand); font-weight:700; }
.plan .btn{ margin-top:26px; width:100%; justify-content:center; }
.calc{ border:1px solid var(--line); border-radius:var(--radius-lg); background:var(--bg-raised); padding:26px; }
.calc h4{ font-family:var(--mono); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-3); margin-bottom:16px; }
.calc-row{ display:flex; align-items:center; justify-content:space-between; background:var(--card); border:1px solid var(--line); border-radius:10px; padding:11px 14px; margin-bottom:9px; font-size:14px; }
.calc-row .who{ color:var(--ink-2); } .calc-row .who b{ color:var(--ink); font-weight:600; }
.calc-row .amt{ font-family:var(--mono); font-weight:600; color:var(--ink); }
.calc .note{ margin-top:12px; font-size:12px; color:var(--ink-3); }
.price-grid.plans-2{ grid-template-columns:1fr 1fr; max-width:860px; }
.bill-toggle{ display:flex; justify-content:center; gap:0; margin:0 auto 30px; width:max-content; border:1px solid var(--line); border-radius:var(--radius-pill); background:var(--bg-raised); padding:4px; }
.bill-toggle button{ border:0; background:transparent; font:inherit; font-size:14px; font-weight:600; color:var(--ink-2); padding:8px 18px; border-radius:var(--radius-pill); cursor:pointer; }
.bill-toggle button.on{ background:var(--brand); color:#fff; }
.bill-toggle .save{ font-size:11px; font-weight:600; opacity:.85; margin-left:5px; }
.price-note{ text-align:center; margin-top:22px; font-size:13px; color:var(--ink-3); }
.price-error{ text-align:center; margin-bottom:20px; color:#a33; font-size:14px; }
.plan .btn[disabled]{ opacity:.55; cursor:not-allowed; }
@media(max-width:760px){ .price-grid{ grid-template-columns:1fr; } .price-grid.plans-2{ grid-template-columns:1fr; } }

/* FAQ */
.faq .wrap{ max-width:760px; }
.faq h2{ margin-bottom:26px; }
details{ border-top:1px solid var(--line); }
details:last-child{ border-bottom:1px solid var(--line); }
summary{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 0; font-size:17px; font-weight:560; color:var(--ink); }
summary::-webkit-details-marker{ display:none; }
summary .chev{ flex:none; transition:transform .2s ease; color:var(--ink-3); }
details[open] summary .chev{ transform:rotate(180deg); }
details p{ padding:0 0 22px; color:var(--ink-2); max-width:64ch; }

/* FINAL CTA */
.cta-panel{ background:var(--ink); color:#eaf2f1; border-radius:var(--radius-lg); text-align:center; padding:clamp(48px,7vw,84px) 24px; position:relative; overflow:hidden; }
.cta-panel h2{ color:#fff; }
.cta-panel em{ font-style:normal; color:var(--detail); }
.cta-panel .lead{ color:#b7cccb; margin:16px auto 0; max-width:46ch; }
.cta-panel .hero-actions{ margin-top:30px; }
.cta-panel .btn-ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.28); }
.cta-panel .btn-ghost:hover{ background:rgba(255,255,255,.08); }
.cta-panel .fineprint{ margin-top:18px; font-size:13px; color:#8fabaa; }

/* FOOTER */
footer{ border-top:1px solid var(--line); padding-block:56px 40px; background:var(--bg-raised); }
.foot{ display:grid; grid-template-columns:1.6fr repeat(4,1fr); gap:32px; }
.foot .brand img{ height:56px; margin-bottom:16px; }
.foot p{ color:var(--ink-3); font-size:14px; max-width:30ch; }
.foot h4{ font-family:var(--mono); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-3); margin:0 0 14px; font-weight:600; }
.foot ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.foot a{ font-size:14px; color:var(--ink-2); }
.foot a:hover{ color:var(--ink); }
.foot-bottom{ margin-top:44px; padding-top:22px; border-top:1px solid var(--line); font-size:13px; color:var(--ink-3); }
@media(max-width:760px){ .foot{ grid-template-columns:1fr 1fr; } }

@media (prefers-reduced-motion: reduce){ *{ transition:none !important; scroll-behavior:auto !important; } }

/* ===== LEGAL PAGES ===== */
.legal .wrap{ max-width:768px; }
.legal h1{ font-size:clamp(32px,5vw,46px); margin-top:10px; }
.legal .updated{ margin-top:10px; font-family:var(--mono); font-size:13px; color:var(--ink-3); }
.prose{ margin-top:36px; color:var(--ink-2); font-size:16px; line-height:1.72; }
.prose > p{ margin:0 0 18px; max-width:68ch; }
.prose h2{ font-size:20px; color:var(--ink); margin:36px 0 12px; letter-spacing:-.01em; }
.prose ul{ margin:0 0 18px; padding-left:22px; display:grid; gap:8px; max-width:68ch; }
.prose li{ padding-left:4px; }
.prose a{ color:var(--brand-strong); text-decoration:underline; text-underline-offset:2px; }
.prose strong{ color:var(--ink); font-weight:640; }
.legal-contact{ margin-top:48px; padding-top:24px; border-top:1px solid var(--line); font-size:14px; color:var(--ink-3); }
.legal-contact a{ color:var(--brand-strong); text-decoration:underline; }
.legal-contact p{ margin-top:8px; }

/* ===== BLOG ===== */
.blog-hero{ padding-bottom:0; }
.blog-hero .lead{ margin-top:16px; max-width:56ch; }
.blog-list .wrap{ display:grid; gap:20px; }
.post-row{ display:grid; grid-template-columns:300px 1fr; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; background:var(--bg-raised); box-shadow:var(--shadow); transition:transform .14s ease, box-shadow .14s ease; }
.post-row:hover{ transform:translateY(-3px); box-shadow:0 2px 4px rgba(31,57,58,.06),0 18px 46px rgba(31,57,58,.13); }
.post-row .shot{ border:0; border-radius:0; box-shadow:none; }
.post-row .shot .ph{ height:100%; min-height:180px; aspect-ratio:auto; }
.pf-copy{ padding:clamp(22px,2.6vw,34px); display:flex; flex-direction:column; justify-content:center; gap:12px; }
.cat{ align-self:flex-start; font-family:var(--mono); font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; padding:4px 10px; border-radius:var(--radius-pill); }
.post-title{ font-size:clamp(21px,2.4vw,27px); font-weight:640; letter-spacing:-.02em; line-height:1.2; color:var(--ink); }
.post-excerpt{ font-size:15px; color:var(--ink-2); line-height:1.6; max-width:62ch; }
.post-meta{ padding-top:2px; font-family:var(--mono); font-size:12px; color:var(--ink-3); }
@media(max-width:720px){ .post-row{ grid-template-columns:1fr; } .post-row .shot .ph{ min-height:0; aspect-ratio:16/8; } }

/* ===== BLOG POST ===== */
.post{ padding-bottom:clamp(64px,9vw,112px); }
.post .wrap{ max-width:760px; }
.back{ font-family:var(--mono); font-size:12px; color:var(--ink-3); }
.back:hover{ color:var(--ink); }
.post-head{ padding-top:8px; }
.post-head .cat{ display:inline-block; margin:16px 0 0; }
.post-head h1{ font-size:clamp(30px,4.5vw,46px); margin:14px 0 12px; }
.byline{ font-family:var(--mono); font-size:13px; color:var(--ink-3); }
.post-hero{ margin:30px 0 6px; }
.post-hero .ph{ aspect-ratio:16/7; }
.post-body{ margin-top:10px; }
.post-foot{ margin-top:46px; padding-top:26px; border-top:1px solid var(--line); display:flex; gap:14px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.post-foot p{ font-weight:560; color:var(--ink); }

/* ===== AUTH ===== */
.auth{ min-height:calc(100vh - 74px); display:grid; place-items:center; padding:48px 24px;
  background:radial-gradient(62% 62% at 50% 0%, var(--bg-sunk), transparent 70%), var(--bg); }
.auth-card{ width:100%; max-width:444px; background:var(--bg-raised); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow); padding:clamp(28px,4vw,40px); }
.auth-card .eyebrow{ text-align:center; }
.auth-card h1{ font-size:28px; text-align:center; margin:10px 0 6px; }
.auth-card .sub{ text-align:center; color:var(--ink-2); font-size:15px; margin-bottom:26px; }
.field{ display:grid; gap:6px; margin-bottom:16px; }
.field label{ font-size:13px; font-weight:560; color:var(--ink-2); }
.field input{ width:100%; min-width:0; box-sizing:border-box; font-family:var(--sans); font-size:15px; color:var(--ink); background:var(--card); border:1px solid var(--line); border-radius:10px; padding:12px 14px; }
.field input::placeholder{ color:var(--ink-3); }
.field input:focus{ outline:none; border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-soft); }
.auth-card .btn{ width:100%; justify-content:center; margin-top:6px; }
.auth-alt{ text-align:center; font-size:14px; color:var(--ink-2); margin-top:22px; }
.auth-alt a{ color:var(--brand-strong); font-weight:560; text-decoration:underline; }
.auth-fine{ text-align:center; font-size:12px; color:var(--ink-3); margin-top:16px; line-height:1.6; }
.auth-fine a{ color:var(--ink-2); text-decoration:underline; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media(max-width:420px){ .field-row{ grid-template-columns:1fr; } }
.flash{ border-radius:10px; padding:11px 14px; font-size:14px; font-weight:500; margin-bottom:18px; text-align:left; }
.flash-alert{ background:#fdecec; border:1px solid #f2c4c4; color:#a12b2c; }
.flash-notice{ background:var(--detail-soft); border:1px solid #bcdbd7; color:var(--detail-ink); }
