:root {
  --yellow: #f5c518;
  --yellow-hover: #ffda3b;
  --ink: #11120f;
  --ink-soft: #191a17;
  --paper: #f4f1e9;
  --white: #fff;
  --muted: #74756f;
  --line: rgba(17, 18, 15, 0.14);
  --heading: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.topline { height: 34px; background: #090a08; color: #bbbcb6; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.topline__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topline p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topline a:hover { color: var(--yellow); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #75c96d; box-shadow: 0 0 0 4px rgba(117, 201, 109, .1); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: transform .3s ease; }
.site-header.is-hidden { transform: translateY(-100%); }
.nav-wrap { height: 76px; background: rgba(17, 18, 15, .96); color: var(--white); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; line-height: 1; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--yellow); color: var(--ink); font: 900 20px/1 var(--heading); transform: skew(-5deg); }
.brand__copy { display: flex; flex-direction: column; gap: 7px; }
.brand__copy strong { font: 800 20px/.8 var(--heading); letter-spacing: .045em; }
.brand__copy small { font-size: 8px; font-weight: 800; letter-spacing: .19em; color: #9b9c96; }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nav-links > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.nav-links > a:not(.nav-cta):hover::after, .nav-links > a.active::after { right: 0; }
.nav-cta { padding: 14px 18px; background: var(--yellow); color: var(--ink); transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--yellow-hover); transform: translateY(-2px); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; transition: .25s; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 990px; background: var(--ink); color: var(--white); overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,9,.98) 0%, rgba(10,11,9,.88) 32%, rgba(10,11,9,.28) 66%, rgba(10,11,9,.08) 100%), linear-gradient(0deg, rgba(10,11,9,.82), transparent 44%), url("assets/images/hero-bagr.jpg") center/cover no-repeat; transform: scale(1.025); animation: heroZoom 12s ease-out forwards; }
.hero__media::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.04) 25%); pointer-events: none; }
.hero__inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 85px; padding-bottom: 136px; }
.hero__content { width: min(720px, 67%); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: #c8c9c3; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 3px; background: var(--yellow); }
.eyebrow--dark { color: #6d6e69; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); text-transform: uppercase; }
h1 { margin-bottom: 20px; font-size: clamp(76px, 9.2vw, 142px); line-height: .82; letter-spacing: -.045em; font-weight: 900; }
h1 em { color: var(--yellow); font-style: normal; }
h2 { margin-bottom: 0; font-size: clamp(48px, 5.4vw, 78px); line-height: .9; letter-spacing: -.035em; font-weight: 900; }
.hero__lead { max-width: 580px; color: #dedfd9; font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; padding: 0 25px; border: 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .22s, background .22s, color .22s; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 18px; height: 18px; }
.button--primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 30px rgba(245,197,24,.18); }
.button--primary:hover { background: var(--yellow-hover); }
.button--ghost { border: 1px solid rgba(255,255,255,.3); color: var(--white); }
.button--ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #292a26; }
.hero__note { margin-top: 22px; font-size: 11px; color: #8e8f89; text-transform: uppercase; letter-spacing: .06em; }
.hero__note strong { color: #d9dad4; }
.hero__stats { position: absolute; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.13); background: rgba(9,10,8,.78); backdrop-filter: blur(12px); }
.stats-grid { min-height: 108px; display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; }
.stats-grid > div { padding: 21px 26px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:first-child { border-left: 0; padding-left: 0; }
.stats-grid strong { color: var(--yellow); font: 800 30px/1 var(--heading); letter-spacing: -.02em; }
.stats-grid span { margin-top: 7px; color: #8e8f89; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stats-grid__trust strong { color: var(--white); font-size: 23px; }
@keyframes heroZoom { to { transform: scale(1); } }

.section { padding: 120px 0; }
.intro { background: var(--paper); }
.intro__grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 100px; align-items: end; }
.intro h2 { max-width: 730px; }
.intro__copy { padding-bottom: 4px; color: #61625d; font-size: 16px; }
.text-link { display: inline-flex; gap: 17px; padding-bottom: 4px; border-bottom: 2px solid var(--yellow); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.services { background: var(--ink); color: var(--white); }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading--row > p { max-width: 360px; margin-bottom: 3px; color: #969791; font-size: 14px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 310px; position: relative; padding: 38px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, transform .25s; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.service-card:hover { background: #20211d; transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-card__num { position: absolute; top: 27px; right: 30px; color: #555650; font: 700 13px/1 var(--heading); }
.service-card__icon { width: 53px; height: 53px; color: var(--yellow); margin-bottom: 32px; }
.service-card__icon svg { width: 100%; height: 100%; stroke-width: 1.3; }
.service-card h3 { margin-bottom: 12px; font-size: 26px; line-height: 1; letter-spacing: -.01em; }
.service-card p { max-width: 290px; margin-bottom: 0; color: #8f908a; font-size: 13px; line-height: 1.7; }
.service-card--accent { background: var(--yellow); color: var(--ink); }
.service-card--accent:hover { background: var(--yellow-hover); }
.service-card--accent .service-card__num, .service-card--accent p { color: rgba(17,18,15,.65); }
.service-card--accent .service-card__icon { color: var(--ink); }
.service-card--accent a { position: absolute; left: 38px; bottom: 29px; display: flex; gap: 16px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.process { background: var(--paper); }
.process__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.process__sticky { position: sticky; top: 140px; }
.process__sticky > p:not(.eyebrow) { max-width: 400px; margin: 27px 0 30px; color: #666762; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 39px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { font: 800 56px/.85 var(--heading); color: transparent; -webkit-text-stroke: 1px #b6b6af; }
.process-list h3 { margin: 0 0 10px; font-size: 28px; }
.process-list p { margin: 0; color: #74756f; font-size: 14px; }

.portfolio { background: var(--ink); color: var(--white); padding-bottom: 0; }
.portfolio-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 340px 340px; gap: 3px; }
.portfolio-item { position: relative; margin: 0; overflow: hidden; background: #222; }
.portfolio-item--wide { grid-row: 1 / 3; }
.portfolio-item img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .65s ease, filter .45s; }
.portfolio-item:hover img { transform: scale(1.04); filter: saturate(1) contrast(1.04); }
.portfolio-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,9,7,.9)); }
.portfolio-item figcaption { position: absolute; z-index: 2; inset: auto 35px 30px; display: flex; align-items: end; gap: 18px; }
.portfolio-item figcaption > span { color: var(--yellow); font: 800 14px/1 var(--heading); }
.portfolio-item figcaption div { display: flex; flex-direction: column; gap: 7px; }
.portfolio-item figcaption strong { font: 800 28px/.9 var(--heading); }
.portfolio-item figcaption small { color: #a4a59e; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.pricing { background: var(--yellow); }
.pricing__header { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 50px; }
.pricing__header > p { max-width: 430px; margin-bottom: 5px; color: rgba(17,18,15,.65); font-size: 13px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; }
.price-card { min-height: 275px; position: relative; padding: 35px 38px 30px; background: rgba(255,255,255,.38); transition: transform .25s, background .25s; }
.price-card:hover { background: rgba(255,255,255,.62); transform: translateY(-4px); }
.price-card--featured { background: var(--ink); color: var(--white); }
.price-card--featured:hover { background: #24251f; }
.price-card__tag { position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--white); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.price-card > p:first-of-type { margin-bottom: 17px; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.price { display: flex; align-items: end; gap: 12px; }
.price strong { font: 900 clamp(68px, 7vw, 92px)/.75 var(--heading); letter-spacing: -.045em; }
.price > span { padding-bottom: 2px; font: 800 17px/1.05 var(--heading); text-transform: uppercase; }
.price small { padding-bottom: 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.price-card__note { margin: 25px 0 20px; color: rgba(17,18,15,.6); font-size: 12px; }
.price-card--featured .price-card__note { color: #878882; }
.price-card a { position: absolute; right: 35px; bottom: 30px; display: flex; gap: 17px; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.price-card--featured a { color: var(--yellow); }
.pricing__footnote { margin: 25px 0 0; font-size: 10px; color: rgba(17,18,15,.6); }

.standards { background: var(--paper); }
.standards__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.standards__photo { position: relative; }
.standards__photo::before { content: ""; position: absolute; z-index: 1; inset: 22px -22px -22px 22px; border: 2px solid var(--yellow); }
.standards__photo img { position: relative; z-index: 2; aspect-ratio: 1.12; object-fit: cover; filter: saturate(.78); }
.standards__badge { position: absolute; z-index: 3; right: -25px; bottom: 25px; width: 165px; height: 100px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--yellow); }
.standards__badge strong { font: 900 42px/1 var(--heading); }
.standards__badge span { font-size: 8px; font-weight: 900; line-height: 1.4; letter-spacing: .1em; }
.standards__content > p:not(.eyebrow) { max-width: 490px; margin: 28px 0; color: #6c6d67; font-size: 14px; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.check-list span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 12px; background: var(--yellow); font-size: 11px; }

.contact { padding: 120px 0; background: var(--ink); color: var(--white); }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact__content > p:not(.eyebrow) { max-width: 450px; margin: 25px 0 35px; color: #9b9c96; font-size: 14px; }
.contact-methods { display: flex; flex-direction: column; gap: 2px; }
.contact-methods > a { display: flex; align-items: center; gap: 15px; padding: 18px; background: #1b1c18; transition: background .2s; }
.contact-methods > a:hover { background: #252620; }
.contact-methods__icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); }
.contact-methods__icon svg { width: 20px; height: 20px; }
.contact-methods a > span:last-child { display: flex; flex-direction: column; }
.contact-methods small { color: #777872; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.contact-methods strong { margin: 2px 0; font: 700 21px/1.1 var(--heading); letter-spacing: .02em; }
.contact-methods em { color: #777872; font-size: 9px; font-style: normal; }
.contact-form { padding: 42px; background: #1a1b18; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 18px; color: #a4a59f; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #383934; border-radius: 0; background: #121310; color: var(--white); outline: none; transition: border .2s, background .2s; }
.contact-form input, .contact-form select { height: 51px; padding: 0 14px; }
.contact-form textarea { resize: vertical; min-height: 110px; padding: 14px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #585954; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--yellow); background: #151611; }
.contact-form .is-invalid { border-color: #ea6f61; }
.form-consent { display: flex !important; align-items: flex-start; gap: 10px; text-transform: none !important; letter-spacing: 0 !important; font-size: 10px !important; }
.form-consent input { flex: 0 0 auto; width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--yellow); }
.button--wide { width: 100%; }
.form-status { display: none; margin: 15px 0 0; padding: 11px; background: rgba(245,197,24,.12); color: var(--yellow); font-size: 12px; font-weight: 700; }
.form-status.show { display: block; }
.form-status.error { color: #ff9287; background: rgba(234,111,97,.12); }
.form-privacy { margin: 13px 0 0; text-align: center; color: #62635e; font-size: 9px; }

.footer { background: #090a08; color: var(--white); padding-top: 70px; }
.footer__main { display: grid; grid-template-columns: 1.6fr 1fr 1fr .7fr; gap: 50px; padding-bottom: 60px; }
.brand--footer { align-self: start; }
.footer__main > div { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: #979892; }
.footer__main small { margin-bottom: 10px; color: #575852; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.footer__main a:hover { color: var(--yellow); }
.footer__main p { margin: 0; }
.footer__bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #22231f; color: #555650; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer__bottom p { margin: 0; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 110px 0 auto; height: calc(100vh - 110px); padding: 35px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #10110f; transform: translateX(100%); transition: transform .3s; }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links > a:not(.nav-cta) { padding: 19px 0; border-bottom: 1px solid #292a26; font: 800 28px/1 var(--heading); }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 25px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero__content { width: 75%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid, .standards__grid, .contact__grid { gap: 60px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, 620px); }
  .topline { display: none; }
  .site-header, .nav-wrap { height: 68px; }
  .nav-links { inset: 68px 0 auto; height: calc(100vh - 68px); }
  .brand__mark { width: 38px; height: 38px; }
  .brand__copy strong { font-size: 18px; }
  .hero { min-height: 760px; height: 100svh; max-height: 880px; }
  .hero__media { background-position: 60% center; }
  .hero__media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,9,.92), rgba(10,11,9,.35)), linear-gradient(0deg, rgba(10,11,9,.95) 5%, transparent 70%); }
  .hero__media::after { display: none; }
  .hero__inner { align-items: flex-start; padding-top: 145px; padding-bottom: 135px; }
  .hero__content { width: 100%; }
  h1 { font-size: clamp(62px, 20vw, 92px); }
  .hero__lead { max-width: 92%; font-size: 14px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 52px; padding: 0 16px; font-size: 10px; }
  .hero__note { display: none; }
  .hero__stats { background: rgba(9,10,8,.93); }
  .stats-grid { width: 100%; grid-template-columns: repeat(3, 1fr); min-height: 88px; }
  .stats-grid > div { padding: 16px 10px; align-items: center; text-align: center; }
  .stats-grid > div:first-child { padding-left: 10px; }
  .stats-grid strong { font-size: 23px; }
  .stats-grid span { font-size: 7px; line-height: 1.25; }
  .stats-grid__trust { display: none !important; }
  .section { padding: 80px 0; }
  .intro__grid, .process__grid, .standards__grid, .contact__grid { grid-template-columns: 1fr; gap: 45px; }
  h2 { font-size: clamp(46px, 14vw, 65px); }
  .intro__copy { font-size: 14px; }
  .section-heading--row, .pricing__header { display: block; }
  .section-heading--row > p, .pricing__header > p { margin-top: 25px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; padding: 32px; }
  .process__sticky { position: static; }
  .process-list li { grid-template-columns: 65px 1fr; }
  .process-list > li > span { font-size: 44px; }
  .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 340px); }
  .portfolio-item--wide { grid-row: auto; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 260px; padding: 32px 27px; }
  .price strong { font-size: 72px; }
  .standards__grid { display: flex; flex-direction: column-reverse; }
  .standards__photo::before { inset: 15px -10px -15px 15px; }
  .standards__badge { right: -5px; width: 145px; }
  .contact { padding: 80px 0 110px; }
  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .brand--footer { grid-column: 1 / -1; }
  .footer__bottom { padding: 20px 0 82px; display: block; line-height: 1.8; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 30px rgba(0,0,0,.2); }
  .mobile-actions a { display: flex; justify-content: center; align-items: center; gap: 8px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-actions a + a { background: var(--white); }
  .mobile-actions svg { width: 17px; height: 17px; }
}

@media (max-width: 400px) {
  .hero__actions { grid-template-columns: 1fr; }
  .hero__actions .button--ghost { display: none; }
  .hero__inner { padding-top: 130px; }
  .stats-grid strong { font-size: 20px; }
  .portfolio-grid { grid-template-rows: repeat(3, 290px); }
  .footer__main { grid-template-columns: 1fr; }
}
