/* ============================================================
   PocketCorp — Landing (CRO) · styles derived from the Design System
   Mobile-first. All visual tokens come from ../styles.css
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--font-sans); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--pop-orange); color: var(--ink); }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.eyebrow {
  font-family: var(--font-mono); font-weight: 700; font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute);
  display: inline-flex; align-items: center; gap: 8px;
}
.display {
  font-family: var(--font-display); text-transform: uppercase;
  line-height: .92; letter-spacing: -0.02em; margin: 0;
}
.h2 {
  font-family: var(--font-heading); font-weight: 900; letter-spacing: -0.02em;
  line-height: 1.04; margin: 0; font-size: clamp(28px, 6vw, 46px);
}
.lead { font-size: clamp(15px, 2.4vw, 19px); line-height: 1.55; color: var(--ink-soft); }
.knockout { -webkit-text-stroke: 2px var(--ink); color: var(--cream); }

/* ---- editable placeholder marker ---- */
[data-editable] { position: relative; }

/* ---------- Buttons (DS 3D offset) ---------- */
.btn {
  --fill: var(--pop-orange); --sh: 4px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 800; font-size: 16px; letter-spacing: -0.01em;
  color: var(--ink); background: var(--fill); cursor: pointer; white-space: nowrap;
  border: 2px solid var(--ink); border-radius: var(--radius-lg);
  padding: 0 24px; height: 52px;
  box-shadow: var(--sh) var(--sh) 0 0 var(--ink);
  transition: transform var(--dur-fast) var(--ease-snap), box-shadow var(--dur-fast) var(--ease-snap), background var(--dur-fast) ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translate(2px,2px); box-shadow: calc(var(--sh) - 2px) calc(var(--sh) - 2px) 0 0 var(--ink); }
.btn:active { transform: translate(var(--sh),var(--sh)); box-shadow: 0 0 0 0 var(--ink); }
.btn--lg { height: 60px; font-size: 18px; padding: 0 32px; border-radius: var(--radius-xl); --sh: 5px; }
.btn--sm { height: 44px; font-size: 14px; padding: 0 18px; --sh: 3px; }
.btn--white { --fill: var(--white); }
.btn--green { --fill: var(--pop-green); }
.btn--wa-glyph svg { flex: none; }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border: 2px solid var(--ink);
  border-radius: var(--radius-lg); box-shadow: 4px 4px 0 0 var(--ink);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250,249,245,.85); backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--ink);
}
.site-header .wrap { display: flex; align-items: center; gap: 16px; padding-top: 12px; padding-bottom: 12px; }
.logo-slot {
  display: inline-flex; align-items: center; gap: 10px;
}
.brand-logo { display: block; width: auto; height: 40px; }
.brand-logo--footer { height: 50px; }
.logo-mark {
  width: 38px; height: 38px; flex: none; border-radius: 11px; border: 2px solid var(--ink);
  background: var(--pop-orange); background-image: var(--halftone); background-size: 7px 7px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 2px 2px 0 0 var(--ink);
  font-family: var(--font-display); font-size: 22px; color: var(--ink);
}
.logo-word { font-family: var(--font-display); font-size: 26px; text-transform: uppercase; letter-spacing: -0.01em; }
.logo-hint {
  font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); border: 1px dashed var(--ink-ghost); border-radius: 5px; padding: 1px 5px; margin-left: 2px;
}
.site-header .cta-head { margin-left: auto; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--cream); background-image: radial-gradient(rgba(25,25,25,0.06) 1.1px, transparent 1.4px); background-size: 20px 20px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1fr; gap: 36px; padding-top: 44px; padding-bottom: 56px; align-items: center; }
.hero h1 { font-size: clamp(34px, 8.6vw, 72px); margin-top: 16px; }
.hero .pill-word {
  display: inline-block; background: var(--pop-orange); border: 3px solid var(--ink);
  border-radius: 14px; padding: 0 12px; box-shadow: 5px 5px 0 0 var(--ink); transform: rotate(-2deg);
}
.hero-sub { margin: 22px 0 0; max-width: 540px; font-weight: 500; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust { display: flex; align-items: center; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.stars { display: inline-flex; color: var(--pop-orange); }
.trust .num { font-weight: 800; }
.trust .txt { font-size: 13.5px; color: var(--ink-mute); }

.hero-art { position: relative; }
.hero-art .bg-titles {
  position: absolute; inset: -6% -10%; z-index: 0; display: flex; flex-direction: column;
  justify-content: center; gap: 2px; pointer-events: none; overflow: hidden;
}
.hero-art .bg-titles span {
  font-family: var(--font-display); font-size: clamp(48px, 12vw, 120px); text-transform: uppercase;
  line-height: .8; color: transparent; -webkit-text-stroke: 1.5px var(--ink-ghost); white-space: nowrap; opacity: .5;
}
.portrait-frame {
  position: relative; z-index: 1; border: 3px solid var(--ink); border-radius: 22px; overflow: hidden;
  box-shadow: 8px 8px 0 0 var(--ink); background: var(--pop-green); max-width: 380px; margin: 0 auto;
  transform: rotate(1.5deg);
}
.portrait-frame img { width: 100%; }
.portrait-tab {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  background: var(--white); border: 2px solid var(--ink); border-radius: 999px; padding: 5px 13px; box-shadow: 3px 3px 0 0 var(--ink);
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--pop-yellow); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
  height: 46px; display: flex; align-items: center; overflow: hidden; white-space: nowrap;
}
.marquee__track { display: inline-flex; gap: 0; animation: marquee 26s linear infinite; }
.marquee__track span {
  font-family: var(--font-mono); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
  padding: 0 22px; display: inline-flex; align-items: center; gap: 22px;
}
.marquee__track span::after { content: "●"; font-size: 8px; color: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ---------- Section scaffolding ---------- */
.section { padding: 64px 0; }
.section--white { background: var(--white); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.section-head { max-width: 660px; margin: 0 auto 36px; text-align: center; }
.section-head .lead { margin-top: 12px; }

/* ---------- Gap matrix ---------- */
.matrix { display: grid; grid-template-columns: 1fr; gap: 18px; }
.panel { border: 2px solid var(--ink); border-radius: var(--radius-lg); padding: 24px; box-shadow: 4px 4px 0 0 var(--ink); }
.panel--chaos { background: var(--white); }
.panel--suite { background: var(--pop-green); }
.panel h3 { font-family: var(--font-heading); font-weight: 900; font-size: 21px; margin: 0 0 4px; letter-spacing: -0.01em; }
.panel .tag-mini {
  display: inline-block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  border: 2px solid var(--ink); border-radius: 999px; padding: 3px 10px; margin-bottom: 16px; font-weight: 700;
}
.panel--chaos .tag-mini { background: var(--tint-orange); }
.panel--suite .tag-mini { background: var(--white); }
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; line-height: 1.4; font-weight: 500; }
.checklist .ic { flex: none; width: 22px; height: 22px; border-radius: 6px; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.panel--chaos .ic { background: var(--white); color: var(--pop-crimson); }
.panel--suite .ic { background: var(--white); color: var(--ink); }

/* ---------- Directors carousel ---------- */
.carousel {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 20px 22px; margin: 0 -20px; -webkit-overflow-scrolling: touch;
}
.carousel::-webkit-scrollbar { height: 8px; }
.carousel::-webkit-scrollbar-thumb { background: var(--ink); border-radius: 999px; }
.dir-card {
  scroll-snap-align: start; flex: 0 0 258px; background: var(--white);
  border: 2px solid var(--ink); border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: 5px 5px 0 0 var(--ink); display: flex; flex-direction: column;
  transition: transform var(--dur) var(--ease-snap), box-shadow var(--dur) var(--ease-snap);
}
.dir-card:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 0 var(--ink); }
.dir-card__top { position: relative; aspect-ratio: 1; border-bottom: 2px solid var(--ink); }
.dir-card__top img { width: 100%; height: 100%; object-fit: cover; }
.dir-card__role {
  position: absolute; left: 12px; bottom: 0; transform: translateY(50%);
  font-family: var(--font-mono); font-weight: 700; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  border: 2px solid var(--ink); border-radius: 999px; padding: 4px 11px; box-shadow: 2px 2px 0 0 var(--ink);
}
.dir-card__body { padding: 22px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dir-card__name { font-family: var(--font-heading); font-weight: 900; font-size: 22px; letter-spacing: -0.02em; }
.dir-card__fw { font-size: 13.5px; line-height: 1.45; color: var(--ink-soft); flex: 1; }
.dir-card__link { font-family: var(--font-mono); font-weight: 700; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.carousel-hint { text-align: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin-top: 6px; }

/* ---------- WhatsApp simulator ---------- */
.sim { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.phone {
  width: 300px; max-width: 88vw; margin: 0 auto; background: #0B141A; border: 3px solid var(--ink);
  border-radius: 38px; padding: 12px 10px; box-shadow: 10px 10px 0 0 var(--ink); position: relative;
}
.phone__notch { width: 120px; height: 22px; background: var(--ink); border-radius: 0 0 16px 16px; margin: -12px auto 0; }
.phone__screen { border-radius: 26px; overflow: hidden; background: #0B141A; }
.wa-top { background: #1F2C34; color: #E9EDEF; display: flex; align-items: center; gap: 10px; padding: 12px 12px; }
.wa-top img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 1.5px solid #2A3942; }
.wa-top .nm { font-weight: 700; font-size: 14px; line-height: 1.1; }
.wa-top .on { font-size: 11px; color: #8FA6B0; }
.wa-body { background-color: #0B141A; background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1.5px); background-size: 14px 14px; padding: 16px 12px; display: flex; flex-direction: column; gap: 9px; min-height: 360px; }
.wa-day { align-self: center; background: #182229; color: #8FA6B0; font-size: 10.5px; font-weight: 600; padding: 3px 12px; border-radius: 8px; margin-bottom: 4px; }
.bubble { max-width: 80%; padding: 8px 11px; border-radius: 10px; font-size: 13.2px; line-height: 1.4; position: relative; opacity: 0; transform: translateY(8px); animation: bubbleIn .4s var(--ease-out) forwards; }
.bubble.me { align-self: flex-end; background: #005C4B; color: #E9EDEF; border-bottom-right-radius: 3px; }
.bubble.them { align-self: flex-start; background: #1F2C34; color: #E9EDEF; border-bottom-left-radius: 3px; }
.bubble .t { font-size: 9px; color: rgba(233,237,239,.5); float: right; margin: 6px 0 -2px 8px; }
.bubble--data { background: #1F2C34; border: 1px solid #2A3942; }
.bubble--data .dh { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--pop-green); font-weight: 700; }
.bubble--data .dr { display: flex; justify-content: space-between; font-size: 12px; color: #E9EDEF; margin-top: 5px; }
.bubble--data .dr b { color: var(--pop-green); }
.typing { align-self: flex-start; background: #1F2C34; padding: 11px 14px; border-radius: 10px; display: inline-flex; gap: 4px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: #8FA6B0; animation: blink 1.2s infinite; }
.typing i:nth-child(2){ animation-delay: .2s; } .typing i:nth-child(3){ animation-delay: .4s; }
@keyframes bubbleIn { to { opacity: 1; transform: none; } }
@keyframes blink { 0%,60%,100%{ opacity:.3 } 30%{ opacity:1 } }
@media (prefers-reduced-motion: reduce) { .bubble { animation: none; opacity: 1; transform: none; } .typing i { animation: none; } }
.sim-copy h2 { margin-bottom: 14px; }
.sim-feats { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.sim-feats li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; font-weight: 500; }
.sim-feats .ic { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--pop-green); border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: 1fr; gap: 14px; }
.bento .box { border: 2px solid var(--ink); border-radius: var(--radius-xl); padding: 22px; box-shadow: 4px 4px 0 0 var(--ink); background: var(--white); position: relative; overflow: hidden; }
.bento .box h3 { font-family: var(--font-heading); font-weight: 900; font-size: 20px; margin: 10px 0 6px; letter-spacing: -0.01em; }
.bento .box p { margin: 0; font-size: 14px; color: var(--ink-soft); line-height: 1.45; }
.bento .ic-badge { width: 46px; height: 46px; border-radius: 12px; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: 2px 2px 0 0 var(--ink); }
.box--feature { background: var(--pop-yellow); background-image: var(--halftone); background-size: 12px 12px; }
.box--green { background: var(--pop-green); }
.box--cyan { background: var(--pop-cyan); }
.layered-badge {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-weight: 900; font-size: 26px;
  letter-spacing: -0.02em; background: var(--white); border: 2px solid var(--ink); border-radius: 14px; padding: 8px 16px;
  box-shadow: 4px 4px 0 0 var(--ink); transform: rotate(-1.5deg);
}

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.plan { border: 2px solid var(--ink); border-radius: var(--radius-xl); padding: 26px; box-shadow: 4px 4px 0 0 var(--ink); background: var(--white); display: flex; flex-direction: column; }
.plan--pop { background: var(--pop-orange); box-shadow: 6px 6px 0 0 var(--ink); }
.plan__name { font-family: var(--font-heading); font-weight: 900; font-size: 22px; }
.plan__blurb { font-size: 13.5px; color: var(--ink-soft); margin: 6px 0 16px; min-height: 38px; }
.plan--pop .plan__blurb { color: var(--ink-soft); }
.plan__price { display: flex; align-items: baseline; gap: 6px; }
.plan__price .n { font-family: var(--font-display); font-size: 50px; line-height: .9; }
.plan__price .per { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-mute); }
.plan__rule { height: 2px; background: var(--ink); margin: 18px 0; }
.plan__feats { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.plan__feats li { display: flex; gap: 10px; font-size: 14px; font-weight: 500; align-items: flex-start; }
.plan__feats .ic { color: var(--ink); flex: none; margin-top: 1px; }
.plan .btn { margin-top: auto; }
.plan-badge { display: inline-flex; align-self: flex-start; font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: var(--white); border: 2px solid var(--ink); border-radius: 999px; padding: 3px 10px; margin-bottom: 10px; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 2px solid var(--ink); border-radius: var(--radius-lg); background: var(--white); box-shadow: 2px 2px 0 0 var(--ink); overflow: hidden; transition: box-shadow var(--dur) ease; }
.faq-item[open] { box-shadow: 4px 4px 0 0 var(--ink); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; list-style: none; padding: 17px 20px; font-family: var(--font-heading); font-weight: 800; font-size: 17px; }
.faq-q::-webkit-details-marker { display: none; }
.faq-sign { flex: none; width: 30px; height: 30px; border-radius: 8px; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; background: var(--white); transition: background var(--dur) ease; }
.faq-item[open] .faq-sign { background: var(--pop-orange); }
.faq-a { padding: 0 20px 18px; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ---------- Closer ---------- */
.closer { background: var(--pop-yellow); border-top: 2px solid var(--ink); background-image: radial-gradient(rgba(25,25,25,0.10) 1.1px, transparent 1.4px); background-size: 18px 18px; }
.closer .wrap { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.closer h2 { font-size: clamp(28px, 6vw, 46px); }
.scarcity-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 2px solid var(--ink); border-radius: 999px; padding: 6px 14px; font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; box-shadow: 3px 3px 0 0 var(--ink); margin-bottom: 16px; }
.scarcity-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pop-crimson); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); }
.site-footer .wrap { padding-top: 44px; padding-bottom: 28px; display: grid; grid-template-columns: 1fr; gap: 26px; }
.site-footer .logo-word { color: var(--cream); }
.site-footer .logo-mark { box-shadow: none; }
.site-footer p { color: #BDBDB8; font-size: 14px; line-height: 1.5; }
.site-footer .foot-cta a { font-weight: 800; color: var(--cream); display: inline-flex; align-items: center; gap: 8px; }
.foot-legal { border-top: 1px solid #333; margin-top: 8px; padding-top: 16px; font-size: 12.5px; color: #8A8A86; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; border: 2px solid var(--ink);
  display: flex; align-items: center; justify-content: center; box-shadow: 3px 3px 0 0 var(--ink);
  transition: transform var(--dur-fast) var(--ease-snap), box-shadow var(--dur-fast) var(--ease-snap);
}
.wa-float:hover { transform: translate(2px,2px); box-shadow: 1px 1px 0 0 var(--ink); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Footer · redes sociales ---------- */
.foot-social { display: flex; gap: 10px; margin-top: 14px; }
.foot-social__ic {
  width: 38px; height: 38px; border-radius: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--cream); background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.22);
  transition: transform var(--dur-fast) var(--ease-snap), background var(--dur-fast) ease, color var(--dur-fast) ease;
}
.foot-social__ic:hover { transform: translateY(-2px); background: var(--pop-green); color: var(--ink); border-color: var(--ink); }

/* ---------- Punto secreto del panel (pasa desapercibido) ---------- */
#admin-dot {
  display: inline-block; width: 9px; height: 9px; margin-left: 2px;
  border-radius: 50%; background: currentColor; opacity: 0.18;
  cursor: default; vertical-align: baseline;
  transition: opacity var(--dur) ease;
}
#admin-dot:hover { opacity: 0.45; }

/* ---------- Modal de contraseña del panel ---------- */
.admin-gate {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(25,25,25,0.55); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 22px;
}
.admin-gate[hidden] { display: none; }
.admin-gate__box {
  width: 360px; max-width: 100%; background: var(--white);
  border: 3px solid var(--ink); border-radius: 20px; box-shadow: 8px 8px 0 0 var(--ink);
  padding: 26px 24px; animation: gatePop .2s var(--ease-snap);
}
@keyframes gatePop { from { transform: translateY(10px) scale(.97); opacity: 0; } }
.admin-gate__title { font-family: var(--font-heading); font-weight: 900; font-size: 21px; letter-spacing: -0.02em; }
.admin-gate__sub { font-size: 13.5px; color: var(--ink-mute); margin: 6px 0 16px; }
.admin-gate__input {
  width: 100%; height: 46px; border: 2px solid var(--ink); border-radius: 12px;
  padding: 0 14px; font-family: var(--font-sans); font-size: 15px; font-weight: 500; outline: none;
}
.admin-gate__input:focus { box-shadow: 3px 3px 0 0 var(--ink); }
.admin-gate__err { color: var(--pop-crimson); font-weight: 700; font-size: 12.5px; margin-top: 8px; }
.admin-gate__row { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }

/* ============================================================
   Responsive — tablet & up
   ============================================================ */
@media (min-width: 720px) {
  .section { padding: 84px 0; }
  .matrix { grid-template-columns: 1fr 1fr; gap: 22px; }
  .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(150px, auto); }
  .bento .box--feature { grid-column: span 2; grid-row: span 2; }
  .bento .box--wide { grid-column: span 2; }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .closer .wrap { grid-template-columns: 1.3fr 1fr; }
  .site-footer .wrap { grid-template-columns: 1.6fr 1fr 1fr; }
}
@media (min-width: 920px) {
  .hero .wrap { grid-template-columns: 1.08fr .92fr; gap: 30px; padding-top: 64px; padding-bottom: 80px; }
  .sim { grid-template-columns: 1fr 1fr; gap: 48px; }
  .portrait-frame { margin: 0; max-width: 420px; }
}
