:root {
  --forest: #243a31;
  --forest-deep: #182a23;
  --forest-soft: #3f594d;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --rose: #c98c89;
  --rose-soft: #ead0ca;
  --terracotta: #a7604d;
  --gold: #c3a56a;
  --ink: #22302a;
  --muted: #68746e;
  --line: rgba(36, 58, 49, .16);
  --shadow: 0 24px 70px rgba(24, 42, 35, .13);
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: var(--container); margin-inline: auto; }
section[id] { scroll-margin-top: 92px; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px;
  background: var(--forest); color: white; border-radius: 6px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 999; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--rose); }

.topbar { background: var(--forest-deep); color: rgba(255,255,255,.84); font-size: .78rem; letter-spacing: .06em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { font-weight: 700; color: white; }

.site-header {
  position: sticky; top: 0; z-index: 90; background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(24,42,35,.06); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand__mark { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); color: var(--forest); flex: 0 0 auto; }
.brand__mark svg { width: 38px; height: 38px; stroke-width: 1.35; }
.brand__text { display: flex; flex-direction: column; line-height: 1.08; }
.brand__text strong { font-family: var(--serif); font-size: 1.2rem; letter-spacing: -.02em; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); font-size: .9rem; font-weight: 650; }
.main-nav > a { position: relative; padding-block: 8px; }
.main-nav > a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 1px; background: var(--forest); transition: width .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 24px; height: 2px; display: block; background: var(--forest); margin: 5px 0; transition: .2s ease; }

.button {
  appearance: none; border: 1px solid var(--forest); background: var(--forest); color: white; cursor: pointer;
  min-height: 52px; padding: 14px 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 750; font-size: .9rem; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(36,58,49,.18); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(201,140,137,.45); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 10px 18px; font-size: .82rem; }
.button--ghost { background: transparent; color: var(--forest); }
.button--ghost:hover { background: var(--cream); box-shadow: none; }
.button--outline { background: transparent; color: var(--forest); }
.button--outline:hover { background: var(--forest); color: white; }
.button--ghost-dark { background: transparent; color: var(--forest); }
.button--cream { background: var(--cream); color: var(--forest); border-color: var(--cream); }
.button--full { width: 100%; }

.eyebrow { margin: 0 0 16px; color: var(--terracotta); font-weight: 800; font-size: .72rem; letter-spacing: .19em; text-transform: uppercase; }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .feature__copy h2, .visit__card h2, .contact-strip h2, .intro-band h2, .testimonials__heading h2 {
  margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(2.3rem, 4.4vw, 4.4rem); line-height: .98; letter-spacing: -.045em;
}
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.02rem; max-width: 520px; }
.section-heading--center { display: block; max-width: 760px; text-align: center; margin-inline: auto; }
.section-heading--center > p:last-child { margin: 22px auto 0; }

.hero { min-height: calc(100vh - 118px); position: relative; overflow: clip; display: flex; align-items: center; background: linear-gradient(120deg, var(--paper) 0 56%, var(--cream) 56% 100%); }
.hero__wash { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: var(--rose-soft); filter: blur(1px); opacity: .25; left: -240px; top: 9%; }
.hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 78px 100px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 720px; font-family: var(--serif); font-weight: 500; font-size: clamp(3.5rem, 6.8vw, 6.7rem); line-height: .88; letter-spacing: -.06em; }
.hero__lead { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.14rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__proof { margin: 46px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero__proof li { display: flex; flex-direction: column; }
.hero__proof strong { font-family: var(--serif); font-size: 1.8rem; line-height: 1; font-weight: 500; }
.hero__proof span { margin-top: 6px; color: var(--muted); font-size: .76rem; }
.hero__visual { position: relative; min-height: 620px; }
.hero__image-wrap { position: absolute; inset: 0 5% 0 0; border-radius: 48% 48% 14px 14px; overflow: hidden; box-shadow: var(--shadow); background: var(--rose-soft); }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,35,29,.12), transparent 45%); }
.hero__image-wrap img { height: 100%; object-fit: cover; object-position: center; }
.hero__note { position: absolute; z-index: 2; background: rgba(255,253,248,.96); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 16px 45px rgba(24,42,35,.14); backdrop-filter: blur(10px); }
.hero__note p { margin: 0; font-size: .79rem; line-height: 1.45; }
.hero__note--top { top: 13%; right: -2%; max-width: 220px; border-radius: 18px; padding: 15px 18px; display: flex; gap: 12px; align-items: center; }
.hero__note-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-soft); color: var(--terracotta); }
.hero__note--bottom { bottom: 8%; left: -10%; max-width: 255px; border-radius: 16px; padding: 17px 20px; }
.rating { color: #b88631; letter-spacing: .12em; font-size: .8rem; }
.hero__note--bottom p { margin-top: 5px; }
.hero__scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.hero__scroll svg { width: 18px; height: 18px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.intro-band { background: var(--forest); color: white; padding: 76px 0; }
.intro-band__inner { max-width: 970px; text-align: center; }
.intro-band p { margin: 0 0 10px; color: var(--rose-soft); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; }
.intro-band h2 { color: white; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-auto-rows: 470px; gap: 18px; }
.service-card { position: relative; overflow: hidden; border-radius: 10px; background: var(--forest); color: white; }
.service-card--wide { grid-row: span 2; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.service-card:hover img { transform: scale(1.035); }
.service-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,28,22,.88), rgba(13,28,22,.05) 68%); }
.service-card__content { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px, 4vw, 42px); }
.service-card__content > span { color: var(--rose-soft); font-weight: 800; letter-spacing: .16em; font-size: .7rem; }
.service-card h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.service-card p { margin: 0; max-width: 500px; color: rgba(255,255,255,.82); font-size: .94rem; }
.text-link { border: 0; background: none; color: inherit; padding: 0; margin-top: 20px; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.service-card--light { background: var(--cream); color: var(--forest); }
.service-card__illustration { position: absolute; inset: -10% -5% auto auto; width: 75%; height: 75%; color: rgba(36,58,49,.14); }
.service-card__illustration svg { width: 100%; height: 100%; stroke-width: 1.15; }
.service-card__content--dark { color: var(--forest); }
.service-card__content--dark > span { color: var(--terracotta); }
.service-card__content--dark p { color: var(--muted); }

.feature { background: var(--cream); overflow: clip; }
.feature__grid { display: grid; grid-template-columns: 1fr .86fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.feature__media { position: relative; min-height: 740px; }
.feature__image { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.feature__image img { height: 100%; object-fit: cover; }
.feature__image--main { inset: 0 20% 0 0; border-radius: 260px 260px 16px 16px; }
.feature__image--small { width: 43%; height: 43%; right: 0; bottom: -3%; border: 10px solid var(--cream); border-radius: 50% 50% 10px 10px; }
.feature__seal { position: absolute; z-index: 3; width: 118px; height: 118px; right: 4%; top: 10%; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; text-align: center; font-family: var(--serif); font-size: 1rem; line-height: 1.25; transform: rotate(6deg); box-shadow: 0 14px 30px rgba(36,58,49,.22); }
.feature__copy h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
.feature__lead { margin: 28px 0 0; color: var(--muted); font-size: 1.04rem; }
.feature__points { margin: 38px 0; border-top: 1px solid var(--line); }
.feature__points > div { display: grid; grid-template-columns: 40px 140px 1fr; gap: 12px; padding: 21px 0; border-bottom: 1px solid var(--line); align-items: start; }
.feature__points span { color: var(--terracotta); font-weight: 800; font-size: .72rem; }
.feature__points h3 { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.feature__points p { margin: 0; color: var(--muted); font-size: .88rem; }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; border-radius: 8px; grid-column: span 4; }
.gallery-item:nth-child(2), .gallery-item:nth-child(5) { grid-column: span 5; }
.gallery-item:nth-child(3), .gallery-item:nth-child(6) { grid-column: span 3; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(to top, rgba(15,29,24,.72), transparent); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: white; font-size: .79rem; font-weight: 750; letter-spacing: .04em; }
.gallery__cta { margin-top: 34px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; text-align: center; }
.gallery__cta p { width: 100%; margin: 0 0 8px; color: var(--muted); }

.testimonials { background: var(--forest); color: white; }
.testimonials__heading { max-width: 850px; margin-bottom: 54px; }
.testimonials__heading h2 { color: white; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { margin: 0; padding: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }
.review-card p { margin: 22px 0 32px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.34; }
.trust-number { display: block; color: var(--rose-soft); font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.04em; }
.review-card .rating + .trust-number { margin-top: 8px; }
.review-card footer { color: rgba(255,255,255,.62); font-size: .75rem; }

.visit { background: var(--paper); }
.visit__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.visit__card h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.visit__card > p:not(.eyebrow) { color: var(--muted); max-width: 560px; }
.visit__details { margin: 36px 0; display: grid; gap: 18px; }
.visit__details > div { display: flex; gap: 15px; align-items: flex-start; }
.visit__icon { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: var(--cream); display: grid; place-items: center; color: var(--forest); }
.visit__icon svg { width: 19px; height: 19px; }
.visit__details strong { display: block; margin-bottom: 2px; font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; }
.visit__details p { margin: 0; color: var(--muted); font-size: .9rem; overflow-wrap: anywhere; }
.visit__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.visit__visual { position: relative; min-height: 560px; }
.visit__visual > img { position: absolute; inset: 0 0 70px 0; width: 100%; height: calc(100% - 70px); object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.hours-card { position: absolute; right: -2%; bottom: 0; width: min(390px, 88%); background: var(--cream); padding: 28px 30px; border-radius: 10px; box-shadow: 0 22px 55px rgba(24,42,35,.16); }
.hours-card__top { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.hours-card__top span { font-size: 1.2rem; color: var(--terracotta); }
.hours-card h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; }
.hours-card dl { margin: 14px 0; }
.hours-card dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 7px 0; font-size: .82rem; }
.hours-card dt { color: var(--muted); }
.hours-card dd { margin: 0; text-align: right; font-weight: 700; }
.hours-card > p { margin: 14px 0 0; font-size: .72rem; color: var(--muted); }

.contact-strip { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 150px) 0; background: var(--rose); color: var(--forest-deep); }
.contact-strip__petals::before, .contact-strip__petals::after { content: ""; position: absolute; width: 360px; height: 480px; border: 1px solid rgba(36,58,49,.17); border-radius: 50% 0 50% 0; transform: rotate(36deg); }
.contact-strip__petals::before { left: -140px; bottom: -170px; }
.contact-strip__petals::after { right: -140px; top: -190px; transform: rotate(216deg); }
.contact-strip__inner { max-width: 850px; position: relative; text-align: center; }
.contact-strip .eyebrow { color: var(--forest-deep); }
.contact-strip h2 { font-size: clamp(2.8rem, 6vw, 6rem); }
.contact-strip p:not(.eyebrow) { max-width: 600px; margin: 24px auto 32px; }

.site-footer { background: var(--forest-deep); color: rgba(255,255,255,.72); padding: 72px 0 100px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer__brand { max-width: 330px; }
.brand--footer { color: white; }
.brand--footer .brand__mark { background: rgba(255,255,255,.08); color: var(--rose-soft); }
.brand--footer .brand__text small { color: rgba(255,255,255,.55); }
.footer__brand > p { margin: 24px 0 0; font-size: .88rem; }
.site-footer h3 { margin: 0 0 18px; color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.site-footer a, .site-footer div > p { display: block; margin: 9px 0; font-size: .85rem; }
.site-footer a:hover { color: white; }
.footer__bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .72rem; }
.footer__bottom p { margin: 0; }
.footer__bottom div { display: flex; gap: 18px; }
.footer__bottom a { margin: 0; }

.mobile-actions { display: none; }
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; pointer-events: none; }
.drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(13,25,20,.62); opacity: 0; transition: opacity .25s ease; }
.drawer.is-open .drawer__backdrop { opacity: 1; }
.drawer__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(590px, 100%); overflow-y: auto; background: var(--paper); padding: clamp(34px, 6vw, 70px); transform: translateX(100%); transition: transform .32s cubic-bezier(.2,.8,.2,1); box-shadow: -20px 0 60px rgba(13,25,20,.18); }
.drawer.is-open .drawer__panel { transform: translateX(0); }
.drawer__close { position: absolute; top: 18px; right: 20px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.5rem; cursor: pointer; }
.drawer__panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 4.3rem); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.drawer__intro { color: var(--muted); }
.drawer__quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0; }
.quick-action { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.quick-action > span { width: 36px; height: 36px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; }
.quick-action strong, .quick-action small { display: block; }
.quick-action strong { font-size: .82rem; }
.quick-action small { color: var(--muted); font-size: .68rem; }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 7px; color: var(--forest); font-size: .76rem; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); background: white; border-radius: 7px; padding: 13px 14px; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form .check { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 500; }
.contact-form .check input { width: 17px; margin-top: 3px; }
.contact-form .check a { text-decoration: underline; }
.hidden-field { position: absolute; left: -9999px; }

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



/* Conversión: proceso de encargo */
.order-process { padding: clamp(72px, 9vw, 118px) 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.order-process__heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(34px, 7vw, 86px); align-items: end; margin-bottom: 44px; }
.order-process__heading h2 { margin: 0; max-width: 780px; font-family: var(--serif); font-size: clamp(2.45rem, 4.7vw, 4.9rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.order-process__heading > p { margin: 0; color: var(--muted); max-width: 510px; }
.order-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-steps li { min-height: 245px; padding: 32px clamp(22px, 3vw, 38px); border-right: 1px solid var(--line); }
.order-steps li:first-child { padding-left: 0; }
.order-steps li:last-child { border-right: 0; padding-right: 0; }
.order-steps span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--forest); color: white; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.order-steps h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.25rem); line-height: 1; font-weight: 550; }
.order-steps p { margin: 0; color: var(--muted); }
.order-process__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Productos complementarios */
.product-line { margin-top: 22px; padding: clamp(28px, 4vw, 44px); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(30px, 6vw, 72px); align-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); }
.product-line__intro .eyebrow { margin-bottom: 10px; }
.product-line h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.05; font-weight: 550; }
.product-line ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-line li { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); font-weight: 700; font-size: .87rem; }
.product-line li span { color: var(--terracotta); }

/* FAQ */
.faq { background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.faq__intro { position: sticky; top: 120px; }
.faq__intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.65rem, 5vw, 5.1rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.faq__intro > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 30px; color: var(--muted); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 0; font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.75rem); line-height: 1.18; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: var(--sans); font-size: 1rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); background: var(--forest); color: white; }
.faq details p { margin: -5px 48px 24px 0; color: var(--muted); }

@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: 980px) {
  :root { --container: min(100% - 30px, 760px); }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .main-nav { position: absolute; top: 100%; left: 15px; right: 15px; display: grid; gap: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: 15px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav > a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 12px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; background: var(--paper); }
  .hero__grid { grid-template-columns: 1fr; padding-block: 70px 95px; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__proof { max-width: 620px; margin-inline: auto; }
  .hero__visual { min-height: 650px; max-width: 650px; width: 100%; margin-inline: auto; }
  .hero__image-wrap { inset: 0 3%; }
  .hero__note--bottom { left: -1%; }
  .hero__scroll { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 430px; }
  .service-card--wide { grid-row: span 1; }
  .feature__grid, .visit__grid { grid-template-columns: 1fr; }
  .feature__media { min-height: 690px; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 3; }
  .gallery-item--tall { grid-row: span 2; }
  .review-grid { grid-template-columns: 1fr; }
  .visit__visual { min-height: 580px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); }
  body { padding-bottom: 70px; }
  .brand__mark { width: 45px; height: 45px; }
  .brand__mark svg { width: 33px; height: 33px; }
  .brand__text strong { font-size: 1rem; }
  .brand__text small { font-size: .61rem; }
  .hero__grid { padding-top: 55px; gap: 46px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero__lead { font-size: .97rem; }
  .hero__actions .button { width: 100%; }
  .hero__proof { grid-template-columns: 1fr; gap: 13px; text-align: left; }
  .hero__proof li { display: grid; grid-template-columns: 85px 1fr; align-items: center; }
  .hero__proof strong { font-size: 1.45rem; }
  .hero__visual { min-height: 500px; }
  .hero__image-wrap { border-radius: 46% 46% 10px 10px; }
  .hero__note--top { right: -1%; top: 7%; max-width: 195px; }
  .hero__note--bottom { left: 1%; bottom: 5%; max-width: 225px; }
  .intro-band { padding: 60px 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 440px; }
  .feature__media { min-height: 510px; }
  .feature__image--main { right: 8%; }
  .feature__image--small { width: 42%; height: 38%; }
  .feature__seal { width: 88px; height: 88px; font-size: .77rem; }
  .feature__points > div { grid-template-columns: 32px 1fr; }
  .feature__points p { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; }
  .gallery-item--tall { grid-row: span 1; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-row: span 2; }
  .visit__visual { min-height: 500px; }
  .visit__visual > img { bottom: 130px; height: calc(100% - 130px); }
  .hours-card { width: 94%; right: 3%; padding: 23px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer__brand { grid-column: 1 / 3; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .mobile-actions { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; height: 70px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,253,248,.96); border-top: 1px solid var(--line); backdrop-filter: blur(16px); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-actions a, .mobile-actions button { border: 0; background: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: .66rem; font-weight: 750; cursor: pointer; }
  .mobile-actions svg { width: 21px; height: 21px; }
  .mobile-actions button { background: var(--forest); color: white; margin: 7px; border-radius: 999px; }
  .drawer__panel { padding: 58px 22px 35px; }
  .drawer__quick-actions, .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .gallery-grid { display: grid; grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: 1; grid-row: auto; min-height: 290px; }
  .service-card { min-height: 430px; }
}

@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: 980px) {
  .order-process__heading, .product-line, .faq__grid { grid-template-columns: 1fr; }
  .order-steps { grid-template-columns: 1fr; }
  .order-steps li, .order-steps li:first-child, .order-steps li:last-child { min-height: auto; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .order-steps li:last-child { border-bottom: 0; }
  .faq__intro { position: static; }
}

@media (max-width: 680px) {
  .order-process { padding-block: 66px; }
  .order-process__heading { margin-bottom: 28px; }
  .order-process__actions .button { width: 100%; }
  .product-line { padding: 24px 18px; }
  .product-line ul { grid-template-columns: 1fr; }
  .faq summary { min-height: 76px; font-size: 1.28rem; }
  .faq details p { margin-right: 0; }
}

/* Ajustes de presentación final */
.brand__mark--logo {
  overflow: hidden;
  padding: 2px;
  background: #fff;
  border: 1px solid rgba(36, 58, 49, .10);
  box-shadow: 0 8px 22px rgba(24, 42, 35, .08);
}
.brand__mark--logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hero__note-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--terracotta);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.form-optional {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 500;
}
.contact-form input[type="date"] { min-height: 49px; }
.service-card .text-link { text-align: left; }

/* Cambios solicitados por la floristería — versión de revisión */
body { overflow-x: hidden; }

/* Hero más breve, sin fotografía principal */
.hero {
  min-height: auto;
  display: block;
  background:
    radial-gradient(circle at 87% 18%, rgba(234, 208, 202, .58) 0 12%, transparent 12.3%),
    linear-gradient(118deg, var(--paper) 0 69%, var(--cream) 69% 100%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -120px;
  bottom: -210px;
  border: 1px solid rgba(36, 58, 49, .14);
  border-radius: 50% 0 50% 0;
  transform: rotate(32deg);
  pointer-events: none;
}
.hero__grid {
  grid-template-columns: 1fr;
  max-width: 1000px;
  padding-block: clamp(76px, 10vw, 126px) clamp(82px, 10vw, 122px);
}
.hero__copy { max-width: 900px; }
.hero h1 { max-width: 900px; font-size: clamp(3.8rem, 7.8vw, 7.5rem); }
.hero__lead { max-width: 690px; }
.hero__proof { max-width: 760px; }
.hero__scroll { display: none; }

/* Proceso en cuatro tarjetas, dos por fila */
.order-process { padding-block: clamp(68px, 8vw, 96px); }
.order-process__heading { margin-bottom: 34px; }
.order-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 253, 248, .58);
}
.order-steps li,
.order-steps li:first-child,
.order-steps li:last-child {
  min-height: 205px;
  padding: 28px clamp(24px, 3vw, 38px);
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-steps li:nth-child(2n) { border-right: 0; }
.order-steps li:nth-child(n+3) { border-bottom: 0; }
.order-steps h3 { margin-top: 18px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.order-steps p { font-size: .9rem; }

/* Servicios e inspiración con imágenes más contenidas */
.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 350px;
  gap: 16px;
  max-width: 1040px;
  margin-inline: auto;
}
.service-card--wide { grid-row: span 1; }
.service-card__content { padding: clamp(22px, 3vw, 32px); }
.service-card h3 { font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.service-card p { font-size: .88rem; line-height: 1.5; }

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 210px;
  max-width: 1040px;
  margin-inline: auto;
}
.gallery-item,
.gallery-item:nth-child(n),
.gallery-item--tall {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery__cta {
  width: 100%;
  max-width: 760px;
  margin: 32px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  clear: both;
}

/* Cuestionario/preguntas más compacto */
.faq { padding-block: clamp(68px, 8vw, 100px); }
.faq__grid { gap: clamp(42px, 7vw, 82px); }
.faq__intro h2 { font-size: clamp(2.45rem, 4.5vw, 4.45rem); }
.faq summary { min-height: 74px; padding: 17px 0; font-size: clamp(1.18rem, 1.8vw, 1.55rem); }
.faq details p { margin-bottom: 20px; }

/* WhatsApp visible debajo del correo */
.visit__whatsapp a {
  color: var(--forest);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* La acción central móvil abre WhatsApp directamente */
.mobile-actions .js-whatsapp {
  background: var(--forest);
  color: white;
  margin: 7px;
  border-radius: 999px;
}

@media (max-width: 980px) {
  .hero__grid { text-align: center; }
  .hero__copy { margin-inline: auto; }
  .hero__lead, .hero__proof { margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 330px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 190px; }
}

@media (max-width: 680px) {
  .hero { background: linear-gradient(145deg, var(--paper) 0 76%, var(--cream) 76% 100%); }
  .hero::after { width: 250px; height: 250px; right: -110px; bottom: -145px; }
  .hero__grid { padding-block: 58px 68px; gap: 0; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.75rem); }
  .hero__proof { margin-top: 36px; }
  .order-process__heading { gap: 18px; }
  .order-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-steps li,
  .order-steps li:first-child,
  .order-steps li:last-child {
    min-height: 236px;
    padding: 22px 16px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .order-steps li:nth-child(2n) { border-right: 0; }
  .order-steps li:nth-child(n+3) { border-bottom: 0; }
  .order-steps span { width: 36px; height: 36px; }
  .order-steps h3 { margin: 15px 0 8px; font-size: 1.28rem; }
  .order-steps p { font-size: .79rem; line-height: 1.45; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; gap: 12px; }
  .service-card { min-height: 310px; }
  .service-card__content { padding: 22px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; gap: 10px; }
  .gallery-item,
  .gallery-item:nth-child(n),
  .gallery-item--tall { min-height: 0; grid-column: span 1; grid-row: span 1; }
  .gallery-item figcaption { left: 12px; bottom: 10px; font-size: .7rem; }
  .gallery__cta { margin-top: 24px; padding-top: 22px; }
}

@media (max-width: 360px) {
  .order-steps { grid-template-columns: 1fr; }
  .order-steps li,
  .order-steps li:first-child,
  .order-steps li:last-child,
  .order-steps li:nth-child(2n),
  .order-steps li:nth-child(n+3) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .order-steps li:last-child { border-bottom: 0; }
}

/* Página de trabajos por categorías */
.services__all { display: flex; justify-content: center; margin-top: 34px; }
.portfolio-page { background: var(--paper); }
.portfolio-page .main-nav a[aria-current="page"]::after { width: 100%; }
.portfolio-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 118px) 0 clamp(62px, 8vw, 100px);
  background:
    radial-gradient(circle at 92% 22%, rgba(234,208,202,.62) 0 11%, transparent 11.3%),
    linear-gradient(125deg, var(--paper) 0 72%, var(--cream) 72% 100%);
}
.portfolio-hero::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: -140px;
  bottom: -190px;
  border: 1px solid rgba(36,58,49,.15);
  border-radius: 50% 0 50% 0;
  transform: rotate(28deg);
}
.portfolio-hero__inner { position: relative; z-index: 1; max-width: 930px; }
.portfolio-back { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 42px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.portfolio-back:hover { color: var(--forest); }
.portfolio-hero h1 { margin: 0; max-width: 820px; font-family: var(--serif); font-size: clamp(3.4rem, 7.4vw, 7rem); font-weight: 500; line-height: .9; letter-spacing: -.06em; }
.portfolio-hero p:last-child { max-width: 700px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.portfolio-section { padding: clamp(64px, 8vw, 112px) 0 clamp(80px, 10vw, 140px); }
.portfolio-toolbar {
  position: sticky;
  top: 86px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 8px;
  margin-bottom: clamp(48px, 7vw, 82px);
  padding: 9px;
  background: rgba(255,253,248,.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(24,42,35,.08);
  backdrop-filter: blur(16px);
}
.portfolio-tab {
  min-width: 0;
  min-height: 52px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: .82rem;
  font-weight: 750;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.portfolio-tab small { display: grid; place-items: center; min-width: 24px; height: 24px; padding-inline: 6px; border-radius: 999px; background: rgba(36,58,49,.08); font-size: .67rem; }
.portfolio-tab:hover { color: var(--forest); background: var(--cream); }
.portfolio-tab.is-active { color: white; background: var(--forest); }
.portfolio-tab.is-active small { background: rgba(255,255,255,.16); }
.portfolio-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(38px, 7vw, 88px); align-items: end; margin-bottom: 42px; }
.portfolio-heading h2 { margin: 0; max-width: 720px; font-family: var(--serif); font-size: clamp(2.7rem, 5.4vw, 5.15rem); font-weight: 500; line-height: .94; letter-spacing: -.05em; }
.portfolio-heading > p { margin: 0; max-width: 520px; color: var(--muted); }
.portfolio-gallery { columns: 3; column-gap: 14px; min-height: 400px; }
.portfolio-item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: 0;
  border-radius: 10px;
  background: var(--cream);
  cursor: zoom-in;
  box-shadow: 0 1px 0 rgba(36,58,49,.04);
}
.portfolio-item img { width: 100%; height: auto; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .3s ease; }
.portfolio-item__overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 20px; color: white; background: linear-gradient(to top, rgba(15,29,24,.72), transparent 46%); opacity: 0; transition: opacity .25s ease; font-size: .78rem; font-weight: 750; }
.portfolio-item__overlay > span:last-child { font-size: 1.3rem; }
.portfolio-item:hover img { transform: scale(1.025); }
.portfolio-item:hover .portfolio-item__overlay, .portfolio-item:focus-visible .portfolio-item__overlay { opacity: 1; }
.portfolio-more { display: flex; justify-content: center; margin-top: 42px; }
.portfolio-more[hidden] { display: none; }
.portfolio-contact { position: relative; overflow: hidden; padding: clamp(82px, 10vw, 132px) 0; background: var(--forest); color: white; }
.portfolio-contact::before { content: ""; position: absolute; width: 420px; height: 420px; left: -240px; top: -240px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.portfolio-contact__inner { position: relative; z-index: 1; max-width: 850px; text-align: center; }
.portfolio-contact .eyebrow { color: var(--rose-soft); }
.portfolio-contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 500; line-height: .92; letter-spacing: -.055em; }
.portfolio-contact p:not(.eyebrow) { max-width: 640px; margin: 26px auto 0; color: rgba(255,255,255,.72); }
.portfolio-contact__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.portfolio-contact__call { background: transparent; border-color: rgba(255,255,255,.55); }
.portfolio-contact__call:hover { background: white; color: var(--forest); }
.portfolio-lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  height: min(92vh, 900px);
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: rgba(15,24,20,.98);
  color: white;
  box-shadow: 0 30px 100px rgba(0,0,0,.45);
}
.portfolio-lightbox::backdrop { background: rgba(8,14,11,.82); backdrop-filter: blur(7px); }
.portfolio-lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; }
.portfolio-lightbox img { width: auto; max-width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.portfolio-lightbox figcaption { width: 100%; padding: 12px 80px 16px; color: rgba(255,255,255,.68); text-align: center; font-size: .78rem; }
.portfolio-lightbox__close, .portfolio-lightbox__nav { position: absolute; z-index: 3; border: 0; background: rgba(255,255,255,.12); color: white; cursor: pointer; display: grid; place-items: center; backdrop-filter: blur(8px); }
.portfolio-lightbox__close { width: 44px; height: 44px; top: 14px; right: 14px; border-radius: 50%; font-size: 1.7rem; }
.portfolio-lightbox__nav { width: 48px; height: 62px; top: 50%; transform: translateY(-50%); border-radius: 999px; font-size: 2.4rem; }
.portfolio-lightbox__nav--prev { left: 14px; }
.portfolio-lightbox__nav--next { right: 14px; }
.portfolio-lightbox__close:hover, .portfolio-lightbox__nav:hover { background: rgba(255,255,255,.22); }

@media (max-width: 980px) {
  .portfolio-toolbar { top: 82px; grid-template-columns: repeat(2, minmax(0,1fr)); border-radius: 22px; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 22px; }
  .portfolio-gallery { columns: 2; }
}
@media (max-width: 680px) {
  .portfolio-hero { padding-top: 48px; }
  .portfolio-back { margin-bottom: 30px; }
  .portfolio-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .portfolio-toolbar {
    position: relative;
    top: auto;
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    margin-inline: -20px;
    padding: 8px 20px 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    scrollbar-width: none;
  }
  .portfolio-toolbar::-webkit-scrollbar { display: none; }
  .portfolio-tab { flex: 0 0 auto; min-height: 48px; padding-inline: 17px; border: 1px solid var(--line); background: var(--paper); }
  .portfolio-tab.is-active { border-color: var(--forest); }
  .portfolio-heading { margin-bottom: 28px; }
  .portfolio-gallery { columns: 2; column-gap: 9px; }
  .portfolio-item { margin-bottom: 9px; border-radius: 7px; }
  .portfolio-item__overlay { display: none; }
  .portfolio-lightbox { width: 100vw; height: 100dvh; border-radius: 0; }
  .portfolio-lightbox__nav { width: 42px; height: 54px; }
  .portfolio-lightbox__nav--prev { left: 8px; }
  .portfolio-lightbox__nav--next { right: 8px; }
}
@media (max-width: 420px) {
  .portfolio-gallery { columns: 1; }
  .portfolio-item { margin-bottom: 12px; }
  .portfolio-contact__actions { flex-direction: column; }
  .portfolio-contact__actions .button { width: 100%; }
}
