@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --red: #b31322;
  --red-dark: #750d18;
  --red-bright: #df2635;
  --ink: #1d1d20;
  --muted: #68676b;
  --paper: #f7f5f2;
  --soft: #ece9e5;
  --dark: #19191b;
  --line: rgba(29, 29, 32, .14);
  --display: 'Manrope', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.09; letter-spacing: -.045em; }
h1 { font-size: clamp(3.3rem, 7vw, 6.8rem); margin-bottom: 1.6rem; }
h2 { font-size: clamp(2.4rem, 4.7vw, 4.6rem); margin-bottom: 1.3rem; }
h3 { font-size: 1.35rem; }
em { color: var(--red); font-style: normal; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; margin-bottom: 20px; }
.eyebrow.light { color: #ffb3b9; }
.skip-link { position: absolute; left: 16px; top: -80px; background: #fff; color: var(--ink); padding: 10px 16px; z-index: 20; }
.skip-link:focus { top: 16px; }
.topbar { background: var(--dark); color: rgba(255,255,255,.75); font-size: .75rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: #fff; }
.site-header { background: var(--paper); position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 90px; }
.brand { display: inline-flex; align-items: center; min-width: 104px; }
.brand img { width: 82px; height: 82px; object-fit: contain; }
.brand-mark { transition: transform .25s ease; }
.brand-mark:hover { transform: translateY(-2px); }
.brand span { display: flex; flex-direction: column; line-height: 1; font-family: var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.brand strong { font-size: 1.08rem; }
.brand small { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .2em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: .88rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 34px 0; }
.main-nav > a:not(.nav-cta):after { content: ''; position: absolute; height: 2px; bottom: 24px; left: 0; right: 100%; background: var(--red); transition: right .25s ease; }
.main-nav > a:hover:after, .main-nav > a.active:after { right: 0; }
.main-nav > a.active { color: var(--red); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; font-size: .83rem; font-weight: 700; line-height: 1.2; padding: 15px 22px; transition: transform .25s ease, background .25s ease, color .25s ease; }
.nav-cta { background: var(--red); color: #fff; padding: 13px 20px; }
.nav-cta:hover, .button:hover { background: var(--red-bright); color: #fff; transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.48); }
.button-ghost:hover { background: #fff; color: var(--ink); }
.button-outline { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--red); color: #fff; background: var(--red); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #ffb2b8; color: var(--ink); }
.button-arrow { font-size: 1.1rem; }
.menu-toggle { display: none; background: none; border: 0; color: var(--ink); padding: 8px 0; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }
.menu-toggle b { display: block; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 7px; }

.hero { min-height: 690px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: #27080b; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-overlay { background: linear-gradient(90deg, rgba(15,4,5,.9) 0%, rgba(15,4,5,.64) 48%, rgba(15,4,5,.2) 100%), linear-gradient(0deg, rgba(15,4,5,.55), transparent 42%); }
.hero-content { position: relative; padding: 102px 0; z-index: 1; }
.hero h1 { max-width: 760px; }
.hero h1 span { color: #fff; }
.hero-text { max-width: 520px; color: rgba(255,255,255,.84); font-size: 1.08rem; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-scroll { position: absolute; z-index: 2; right: max(32px, calc((100% - 1160px) / 2)); bottom: 30px; color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { color: #fff; font-size: 1.2rem; margin-left: 12px; }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.split-intro h2 { max-width: 520px; margin: 0; }
.intro-copy { max-width: 500px; color: var(--muted); font-size: 1.05rem; }
.intro-copy p { margin-bottom: 24px; }
.text-link { color: var(--red); font-weight: 700; font-size: .88rem; border-bottom: 1px solid rgba(179,19,34,.35); padding-bottom: 5px; }
.text-link span { display: inline-block; font-size: 1.2rem; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.services-preview { background: #ebe8e4; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { max-width: 680px; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 360px; display: flex; flex-direction: column; padding: 36px; background: #fff; border: 1px solid rgba(29,29,32,.06); }
.service-card-dark { background: var(--dark); color: #fff; }
.service-card .icon-box, .detail-icon { width: 58px; height: 58px; color: var(--red); border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; margin-bottom: 62px; }
.service-card svg, .detail-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: .91rem; margin-bottom: 20px; }
.service-card-dark p { color: rgba(255,255,255,.66); }
.service-card a { color: var(--red); font-size: .8rem; font-weight: 700; margin-top: auto; }
.service-card a span { margin-left: 8px; font-size: 1.1rem; }
.image-story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 92px; }
.story-image { height: 550px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-content h2 { max-width: 520px; }
.story-content > p:not(.eyebrow) { max-width: 480px; color: var(--muted); margin: 0 0 30px; }
.cta-band { background: var(--red); color: #fff; padding: 76px 0; }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-content h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0; }
.process-section { background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.process-section:before { content: ''; position: absolute; width: 480px; height: 480px; right: -170px; top: -220px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 84px rgba(255,255,255,.018); }
.process-section .container { position: relative; z-index: 1; }
.process-heading { display: flex; justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 60px; }
.process-heading h2 { margin-bottom: 0; }
.process-heading > p { max-width: 350px; color: rgba(255,255,255,.58); margin: 0 0 4px; font-size: .95rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-item { position: relative; min-height: 215px; padding-right: 20px; }
.process-number { color: #ff8f99; font-family: var(--display); font-size: .85rem; font-weight: 700; letter-spacing: .1em; }
.process-line { width: 100%; height: 1px; background: rgba(255,255,255,.18); margin: 17px 0 34px; position: relative; }
.process-line:before { content: ''; position: absolute; width: 7px; height: 7px; left: 0; top: -3px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(179,19,34,.2); }
.process-item h3 { font-size: 1.15rem; margin-bottom: 12px; }
.process-item p { color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.6; max-width: 215px; }
.home-gallery { background: var(--paper); padding-top: 30px; }
.home-gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; }
.home-gallery-card { min-height: 300px; position: relative; overflow: hidden; background: var(--soft); }
.home-gallery-card-large { min-height: 420px; }
.home-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.home-gallery-card:hover img { transform: scale(1.06); }
.home-gallery-card:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%); }
.home-gallery-card span { position: absolute; left: 20px; right: 20px; bottom: 19px; z-index: 1; color: #fff; font-size: .8rem; font-weight: 700; display: flex; justify-content: space-between; }
.home-gallery-card b { color: #ff9ba4; font-size: 1.1rem; }

.page-hero { min-height: 410px; position: relative; display: flex; align-items: end; color: #fff; overflow: hidden; }
.page-hero-bg, .page-hero-shade { position: absolute; inset: 0; }
.page-hero-bg { background-position: center; background-size: cover; transform: scale(1.02); }
.page-hero-shade { background: linear-gradient(90deg, rgba(24,5,6,.88), rgba(24,5,6,.27)); }
.page-hero-content { position: relative; width: 100%; padding: 75px 0 70px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); margin: 0; }
.page-hero h1 em { color: #ff9ba4; }
.about-layout, .contact-grid, .faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-lead h2, .contact-info h2, .faq-layout h2 { font-size: clamp(2.4rem, 4.1vw, 4rem); }
.about-body { color: var(--muted); font-size: 1.05rem; }
.about-body p { margin-bottom: 22px; }
.about-body .button { margin-top: 12px; }
.about-values { background: #ebe8e4; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; border-top: 1px solid var(--line); padding-top: 30px; }
.values-grid span, .detail-number { color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.values-grid h3 { margin: 50px 0 12px; }
.values-grid p { color: var(--muted); max-width: 270px; font-size: .92rem; }
.about-photo { padding-top: 0; }
.about-photo img { width: 100%; max-height: 610px; object-fit: cover; object-position: center 55%; }
.heading-note { color: var(--muted); max-width: 330px; margin: 0 0 3px; font-size: .95rem; }
.service-detail-grid { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 86px 1fr; gap: 20px; padding: 47px 0; border-bottom: 1px solid var(--line); }
.detail-icon { margin: 0; }
.detail-number { display: block; margin-bottom: 13px; }
.service-detail h3 { font-size: 1.75rem; margin-bottom: 13px; }
.service-detail p { color: var(--muted); max-width: 650px; margin: 0; }
.service-contact-strip { padding: 72px 0; background: var(--dark); color: #fff; }
.service-contact-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.service-contact-strip h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin: 0; }
.strip-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: end; }
.phone-link-light { color: rgba(255,255,255,.76); font-size: .82rem; }
.phone-link-light:hover { color: #fff; }

.gallery-section { padding-bottom: 132px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 115px; gap: 14px; }
.gallery-item { position: relative; display: block; overflow: hidden; background: var(--soft); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 45%); pointer-events: none; }
.gallery-item-1 { grid-column: span 5; grid-row: span 4; }
.gallery-item-2 { grid-column: span 4; grid-row: span 3; }
.gallery-item-3 { grid-column: span 3; grid-row: span 3; }
.gallery-item-4 { grid-column: span 4; grid-row: span 4; }
.gallery-item-5 { grid-column: span 4; grid-row: span 3; }
.gallery-item-1 img, .gallery-item-4 img { object-position: center; }
.gallery-caption { position: absolute; z-index: 1; bottom: 16px; left: 18px; right: 18px; color: #fff; font-size: .79rem; font-weight: 600; line-height: 1.2; display: flex; justify-content: space-between; gap: 10px; }
.gallery-caption b { color: #ff9ba4; font-size: 1.1rem; }

.faq-section { background: #ebe8e4; }
.faq-aside-copy { color: var(--muted); max-width: 330px; margin: 35px 0 23px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 90px 1fr 30px; align-items: center; gap: 15px; padding: 23px 0; cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); text-transform: uppercase; font-size: .63rem; letter-spacing: .11em; }
.faq-list summary b { font-size: 1.5rem; font-weight: 400; color: var(--red); text-align: right; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; color: var(--muted); padding: 0 45px 24px 105px; margin: 0; font-size: .93rem; }

.contact-section { padding-bottom: 140px; }
.contact-lead { max-width: 430px; color: var(--muted); font-size: 1.02rem; margin: 28px 0 40px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list a { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list a:hover strong { color: var(--red); }
.contact-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); }
.contact-list small, .contact-list strong { display: block; line-height: 1.35; }
.contact-list small { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.contact-list strong { font-size: 1rem; }
.locations { display: flex; flex-direction: column; margin: 35px 0 24px; }
.locations span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
.locations strong { font-family: var(--display); font-size: 1.1rem; }
.facebook-link { color: var(--red); font-weight: 700; font-size: .85rem; }
.facebook-link span { margin-left: 8px; }
.contact-form-wrap { padding: 44px; background: #ebe8e4; }
.contact-form-wrap h3 { font-size: 2rem; margin-bottom: 28px; }
form label { display: block; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
input, textarea { display: block; width: 100%; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(29,29,32,.3); outline: 0; padding: 10px 0; margin-top: 4px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form-wrap .button { margin-top: 9px; }
.form-privacy { display: block; color: var(--muted); font-size: .7rem; margin-top: 20px; }
.form-notice { padding: 13px 16px; font-size: .86rem; line-height: 1.4; margin-bottom: 22px; }
.form-notice.success { color: #176b3c; background: #dff2e6; }
.form-notice.error { color: #8b1823; background: #f7dde0; }

.site-footer { background: var(--dark); color: #fff; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .9fr; gap: 80px; padding-bottom: 65px; }
.brand-footer img { width: 105px; height: 105px; opacity: .95; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.55); font-size: .9rem; margin: 24px 0 0; }
.site-footer h3 { color: #fff; font-size: .88rem; letter-spacing: .04em; margin-bottom: 20px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.57); font-size: .84rem; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.4); font-size: .69rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 8; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: #21b866; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-4px); }
.floating-whatsapp svg { width: 28px; fill: currentColor; }

/* Admin */
.admin-page { min-height: 100vh; background: #ebe8e4; }
.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 35px 20px; }
.admin-login-card { width: min(100%, 470px); background: #fff; padding: 48px; margin-top: 20px; box-shadow: 0 20px 60px rgba(29,29,32,.08); }
.admin-brand { position: absolute; top: 30px; left: max(22px, calc((100% - 1160px) / 2)); }
.admin-login-card h1 { font-size: 2.5rem; margin-bottom: 13px; }
.admin-muted { color: var(--muted); font-size: .9rem; }
.admin-form { margin-top: 28px; }
.admin-form .button { margin-top: 6px; }
.admin-back { display: inline-block; color: var(--red); font-size: .82rem; font-weight: 700; margin-top: 25px; }
.admin-header { background: var(--dark); color: #fff; }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.admin-header .brand { color: #fff; }
.admin-header .brand img { width: 70px; height: 70px; }
.admin-header-actions { display: flex; gap: 22px; color: rgba(255,255,255,.65); font-size: .82rem; }
.admin-header-actions a:hover { color: #fff; }
.admin-main { padding: 74px 0; }
.admin-welcome { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 42px; }
.admin-welcome h1 { font-size: clamp(2.3rem, 4vw, 4rem); margin-bottom: 10px; }
.admin-welcome p:not(.eyebrow) { color: var(--muted); margin: 0; }
.admin-mark { display: grid; place-items: center; width: 100px; height: 100px; color: #fff; background: var(--red); border-radius: 50%; font-family: var(--display); font-size: 1.5rem; font-weight: 800; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-card { background: #fff; padding: 40px; }
.admin-card h2 { font-size: 2.2rem; margin-bottom: 10px; }
.admin-card-dark { background: var(--dark); color: #fff; }
.admin-card-dark .admin-muted { color: rgba(255,255,255,.6); }
.admin-links { border-top: 1px solid rgba(255,255,255,.2); margin-top: 30px; }
.admin-links a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); }
.admin-links a:hover { color: #ff9ba4; }
.admin-links b { color: #ff9ba4; font-weight: 400; }
.admin-note { display: flex; gap: 16px; align-items: center; padding: 24px 0; color: var(--muted); font-size: .83rem; }
.admin-note strong { color: var(--red); white-space: nowrap; }

@media (max-width: 900px) {
  .container { width: min(100% - 42px, 680px); }
  .main-nav { gap: 17px; font-size: .78rem; }
  .split-intro, .story-grid, .about-layout, .contact-grid, .faq-layout { gap: 48px; }
  .service-card { padding: 28px; }
  .footer-grid { gap: 35px; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 36px, 560px); }
  .topbar { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand { min-width: auto; }
  .brand img { width: 66px; height: 66px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 76px; bottom: 0; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 28px; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; z-index: 9; font-size: 1.15rem; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a:not(.nav-cta) { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.nav-cta):after { display: none; }
  .main-nav .nav-cta { margin-top: 24px; }
  .hero { min-height: 630px; }
  .hero-content { padding: 70px 0; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .hero-text { font-size: 1rem; }
  .hero-scroll { display: none; }
  .section { padding: 76px 0; }
  .split-intro, .story-grid, .about-layout, .contact-grid, .faq-layout { display: block; }
  .split-intro > div:first-child { margin-bottom: 30px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading .text-link { display: inline-block; margin-top: 20px; }
  .service-grid, .values-grid, .admin-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-card .icon-box { margin-bottom: 45px; }
  .process-heading { display: block; margin-bottom: 42px; }
  .process-heading > p { margin-top: 24px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .process-item { min-height: 180px; }
  .process-line { margin-bottom: 24px; }
  .home-gallery { padding-top: 20px; }
  .home-gallery-grid { grid-template-columns: 1fr 1fr; }
  .home-gallery-card, .home-gallery-card-large { min-height: 220px; }
  .home-gallery-card-large { grid-column: span 2; }
  .story-image { height: 390px; margin-bottom: 38px; }
  .cta-content, .service-contact-strip .container { display: block; }
  .cta-content .button, .strip-actions { margin-top: 28px; }
  .strip-actions { justify-content: start; }
  .page-hero { min-height: 370px; }
  .page-hero-content { padding: 55px 0; }
  .values-grid { gap: 25px; }
  .values-grid h3 { margin: 20px 0 8px; }
  .about-photo { padding-bottom: 0; }
  .service-detail { grid-template-columns: 58px 1fr; gap: 15px; padding: 32px 0; }
  .service-detail h3 { font-size: 1.35rem; }
  .detail-icon { width: 48px; height: 48px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5 { grid-column: span 1; grid-row: span 1; }
  .gallery-item-1 { grid-column: span 2; grid-row: span 2; }
  .gallery-item-4 { grid-column: span 2; }
  .faq-list { margin-top: 40px; }
  .faq-list summary { grid-template-columns: 1fr 25px; gap: 9px; }
  .faq-list summary span { grid-column: 1 / -1; }
  .faq-list details p { padding: 0 30px 22px 0; }
  .contact-info { margin-bottom: 50px; }
  .contact-form-wrap { padding: 30px 22px; }
  .form-row { display: block; }
  .footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 22px; padding-bottom: 45px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 7px; }
  .floating-whatsapp { right: 16px; bottom: 16px; }
  .admin-brand { left: 20px; top: 20px; }
  .admin-login-card { padding: 30px 24px; margin-top: 55px; }
  .admin-header-inner { min-height: 72px; }
  .admin-header .brand img { width: 56px; height: 56px; }
  .admin-header-actions { gap: 11px; font-size: .72rem; }
  .admin-main { padding: 45px 0; }
  .admin-welcome { align-items: start; }
  .admin-mark { display: none; }
  .admin-card { padding: 28px 22px; }
  .admin-note { display: block; }
  .admin-note strong { display: block; margin-bottom: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}