/* =========================================================================
   365GAMES.RO  —  "Arcade Press" editorial design system
   Built from scratch (no shared template with funzone-swiss / funzone-si)
   ========================================================================= */

/* ---- tokens ---- */
:root {
  --paper:   #F1F2F6;
  --paper-2: #FFFFFF;
  --ink:     #13161D;
  --ink-2:   #2A2F3A;
  --muted:   #59616F;
  --line:    #E2E5ED;
  --line-2:  #D2D7E1;

  --blue:    #2C8FEE;
  --blue-d:  #1B72CD;
  --magenta: #E8318E;
  --yellow:  #FFC21F;
  --orange:  #FB7A1E;
  --red:     #F0402F;
  --green:   #12B981;
  --purple:  #8B5CF6;

  --accent:  var(--blue);

  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-body:    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono:    ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;

  --wrap: 1200px;
  --shadow: 0 1px 0 var(--line-2), 0 18px 40px -28px rgba(19, 22, 29, .5);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; line-height: 1.02; letter-spacing: -.02em; text-wrap: balance; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* mono utility labels — the recurring "press" device */
.kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--accent); display: inline-block; }
.kicker.k-mag { --accent: var(--magenta); }
.kicker.k-yel { --accent: var(--orange); }
.kicker.k-grn { --accent: var(--green); }
.kicker.k-pur { --accent: var(--purple); }

/* ========================= masthead + nav ========================= */
.masthead { background: var(--ink); color: #C9CEDA; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 34px; overflow: hidden; white-space: nowrap; }
.masthead b { color: #fff; font-weight: 600; }
.masthead .dot { color: var(--yellow); }
.masthead .mh-r { color: #8C93A3; }
@media (max-width: 620px){ .masthead .mh-r { display: none; } }

.site-head { position: sticky; top: 0; z-index: 60; background: rgba(241,242,246,.86); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.site-head .wrap { display: flex; align-items: center; gap: 20px; height: 74px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 30px; width: auto; }
nav.primary { margin-left: auto; }
nav.primary ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
nav.primary a { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--ink-2); padding: 6px 0; position: relative; }
nav.primary a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--blue); transition: right .22s ease; }
nav.primary a:hover::after { right: 0; }

.lang-switch { position: relative; }
.lang-current { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 999px; padding: 7px 12px; font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; color: var(--ink); }
.lang-current .chev { width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); margin-top: -3px; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 148px; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 10px; box-shadow: 0 20px 44px -22px rgba(19,22,29,.5); padding: 6px; display: none; z-index: 70; }
.lang-menu.is-open { display: block; }
.lang-option { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; background: none; border: 0; border-radius: 7px; padding: 9px 11px; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ink); }
.lang-option .flag { font-size: 17px; }
.lang-option:hover { background: var(--paper); }
.lang-option[aria-selected="true"] { color: var(--blue); }

.btn-order { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; background: var(--ink); color: #fff; font-weight: 700; font-size: 14.5px; padding: 11px 18px; border-radius: 999px; border: 0; cursor: pointer; transition: transform .12s ease, background .2s ease; }
.btn-order:hover { background: var(--blue); transform: translateY(-1px); }
.btn-order .coin { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 3px rgba(255,194,31,.28); }

.nav-toggle { display: none; }

/* ========================= hero ========================= */
.hero { padding: 60px 0 30px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(48px, 7vw, 92px); font-weight: 900; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.hero h1 .c1 { color: var(--blue); }
.hero h1 .c2 { color: var(--magenta); }
.hero h1 .c3 { color: var(--orange); }
.hero h1 em { font-style: normal; -webkit-text-stroke: 2px var(--ink); color: transparent; }
.hero-lede { font-size: 18.5px; color: var(--muted); max-width: 42ch; margin: 24px 0 30px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-actions .btn-order { padding: 15px 26px; font-size: 16px; }
.hero-note { font-family: var(--font-mono); font-size: 12.5px; color: var(--muted); letter-spacing: .04em; }
.hero-note b { color: var(--ink); }

.hero-feature { position: relative; }
.hero-feature .frame { border: 1px solid var(--line-2); background: var(--paper-2); border-radius: 14px; padding: 14px; box-shadow: var(--shadow); transform: rotate(-1.4deg); }
.hero-feature .frame img { border-radius: 8px; aspect-ratio: 1300/500; object-fit: cover; width: 100%; }
.hero-feature .cap { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 12px 4px 2px; }
.hero-feature .cap b { color: var(--ink); }
.hero-feature .tag-live { color: var(--green); display: inline-flex; align-items: center; gap: 6px; }
.hero-feature .tag-live::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(18,185,129,.22); }
.hero-feature .sticker { position: absolute; top: -18px; left: -14px; z-index: 3; background: var(--yellow); color: var(--ink); font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: .05em; padding: 8px 12px; border-radius: 8px; transform: rotate(-6deg); box-shadow: 0 8px 18px -8px rgba(0,0,0,.4); }

/* ========================= marquee ticker ========================= */
.ticker { background: var(--ink); color: #fff; overflow: hidden; border-top: 3px solid var(--yellow); }
.ticker-track { display: flex; gap: 0; width: max-content; animation: ticker 44s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span { font-family: var(--font-mono); font-weight: 600; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; padding: 15px 26px; display: inline-flex; align-items: center; white-space: nowrap; }
.ticker span::after { content: "\25C6"; color: var(--blue); margin-left: 26px; font-size: 10px; }
.ticker span:nth-child(4n+2)::after { color: var(--magenta); }
.ticker span:nth-child(4n+3)::after { color: var(--yellow); }
.ticker span:nth-child(4n)::after { color: var(--green); }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .ticker-track { animation: none; } }

/* ========================= section scaffold ========================= */
.section { padding: 82px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; text-transform: uppercase; letter-spacing: -.03em; }
.section-head .sh-l { max-width: 60ch; }
.section-head .sh-l .kicker { margin-bottom: 16px; }
.section-head .sh-note { font-family: var(--font-mono); font-size: 12.5px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }

/* ========================= featured bento ========================= */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; grid-auto-flow: dense; }
.tile { position: relative; border-radius: 12px; overflow: hidden; background: var(--ink); border: 1px solid var(--line-2); min-height: 210px; text-decoration: none; color: #fff; display: block; isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .5s ease; }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,12,17,0) 34%, rgba(10,12,17,.86) 100%); }
.tile:hover img { transform: scale(1.06); }
.tile .meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; }
.tile .cat { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 5px; }
.tile h3 { font-size: 21px; font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; }
.tile.w2 { grid-column: span 2; }
.tile.h2 { grid-row: span 2; }
.tile.w2.big { min-height: 320px; }
.tile .play-badge { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(4px); display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); opacity: 0; transform: scale(.7); transition: .2s ease; }
.tile:hover .play-badge { opacity: 1; transform: scale(1); }
.tile .play-badge::before { content: ""; border-left: 12px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 3px; }

/* ========================= category index ========================= */
.cat-index { border-top: 2px solid var(--ink); }
.cat-row { display: grid; grid-template-columns: 62px 1fr auto auto; align-items: center; gap: 22px; padding: 24px 6px; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; transition: padding .2s ease, background .2s ease; position: relative; }
.cat-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--c, var(--blue)); transform: scaleY(0); transform-origin: top; transition: transform .22s ease; }
.cat-row:hover { padding-left: 22px; background: var(--paper-2); }
.cat-row:hover::before { transform: scaleY(1); }
.cat-num { font-family: var(--font-mono); font-size: 15px; color: var(--muted); letter-spacing: .05em; }
.cat-name { font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 42px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; }
.cat-count { font-family: var(--font-mono); font-size: 13px; color: var(--muted); letter-spacing: .08em; }
.cat-arrow { width: 26px; height: 14px; position: relative; color: var(--c, var(--blue)); }
.cat-arrow::before { content: ""; position: absolute; top: 6px; left: 0; right: 4px; height: 2px; background: currentColor; }
.cat-arrow::after { content: ""; position: absolute; top: 1px; right: 0; width: 11px; height: 11px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }

/* why-play trio */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.why-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; padding: 26px 24px; }
.why-card .n { font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em; color: var(--c, var(--blue)); font-weight: 700; margin-bottom: 14px; }
.why-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.why-card p { color: var(--muted); font-size: 15.5px; }

/* ========================= journal / blog ========================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post { background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease; }
.post:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -26px rgba(19,22,29,.6); border-color: var(--line-2); }
.post-img { aspect-ratio: 16/9; overflow: hidden; background: var(--ink); position: relative; }
.post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post:hover .post-img img { transform: scale(1.05); }
.post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-cat { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--c, var(--blue)); }
.post h3 { font-size: 20px; font-weight: 800; letter-spacing: -.01em; line-height: 1.14; }
.post p { color: var(--muted); font-size: 14.5px; flex: 1; }
.post-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.post-meta .read { color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.post-meta .read::after { content: "\2192"; color: var(--c, var(--blue)); }

/* ========================= games grid + filter ========================= */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.chip { font-family: var(--font-mono); font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--paper-2); color: var(--ink-2); cursor: pointer; transition: .15s ease; }
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.game-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -26px rgba(19,22,29,.6); border-color: var(--line-2); }
.game-thumb { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--ink); }
.game-thumb img { width: 100%; height: 100%; object-fit: cover; }
.game-cat-pill { position: absolute; top: 10px; left: 10px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: rgba(19,22,29,.82); color: #fff; padding: 4px 9px; border-radius: 6px; }
.game-body { padding: 14px 15px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.game-body h3 { font-size: 16.5px; font-weight: 800; letter-spacing: -.01em; }
.game-body .gt { font-size: 13.5px; color: var(--muted); line-height: 1.45; flex: 1; }
.game-play { margin-top: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: transparent; border: 1.5px solid var(--ink); color: var(--ink); font-weight: 700; font-size: 13.5px; padding: 9px 12px; border-radius: 8px; cursor: pointer; font-family: var(--font-body); transition: .15s ease; }
.game-play:hover { background: var(--ink); color: #fff; }
.game-play .coin { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.game-card[hidden] { display: none; }
.grid-more { text-align: center; margin-top: 34px; }

.game-description { display: none; }

/* ========================= order module (SMS ticket) ========================= */
.order { background: var(--ink); color: #fff; }
.order .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; padding: 78px 24px; }
.order .kicker { color: #A9B0BE; }
.order .kicker::before { background: var(--yellow); }
.order h2 { color: #fff; font-size: clamp(32px, 4.6vw, 56px); font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; margin: 16px 0 18px; }
.order h2 span { color: var(--yellow); }
.order p { color: #B7BECC; max-width: 46ch; }
.order .fine { font-family: var(--font-mono); font-size: 12px; color: #8891A0; letter-spacing: .03em; margin-top: 22px; line-height: 1.7; }
.order .fine a { color: #C9CFDA; }

.ticket { background: var(--paper-2); color: var(--ink); border-radius: 14px; padding: 30px 30px 26px; position: relative; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.ticket::before, .ticket::after { content: ""; position: absolute; width: 26px; height: 26px; background: var(--ink); border-radius: 50%; top: 50%; transform: translateY(-50%); }
.ticket::before { left: -13px; } .ticket::after { right: -13px; }
.ticket .t-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding-bottom: 16px; border-bottom: 1.5px dashed var(--line-2); }
.ticket .t-head .green { color: var(--green); }
.ticket .t-sms { padding: 22px 0 8px; }
.ticket .t-sms .lbl { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.ticket .t-code { font-family: var(--font-mono); font-weight: 700; font-size: clamp(20px, 3.2vw, 28px); letter-spacing: -.01em; }
.ticket .t-code b { color: var(--blue); }
.ticket .t-code .to { color: var(--muted); font-weight: 400; padding: 0 8px; }
.ticket .t-code .num { color: var(--magenta); }
.ticket .t-price { display: flex; align-items: baseline; gap: 10px; padding-top: 18px; margin-top: 16px; border-top: 1.5px dashed var(--line-2); }
.ticket .t-price .amt { font-family: var(--font-display); font-size: 34px; font-weight: 900; letter-spacing: -.02em; }
.ticket .t-price .per { font-family: var(--font-mono); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.ticket .t-cta { display: block; text-align: center; margin-top: 20px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; padding: 14px; border-radius: 10px; transition: background .2s ease; }
.ticket .t-cta:hover { background: var(--blue); }

/* ========================= footer ========================= */
.site-foot { background: var(--paper-2); border-top: 1px solid var(--line); padding: 62px 0 34px; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.foot-brand img { height: 30px; margin-bottom: 18px; }
.foot-brand p { color: var(--muted); font-size: 14.5px; max-width: 34ch; }
.foot-support-title { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; font-weight: 600; }
.foot-contact { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.foot-contact li { display: flex; align-items: center; gap: 9px; }
.foot-contact svg { width: 17px; height: 17px; color: var(--accent); flex-shrink: 0; }
.foot-contact a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; }
.foot-contact a:hover { color: var(--blue); }
.foot-col h4 { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; font-weight: 600; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.foot-col a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; }
.foot-col a:hover { color: var(--blue); }
.foot-legal { margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); line-height: 1.7; }
.foot-legal .fl-l { max-width: 78ch; }
.foot-legal b { color: var(--ink-2); font-weight: 600; }

/* ========================= modal ========================= */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15,17,23,.62); backdrop-filter: blur(3px); }
.modal-card { position: relative; width: min(560px, 100%); background: var(--paper-2); border-radius: 16px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.6); max-height: 92vh; overflow-y: auto; }
.modal-hero { position: relative; aspect-ratio: 16/9; background: var(--ink); }
.modal-hero img { width: 100%; height: 100%; object-fit: cover; }
.modal-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; background: rgba(19,22,29,.7); color: #fff; border: 0; cursor: pointer; font-size: 20px; line-height: 1; z-index: 3; }
.modal-body { padding: 24px 26px 26px; }
.modal-body .m-cat { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.modal-body h3 { font-size: 26px; font-weight: 800; text-transform: uppercase; margin: 8px 0 6px; }
.modal-body .m-tag { color: var(--muted); font-style: italic; margin-bottom: 14px; }
.modal-body .m-desc { color: var(--ink-2); font-size: 15.5px; }
.modal-body .m-price { font-family: var(--font-mono); font-size: 12.5px; color: var(--muted); background: var(--paper); border: 1px dashed var(--line-2); border-radius: 8px; padding: 12px 14px; margin: 18px 0; line-height: 1.6; }
.modal-body .m-cta { display: block; text-align: center; background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; padding: 14px; border-radius: 10px; transition: background .2s ease; }
.modal-body .m-cta:hover { background: var(--blue); }

/* ========================= sub-page article ========================= */
.page-hero { padding: 54px 0 20px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; margin: 16px 0 0; }
.article { padding: 50px 0 80px; }
.article .wrap { max-width: 820px; }
.article h2 { font-size: 24px; font-weight: 800; margin: 38px 0 12px; }
.article h3 { font-size: 18px; font-weight: 700; margin: 26px 0 8px; }
.article p, .article li { color: var(--ink-2); font-size: 16px; line-height: 1.7; }
.article p { margin: 0 0 14px; }
.article ul { margin: 0 0 16px; padding-left: 20px; display: flex; flex-direction: column; gap: 7px; }
.article a { color: var(--blue); }
.article .lead { font-size: 18.5px; color: var(--muted); margin-bottom: 24px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0 8px; }
.contact-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.contact-card .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.contact-card .val { font-size: 16px; font-weight: 700; }
.contact-card a { color: var(--blue); text-decoration: none; }

/* ---- blog article ---- */
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); text-decoration: none; }
.breadcrumb::before { content: "\2190"; color: var(--blue); }
.breadcrumb:hover { color: var(--ink); }
.post-hero { padding: 40px 0 28px; }
.post-hero .wrap { max-width: 820px; }
.post-hero .post-cat { margin: 22px 0 12px; }
.post-hero h1 { font-size: clamp(32px, 5vw, 56px); font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; line-height: 1; }
.post-hero .post-meta-line { margin-top: 18px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); display: flex; gap: 16px; flex-wrap: wrap; }
.article-figure { max-width: 980px; margin: 0 auto 8px; padding: 0 24px; }
.article-figure img { width: 100%; border-radius: 14px; border: 1px solid var(--line-2); aspect-ratio: 1300/500; object-fit: cover; }
.article blockquote { margin: 24px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--blue); font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -.01em; color: var(--ink); }
.article .end-note { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.back-home { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; background: var(--ink); color: #fff; font-weight: 700; font-size: 14.5px; padding: 12px 20px; border-radius: 999px; transition: background .2s ease; }
.back-home:hover { background: var(--blue); }
.back-ghost { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; font-size: 14.5px; color: var(--ink); border: 1.5px solid var(--line-2); padding: 11px 18px; border-radius: 999px; }
.back-ghost:hover { border-color: var(--ink); }

/* ========================= responsive ========================= */
@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-feature { max-width: 480px; }
  .order .wrap { grid-template-columns: 1fr; gap: 34px; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .why { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  nav.primary, .head-order { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; margin-left: auto; width: 42px; height: 42px; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 10px; cursor: pointer; }
  .nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; }
  .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 18px; height: 2px; background: var(--ink); position: absolute; }
  .nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
  .site-head .wrap { gap: 12px; }
  nav.primary.is-open { display: block; position: absolute; top: 74px; left: 0; right: 0; background: var(--paper-2); border-bottom: 1px solid var(--line); padding: 12px 24px 20px; }
  nav.primary.is-open ul { flex-direction: column; gap: 4px; }
  nav.primary.is-open a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile.w2 { grid-column: span 2; } .tile.h2 { grid-row: auto; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .cat-row { grid-template-columns: 40px 1fr auto; }
  .cat-row .cat-arrow { display: none; }
  .section { padding: 60px 0; }
  .hero { padding: 40px 0 20px; }
}
@media (max-width: 460px) {
  body { font-size: 16px; }
  .grid, .bento { grid-template-columns: 1fr; }
  .tile.w2 { grid-column: auto; }
}

/* ── Commercial promoter disclosure ── */
.promoter-band { padding: 0 0 70px; }
.promoter-box {
  max-width: 880px; margin: 0 auto;
  padding: 20px 26px;
  background: rgba(44,143,238,.06);
  border: 1px solid rgba(44,143,238,.22);
  border-radius: 14px;
  color: var(--muted);
  font-size: 14.5px; line-height: 1.65; text-align: center;
}
.promoter-box p { margin: 0; }
.promoter-box a { color: var(--blue-d); font-weight: 600; text-decoration: none; white-space: nowrap; }
.promoter-box a:hover { text-decoration: underline; }

/* Promoter disclosure as integrated top line on legal pages (no box) */
.article .promoter-line {
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px; line-height: 1.7;
}
