/* ============================================================
   Atelier Calmos — Sistem Desain
   Minimal & Modern · Studio desain grafis independen · Paris
   ============================================================ */

/* ---------- Font ---------- */
@font-face { font-display: swap; }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
body { line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, picture, video { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }

/* ---------- Token ---------- */
:root {
  --paper: #FFFFFF;
  --paper-2: #F6F5F2;      /* permukaan lembut */
  --paper-3: #EFEEEA;      /* permukaan kedua */
  --ink: #121212;          /* near-black */
  --ink-2: #46453F;        /* teks sekunder */
  --muted: #7C7A72;        /* label & meta */
  --line: #E7E5DF;         /* hairline */
  --line-2: #DAD8D0;       /* garis lebih tegas */
  --accent: #E23B22;       /* vermilion — dipakai hemat */
  --accent-ink: #BE2E17;
  --cobalt: #1B3BE0;
  --cream: #FAFAF8;        /* teks di atas gelap */

  --maxw: 1320px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 10px;
  --radius-lg: 18px;

  --ff-display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --ff-serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  --step--1: clamp(0.78rem, 0.75rem + 0.14vw, 0.85rem);
  --step-0:  clamp(1rem, 0.97rem + 0.16vw, 1.09rem);
  --step-1:  clamp(1.18rem, 1.1rem + 0.42vw, 1.42rem);
  --step-2:  clamp(1.45rem, 1.28rem + 0.86vw, 2.1rem);
  --step-3:  clamp(1.9rem, 1.55rem + 1.75vw, 3.15rem);
  --step-4:  clamp(2.6rem, 1.95rem + 3.2vw, 5rem);
  --step-5:  clamp(3.1rem, 1.9rem + 6vw, 7.5rem);

  --ease: cubic-bezier(.22,1,.36,1);
  --shadow: 0 1px 2px rgba(18,18,18,.04), 0 12px 32px -18px rgba(18,18,18,.16);
}

/* ---------- Base ---------- */
body {
  font-family: var(--ff-body);
  font-size: var(--step-0);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; }
.serif { font-family: var(--ff-serif); font-weight: 400; letter-spacing: 0; }
em, .italic { font-style: italic; }
strong { font-weight: 600; }

::selection { background: var(--ink); color: var(--paper); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 8vw, 128px); }
.section--tight { padding-block: clamp(40px, 5vw, 80px); }
.grid { display: grid; gap: clamp(20px, 3vw, 40px); }
.divider { height: 1px; background: var(--line); border: 0; }

.eyebrow {
  font-family: var(--ff-display);
  font-size: var(--step--1);
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: .7em;
  font-weight: 500;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent); border-radius: 2px; }

.lead { font-size: var(--step-1); line-height: 1.45; color: var(--ink-2); max-width: 44ch; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: saturate(1.2) blur(16px);
  -webkit-backdrop-filter: saturate(1.2) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.site-header.is-stuck { border-color: var(--line); background: color-mix(in srgb, var(--paper) 90%, transparent); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--ff-display); font-weight: 600; font-size: 1.04rem; letter-spacing: -.02em; }
.brand__mark { width: 28px; height: 28px; flex: none; }
.brand__mark svg, .brand__mark img { width: 100%; height: 100%; }
.brand small { font-weight: 500; color: var(--muted); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; align-self: flex-end; margin-bottom: .2rem; }

.nav__links { display: flex; align-items: center; gap: clamp(1.2rem, 2.2vw, 2.2rem); }
.nav__links a { font-family: var(--ff-display); font-size: .92rem; font-weight: 500; color: var(--ink-2); position: relative; padding-block: .3rem; transition: color .25s var(--ease); }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1.5px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { display: inline-flex; align-items: center; gap: .5rem; background: var(--ink); color: var(--cream); padding: .58rem 1.05rem; border-radius: 8px; font-family: var(--ff-display); font-size: .88rem; font-weight: 500; transition: background .3s var(--ease), transform .3s var(--ease); }
.nav__cta:hover { background: var(--accent); transform: translateY(-1px); }
.nav__cta::after { display: none; }

.nav__toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 8px; align-items: center; justify-content: center; }
.nav__toggle span { position: relative; width: 18px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.nav__toggle span::before, .nav__toggle span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.nav__toggle span::before { top: -6px; }
.nav__toggle span::after { top: 6px; }
body.menu-open .nav__toggle span { background: transparent; }
body.menu-open .nav__toggle span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav__toggle span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--ff-display); font-weight: 500; font-size: .98rem; padding: .85rem 1.5rem; border-radius: 8px; transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.btn svg { width: 1em; height: 1em; transition: transform .3s var(--ease); }
.btn--solid { background: var(--ink); color: var(--cream); }
.btn--solid:hover { background: var(--accent); transform: translateY(-2px); }
.btn--solid:hover svg { transform: translate(3px, -3px); }
.btn--ghost { border: 1px solid var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.btn--ghost:hover svg { transform: translate(3px, -3px); }
.btn--accent { background: var(--accent); color: var(--cream); }
.btn--accent:hover { background: var(--accent-ink); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(48px, 8vw, 104px); padding-bottom: clamp(32px, 4vw, 56px); position: relative; }
.hero__eyebrow { margin-bottom: clamp(20px, 2.6vw, 30px); }
.hero__title { font-size: var(--step-5); font-weight: 600; letter-spacing: -.04em; line-height: .96; max-width: 15ch; }
.hero__title .out { color: var(--muted); -webkit-text-stroke: 0; font-weight: 500; }
.hero__title .em { font-family: var(--ff-serif); font-weight: 400; font-style: italic; letter-spacing: -.005em; color: var(--accent); }
.hero__meta { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 56px); margin-top: clamp(32px, 4vw, 52px); align-items: end; }
.hero__lead { max-width: 44ch; font-size: var(--step-1); line-height: 1.5; color: var(--ink-2); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding-block: 20px; background: var(--paper-2); user-select: none; }
.marquee__track { display: flex; gap: 2.5rem; width: max-content; animation: marquee 42s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { font-family: var(--ff-display); font-size: clamp(1rem, 2vw, 1.55rem); font-weight: 500; letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 2.5rem; color: var(--ink-2); }
.marquee__item::after { content: "→"; color: var(--accent); font-size: .72em; opacity: .8; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section head ---------- */
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: clamp(32px, 5vw, 60px); }
.section-head h2 { font-size: var(--step-3); max-width: 18ch; }
.section-head > div + p, .section-head p { max-width: 38ch; color: var(--muted); }

/* ---------- Work grid ---------- */
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 2.4vw, 36px); }
.work-card { grid-column: span 6; display: block; position: relative; }
.work-card--wide { grid-column: span 12; }
.work-card--tall { grid-column: span 6; }
.work-card__media { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); aspect-ratio: 4 / 3; border: 1px solid var(--line); transition: border-color .4s var(--ease), box-shadow .4s var(--ease); }
.work-card--wide .work-card__media { aspect-ratio: 16 / 7; }
.work-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); will-change: transform; }
.work-card:hover .work-card__media { border-color: var(--line-2); box-shadow: var(--shadow); }
.work-card:hover .work-card__media img { transform: scale(1.03); }
.work-card__tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--ink); font-family: var(--ff-display); font-size: .72rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; padding: .38rem .68rem; border-radius: 6px; border: 1px solid var(--line); }
.work-card__info { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 16px; }
.work-card__title { font-family: var(--ff-display); font-size: var(--step-1); font-weight: 600; letter-spacing: -.02em; }
.work-card__cat { color: var(--muted); font-size: var(--step--1); text-align: right; flex: none; line-height: 1.5; }
.work-card__arrow { display: inline-block; color: var(--muted); transition: transform .4s var(--ease), color .4s var(--ease); }
.work-card:hover .work-card__arrow { transform: translate(4px, -4px); color: var(--accent); }
.work-card__year { color: var(--muted); font-size: var(--step--1); }

/* ---------- Feature / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split__media img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; box-shadow: var(--shadow); }
.stack > * + * { margin-top: 1.15em; }
.prose p { color: var(--ink-2); max-width: 60ch; line-height: 1.65; }
.prose p + p { margin-top: 1.15em; }
.prose h3 { font-size: var(--step-2); margin-top: 1.7em; margin-bottom: .55em; }

/* ---------- Stat / numbers ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: clamp(20px, 3vw, 44px); border-top: 1px solid var(--line); padding-top: clamp(28px, 4vw, 48px); }
.stat__num { font-family: var(--ff-display); font-size: var(--step-3); font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.stat__num .accent { color: var(--accent); }
.stat__label { color: var(--muted); margin-top: .6rem; font-size: var(--step--1); max-width: 22ch; line-height: 1.5; }

/* ---------- Services ---------- */
.services { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(16px, 4vw, 56px); align-items: baseline; padding-block: clamp(22px, 3vw, 34px); border-bottom: 1px solid var(--line); transition: padding-left .4s var(--ease), background .4s var(--ease); }
.service:hover { padding-left: clamp(8px, 1.5vw, 22px); background: linear-gradient(90deg, var(--paper-2), transparent 60%); }
.service__idx { font-family: var(--ff-display); color: var(--accent); font-size: .86rem; font-weight: 500; }
.service__name { font-family: var(--ff-display); font-size: var(--step-2); font-weight: 600; letter-spacing: -.02em; }
.service__desc { color: var(--muted); max-width: 40ch; line-height: 1.6; }
.service__tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .85rem; }
.chip { font-family: var(--ff-display); font-size: .76rem; border: 1px solid var(--line-2); border-radius: 6px; padding: .3rem .68rem; color: var(--ink-2); }

/* ---------- Quote ---------- */
.quote { text-align: center; max-width: 24ch; margin-inline: auto; }
.quote blockquote { font-family: var(--ff-serif); font-size: var(--step-4); line-height: 1.08; font-style: italic; letter-spacing: -.01em; }
.quote blockquote .accent { color: var(--accent); }
.quote figcaption { margin-top: 1.6rem; color: var(--muted); font-family: var(--ff-display); font-size: var(--step--1); text-transform: uppercase; letter-spacing: .14em; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: var(--cream); border-radius: var(--radius-lg); padding: clamp(40px, 7vw, 92px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% -10%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 60%); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band h2 { font-size: var(--step-4); letter-spacing: -.03em; }
.cta-band h2 .em { font-family: var(--ff-serif); font-style: italic; font-weight: 400; color: var(--accent); }
.cta-band p { color: color-mix(in srgb, var(--cream) 72%, transparent); max-width: 46ch; margin: 1.2rem auto 2rem; }
.cta-band .btn--solid { background: var(--cream); color: var(--ink); }
.cta-band .btn--solid:hover { background: var(--accent); color: var(--cream); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); padding-block: clamp(56px, 8vw, 100px) 36px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.footer-brand { font-family: var(--ff-display); font-size: var(--step-2); font-weight: 600; letter-spacing: -.02em; max-width: 18ch; }
.footer-brand .accent { color: var(--accent); }
.footer-col h4 { font-family: var(--ff-display); font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; color: color-mix(in srgb, var(--cream) 52%, transparent); margin-bottom: 1.15rem; font-weight: 500; }
.footer-col ul li + li { margin-top: .7rem; }
.footer-col a { color: color-mix(in srgb, var(--cream) 82%, transparent); transition: color .25s var(--ease); }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin-top: clamp(40px, 6vw, 68px); padding-top: 26px; border-top: 1px solid color-mix(in srgb, var(--cream) 14%, transparent); font-size: var(--step--1); color: color-mix(in srgb, var(--cream) 58%, transparent); }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--accent); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font-family: var(--ff-display); font-size: var(--step--1); color: var(--muted); }
.breadcrumb a { color: var(--ink-2); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span[aria-hidden] { opacity: .5; }

/* ---------- Project header ---------- */
.project-hero__cat { color: var(--accent); font-family: var(--ff-display); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; font-size: var(--step--1); }
.project-hero__title { font-size: var(--step-5); font-weight: 600; letter-spacing: -.035em; line-height: .96; margin-top: .35em; }
.project-hero__lead { font-size: var(--step-1); color: var(--ink-2); max-width: 48ch; margin-top: 1.2rem; line-height: 1.5; }
.project-cover { border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden; margin-top: clamp(28px, 4vw, 52px); box-shadow: var(--shadow); }
.project-cover img { width: 100%; }
.meta-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: clamp(18px, 2.5vw, 32px); border-block: 1px solid var(--line); padding-block: clamp(22px, 3vw, 34px); }
.meta-list dt { font-family: var(--ff-display); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin-bottom: .45rem; }
.meta-list dd { font-family: var(--ff-display); font-weight: 500; }

.figure { margin-block: clamp(24px, 4vw, 48px); }
.figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }
.figure figcaption { color: var(--muted); font-size: var(--step--1); margin-top: .8rem; }
.figure-duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 32px); }

.next-project { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-top: clamp(28px, 4vw, 44px); }
.next-project a { font-family: var(--ff-display); font-size: var(--step-3); font-weight: 600; letter-spacing: -.02em; display: inline-flex; align-items: center; gap: .5rem; }
.next-project a:hover { color: var(--accent); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 68px); }
.contact-big a { font-family: var(--ff-display); font-size: var(--step-2); font-weight: 500; letter-spacing: -.02em; word-break: break-word; }
.contact-big a:hover { color: var(--accent); }
.field { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.2rem; }
.field label { font-family: var(--ff-display); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.field input, .field textarea { background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 8px; padding: .85rem 1rem; font-size: 1rem; transition: border-color .25s var(--ease), background .25s var(--ease); }
.field input:focus, .field textarea:focus { border-color: var(--ink); background: var(--paper); outline: none; }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { color: var(--muted); font-size: var(--step--1); margin-top: 1rem; }
.form-status { color: var(--accent-ink); font-size: var(--step--1); margin-top: 1rem; min-height: 1em; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding-block: 1.2rem; }
.faq summary { font-family: var(--ff-display); font-size: var(--step-1); font-weight: 500; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4em; color: var(--accent); transition: transform .3s var(--ease); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-2); max-width: 68ch; margin-top: 1rem; line-height: 1.6; }

/* ---------- Reveal (anti-gagal: hanya aktif bila JS ada) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .07s; }
[data-reveal][data-delay="2"] { transition-delay: .14s; }
[data-reveal][data-delay="3"] { transition-delay: .21s; }

/* ---------- Tags list ---------- */
.tag-row { display: flex; flex-wrap: wrap; gap: .6rem; }

/* ---------- Mobile menu panel ---------- */
.mobile-menu { position: fixed; inset: 0; z-index: 90; background: var(--paper); transform: translateY(-100%); transition: transform .5s var(--ease); display: flex; flex-direction: column; justify-content: center; padding: var(--gutter); visibility: hidden; }
body.menu-open .mobile-menu { transform: translateY(0); visibility: visible; }
.mobile-menu ul { display: flex; flex-direction: column; gap: .3rem; }
.mobile-menu a { font-family: var(--ff-display); font-size: clamp(1.9rem, 8vw, 3rem); font-weight: 600; letter-spacing: -.02em; display: inline-block; padding-block: .2rem; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu__foot { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1.4rem; color: var(--muted); font-family: var(--ff-display); font-size: .9rem; }
.mobile-menu__foot a { font-size: .95rem; font-weight: 500; }

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.text-accent { color: var(--accent); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--ink); color: var(--cream); padding: .7rem 1.1rem; border-radius: 8px; z-index: 200; transition: top .2s var(--ease); }
.skip-link:focus { top: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .nav__links, .nav > .nav__cta { display: none; }
  .nav__toggle { display: inline-flex; }
  .work-card, .work-card--tall { grid-column: span 12; }
  .figure-duo { grid-template-columns: 1fr; }
  .next-project { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .service { grid-template-columns: auto 1fr; }
  .service__desc { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .hero__title { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero__meta { gap: 24px; }
}
