/* Jarin Jayan Digital Web Pro — local marketing website */
:root {
  --ink: #10251f;
  --ink-soft: #3f554d;
  --forest: #123c32;
  --forest-2: #0b2e26;
  --leaf: #a8ef79;
  --leaf-soft: #e7f7dc;
  --paper: #f6f4ed;
  --white: #fffef9;
  --line: rgba(16, 37, 31, .15);
  --muted: #6d7c76;
  --rose: #f2c6b4;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shadow: 0 24px 70px rgba(14, 45, 37, .12);
  --container: 1180px;
  --display: "Manrope", "Avenir Next", sans-serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: 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; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--leaf); color: var(--forest-2); border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(3.2rem, 7.4vw, 6.6rem); font-weight: 800; }
h1 em { color: var(--forest); font-family: Georgia, serif; font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 5.3vw, 4.7rem); font-weight: 750; }
h3 { font-size: 1.45rem; }
.section { padding: 120px 0; }
.section-label, .eyebrow { margin-bottom: 22px; color: var(--forest); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-label.light { color: var(--leaf); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--forest); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 13px 23px; border: 1px solid var(--leaf); border-radius: 999px; color: var(--forest-2); background: var(--leaf); font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { background: #b9ff8e; transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px #10251f; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button-outline { border-color: var(--forest); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--forest); }
.button-light { color: var(--forest-2); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; border-bottom: 1px solid var(--ink); font-weight: 700; transition: gap .2s ease; }
.text-link:hover { gap: 16px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(246, 244, 237, .93); box-shadow: 0 8px 28px rgba(18, 60, 50, .07); backdrop-filter: blur(14px); }
.nav-shell { display: flex; height: 82px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--leaf); background: var(--forest); font-family: var(--display); font-size: .86rem; font-weight: 800; letter-spacing: -.05em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-family: var(--display); font-size: .95rem; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a:not(.button) { font-size: .89rem; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--forest); }
.site-nav > a[aria-current="true"] { color: var(--forest); text-decoration: underline; text-decoration-color: var(--leaf); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: 154px 0 0; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 680px; align-items: center; grid-template-columns: 1.04fr .96fr; gap: 70px; }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-promises { display: flex; margin: 42px 0 0; padding: 0; list-style: none; gap: 26px; flex-wrap: wrap; }
.hero-promises li { position: relative; padding-left: 20px; color: var(--ink-soft); font-size: .88rem; font-weight: 700; }
.hero-promises li::before { position: absolute; top: .52em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); content: ""; }
.hero-visual { position: relative; min-width: 0; }
.browser-card { overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.browser-bar { display: flex; height: 48px; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid var(--line); background: #f5f2e9; }
.browser-bar i, .mini-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c3c9c6; }
.browser-bar i:first-child, .mini-bar i:first-child { background: var(--rose); }
.browser-bar span { margin-left: 9px; color: var(--muted); font-size: .68rem; }
.browser-content { min-height: 488px; padding: 28px; background: #f1e7d5; }
.preview-nav { display: flex; align-items: center; justify-content: space-between; color: #432a1d; font-size: .7rem; }
.preview-nav b { font-family: Georgia, serif; font-size: 1rem; }
.preview-hero { padding: 74px 22px 58px; }
.preview-hero p { margin-bottom: 12px; color: #77503a; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.preview-hero h2 { max-width: 430px; margin-bottom: 25px; color: #432a1d; font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 3.55rem); font-weight: 400; letter-spacing: -.04em; }
.preview-button { display: inline-flex; padding: 9px 15px; border-radius: 999px; color: #f9eee0; background: #432a1d; font-size: .67rem; font-weight: 700; }
.preview-dishes { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 9px; }
.preview-dishes span { height: 94px; border-radius: 70px 70px 16px 16px; background: linear-gradient(145deg, #c9754e, #f0bd7d); }
.preview-dishes span:nth-child(2) { background: linear-gradient(145deg, #48694e, #a9c879); }
.preview-dishes span:nth-child(3) { background: linear-gradient(145deg, #744530, #c98962); }
.floating-note { position: absolute; z-index: 3; display: flex; width: 210px; flex-direction: column; padding: 15px 17px; border: 1px solid rgba(16,37,31,.08); border-radius: var(--radius-sm); background: rgba(255,254,249,.95); box-shadow: 0 16px 42px rgba(18,60,50,.14); }
.floating-note strong { font-size: .78rem; }
.floating-note span { color: var(--muted); font-size: .7rem; }
.note-top { top: 18%; right: -10%; transform: rotate(-3deg); }
.note-bottom { bottom: 8%; left: -10%; transform: rotate(2deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(18,60,50,.11); border-radius: 50%; }
.orbit-one { top: 110px; right: -220px; width: 760px; height: 760px; }
.orbit-two { top: 230px; right: -80px; width: 470px; height: 470px; }
.audience-strip { position: relative; z-index: 2; display: flex; margin-top: 50px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); justify-content: space-between; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.audience-strip span { flex: 0 0 auto; color: var(--ink-soft); font-size: .77rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

.intro-section { padding-bottom: 150px; }
.split-heading { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; }
.split-heading h2 { max-width: 830px; }
.split-heading p:not(.section-label) { max-width: 680px; color: var(--ink-soft); font-size: 1.15rem; }
.services { color: var(--white); background: var(--forest-2); }
.services .section-label { color: var(--leaf); }
.section-head { display: grid; margin-bottom: 70px; align-items: end; grid-template-columns: 1.3fr .7fr; gap: 70px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 470px; margin-bottom: 6px; color: var(--ink-soft); }
.services .section-head > p { color: #b9c8c2; }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-row { display: grid; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.18); align-items: start; grid-template-columns: 70px 1fr auto; gap: 22px; transition: padding .25s, background .25s; }
.service-row:hover { padding-inline: 20px; background: rgba(255,255,255,.035); }
.service-number { color: var(--leaf); font-family: var(--display); font-size: .82rem; font-weight: 700; }
.service-row h3 { margin-bottom: 8px; font-size: clamp(1.35rem, 2vw, 1.95rem); }
.service-row p { max-width: 710px; margin-bottom: 0; color: #b9c8c2; }
.service-tag { padding: 7px 12px; border: 1px solid rgba(168,239,121,.42); border-radius: 999px; color: var(--leaf); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.packages { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { display: flex; min-height: 620px; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.price-card.featured { color: var(--white); background: var(--forest); transform: translateY(-16px); }
.plan-name { margin-bottom: 26px; color: var(--forest); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.featured .plan-name { color: var(--leaf); }
.price-card h3 { min-height: 82px; margin-bottom: 26px; font-size: 1.75rem; }
.price-placeholder { margin-bottom: 32px; padding: 18px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: 1.25rem; font-weight: 800; opacity: .75; }
.price-card ul { display: grid; margin: 0 0 34px; padding: 0; list-style: none; gap: 13px; }
.price-card li { position: relative; padding-left: 24px; color: var(--ink-soft); font-size: .92rem; }
.price-card li::before { position: absolute; top: .57em; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--forest); content: ""; }
.featured li { color: #d7e1dd; }
.featured li::before { background: var(--leaf); }
.price-card .button { width: 100%; margin-top: auto; }
.popular-label { align-self: flex-start; margin: -56px 0 23px; padding: 7px 13px; border-radius: 999px; color: var(--forest-2); background: var(--leaf); font-size: .7rem; font-weight: 800; }
.pricing-note { max-width: 680px; margin: 40px auto 0; color: var(--muted); text-align: center; font-size: .82rem; }

.process { background: var(--leaf-soft); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro p:not(.section-label) { max-width: 460px; color: var(--ink-soft); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; padding: 34px 0; border-bottom: 1px solid rgba(18,60,50,.2); grid-template-columns: 70px 1fr; gap: 22px; }
.steps li:first-child { border-top: 1px solid rgba(18,60,50,.2); }
.steps li > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--forest); border-radius: 50%; font-family: var(--display); font-size: .75rem; font-weight: 800; }
.steps h3 { margin-bottom: 8px; font-size: 1.6rem; }
.steps p { margin-bottom: 0; color: var(--ink-soft); }

.portfolio { background: var(--paper); }
.portfolio-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }
.project-card { display: block; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.project-card:nth-child(3) { grid-column: 1 / -1; }
.project-browser { overflow: hidden; min-height: 360px; border-radius: 16px; }
.project-card:nth-child(3) .project-browser { min-height: 320px; }
.mini-bar { display: flex; height: 34px; align-items: center; gap: 5px; padding: 0 12px; background: rgba(255,255,255,.8); }
.restaurant-demo, .salon-demo, .grocery-demo { display: flex; min-height: 326px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 45px; }
.restaurant-demo { color: #fff8ee; background: #5b2f21; }
.salon-demo { color: #321e29; background: #ead6db; }
.grocery-demo { color: #f7f1d9; background: #334d2f; }
.restaurant-demo small, .salon-demo small, .grocery-demo small { margin-bottom: 22px; font-weight: 800; letter-spacing: .14em; }
.restaurant-demo strong, .salon-demo strong, .grocery-demo strong { margin-bottom: 28px; font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.restaurant-demo span, .salon-demo span, .grocery-demo span { padding: 8px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; font-weight: 700; }
.project-card:nth-child(3) .grocery-demo { min-height: 286px; }
.project-meta { display: flex; padding: 24px 6px 4px; align-items: end; justify-content: space-between; }
.project-meta p { margin-bottom: 4px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-meta h3 { margin-bottom: 0; }
.project-meta > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.about { color: var(--white); background: var(--forest); }
.about-grid { display: grid; align-items: center; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.about-panel { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: var(--forest-2); }
.about-panel::before, .about-panel::after { position: absolute; border: 1px solid rgba(168,239,121,.25); border-radius: 50%; content: ""; }
.about-panel::before { width: 72%; height: 72%; }
.about-panel::after { width: 42%; height: 42%; }
.monogram { position: relative; z-index: 2; margin: 0; color: var(--leaf); font-family: var(--display); font-size: clamp(5rem, 12vw, 10rem); font-weight: 800; letter-spacing: -.11em; transform: translateX(-.05em); }
.about-panel > span { position: absolute; bottom: 17%; color: #aebdb7; font-size: .67rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.about .section-label { color: var(--leaf); }
.about-copy > p:not(.section-label) { color: #c8d4cf; }
.about-copy .large-copy { color: var(--white); font-size: 1.22rem; }
.about-values { display: flex; margin-top: 35px; gap: 10px; flex-wrap: wrap; }
.about-values span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.contact { background: var(--forest-2); }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; color: var(--white); }
.contact-copy { padding-top: 20px; }
.contact-copy h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.contact-copy > p:not(.section-label) { max-width: 500px; color: #b9c8c2; }
.contact-details { display: grid; margin-top: 60px; gap: 20px; }
.contact-details div { display: flex; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.17); flex-direction: column; }
.contact-details span { color: #91a49c; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-details strong { margin-top: 4px; font-size: .94rem; }
.contact-form { padding: 38px; border-radius: var(--radius); color: var(--ink); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 800; }
.contact-form .field { margin-bottom: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #c9d0cc; border-radius: 10px; color: var(--ink); background: #fbfbf7; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(168,239,121,.5); }
.field-error { display: none; margin-top: 5px; color: #a52f35; font-size: .7rem; font-weight: 600; }
.has-error .field-error { display: block; }
.has-error input, .has-error select, .has-error textarea { border-color: #c8454b; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }
.form-status { margin-top: 18px; padding: 14px 16px; border-radius: 10px; color: var(--forest); background: var(--leaf-soft); font-size: .82rem; font-weight: 700; }

#contenu:focus { outline: none; }

.site-footer { padding: 70px 0 28px; color: var(--white); background: #071d18; }
.footer-main { display: grid; padding-bottom: 60px; grid-template-columns: 1.35fr .65fr .75fr .9fr; gap: 50px; }
.brand-footer .brand-mark { color: var(--forest-2); background: var(--leaf); }
.brand-footer .brand-copy small { color: #91a49c; }
.footer-main > div:first-child > p { max-width: 320px; margin: 24px 0 0; color: #91a49c; font-size: .9rem; }
.footer-links { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-links strong, .footer-cta strong { margin-bottom: 9px; font-size: .84rem; }
.footer-links a { color: #91a49c; font-size: .82rem; }
.footer-links a:hover { color: var(--leaf); }
.footer-cta { display: flex; align-items: flex-start; flex-direction: column; }
.footer-bottom { display: flex; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); justify-content: space-between; gap: 20px; color: #71867d; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .site-nav { gap: 17px; }
  .site-nav > a:not(.button) { font-size: .8rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .floating-note { display: none; }
  .price-card { padding: 28px; }
  .about-grid, .contact-shell { gap: 50px; }
}

@media (max-width: 860px) {
  .nav-shell { height: auto; min-height: 82px; padding-block: 12px; flex-wrap: wrap; gap: 10px 20px; }
  .site-nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 8px 18px; }
  .site-nav > a:not(.button) { min-height: 44px; padding: 10px 0; }
  .site-nav .button { margin-left: auto; }
  html:not(.js) .site-header { position: relative; border-bottom-color: var(--line); background: var(--paper); }
  html:not(.js) .hero { padding-top: 44px; }
  .js .nav-shell { height: 82px; min-height: 0; padding-block: 0; flex-wrap: nowrap; gap: 0; }
  .js .nav-toggle { display: block; cursor: pointer; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .js .site-nav { position: fixed; inset: 82px 0 auto; display: flex; width: auto; max-height: 0; padding: 0 20px; overflow-x: hidden; overflow-y: auto; align-items: stretch; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; gap: 0; background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; overscroll-behavior: contain; transition: max-height .3s ease, opacity .2s ease, padding .3s ease, visibility 0s linear .3s; }
  .js .site-nav.is-open { max-height: calc(100dvh - 82px); padding-block: 20px 34px; border-bottom: 1px solid var(--line); opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .js .site-nav > a:not(.button) { min-height: 50px; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .js .site-nav .button { margin-top: 20px; margin-left: 0; }
  .js .site-nav > a[aria-current="true"] { text-decoration: none; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-visual { max-width: 650px; margin: 0 auto; }
  .split-heading, .section-head, .process-grid, .about-grid, .contact-shell { grid-template-columns: 1fr; gap: 45px; }
  .split-heading { gap: 10px; }
  .section-head { align-items: start; }
  .pricing-grid { grid-template-columns: 1fr; gap: 25px; }
  .price-card { min-height: auto; }
  .price-card h3 { min-height: 0; }
  .price-card.featured { order: -1; margin-top: 20px; transform: none; }
  .process-intro { position: static; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(3) { grid-column: auto; }
  .project-card:nth-child(3) .project-browser { min-height: 360px; }
  .project-card:nth-child(3) .grocery-demo { min-height: 326px; }
  .about-panel { width: min(100%, 520px); margin-inline: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .js .nav-shell { height: 72px; }
  .js .site-nav { top: 72px; }
  .js .site-nav.is-open { max-height: calc(100dvh - 72px); }
  .brand-copy strong { font-size: .86rem; }
  .hero { padding-top: 112px; }
  .hero-grid { min-height: auto; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button, .hero-actions .text-link { justify-content: center; }
  .hero-promises { margin-top: 30px; flex-direction: column; gap: 10px; }
  .browser-content { min-height: 375px; padding: 18px; }
  .preview-nav span { display: none; }
  .preview-hero { padding: 52px 12px 36px; }
  .preview-hero h2 { font-size: 2.25rem; }
  .preview-dishes span { height: 70px; }
  .audience-strip { margin-top: 42px; }
  .intro-section { padding-bottom: 96px; }
  .section-head { margin-bottom: 45px; }
  .service-row { grid-template-columns: 40px 1fr; gap: 12px; }
  .service-tag { display: none; }
  .price-card { padding: 28px 23px; }
  .popular-label { margin-top: -45px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 12px; }
  .steps li > span { width: 42px; height: 42px; }
  .project-card { padding: 10px; }
  .project-browser, .project-card:nth-child(3) .project-browser { min-height: 300px; }
  .restaurant-demo, .salon-demo, .grocery-demo, .project-card:nth-child(3) .grocery-demo { min-height: 266px; padding: 28px; }
  .restaurant-demo strong, .salon-demo strong, .grocery-demo strong { font-size: 2.7rem; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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