html { font-size: 100%; }
body { margin: 0; overflow-x: hidden; font-family: "Poppins", "Segoe UI", Arial, sans-serif; color: #2b211d; background: #f6f1eb; line-height: 1.65; font-weight: 400; }
img { display: block; max-width: 100%; height: auto; }
a { color: #8e3030; text-decoration: none; }
a:hover, a:focus { color: #5f2323; }
.shell { width: 90%; max-width: 1180px; margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(246, 241, 235, 0.94); border-bottom: 1px solid #ddcfc3; }
.header-bar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-height: 76px; padding: 10px 0; }
.brand { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; color: #2b211d; -ms-flex-negative: 0; flex-shrink: 0; min-width: 0; }
.brand-logo { display: block; max-width: 156px; max-height: 75px; width: auto; height: auto; }
.brand-name { display: inline-block; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.38rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; color: #2b211d; white-space: nowrap; }
.menu-toggle { display: none; }
.site-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 18px; padding-top: 0; }
.site-nav > a,
.site-nav > span,
.site-nav > div { -ms-flex-negative: 0; flex-shrink: 0; }
.site-nav > a,
.nav-link { display: inline-flex; align-items: center; margin-left: 0; vertical-align: middle; min-height: 32px; color: #4b3831; font-size: 0.86rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 4px); left: 0; min-width: 220px; padding: 12px; border: 1px solid #e3d5ca; border-radius: 20px; background: rgba(255, 250, 246, 0.98); box-shadow: 0 18px 40px rgba(44, 25, 21, 0.12); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; transform: translateY(4px); z-index: 40; }
.nav-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 14px; color: #4b3831; font-size: 0.92rem; letter-spacing: -0.01em; text-transform: none; }
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus { background: #f3e7de; color: #8f3636; }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.social-links { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 8px; }
.lang-switcher { position: relative; display: inline-flex; align-items: center; }
.lang-switcher-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 14px; border: 1px solid #d9c8bc; border-radius: 999px; background: rgba(255, 251, 247, 0.72); color: #6f5750; font-family: inherit; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.lang-switcher-toggle:hover,
.lang-switcher-toggle:focus { border-color: #c8a28f; background: rgba(160, 60, 60, 0.08); color: #8f3636; }
.lang-switcher-icon { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; }
.lang-switcher-icon svg { display: block; width: 16px; height: 16px; fill: currentColor; }
.lang-switcher-chevron { font-size: 0.72rem; line-height: 1; }
.lang-switcher-menu { position: absolute; top: calc(100% + 8px); right: 0; display: none; min-width: 86px; padding: 8px; border: 1px solid #e3d5ca; border-radius: 18px; background: rgba(255, 250, 246, 0.98); box-shadow: 0 18px 40px rgba(44, 25, 21, 0.12); z-index: 60; }
.lang-switcher.is-open .lang-switcher-menu { display: grid; gap: 6px; }
.lang-switcher-link { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; min-height: 34px; padding: 0 10px; border-radius: 999px; color: #6f5750; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.lang-switcher-link.is-current,
.lang-switcher-link:hover,
.lang-switcher-link:focus { background: #a03c3c; color: #fff8f3; }
.social-link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 32px; height: 32px; padding: 0; border: 1px solid #d9c8bc; border-radius: 999px; background: rgba(255, 251, 247, 0.72); color: #7f3030; line-height: 1; text-decoration: none; text-transform: none; letter-spacing: 0; }
.social-link svg { display: block; width: 15px; height: 15px; fill: currentColor; }
.social-link:hover,
.social-link:focus { border-color: #c8a28f; background: rgba(160, 60, 60, 0.08); color: #8f3636; }
.site-nav > a.is-current,
.site-nav > a:hover,
.site-nav > a:focus,
.nav-link.is-current,
.nav-link:hover,
.nav-link:focus { color: #a03c3c; }
.site-nav .nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid #a03c3c; border-radius: 999px; background: #a03c3c; color: #fff8f3; font-size: 0.84rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease; }
.site-nav .nav-cta { margin-left: 8px; padding: 10px 16px; min-height: 20px; }
.button:hover, .button:focus, .site-nav .nav-cta:hover, .site-nav .nav-cta:focus { background: #812f2f; color: #fff8f3; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(160, 60, 60, 0.2); }
.button-secondary { background: transparent; color: #a03c3c; }
.button-secondary:hover, .button-secondary:focus { background: #a03c3c; color: #fff8f3; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 999px; background: #25d366; color: #ffffff; box-shadow: 0 18px 34px rgba(37, 211, 102, 0.32); animation: floating-whatsapp-entrance 0.55s ease-out 0.2s both; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
.floating-whatsapp svg { display: block; width: 30px; height: 30px; fill: currentColor; }
.floating-whatsapp:hover,
.floating-whatsapp:focus { background: #1ebe5b; color: #ffffff; transform: translateY(-3px) scale(1.02); box-shadow: 0 22px 40px rgba(37, 211, 102, 0.4); }
@keyframes floating-whatsapp-entrance {
  0% { opacity: 0; transform: translateY(20px) scale(0.85); }
  65% { opacity: 1; transform: translateY(-4px) scale(1.04); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.hero, .subhero { overflow: hidden; background: radial-gradient(circle at top left, rgba(160, 60, 60, 0.12), transparent 38%), radial-gradient(circle at bottom right, rgba(123, 93, 73, 0.16), transparent 40%), #f6f1eb; }
.hero-full { position: relative; min-height: 92vh; background: #1d1513; }
.hero-media { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.hero-media:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, rgba(26, 17, 15, 0.82) 0%, rgba(26, 17, 15, 0.62) 40%, rgba(26, 17, 15, 0.22) 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-layout, .subhero-layout, .process-layout, .stats-layout, .contact-grid, .service-grid, .footer-layout, .split-head, .cta-panel { display: -webkit-box; display: -ms-flexbox; display: flex; }
.hero-layout { position: relative; z-index: 1; min-height: 92vh; padding: 94px 0 52px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.hero-copy, .process-copy, .process-list, .split-head > div, .split-head > p, .cta-panel > div { -webkit-box-flex: 1; -ms-flex: 1 1 0; flex: 1 1 0; min-width: 0; }
.hero-copy { padding-right: 4%; }
.hero-overlay { box-sizing: border-box; max-width: 680px; width: 100%; padding: 28px; border: 1px solid rgba(255, 244, 236, 0.18); border-radius: 36px; background: linear-gradient(160deg, rgba(38, 23, 20, 0.8), rgba(18, 11, 10, 0.62)); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24); backdrop-filter: blur(14px); color: #fffaf5; }
.hero-overlay-minimal { max-width: 560px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
@media screen and (min-width: 981px) {
  .hero-layout { padding-top: 72px; padding-bottom: 84px; padding-left: 6vw; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .hero-overlay { margin-left: 4vw; }
}
.hero h1, .subhero h1, .section h2, .site-footer h2 { margin: 0 0 18px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 3rem; line-height: 1.08; font-weight: 700; letter-spacing: -0.03em; }
.subhero h1, .section h2 { font-size: 2.55rem; }
.lead { font-size: 1.08rem; color: #53423c; font-weight: 400; }
.hero-overlay .lead,
.hero-overlay-minimal h1 { margin-bottom: 12px; }
.hero-heading { display: block; width: 100%; margin: 0 0 12px; color: #f2c8b7; font-size: 0.78rem !important; line-height: 1.4 !important; font-weight: 600 !important; letter-spacing: 0.18em; text-transform: uppercase; white-space: normal; font-family: "Poppins", "Segoe UI", Arial, sans-serif; }
.hero-heading .block-desktop { display: inline; }
@media (min-width: 769px) {
    .hero-heading .block-desktop { display: block; }
}
.hero-heading span { display: block; }
.hero-short-title { margin: 0 0 12px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 4.2rem; line-height: 0.98; font-weight: 700; letter-spacing: -0.04em; text-wrap: balance; }
.hero-overlay-minimal .lead { max-width: 34ch; color: rgba(255, 245, 238, 0.82); }
.hero-overlay-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.hero-overlay .eyebrow { color: #f0c6b3; }
.hero-overlay-minimal .eyebrow { margin-bottom: 12px; color: #f2c8b7; }
.hero-badge { margin: 0; padding: 9px 14px; border: 1px solid rgba(255, 239, 230, 0.18); border-radius: 999px; background: rgba(255, 246, 240, 0.08); color: #fff3ec; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
.hero-overlay h1 { margin-bottom: 20px; font-size: 4.9rem; line-height: 0.94; }
.hero-overlay .lead { max-width: 52ch; margin: 0; color: rgba(255, 245, 238, 0.84); font-size: 1.04rem; line-height: 1.75; }
.eyebrow { margin: 0 0 14px; color: #a03c3c; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.hero-overlay-minimal h1.eyebrow { margin-bottom: 12px; color: #f2c8b7; }
.hero-actions { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 14px; margin-top: 32px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.hero-actions .button { margin-right: 0; margin-bottom: 0; }
.hero-overlay .button { box-shadow: 0 14px 30px rgba(14, 8, 8, 0.18); }
.hero-overlay-minimal .hero-actions { margin-top: 22px; }
.hero-overlay-minimal .button { min-width: 0; padding-left: 20px; padding-right: 20px; box-shadow: 0 12px 28px rgba(14, 8, 8, 0.18); }
.hero-overlay .button-secondary { border-color: rgba(255, 239, 230, 0.26); background: rgba(255, 246, 240, 0.08); color: #fff6f0; }
.hero-overlay .button-secondary:hover,
.hero-overlay .button-secondary:focus { border-color: #a03c3c; background: #a03c3c; color: #fff8f3; }
.contact-actions .button { margin-right: 10px; margin-bottom: 10px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255, 239, 230, 0.16); }
.hero-fact { padding: 14px 16px; border-radius: 22px; background: rgba(255, 248, 243, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 243, 235, 0.08); }
.hero-fact strong,
.hero-fact span { display: block; }
.hero-fact strong { margin-bottom: 6px; color: #fff7f2; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.28rem; font-weight: 700; letter-spacing: -0.03em; }
.hero-fact span { color: rgba(255, 241, 233, 0.76); font-size: 0.9rem; line-height: 1.5; }
@media screen and (max-width: 1567px) {
  .hero-overlay h1 { font-size: 5vw; }
}
@media screen and (max-width: 1343px) {
  .hero-short-title { font-size: 5vw; }
}
@media screen and (max-width: 1050px) {
  .header-bar { min-height: 70px; padding: 12px 0; align-items: center; flex-wrap: wrap; row-gap: 14px; }
  .brand { max-width: min(100%, 280px); }
  .brand-logo { max-width: 128px; max-height: 56px; }
  .brand-name { font-size: 1.16rem; white-space: normal; }
  .site-nav { width: 100%; justify-content: flex-end; flex-wrap: wrap; gap: 12px 16px; padding-top: 2px; }
  .site-nav > a,
  .site-nav > span,
  .site-nav > div { flex-shrink: 1; }
  .site-nav > a,
  .nav-link { font-size: 0.8rem; letter-spacing: 0.06em; }
  .lang-switcher-toggle,
  .lang-switcher-link { font-size: 0.72rem; letter-spacing: 0.06em; }
  .site-nav .nav-cta { margin-left: 0; padding: 10px 14px; }
  .hero-layout { min-height: 84vh; padding-top: 72px; padding-bottom: 44px; }
  .hero-copy { padding-right: 0; }
  .hero-overlay { max-width: min(100%, 580px); padding: 24px 24px 22px; border-radius: 30px; }
  .hero-overlay-minimal { max-width: min(100%, 40rem); }
  .hero-overlay-top { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 18px; }
  .hero-badge { white-space: normal; }
  .hero-overlay h1 { margin-bottom: 16px; line-height: 0.96; }
  .hero-overlay-minimal .hero-heading { font-size: 0.74rem !important; line-height: 1.5 !important; letter-spacing: 0.14em; }
  .hero-overlay-minimal .hero-heading span + span { margin-top: 2px; }
  .hero-short-title { max-width: 9ch; }
  .hero-overlay-minimal .hero-short-title { max-width: 11ch; }
  .hero-overlay .lead,
  .hero-overlay-minimal .lead { max-width: 34ch; font-size: 0.98rem; line-height: 1.65; }
  .gallery-hero-overlay { max-width: min(100%, 540px); }
}
@media screen and (max-width: 895px) {
  .hero-overlay h1 { font-size: 2.8rem; }
}
@supports (font-size: clamp(1rem, 2vw, 3rem)) {
  .hero-short-title { font-size: clamp(2.4rem, 5vw, 4.2rem); }
  .hero-overlay h1 { font-size: clamp(2.8rem, 5vw, 4.9rem); }
}
.section { padding: 96px 0; }
.section-intro { background: #fffaf6; }
.split-head { margin-bottom: 52px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 30px; }
.split-head > p { margin: 4px 0 0; color: #5f4d46; font-size: 1.04rem; }
.info-grid, .gallery-grid, .category-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 24px; margin: 0; }
.info-card, .gallery-card, .category-card, .service-card, .contact-card, .stat-card, .story-card { box-sizing: border-box; }
.info-card { width: calc(33.333% - 16px); padding: 0; margin-bottom: 0; }
.info-grid { margin-bottom: 38px; }
.story-grid { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 24px; margin-top: 56px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.story-card { width: calc(50% - 12px); padding: 0; overflow: hidden; border: 1px solid #e3d5ca; border-radius: 32px; background: rgba(255, 251, 247, 0.96); box-shadow: 0 22px 50px rgba(64, 34, 26, 0.07); }
.story-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.5s ease; }
.story-card:hover .story-media img,
.story-card:focus .story-media img { transform: scale(1.03); }
.story-copy { padding: 26px 28px 30px; }
.story-copy h3 { margin: 0 0 12px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.72rem; font-weight: 700; line-height: 1.16; letter-spacing: -0.025em; }
.info-card h3, .service-card h2, .contact-card h2, .site-footer h3 { margin-top: 0; margin-bottom: 14px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.32rem; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
.info-card, .service-card, .contact-card, .stat-card, .subhero-chip, .cta-panel, .text-band { border: 1px solid #e3d5ca; border-radius: 28px; background: rgba(255, 251, 247, 0.92); box-shadow: 0 22px 50px rgba(64, 34, 26, 0.07); }
.info-card, .service-card, .contact-card, .text-band { padding: 28px; }
.gallery-filter { margin-bottom: 26px; }
.filter-button { margin: 0 10px 10px 0; padding: 10px 16px; border: 1px solid #d8c5bb; border-radius: 999px; background: #fffaf6; color: #604a43; cursor: pointer; transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }
.filter-button:hover, .filter-button:focus, .filter-button.is-active { border-color: #a03c3c; background: #a03c3c; color: #fff8f3; transform: translateY(-1px); }
.gallery-card { width: calc(33.333% - 16px); padding: 0; }
.gallery-card a { display: block; }
.section-gallery .gallery-card a { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; border-radius: 0; }
.gallery-card a, .category-card { position: relative; overflow: hidden; border-radius: 32px; background: #f0e4da; }
.gallery-card a { box-shadow: 0 22px 44px rgba(55, 31, 24, 0.1); transition: transform 0.35s ease, box-shadow 0.35s ease; }
.gallery-card a:after { content: ""; position: absolute; right: 18px; bottom: 18px; width: 44px; height: 44px; border-radius: 999px; background: rgba(255, 250, 246, 0.8); box-shadow: inset 0 0 0 1px rgba(116, 82, 65, 0.12); backdrop-filter: blur(10px); opacity: 0; transform: translateY(8px); transition: opacity 0.35s ease, transform 0.35s ease; }
.gallery-card img, .category-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.5s ease; }
.section-gallery .gallery-card img { height: 100%; padding: 0; object-fit: cover; }
.gallery-overlay { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 1; padding: 18px 20px 20px; border: 1px solid rgba(132, 98, 81, 0.12); border-radius: 24px; background: linear-gradient(180deg, rgba(255, 251, 247, 0.9), rgba(248, 239, 232, 0.94)); box-shadow: 0 18px 36px rgba(52, 30, 23, 0.12); backdrop-filter: blur(12px); color: #2f211d; }
.gallery-overlay strong, .gallery-overlay span { display: block; }
.gallery-overlay strong { max-width: calc(100% - 54px); font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.16rem; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.gallery-overlay span { max-width: 28ch; color: #6a5750; font-size: 0.95rem; line-height: 1.5; }
.gallery-discount { margin-top: 14px; }
.gallery-discount[hidden] { display: none !important; }
.gallery-discount-badge,
.gallery-discount-dates,
.gallery-discount-copy,
.gallery-discount strong { display: block; }
.gallery-discount-badge { display: inline-block; margin-bottom: 8px; padding: 6px 10px; border-radius: 999px; background: rgba(160, 60, 60, 0.12); color: #8f3636; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.gallery-discount-copy,
.gallery-discount strong { color: #4b3831; font-size: 0.9rem; line-height: 1.45; }
.gallery-discount-dates { margin-top: 6px; color: #8a6b60; font-size: 0.8rem; letter-spacing: 0.02em; }
.gallery-discount-card { padding-top: 12px; border-top: 1px solid rgba(132, 98, 81, 0.12); }
.gallery-discount-card .gallery-discount-copy { max-width: none; }
.gallery-card a:hover,
.gallery-card a:focus { transform: translateY(-4px); box-shadow: 0 28px 54px rgba(55, 31, 24, 0.16); }
.gallery-card a:hover:after,
.gallery-card a:focus:after { opacity: 1; transform: translateY(0); }
.gallery-card a:hover img,
.gallery-card a:focus img,
.category-card:hover img,
.category-card:focus img { transform: scale(1.04); }
.gallery-card a:hover .gallery-overlay,
.gallery-card a:focus .gallery-overlay { background: linear-gradient(180deg, rgba(255, 252, 249, 0.96), rgba(250, 243, 237, 0.98)); border-color: rgba(132, 98, 81, 0.18); }
.gallery-category-switch { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 12px; margin-bottom: 26px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gallery-switch-link { display: inline-block; padding: 10px 16px; border: 1px solid #d8c5bb; border-radius: 999px; background: #fffaf6; color: #604a43; transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }
.gallery-switch-link:hover,
.gallery-switch-link:focus,
.gallery-switch-link.is-active { border-color: #a03c3c; background: #a03c3c; color: #fff8f3; transform: translateY(-1px); }
.gallery-detail-grid { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 24px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gallery-detail-card { width: 100%; overflow: hidden; border: 1px solid #e3d5ca; border-radius: 32px; background: rgba(255, 251, 247, 0.96); box-shadow: 0 22px 50px rgba(64, 34, 26, 0.07); }
.gallery-detail-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.gallery-detail-copy { padding: 26px 28px 30px; }
.gallery-detail-copy h2 { margin: 0 0 12px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.7rem; font-weight: 700; line-height: 1.14; letter-spacing: -0.025em; }
.gallery-detail-copy p { margin: 0; color: #5f4d46; }
.gallery-hero { min-height: 88vh; }
.gallery-hero-media:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, rgba(24, 14, 12, 0.86) 0%, rgba(24, 14, 12, 0.68) 44%, rgba(24, 14, 12, 0.26) 100%); }
.gallery-hero-layout { min-height: 88vh; }
.gallery-hero-overlay { max-width: 620px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.gallery-hero-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255, 239, 230, 0.16); }
.gallery-hero-note strong,
.gallery-hero-note span { display: block; }
.gallery-hero-note strong { margin-bottom: 8px; color: #fff7f2; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: -0.02em; }
.gallery-hero-note span { color: rgba(255, 241, 233, 0.78); line-height: 1.6; }
.gallery-discount-hero { max-width: 420px; margin-top: 22px; padding: 18px 20px; border: 1px solid rgba(255, 239, 230, 0.14); border-radius: 24px; background: rgba(255, 246, 240, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 248, 243, 0.05); }
.gallery-discount-hero .gallery-discount-badge { background: rgba(255, 244, 236, 0.12); color: #fff1e7; }
.gallery-discount-hero strong { color: #fff8f3; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; }
.gallery-discount-hero .gallery-discount-dates { color: rgba(255, 238, 229, 0.76); }
.gallery-showcase { display: block; }
.gallery-thumb-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-thumb { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 0; overflow: hidden; background: #efe2d8; box-shadow: 0 16px 34px rgba(55, 31, 24, 0.1); cursor: pointer; text-align: left; }
.gallery-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.35s ease; }
.gallery-thumb:hover img,
.gallery-thumb:focus img,
.gallery-thumb.is-active img { transform: scale(1.03); }
.gallery-thumb-caption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 12px 14px; border-radius: 10px; background: rgba(34, 19, 17, 0.64); color: #fff7f2; font-size: 0.92rem; line-height: 1.4; backdrop-filter: blur(10px); }
.gallery-thumb.is-active { box-shadow: 0 0 0 3px rgba(160, 60, 60, 0.24), 0 16px 34px rgba(55, 31, 24, 0.12); }
.gallery-lightbox { position: fixed; inset: 0; z-index: 200; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 26px; background: rgba(13, 7, 7, 0.92); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-stage { max-width: min(1120px, calc(100vw - 140px)); margin: 0; cursor: grab; }
.gallery-lightbox-stage img { display: block; max-width: 100%; max-height: calc(100vh - 140px); border-radius: 0; box-shadow: 0 28px 60px rgba(0, 0, 0, 0.3); cursor: inherit; user-select: none; -webkit-user-drag: none; }
.gallery-lightbox-stage figcaption { margin-top: 14px; color: #f6eae1; text-align: center; font-size: 0.96rem; }
.gallery-lightbox-stage figcaption[hidden] { display: none; }
.gallery-lightbox.is-draggable .gallery-lightbox-stage { cursor: grab; }
.gallery-lightbox.is-dragging .gallery-lightbox-stage { cursor: grabbing; }
.gallery-lightbox-nav,
.gallery-lightbox-close { position: absolute; border: 0; border-radius: 999px; background: rgba(255, 248, 243, 0.14); color: #fff7f2; cursor: pointer; backdrop-filter: blur(10px); }
.gallery-lightbox-nav { top: 50%; width: 52px; height: 52px; margin-top: -26px; font-size: 2rem; line-height: 1; }
.gallery-lightbox-prev { left: 24px; }
.gallery-lightbox-next { right: 24px; }
.gallery-lightbox-close { top: 24px; right: 24px; width: 52px; height: 52px; padding: 0; font-size: 2rem; line-height: 1; }
.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus,
.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus { background: rgba(255, 248, 243, 0.24); }
.accent-section { background: radial-gradient(circle at top, rgba(160, 60, 60, 0.12), transparent 32%), #f1e5dc; }
.process-layout { gap: 36px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { margin-bottom: 18px; padding: 24px 26px; border-left: 4px solid #a03c3c; border-radius: 0 22px 22px 0; background: #fffaf6; }
.process-list strong, .process-list span, .subhero-chip strong, .subhero-chip span, .stat-card strong, .stat-card span { display: block; }
.process-list strong { margin-bottom: 6px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.08rem; font-weight: 700; letter-spacing: -0.02em; }
.cta-panel { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 26px; padding: 36px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cta-actions { min-width: 0; text-align: right; }
.cta-actions-panel { max-width: 360px; margin-left: auto; padding: 26px; border-radius: 26px; background: linear-gradient(180deg, rgba(160, 60, 60, 0.1), rgba(160, 60, 60, 0.03)); border: 1px solid #ddc8bc; text-align: left; }
.cta-actions-panel h3 { margin: 0 0 10px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.45rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: #2b211d; }
.cta-actions-copy { margin: 0 0 18px; color: #5a4b45; }
.cta-action-buttons { margin-bottom: 16px; }
.cta-action-buttons .button { display: block; width: 100%; margin: 0 0 10px; box-sizing: border-box; text-align: center; }
.cta-actions-meta { margin: 0; font-size: 0.92rem; color: #6a5750; }
.cta-actions-meta strong { color: #8f3636; }
.cta-actions-meta a { color: #8f3636; }
.cta-details { margin-top: 22px; }
.cta-detail { margin: 0 0 12px; padding: 0 0 12px; border-bottom: 1px solid #e6d8cd; color: #554640; }
.cta-detail:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.cta-detail strong,
.cta-detail span { display: block; }
.cta-detail strong { margin-bottom: 4px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #8f3636; }
.cta-detail span { font-size: 0.98rem; line-height: 1.65; }
.subhero-layout { padding: 64px 0 32px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 26px; }
.subhero-has-media { position: relative; background: #1d1513; }
.subhero-has-media .subhero-layout { position: relative; z-index: 1; min-height: 54vh; padding: 88px 0 44px; }
.subhero-has-media .hero-copy { padding-right: 0; }
.subhero-has-media .hero-overlay { max-width: 640px; }
.subhero-has-media .eyebrow { color: #f0c6b3; }
.subhero-has-media h1 { color: #fffaf5; }
.subhero-has-media .lead { color: rgba(255, 245, 238, 0.84); }
.subhero-chip { max-width: 320px; padding: 22px 24px; }
.subhero-chip strong { margin-bottom: 8px; color: #8f3636; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-weight: 700; font-size: 1.12rem; letter-spacing: -0.02em; }
.category-card { width: calc(50% - 12px); padding: 0; margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
.category-card img { width: 46%; }
.category-copy { width: 54%; padding: 30px; }
.service-grid, .contact-grid, .footer-layout, .stats-layout { gap: 24px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.service-card, .contact-card { width: calc(50% - 12px); padding: 30px; }
.service-card { position: relative; overflow: hidden; }
.service-card-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 18px; border: 1px solid #e1c9bc; border-radius: 18px; background: linear-gradient(180deg, rgba(160, 60, 60, 0.14), rgba(160, 60, 60, 0.04)); color: #8f3636; box-shadow: inset 0 0 0 1px rgba(255, 251, 247, 0.6); }
.service-card-icon svg { display: block; width: 28px; height: 28px; fill: currentColor; }
.service-card h2 { position: relative; z-index: 1; }
.service-card p { position: relative; z-index: 1; margin-bottom: 0; }
.stat-card { width: calc(33.333% - 16px); padding: 28px; text-align: center; }
.stat-card strong { margin-bottom: 8px; color: #8f3636; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.92rem; font-weight: 700; letter-spacing: -0.03em; }
.contact-visit { display: block; }
.contact-main { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 24px; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.contact-card-primary { width: calc(58% - 12px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.contact-side { width: calc(42% - 12px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.contact-side .contact-card { width: 100%; margin-bottom: 24px; -webkit-box-flex: 1; -ms-flex: 1 1 0; flex: 1 1 0; }
.contact-side .contact-card:last-child { margin-bottom: 0; }
.contact-intro { margin: 0 0 22px; color: #5b4c46; font-size: 1.02rem; }
.contact-detail-list { margin-bottom: 24px; }
.contact-detail-item { margin: 0 0 14px; padding-bottom: 14px; border-bottom: 1px solid #e7d8cd; }
.contact-detail-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.contact-detail-item strong,
.contact-detail-item span { display: block; }
.contact-detail-item strong { margin-bottom: 4px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #8f3636; }
.contact-detail-item span { color: #564842; }
.contact-detail-item a { color: #8f3636; }
.contact-actions { margin-top: auto; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
.contact-actions .button { margin: 0; min-width: 220px; text-align: center; }
.contact-notes { margin: 0; padding-left: 18px; color: #564842; }
.contact-notes li { margin-bottom: 10px; }
.contact-card-soft { background: linear-gradient(180deg, rgba(160, 60, 60, 0.08), rgba(160, 60, 60, 0.02)); }
.contact-soft-copy { margin: 0 0 16px; color: #5b4d47; }
.contact-soft-meta { margin-bottom: 18px; padding: 14px 16px; border-radius: 18px; background: rgba(255, 251, 247, 0.72); color: #5b4d47; }
.contact-soft-meta span { display: block; }
.contact-soft-link { margin: 0; }
.contact-soft-link a { display: inline-block; font-weight: 600; color: #8f3636; }
.contact-map-section { padding-top: 0; }
.map-card { overflow: hidden; border: 1px solid #e3d5ca; border-radius: 32px; background: rgba(255, 251, 247, 0.96); box-shadow: 0 22px 50px rgba(64, 34, 26, 0.07); }
.contact-map { min-height: 420px; background: linear-gradient(180deg, #f4e8de, #ead9cf); cursor: pointer; }
.map-fallback { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 420px; padding: 30px; background: linear-gradient(180deg, #f4e8de, #ead9cf); }
.map-fallback[hidden] { display: none; }
.map-fallback-static { border-top: 1px solid #e3d5ca; }
.map-fallback-copy { max-width: 420px; text-align: center; color: #574942; }
.map-fallback-copy strong,
.map-fallback-copy span,
.map-fallback-copy a { display: block; }
.map-fallback-copy strong { margin-bottom: 8px; font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 1.1rem; font-weight: 700; }
.map-fallback-copy span { margin-bottom: 12px; }
.map-attribution { margin: 0; padding: 12px 18px 16px; color: #79645c; font-size: 0.82rem; }
.text-band { text-align: center; }
.site-footer { padding: 36px 0 20px; background: #612b2b; color: #efe4db; }
.site-footer a { color: #f9d9ca; }
.footer-layout > div { -webkit-box-flex: 1; -ms-flex: 1 1 220px; flex: 1 1 220px; min-width: 0; }
.footer-layout h2, .footer-layout h3 { color: #fff7f2; }
.footer-legal-links { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255, 240, 230, 0.16); color: #f2d9cd; font-size: 0.95rem; }
.footer-legal-links a { color: #fff1e8; text-decoration: none; }
.footer-legal-links a:hover { text-decoration: underline; }
.footer-legal-links span { margin: 0 10px; color: rgba(255, 240, 230, 0.42); }
.legal-copy { max-width: 860px; }
.legal-copy p, .legal-copy li { color: #4c372f; }
.legal-copy ul { margin: 0 0 18px; padding-left: 20px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.22s; }
.reveal-delay-3 { transition-delay: 0.32s; }
.is-hidden { display: none; }
@media screen and (max-width: 980px) {
  .hero-layout, .subhero-layout, .split-head, .process-layout, .cta-panel, .contact-grid, .service-grid, .stats-layout, .footer-layout, .contact-main { display: block; }
  .hero-copy, .process-copy, .process-list, .split-head > div, .split-head > p, .cta-panel > div, .footer-layout > div, .contact-card, .service-card, .stat-card, .category-card, .contact-card-primary, .contact-side { width: 100%; }
  .hero-layout { min-height: 78vh; padding-top: 78px; }
  .hero-overlay { max-width: none; }
  .hero-overlay h1 { }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card, .info-card { width: calc(50% - 12px); }
  .category-card img, .category-copy { width: 100%; }
  .category-card { display: block; }
  .category-copy { padding: 24px; }
  .cta-actions { min-width: 0; margin-top: 18px; text-align: left; }
  .cta-actions-panel { max-width: none; margin-left: 0; }
  .info-grid { display: block; margin: 0 0 34px; }
  .info-card { width: 100%; padding: 0; margin-bottom: 22px; }
  .footer-layout > div { width: 100%; }
  .contact-side { margin-top: 24px; }
}
@media screen and (max-width: 760px) {
  .site-header { position: static; }
  .header-bar { min-height: 68px; padding: 8px 0; }
  .menu-toggle { display: none; position: relative; width: 42px; height: 42px; padding: 0; border: 1px solid #d9c8bc; border-radius: 999px; background: rgba(255, 251, 247, 0.72); color: #412f29; cursor: pointer; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition: background 0.25s ease, border-color 0.25s ease; transition: background 0.25s ease, border-color 0.25s ease; }
  .menu-toggle span { position: absolute; left: 10px; display: block; width: 20px; height: 2px; margin-bottom: 0; border-radius: 3px; background: #412f29; -webkit-transition: top 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease; transition: top 0.25s ease, opacity 0.2s ease, transform 0.25s ease; }
  .menu-toggle span:nth-child(1) { top: 13px; }
  .menu-toggle span:nth-child(2) { top: 19px; }
  .menu-toggle span:nth-child(3) { top: 25px; }
  .menu-toggle .menu-toggle-text { display: none; }
  .menu-toggle.is-open { border-color: #a03c3c; background: rgba(160, 60, 60, 0.08); }
  .menu-toggle.is-open span:nth-child(1) { top: 19px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { top: 19px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .menu-ready .menu-toggle { display: inline-block; }
  .site-nav { display: block; position: absolute; top: 100%; right: 0; left: 0; width: 100vw; margin-left: calc(50% - 50vw); z-index: 60; padding: 18px 20px 10px; background: rgba(246, 241, 235, 0.98); border-top: 1px solid #e3d5ca; box-shadow: 0 14px 28px rgba(44, 25, 21, 0.08); box-sizing: border-box; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease; transition: opacity 0.25s ease, transform 0.25s ease; }
  .menu-ready .site-nav { display: block; visibility: hidden; opacity: 0; pointer-events: none; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  .menu-ready .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; -webkit-transform: translateY(0); transform: translateY(0); }
  .site-nav > a,
  .nav-dropdown { display: block; margin: 0 0 12px; }
  .nav-dropdown { width: 100%; }
  .nav-link { display: inline-block; }
  .lang-switcher { display: inline-flex; margin: 0 0 12px; }
  .lang-switcher-menu { left: 0; right: auto; }
  .nav-dropdown-menu { position: static; min-width: 0; margin-top: 10px; padding: 8px; opacity: 1; visibility: visible; pointer-events: auto; transform: none; display: none; }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu,
  .nav-dropdown.is-open .nav-dropdown-menu { display: block; }
  .social-links-header { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 12px; }
  .social-link { display: inline-flex; width: 34px; height: 34px; }
  .site-nav .nav-cta { display: block; margin: 6px 0 8px; text-align: center; }
  .hero h1, .subhero h1, .section h2 { font-size: 2.1rem; }
  .section { padding: 72px 0; }
  .gallery-card, .info-card, .service-card, .contact-card, .stat-card { width: 100%; }
  .brand { gap: 8px; max-width: calc(100% - 56px); }
  .brand-logo { max-width: 96px; max-height: 40px; }
  .brand-name { font-size: 1.08rem; white-space: normal; }
  .hero-full { min-height: 86vh; }
  .hero-layout { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 86vh; padding: 42px 0 28px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .hero-copy { padding-right: 0; }
  .hero-overlay { padding: 24px 22px 22px; border-radius: 28px; }
  .hero-overlay-minimal { max-width: 32rem; margin: 0 auto; padding: 0; }
  .hero-overlay-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .hero-overlay h1 { margin-bottom: 16px; font-size: 3.5rem; }
  .hero-heading { font-size: 0.78rem !important; font-family: "Poppins", "Segoe UI", Arial, sans-serif; letter-spacing: 0.18em; line-height: 1.4 !important; }
  .hero-overlay-minimal .hero-heading { font-size: 0.72rem !important; line-height: 1.5 !important; letter-spacing: 0.12em; }
  .hero-overlay-minimal .hero-heading span + span { margin-top: 2px; }
  .hero-short-title { max-width: 9ch; margin-bottom: 10px; font-size: 3rem; }
  .hero-overlay-minimal .hero-short-title { max-width: 11ch; }
  .hero-overlay-minimal .lead { max-width: 30ch; }
  .hero-overlay .lead { font-size: 0.98rem; line-height: 1.68; }
  .hero-facts { grid-template-columns: 1fr; gap: 12px; }
  .story-copy h3 { font-size: 1.55rem; }
  .story-grid { gap: 18px; margin-top: 42px; }
  .gallery-filter { overflow-x: auto; white-space: nowrap; padding-bottom: 6px; }
  .filter-button { white-space: nowrap; }
  .gallery-category-switch { overflow-x: auto; white-space: nowrap; padding-bottom: 6px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .gallery-hero { min-height: 78vh; }
  .gallery-hero-layout { min-height: 78vh; }
  .gallery-card a:after { right: 16px; bottom: 16px; width: 40px; height: 40px; }
  .gallery-overlay { right: 16px; bottom: 16px; left: 16px; padding: 16px 18px 18px; border-radius: 22px; }
  .gallery-overlay strong { max-width: calc(100% - 48px); font-size: 1.08rem; }
  .gallery-overlay span { font-size: 0.92rem; }
  .gallery-detail-copy { padding: 22px 20px 24px; }
  .gallery-detail-copy h2 { font-size: 1.45rem; }
  .gallery-hero-note { margin-top: 20px; padding-top: 18px; }
  .gallery-discount-hero { max-width: none; margin-top: 18px; padding: 16px 18px; }
  .gallery-thumb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .gallery-lightbox { padding: 18px; }
  .gallery-lightbox-stage { max-width: calc(100vw - 48px); }
  .gallery-lightbox-stage img { max-height: calc(100vh - 120px); }
  .gallery-lightbox-nav { width: 46px; height: 46px; margin-top: -23px; }
  .gallery-lightbox-prev { left: 12px; }
  .gallery-lightbox-next { right: 12px; }
  .gallery-lightbox-close { top: 12px; right: 12px; width: 46px; height: 46px; }
  .process-list li, .info-card, .service-card, .contact-card, .stat-card, .text-band, .story-copy, .cta-panel { padding-left: 20px; padding-right: 20px; }
  .cta-actions-panel { padding: 22px 20px; }
  .category-grid { display: block; }
  .category-card { width: 100%; margin-bottom: 20px; }
  .contact-map { min-height: 320px; }
  .map-fallback { min-height: 320px; padding: 22px; }
  .contact-actions .button { width: 100%; min-width: 0; }
  .floating-whatsapp { right: 18px; bottom: 18px; width: 58px; height: 58px; }
  .floating-whatsapp svg { width: 27px; height: 27px; }
}
@media screen and (max-width: 559px) {
  .hero-overlay h1 { font-size: 10vw; }
}
@media screen and (max-width: 533px) {
  .hero-short-title { font-size: 9vw; }
}
@media screen and (max-width: 383px) {
  .hero-overlay h1 { font-size: 2.4rem; }
  .hero-short-title { font-size: 2rem; }
}
@supports (font-size: clamp(1rem, 2vw, 3rem)) {
  @media screen and (max-width: 760px) {
    .hero-overlay h1 { font-size: clamp(2.4rem, 10vw, 3.5rem); }
    .hero-short-title { font-size: clamp(2rem, 9vw, 3rem); }
  }
}
@media screen and (max-width: 620px) {
  .story-grid { display: block; margin-top: 38px; }
  .story-card { width: 100%; margin-bottom: 20px; }
  .story-card:last-child { margin-bottom: 0; }
}
@media screen and (max-width: 460px) {
  .shell { width: 88%; }
  .brand-logo { max-width: 84px; max-height: 36px; }
  .brand-name { font-size: 0.98rem; }
  .button, .site-nav .nav-cta { width: 100%; box-sizing: border-box; text-align: center; }
  .hero-actions .button, .cta-actions .button { margin-right: 0; }
  .hero-copy { padding-right: 0; }
  .hero-overlay { width: 100%; max-width: 100%; padding: 22px 18px 18px; }
  .hero-overlay-minimal { max-width: 26rem; padding: 0; }
  .hero-overlay-minimal .hero-heading { font-size: 0.68rem !important; letter-spacing: 0.1em; }
  .hero-actions { gap: 10px; }
  .gallery-hero { min-height: 72vh; }
  .gallery-hero-layout { min-height: 72vh; }
  .subhero-layout { padding-top: 42px; }
  .subhero-has-media .subhero-layout { min-height: 44vh; padding-top: 58px; padding-bottom: 28px; }
  .gallery-thumb-grid { grid-template-columns: 1fr; }
  .gallery-thumb-caption { font-size: 0.88rem; }
  .gallery-lightbox-nav { display: none; }
  .gallery-overlay { right: 12px; bottom: 12px; left: 12px; padding: 14px 16px 16px; }
  .gallery-overlay strong { max-width: 100%; font-size: 1rem; }
  .gallery-overlay span { max-width: none; font-size: 0.9rem; }
  .gallery-discount { margin-top: 12px; }
  .gallery-discount-copy,
  .gallery-discount strong { font-size: 0.86rem; }
  .gallery-card a:after { display: none; }
}
