/* Cape Granite Connection — v2 Atlantic polish. Tokens em tokens.css. */

html { overflow-x: clip; scroll-behavior: smooth; }
body { overflow-x: clip; margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-body); font-size: var(--text-base); line-height: 1.62;
  -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.06;
  letter-spacing: -0.025em; margin: 0 0 var(--space-md); text-wrap: balance; }
h1 { font-size: var(--text-display); }
h2 { font-size: clamp(1.9rem, 2.6vw + 0.8rem, 2.9rem); }
h3 { font-size: var(--text-md); letter-spacing: -0.015em; }
p  { margin: 0 0 var(--space-md); max-width: 64ch; }
a  { color: var(--blue-deep); text-decoration: none;
  transition: color var(--dur-micro) var(--ease-out); }
a:hover { color: var(--blue); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
::selection { background: var(--blue); color: #fff; }

.wrap { max-width: 76rem; margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }

/* ---------- topline + header (frosted on scroll) ---------- */
.topline { background: var(--grad-bar); color: var(--on-dark-2); font-size: var(--text-sm); }
.topline .wrap { display: flex; gap: var(--space-lg); justify-content: space-between;
  align-items: center; padding-block: 0.4rem; }
.topline a { color: var(--on-dark); white-space: nowrap; }
.topline a:hover { color: var(--sky); }
.topline .addr { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.site-head { position: sticky; top: 0; z-index: var(--z-sticky);
  background: color-mix(in oklch, var(--paper) 82%, transparent);
  -webkit-backdrop-filter: saturate(1.6) blur(18px); backdrop-filter: saturate(1.6) blur(18px);
  border-bottom: 1px solid color-mix(in oklch, var(--rule) 55%, transparent);
  transition: box-shadow var(--dur-short) var(--ease-out),
    background-color var(--dur-short) var(--ease-out),
    border-color var(--dur-short) var(--ease-out); }
/* fixa no topo = barra escura, conteúdo claro (mesmo degradê das outras superfícies escuras) */
.site-head.scrolled { background: var(--grad-bar); border-bottom-color: transparent;
  box-shadow: 0 10px 34px oklch(19% 0.045 245 / 0.28); }
.site-head.scrolled .nav > a,
.site-head.scrolled .nav > button { color: var(--on-dark); }
.site-head.scrolled .nav > a:hover,
.site-head.scrolled .nav > button:hover { color: var(--sky); }
.site-head.scrolled .nav > a[aria-current="page"] { color: var(--sky); }
.site-head.scrolled .nav .tel { color: var(--on-dark-2); }
.site-head.scrolled .menu-btn { border-color: oklch(100% 0 0 / 0.32); }
.site-head.scrolled .bars i { background: var(--on-dark); }

.site-head .wrap { display: flex; align-items: center; gap: var(--space-lg);
  padding-block: 0.7rem; }
.brand { display: grid; margin-right: auto; }
.brand img { width: 152px; height: auto; grid-area: 1 / 1;
  transition: opacity var(--dur-short) var(--ease-out); }
.brand .logo-light { opacity: 0; }
.site-head.scrolled .brand .logo-ink { opacity: 0; }
.site-head.scrolled .brand .logo-light { opacity: 1; }

.nav { display: flex; align-items: center; gap: var(--space-lg); }
.nav > a, .nav > button { font: inherit; font-size: 0.98rem; font-weight: 500;
  color: var(--ink); background: none; border: 0; padding: 0; cursor: pointer;
  text-decoration: none; white-space: nowrap; }
.nav > a:hover, .nav > button:hover { color: var(--blue); }
.nav > a[aria-current="page"] { color: var(--blue); }
.nav .tel { font-variant-numeric: tabular-nums; color: var(--ink-2); }
.nav .cta { background: var(--blue); color: #fff; padding: 0.55rem 1.15rem;
  border-radius: 999px; font-weight: 600;
  transition: background var(--dur-micro) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
.nav .cta:hover { background: var(--blue-deep); color: #fff; transform: translateY(-1px); }
.nav .cta:active { transform: translateY(0); }

/* materials panel */
.mats-btn::after { content: " ▾"; font-size: 0.68em; }
.mats-panel { position: absolute; left: 0; right: 0; top: 100%;
  background: color-mix(in oklch, var(--paper) 94%, transparent);
  -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--rule); box-shadow: 0 24px 60px oklch(23% 0.05 243 / 0.14);
  z-index: var(--z-dropdown); }
.mats-panel[hidden] { display: none; }
.mats-panel .wrap { display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  align-items: start; gap: var(--space-xl); padding-block: var(--space-xl); }
.mats-panel h3 { font-size: var(--text-base); margin-bottom: var(--space-xs); }
.mats-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.3rem; }
.mats-panel a { color: var(--ink-2); }
.mats-panel a:hover { color: var(--blue); }
.scrim { position: fixed; inset: 0; background: oklch(23% 0.05 243 / 0.35); z-index: calc(var(--z-dropdown) - 1); }
.scrim[hidden] { display: none; }
.menu-btn { display: none; }

/* ---------- buttons ---------- */
.chip { display: inline-block; background: var(--blue); color: #fff; border: 0;
  padding: 0.85rem 1.7rem; border-radius: 999px; font-weight: 600; font-size: 1.02rem;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background var(--dur-micro) var(--ease-out), transform var(--dur-micro) var(--ease-out),
    box-shadow var(--dur-micro) var(--ease-out); }
.chip:hover { background: var(--blue-deep); color: #fff; transform: translateY(-1px);
  box-shadow: 0 10px 24px oklch(60% 0.11 232 / 0.35); }
.chip:active { transform: translateY(0); box-shadow: none; }
.chip.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--rule); }
.chip.ghost:hover { border-color: var(--blue); color: var(--blue); box-shadow: none; }
.on-dark .chip.ghost { color: var(--on-dark); border-color: var(--navy-3); }
.on-dark .chip.ghost:hover { border-color: var(--sky); color: var(--sky); }
.chip[disabled] { opacity: 0.55; cursor: default; }
.linkcta { font-weight: 600; color: var(--blue-deep); }
.linkcta::after { content: " →"; }
.linkcta:hover { color: var(--blue); }
.on-dark .linkcta { color: var(--sky); }

/* ---------- hero (full-bleed photo) ---------- */
.hero { position: relative; min-height: clamp(520px, 78vh, 860px); display: grid;
  align-items: end; color: var(--on-dark); isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover;
  animation: hero-zoom 2.8s var(--ease-out) both; }
@keyframes hero-zoom { from { transform: scale(1.07); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--grad-veil); }
.hero .wrap { padding-block: var(--space-2xl) var(--space-3xl); }
.hero h1 { color: #fff; max-width: 15ch; margin-bottom: var(--space-md); }
.hero .lede { font-size: var(--text-md); color: var(--on-dark); max-width: 52ch;
  margin-bottom: var(--space-xl); }

/* ---------- section scaffolding ---------- */
.band { padding-block: var(--space-3xl); }
.band.dark { background: var(--grad-dark); color: var(--on-dark); }
.band.dark h2, .band.dark h3 { color: #fff; }
.band.dark p { color: var(--on-dark-2); }
.band.wash { background: var(--wash); }
.band-head { max-width: 46rem; margin-bottom: var(--space-xl); }
.band-head p { color: var(--ink-2); font-size: var(--text-md); }
.band.dark .band-head p { color: var(--on-dark-2); }

/* stat band (contadores) */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  grid-template-rows: auto auto; gap: var(--space-md) var(--space-xl); }
.stat { display: grid; gap: var(--space-xs); }
@supports (grid-template-rows: subgrid) {
  .stat { grid-row: span 2; grid-template-rows: subgrid; }   /* legendas alinhadas mesmo com número de 2 linhas */
}
.stat b { display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.9rem, 4.4vw + 0.6rem, 4.6rem); line-height: 0.98; letter-spacing: -0.035em;
  color: #fff; font-variant-numeric: tabular-nums; align-self: end; }
.stat > span { color: var(--on-dark-2); font-size: var(--text-sm); line-height: 1.45; }

/* diptych rows */
.dip { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center; padding-block: var(--space-2xl); }
.band .dip { padding-block: 0; }   /* a band já dá o respiro vertical */
.dip.flip > .dip-media { order: -1; }
.dip-media { border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 30px 80px oklch(23% 0.05 243 / 0.18); }
.dip-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover;
  transition: transform 1.2s var(--ease-out); }
.dip-media:hover img { transform: scale(1.03); }
.lede { font-size: var(--text-md); color: var(--ink-2); }

/* full-bleed photo interlude with parallax */
.interlude { position: relative; height: clamp(340px, 56vh, 620px); overflow: hidden; isolation: isolate; }
.interlude img { width: 100%; height: 118%; object-fit: cover; position: absolute; inset: auto 0 0 0; }
@supports (animation-timeline: view()) {
  .interlude img { animation: drift linear both; animation-timeline: view(); }
  @keyframes drift { from { transform: translateY(-6%); } to { transform: translateY(4%); } }
}
.interlude figcaption { position: absolute; left: 0; right: 0; bottom: 0;
  padding: var(--space-2xl) 0 var(--space-lg);
  background: var(--grad-veil);
  color: var(--on-dark); font-size: var(--text-sm); }

/* ---------- material cards ---------- */
.matgrid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--space-lg); }
.matcard { position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4/5; display: flex; align-items: flex-end; text-decoration: none;
  isolation: isolate; }
.matcard img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%;
  object-fit: cover; transition: transform 1s var(--ease-out); }
.matcard::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--grad-veil); }
.matcard:hover img { transform: scale(1.05); }
.matcard div { padding: var(--space-lg); }
.matcard h3 { color: #fff; margin-bottom: 0.15rem; }
.matcard p { color: var(--on-dark-2); font-size: var(--text-sm); margin: 0; }

/* ---------- swatch grid + specimen tags ---------- */
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: var(--space-lg); padding-block: var(--space-lg) var(--space-2xl); }
.swatch { text-decoration: none; }
.swatch img { aspect-ratio: 1; object-fit: cover; width: 100%; border-radius: var(--radius-sm);
  box-shadow: 0 2px 10px oklch(23% 0.05 243 / 0.08);
  transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.swatch:hover img { transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 30px oklch(23% 0.05 243 / 0.18); }
.tag { display: inline-flex; align-items: center; gap: 0.45em; margin-top: var(--space-xs);
  font-size: var(--text-sm); font-weight: 500; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--ink-2); }
.tag::before { content: ""; width: 0.5em; height: 0.5em; border-radius: 50%;
  border: 1.5px solid var(--blue); }
.swatch:hover .tag { color: var(--blue-deep); }

/* ---------- gallery ---------- */
.workgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-md); padding-block: var(--space-lg) var(--space-2xl); }
.workgrid a { display: block; line-height: 0; border-radius: var(--radius-sm); overflow: hidden; }
.workgrid img { aspect-ratio: 1; object-fit: cover; width: 100%;
  transition: transform 0.9s var(--ease-out); }
.workgrid a:hover img { transform: scale(1.04); }

/* ---------- reviews ---------- */
.pullquote blockquote { margin: 0; font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.4rem, 2vw + 0.7rem, 2.1rem); line-height: 1.3; letter-spacing: -0.015em;
  max-width: 36ch; }
.pullquote .attr { margin-top: var(--space-md); font-size: var(--text-sm); color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
.reviews-band { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--space-lg);
  padding-top: var(--space-xl); }
.review { background: var(--paper); border-radius: var(--radius); padding: var(--space-lg);
  box-shadow: 0 4px 18px oklch(23% 0.05 243 / 0.07); }
.review p { font-size: var(--text-base); color: var(--ink-2); margin-bottom: var(--space-xs); }
.review .attr { font-size: var(--text-sm); color: var(--muted); font-weight: 500; }

/* ---------- forms ---------- */
form { max-width: 46rem; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md) var(--space-lg); }
.fgrid .full { grid-column: 1 / -1; }
label { display: block; font-size: var(--text-sm); font-weight: 600; margin-bottom: 0.3rem; }
input, select, textarea { width: 100%; font: inherit; color: var(--ink);
  background: #fff; border: 1.5px solid var(--rule); padding: 0.7rem 0.9rem;
  border-radius: var(--radius-sm); transition: border-color var(--dur-micro) var(--ease-out); }
input:hover, select:hover, textarea:hover { border-color: var(--muted); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--focus);
  outline-offset: 0; border-color: var(--focus); }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); }
.field-err { color: var(--error); font-size: var(--text-sm); margin-top: var(--space-2xs); }
.form-note { font-size: var(--text-sm); color: var(--muted); }
.form-status { margin-top: var(--space-md); font-weight: 600; }
.form-status.ok { color: var(--ok); }
.form-status.err { color: var(--error); }

/* ---------- widget embeds (Stone Project) ---------- */
.qw-frame { width: 100%; border: 0; border-radius: var(--radius); background: transparent;
  min-height: 640px; }
.viz-tabs { display: flex; flex-wrap: wrap; gap: var(--space-xs); padding-block: var(--space-md); }
.viz-tabs button { font: inherit; font-size: var(--text-sm); font-weight: 500;
  border: 1.5px solid var(--rule); background: var(--paper); color: var(--ink-2);
  padding: 0.45rem 1.1rem; border-radius: 999px; cursor: pointer;
  transition: border-color var(--dur-micro) var(--ease-out), color var(--dur-micro) var(--ease-out); }
.viz-tabs button:hover { border-color: var(--blue); color: var(--blue); }
.viz-tabs button[aria-selected="true"] { border-color: var(--blue); background: var(--blue); color: #fff; }
.viz-frame { width: 100%; height: min(78vh, 820px); border: 1px solid var(--rule);
  border-radius: var(--radius); }

/* ---------- footer (navy) ---------- */
.site-foot { margin-top: var(--space-3xl); background: var(--grad-dark); color: var(--on-dark-2); }
.site-foot .mast { display: flex; flex-wrap: wrap; gap: var(--space-xl);
  align-items: center; padding-block: var(--space-2xl) var(--space-xl); }
.site-foot .mast img { width: 170px; height: auto; opacity: 0.96; }
.site-foot .mast p { margin: 0; max-width: 44ch; }
.foot-cols { display: flex; flex-wrap: wrap; gap: var(--space-3xl); padding-bottom: var(--space-xl); }
.foot-cols div { font-size: var(--text-sm); }
.foot-cols b { display: block; font-weight: 600; margin-bottom: var(--space-xs);
  letter-spacing: 0.07em; text-transform: uppercase; font-size: 0.78rem; color: var(--sky); }
.foot-cols a { color: var(--on-dark); }
.foot-cols a:hover { color: var(--sky); }
.foot-cols li { margin-bottom: 0.3rem; list-style: none; }
.foot-cols ul { margin: 0; padding: 0; }
.colophon { border-top: 1px solid var(--navy-3); padding-block: var(--space-md);
  font-size: var(--text-sm); display: flex; flex-wrap: wrap;
  gap: var(--space-md); justify-content: space-between; }
.colophon a { color: var(--on-dark); }

/* ---------- page scaffolding ---------- */
.page-head { padding-block: var(--space-2xl) var(--space-lg); }
.page-head p { color: var(--ink-2); font-size: var(--text-md); }
.prose { padding-bottom: var(--space-2xl); }
.prose ul { max-width: 64ch; padding-left: 1.2em; }
.prose li { margin-bottom: var(--space-2xs); }

.levelnav { display: flex; flex-wrap: wrap; gap: var(--space-xs); padding-bottom: var(--space-md); }
.levelnav a { border: 1.5px solid var(--rule); padding: 0.4rem 1.05rem; border-radius: 999px;
  font-size: var(--text-sm); font-weight: 500; color: var(--ink-2); white-space: nowrap;
  transition: border-color var(--dur-micro) var(--ease-out), color var(--dur-micro) var(--ease-out); }
.levelnav a:hover { border-color: var(--blue); color: var(--blue); }
.levelnav a[aria-current="page"] { border-color: var(--blue); background: var(--blue); color: #fff; }

.catgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--space-lg); padding-block: var(--space-lg) var(--space-2xl); }
.catcard { border: 1.5px solid var(--rule); border-radius: var(--radius); padding: var(--space-lg);
  transition: border-color var(--dur-micro) var(--ease-out), transform var(--dur-short) var(--ease-out),
    box-shadow var(--dur-short) var(--ease-out); }
.catcard:hover { border-color: var(--blue); transform: translateY(-2px);
  box-shadow: 0 14px 34px oklch(23% 0.05 243 / 0.10); }
.catcard h3 { margin-bottom: var(--space-2xs); color: var(--ink); }
.catcard p { color: var(--muted); font-size: var(--text-sm); margin: 0; }

/* ---------- motion: load + scroll reveals ---------- */
.reveal { opacity: 0; transform: translateY(14px);
  animation: reveal var(--dur-long) var(--ease-out) forwards;
  animation-delay: calc(var(--i, 0) * 90ms); }
@keyframes reveal { to { opacity: 1; transform: none; } }

.io { opacity: 0; transform: translateY(22px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 90ms); }
.io.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 150ms !important; transition-duration: 100ms !important; }
  .hero-bg img { animation: none; }
  .interlude img { animation: none; }
  .io { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 60rem) {
  .dip { grid-template-columns: 1fr; padding-block: var(--space-xl); }
  .dip.flip > .dip-media { order: 0; }
  /* KPIs seguem em 4 colunas até o iPad mini (768 px) */
  .stats { grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--space-md) var(--space-lg); }
  .matgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .matcard { aspect-ratio: 4/5; }
  /* em 2 colunas o último card de um total ímpar ocuparia meia linha — ocupa a linha toda */
  .matgrid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .matgrid > .matcard:last-child:nth-child(odd) { aspect-ratio: 16/7; }
  .reviews-band { grid-template-columns: 1fr; }
  .mats-panel .wrap { grid-template-columns: 1fr; gap: var(--space-lg); max-height: 70vh; overflow-y: auto; }
  .topline .addr { display: none; }

  /* hamburger */
  .menu-btn { display: grid; place-items: center; width: 46px; height: 46px;
    background: none; border: 1.5px solid var(--rule); border-radius: 12px; cursor: pointer;
    transition: border-color var(--dur-micro) var(--ease-out); }
  .menu-btn:hover { border-color: var(--blue); }
  .bars { display: grid; gap: 5px; width: 20px; }
  .bars i { display: block; height: 2px; background: var(--ink); border-radius: 2px;
    transition: transform var(--dur-short) var(--ease-out), opacity var(--dur-micro) var(--ease-out); }
  .menu-btn[aria-expanded="true"] .bars i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-btn[aria-expanded="true"] .bars i:nth-child(2) { opacity: 0; }
  .menu-btn[aria-expanded="true"] .bars i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav { display: none; }
  .nav.open { display: flex; flex-direction: column; align-items: stretch;
    position: absolute; left: 0; right: 0; top: 100%;
    background: color-mix(in oklch, var(--paper) 97%, transparent);
    -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--rule); padding: var(--space-md) clamp(1.1rem, 4vw, 2rem) var(--space-lg);
    gap: 0; z-index: var(--z-dropdown); max-height: calc(100dvh - 100%); overflow-y: auto; }
  .nav.open > a, .nav.open > button { padding-block: 0.85rem; font-size: 1.1rem;
    border-bottom: 1px solid var(--rule); text-align: left; }
  /* menu aberto com a barra já escura: mantém o mesmo escuro */
  .site-head.scrolled .nav.open { background: var(--grad-bar); }
  .site-head.scrolled .nav.open > a,
  .site-head.scrolled .nav.open > button { border-bottom-color: oklch(100% 0 0 / 0.14); }
  .site-head.scrolled .nav.open > .cta { color: #fff; }
  .nav.open > .tel { border-bottom: 0; }
  .nav.open > .cta { margin-top: var(--space-md); border-bottom: 0; text-align: center;
    padding: 0.95rem 1.2rem; font-size: 1.05rem; }
}
@media (max-width: 40rem) {
  .fgrid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: var(--space-lg) var(--space-md); }
  .stat b { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .brand img { width: 118px; }
  h1 { font-size: var(--text-display-s); }
  .hero { min-height: 74vh; }
  .topline .wrap { justify-content: center; }

  /* fotos sempre de dois em dois no celular */
  .workgrid, .swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-xs); }
  .swatches { gap: var(--space-md); }
  .matgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-xs); }
  .matcard { aspect-ratio: 3/4; }
  .matgrid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .matgrid > .matcard:last-child:nth-child(odd) { aspect-ratio: 16/9; }
  .matcard div { padding: var(--space-md); }
  .matcard h3 { font-size: 1.05rem; }
  .matcard p { font-size: 0.78rem; line-height: 1.35; }
  .tag { font-size: 0.72rem; letter-spacing: 0.04em; }
}
