:root {
  --bg: #ffffff;
  --bg-soft: #f5f3ee;
  --section-tint: #efe8dc;
  --panel: #ffffff;
  --panel-soft: #f4f1ea;
  --text: #111111;
  --muted: #5f5a50;
  --line: rgba(17, 17, 17, 0.1);
  --line-strong: rgba(17, 17, 17, 0.18);
  --header: #0f1011;
  --yellow: #ddb100;
  --yellow-soft: rgba(221, 177, 0, 0.14);
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  --radius: 22px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(221, 177, 0, 0.14), transparent 24%),
    linear-gradient(180deg, #f5f1e7 0%, #fbfaf7 26%, #efe8dc 100%);
}

a {
  color: inherit;
}

.page-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 18px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(221, 177, 0, 0.12), transparent 12%),
    rgba(15, 16, 17, 0.97);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 148px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a,
.button,
.contact-link,
.footer-nav a,
.footer-contact a {
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-nav a {
  color: #f4f0e8;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--yellow);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #f4f0e8;
}

.search-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f4f0e8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M20 20l-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  cursor: pointer;
}

.hero,
.split-grid,
.section-heading,
.service-grid,
.project-list,
.gallery-grid,
.contact-layout {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.65s ease forwards;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 72px 0 56px;
}

.hero-inner {
  min-height: auto;
  padding: 56px 0 28px;
}

.hero-with-panel {
  display: block;
}

.hero-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(122deg, rgba(14, 14, 14, 0.98) 0%, rgba(34, 34, 34, 0.98) 52%, rgba(242, 236, 226, 0.98) 52%, rgba(248, 244, 236, 0.99) 100%);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

h1 {
  max-width: 100%;
  font-size: clamp(2.15rem, 5.2vw, 4.2rem);
  display: block;
  width: 100%;
  padding: 0.12em 0.18em 0.16em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.92) 0 14px, transparent 14px) top left / 28px 28px no-repeat,
    linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(33, 33, 33, 0.92));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: 1.3rem;
}

.hero-text,
.content-card p,
.service-card p,
.project-card p,
.faq-item p,
.contact-card p,
.contact-copy p,
.footer-about p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 64ch;
  margin: 22px 0 0;
}

.hero-top .hero-copy {
  color: #ffffff;
}

.hero-top .hero-copy .hero-text {
  color: rgba(255, 255, 255, 0.76);
}

.hero-top .button-secondary,
.hero-top .contact-link-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible,
.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-1px);
}

.button-primary,
.contact-link-primary {
  color: #111111;
  background: var(--yellow);
}

.button-secondary,
.contact-link-secondary {
  color: var(--text);
  border-color: var(--line-strong);
  background: transparent;
}

.hero-panel {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-panel-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)),
    radial-gradient(circle at center, rgba(221, 177, 0, 0.16), transparent 58%),
    linear-gradient(180deg, #2b2b2b, #111111);
  box-shadow: var(--shadow);
  position: relative;
}

.hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  filter: contrast(1.16) saturate(1.12) brightness(0.94);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.32) 0 26px, transparent 26px) top left / 70px 70px no-repeat,
    linear-gradient(315deg, rgba(255, 255, 255, 0.14) 0 18px, transparent 18px) bottom right / 56px 56px no-repeat,
    linear-gradient(90deg, transparent 0%, rgba(17, 17, 17, 0.18) 100%);
  pointer-events: none;
}

.hero-panel-block,
.content-card,
.stats-card,
.service-card,
.project-card,
.faq-item,
.gallery-card,
.contact-card,
.contact-form,
.experience-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #fbfaf8);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hero-panel-block {
  background: linear-gradient(180deg, #1a1a1a, #101010);
  border-color: rgba(221, 177, 0, 0.14);
}

.hero-panel-block strong {
  color: #f8f5ee;
}

.hero-panel-block .mini-label {
  color: var(--yellow);
}

.hero-panel-block:hover,
.content-card:hover,
.stats-card:hover,
.service-card:hover,
.project-card:hover,
.faq-item:hover,
.gallery-card:hover,
.contact-card:hover,
.contact-form:hover,
.experience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(221, 177, 0, 0.34);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.1);
}

.mini-label,
.stats-card span,
.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icon-badge {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border: 1px solid rgba(221, 177, 0, 0.24);
  border-radius: 14px;
  background-color: var(--yellow-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.hero-panel-block .icon-badge {
  border-color: rgba(221, 177, 0, 0.2);
  background-color: rgba(221, 177, 0, 0.12);
}

.icon-tank {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='12' height='8' rx='2'/%3E%3Cpath d='M15 10h3l3 2v4h-2'/%3E%3Ccircle cx='7' cy='18' r='1.5'/%3E%3Ccircle cx='17' cy='18' r='1.5'/%3E%3C/svg%3E");
}

.icon-spark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v5'/%3E%3Cpath d='M12 17v5'/%3E%3Cpath d='M4.9 4.9l3.6 3.6'/%3E%3Cpath d='M15.5 15.5l3.6 3.6'/%3E%3Cpath d='M2 12h5'/%3E%3Cpath d='M17 12h5'/%3E%3Cpath d='M4.9 19.1l3.6-3.6'/%3E%3Cpath d='M15.5 8.5l3.6-3.6'/%3E%3C/svg%3E");
}

.icon-shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8.1-7 10-4-1.9-7-5.5-7-10V6l7-3z'/%3E%3Cpath d='M9.5 12.5l1.8 1.8 3.7-4.1'/%3E%3C/svg%3E");
}

.icon-layers {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4l8 4-8 4-8-4 8-4z'/%3E%3Cpath d='M4 12l8 4 8-4'/%3E%3Cpath d='M4 16l8 4 8-4'/%3E%3C/svg%3E");
}

.icon-tools {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4L3 18l3 3 6.3-6.3a4 4 0 0 0 5.4-5.4l-2.4 2.4-3-3 2.4-2.4z'/%3E%3C/svg%3E");
}

.icon-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8.5 12.2l2.3 2.4 4.8-5'/%3E%3C/svg%3E");
}

.icon-steel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='14' rx='2'/%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}

.icon-structure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19L12 5l8 14'/%3E%3Cpath d='M8 12h8'/%3E%3C/svg%3E");
}

.icon-scan {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7V5h2'/%3E%3Cpath d='M20 7V5h-2'/%3E%3Cpath d='M4 17v2h2'/%3E%3Cpath d='M20 17v2h-2'/%3E%3Cpath d='M7 12h10'/%3E%3C/svg%3E");
}

.icon-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M20 20l-4.3-4.3'/%3E%3C/svg%3E");
}

.icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7l.5 3a2 2 0 0 1-.6 1.8L7.2 10.3a16 16 0 0 0 6.5 6.5l1.8-1.8a2 2 0 0 1 1.8-.6l3 .5A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E");
}

.icon-mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E");
}

.icon-pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.3-6-11a6 6 0 1 1 12 0c0 5.7-6 11-6 11z'/%3E%3Ccircle cx='12' cy='10' r='2.2'/%3E%3C/svg%3E");
}

.icon-map {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6l6-2 6 2 6-2v14l-6 2-6-2-6 2V6z'/%3E%3Cpath d='M9 4v14'/%3E%3Cpath d='M15 6v14'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-tank,
.stats-card .icon-tank {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='12' height='8' rx='2'/%3E%3Cpath d='M15 10h3l3 2v4h-2'/%3E%3Ccircle cx='7' cy='18' r='1.5'/%3E%3Ccircle cx='17' cy='18' r='1.5'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-spark,
.stats-card .icon-spark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v5'/%3E%3Cpath d='M12 17v5'/%3E%3Cpath d='M4.9 4.9l3.6 3.6'/%3E%3Cpath d='M15.5 15.5l3.6 3.6'/%3E%3Cpath d='M2 12h5'/%3E%3Cpath d='M17 12h5'/%3E%3Cpath d='M4.9 19.1l3.6-3.6'/%3E%3Cpath d='M15.5 8.5l3.6-3.6'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-shield,
.stats-card .icon-shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8.1-7 10-4-1.9-7-5.5-7-10V6l7-3z'/%3E%3Cpath d='M9.5 12.5l1.8 1.8 3.7-4.1'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-layers,
.stats-card .icon-layers {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4l8 4-8 4-8-4 8-4z'/%3E%3Cpath d='M4 12l8 4 8-4'/%3E%3Cpath d='M4 16l8 4 8-4'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-tools,
.stats-card .icon-tools {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4L3 18l3 3 6.3-6.3a4 4 0 0 0 5.4-5.4l-2.4 2.4-3-3 2.4-2.4z'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-check,
.stats-card .icon-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8.5 12.2l2.3 2.4 4.8-5'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-steel,
.stats-card .icon-steel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='14' rx='2'/%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-structure,
.stats-card .icon-structure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19L12 5l8 14'/%3E%3Cpath d='M8 12h8'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-scan,
.stats-card .icon-scan {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7V5h2'/%3E%3Cpath d='M20 7V5h-2'/%3E%3Cpath d='M4 17v2h2'/%3E%3Cpath d='M20 17v2h-2'/%3E%3Cpath d='M7 12h10'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-search,
.stats-card .icon-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M20 20l-4.3-4.3'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-phone,
.stats-card .icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7l.5 3a2 2 0 0 1-.6 1.8L7.2 10.3a16 16 0 0 0 6.5 6.5l1.8-1.8a2 2 0 0 1 1.8-.6l3 .5A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-mail,
.stats-card .icon-mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-pin,
.stats-card .icon-pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.3-6-11a6 6 0 1 1 12 0c0 5.7-6 11-6 11z'/%3E%3Ccircle cx='12' cy='10' r='2.2'/%3E%3C/svg%3E");
}

.hero-panel-block .icon-map,
.stats-card .icon-map {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8f5ee' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6l6-2 6 2 6-2v14l-6 2-6-2-6 2V6z'/%3E%3Cpath d='M9 4v14'/%3E%3Cpath d='M15 6v14'/%3E%3C/svg%3E");
}

.service-media img,
.article-media img,
.hero-media img,
.section-visual img,
.gallery-card img,
.sidebar-article img,
.support-image,
.lightbox-target {
  cursor: zoom-in;
}

.hero-panel-block strong,
.stats-card strong,
.contact-card strong {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
}

.section {
  padding: 72px 0;
}

.section-intro,
.experience-card,
.faq-page-section,
.section-split,
.hero-top {
  position: relative;
}

.section + .section,
.experience-section + .section,
.section + .experience-section {
  margin-top: 34px;
}

#despre,
#servicii,
#articole,
#faq,
#galerie,
.faq-page-section,
.experience-section {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.section-heading::before {
  content: "";
  display: block;
  width: 88px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), rgba(17, 17, 17, 0.14));
}

.experience-card {
  border-top: 4px solid rgba(221, 177, 0, 0.7);
}

.faq-page-section .faq-list::before,
.service-grid::before,
.project-list::before,
.gallery-grid::before {
  content: "";
  grid-column: 1 / -1;
  height: 1px;
  margin-bottom: 6px;
  background: linear-gradient(90deg, rgba(221, 177, 0, 0.4), rgba(17, 17, 17, 0.08), transparent);
}

.section-heading {
  gap: 12px;
  margin-bottom: 28px;
  max-width: 40rem;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.03), rgba(20, 20, 20, 0.03)) left / calc(100% - 360px) 100% no-repeat,
    linear-gradient(180deg, #f3eee4, #fcfbf8);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.06);
}

.section-intro-reverse .section-heading {
  order: 2;
}

.section-intro-reverse .section-visual {
  order: 1;
}

.section-visual {
  display: grid;
  place-items: center;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.08)),
    radial-gradient(circle at center, rgba(221, 177, 0, 0.18), transparent 58%),
    linear-gradient(180deg, #363636, #171717);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.section-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  filter: contrast(1.16) saturate(1.12) brightness(0.94);
}

.section-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.34) 0 24px, transparent 24px) top left / 64px 64px no-repeat,
    linear-gradient(315deg, rgba(255, 255, 255, 0.16) 0 18px, transparent 18px) bottom right / 54px 54px no-repeat,
    linear-gradient(90deg, transparent 0%, rgba(17, 17, 17, 0.16) 100%);
  pointer-events: none;
}

.split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.stats-card {
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, #1e1e1e, #101010);
  border-color: rgba(221, 177, 0, 0.12);
}

.stats-card strong {
  color: #f7f2e8;
}

.stats-card span:not(.icon-badge) {
  color: var(--yellow);
}

.service-grid,
.project-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-media,
.article-media {
  overflow: hidden;
  margin: -24px -24px 18px;
  border-bottom: 1px solid var(--line);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background: linear-gradient(180deg, #2f2f2f, #171717);
}

.service-media img,
.article-media img,
.sidebar-article img {
  display: block;
  width: 100%;
  height: auto;
}

.service-media img,
.article-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: contrast(1.14) saturate(1.08) brightness(0.95);
}

.experience-card {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 26px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(221, 177, 0, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 240, 231, 0.98));
}

.experience-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: var(--yellow);
  font-weight: 800;
  line-height: 1;
}

.experience-counter,
.experience-plus {
  font-size: clamp(4rem, 10vw, 7rem);
}

.experience-copy p:last-child {
  margin-bottom: 0;
}

.project-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 1.5rem;
  font-weight: 700;
}

.service-card,
.project-card,
.gallery-card,
.contact-card,
.contact-form,
.content-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 236, 0.98));
}

.service-card,
.project-card {
  border-top: 3px solid rgba(221, 177, 0, 0.55);
}

.articles-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 22px;
}

.articles-main {
  display: grid;
  gap: 18px;
}

.article-card {
  display: block;
}

.articles-sidebar {
  position: relative;
}

.sidebar-card {
  position: sticky;
  top: 98px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.sidebar-article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.sidebar-article:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.sidebar-article img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.sidebar-article span {
  color: var(--text);
  font-weight: 600;
  line-height: 1.4;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list-narrow {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow-soft);
  color: var(--yellow);
  font-size: 1.2rem;
  transition: transform 220ms ease, background-color 220ms ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 14px 0 0;
}

.faq-item[open] {
  animation: faqPop 260ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg) scale(1.06);
  background: rgba(221, 177, 0, 0.22);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.gallery-card {
  min-height: 220px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--panel-soft), var(--panel));
  width: 100%;
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.gallery-card span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.gallery-card-logo {
  min-height: 460px;
  grid-row: span 2;
}

.gallery-card-logo img {
  width: min(100%, 340px);
  height: auto;
}

.gallery-trigger {
  appearance: none;
}

.gallery-trigger:hover,
.gallery-trigger:focus-visible {
  border-color: var(--yellow);
  transform: translateY(-2px);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(221, 177, 0, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-form .button {
  width: 100%;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.map-widget-card {
  overflow: hidden;
}

.contact-map-full {
  grid-column: 1 / -1;
}

.map-widget {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 280px;
}

.map-widget iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
  pointer-events: none;
}

.map-widget-overlay {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 16, 17, 0.9);
  color: #f4f0e8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  padding: 24px;
  background: rgba(0, 0, 0, 0.84);
}

.lightbox.is-open {
  display: grid;
  place-items: center;
}

.lightbox-dialog {
  position: relative;
  width: min(100%, 1000px);
}

.lightbox-image {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 20px;
  background: #ffffff;
}

.lightbox-caption {
  margin-top: 14px;
  color: #f4f0e8;
  text-align: center;
  font-size: 0.95rem;
}

.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: #111111;
  font-size: 1.4rem;
  cursor: pointer;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  padding: 24px;
  background: rgba(0, 0, 0, 0.6);
}

.search-modal.is-open {
  display: grid;
  place-items: start center;
}

.search-panel {
  width: min(100%, 820px);
  margin-top: 60px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f7f3ec);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.search-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-panel-header .button {
  min-height: 48px;
}

.search-input {
  flex: 1;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  font: inherit;
}

.search-close {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}

.search-results {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.search-result {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-soft);
}

.search-result strong {
  display: block;
  margin-bottom: 6px;
}

.search-result span {
  color: var(--muted);
  line-height: 1.5;
}

.page-default-content h2,
.page-default-content h3,
.page-default-content h4 {
  margin: 1.4em 0 0.6em;
  line-height: 1.15;
}

.page-default-content p,
.page-default-content ul,
.page-default-content ol {
  line-height: 1.8;
}

.page-default-content ul,
.page-default-content ol {
  padding-left: 1.2rem;
}

.page-default-content a {
  color: var(--yellow);
}

.page-default-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin-right: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--yellow);
  color: #111111;
  border-color: var(--yellow);
}

.site-footer {
  margin-top: 40px;
  padding: 34px 0 50px;
  border-top: 1px solid var(--line);
}

.support-section {
  margin-top: 56px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.support-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.16) 0 18%, transparent 18%),
    linear-gradient(180deg, #242424, #111111);
  box-shadow: var(--shadow);
}

.support-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.support-content {
  padding: 24px;
  color: #ffffff;
}

.support-content .eyebrow {
  margin-bottom: 12px;
}

.support-content h2 {
  margin-bottom: 18px;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.12) 0 16%, transparent 16%),
    #111111;
  color: #f4f0e8;
}

.footer-about img {
  width: 150px;
  height: auto;
  margin-bottom: 14px;
}

.footer-about p {
  max-width: 40ch;
  color: rgba(244, 240, 232, 0.74);
}

.footer-title {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact,
.footer-nav {
  display: grid;
  gap: 10px;
}

.footer-contact a,
.footer-nav a,
.footer-contact span {
  color: rgba(244, 240, 232, 0.88);
  line-height: 1.6;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--yellow);
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes faqPop {
  0% {
    transform: scale(0.985);
  }

  65% {
    transform: scale(1.01);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  .hero,
  .hero-top,
  .split-grid,
  .section-intro,
  .service-grid,
  .project-list,
  .gallery-grid,
  .contact-layout,
  .footer-grid,
  .experience-card,
  .support-grid,
  .articles-layout {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-card-logo {
    grid-row: span 1;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .site-header {
    flex-wrap: wrap;
    padding: 10px 14px;
  }

  .brand-logo {
    width: 128px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 0 4px;
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero,
  .hero-top,
  .split-grid,
  .section-intro,
  .service-grid,
  .project-list,
  .gallery-grid,
  .contact-layout,
  .footer-grid,
  .experience-card,
  .support-grid,
  .articles-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 42px 0 36px;
  }

  .hero-top,
  .section-intro {
    padding: 18px;
    border-radius: 22px;
  }

  h1,
  h2 {
    max-width: none;
  }

  .hero-panel,
  .hero-panel-two {
    grid-template-columns: 1fr;
  }
}

.hero-note {
  max-width: 64ch;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-note .hero-text {
  margin: 0;
  max-width: none;
}

.gallery-card {
  overflow: hidden;
  justify-items: center;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.gallery-grid-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.gallery-grid-page .gallery-card {
  min-height: 260px;
  padding: 18px;
}

.gallery-grid-page .gallery-card-logo {
  min-height: 540px;
}

.gallery-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.gallery-carousel-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card-carousel {
  min-height: 240px;
}

.carousel-control {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.carousel-control:hover,
.carousel-control:focus-visible {
  border-color: var(--yellow);
  color: var(--yellow);
}

.support-card {
  display: flex;
  flex-direction: column;
}

.support-image {
  flex: 1 1 auto;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(17, 17, 17, 0.08));
  object-fit: contain;
}

.support-content-minimal {
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.support-content-minimal .button {
  width: auto;
}

@media (max-width: 980px) {
  .gallery-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-carousel {
    grid-template-columns: 1fr;
  }

  .gallery-carousel-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .carousel-control {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-note {
    padding: 16px;
    border-radius: 16px;
  }

  .gallery-grid-page,
  .gallery-carousel-track {
    grid-template-columns: 1fr;
  }

  .gallery-grid-page .gallery-card,
  .gallery-card-carousel {
    min-height: 220px;
    padding: 14px;
  }

  .gallery-grid-page .gallery-card-logo {
    min-height: 260px;
  }

  .support-image {
    min-height: 220px;
    padding: 14px;
  }
}

.gallery-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gallery-carousel-track::-webkit-scrollbar {
  display: none;
}

.gallery-card-carousel {
  scroll-snap-align: start;
}

@media (max-width: 980px) {
  .gallery-carousel-track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
}

@media (max-width: 760px) {
  .gallery-carousel-track {
    grid-auto-columns: 100%;
  }
}

.hero-top .hero-note {
  position: relative;
  max-width: 60ch;
  margin-top: 18px;
  padding: 18px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.92) 0 12px, transparent 12px) top left / 26px 26px no-repeat,
    linear-gradient(180deg, rgba(17, 17, 17, 0.97), rgba(28, 28, 28, 0.94));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.hero-top .hero-note::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, transparent 72%, rgba(255, 255, 255, 0.04) 100%);
  pointer-events: none;
}

.hero-top .hero-note .hero-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.55;
}

@media (max-width: 760px) {
  .hero-top .hero-note {
    margin-top: 16px;
    padding: 15px 16px 17px;
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(221, 177, 0, 0.92) 0 10px, transparent 10px) top left / 22px 22px no-repeat,
      linear-gradient(180deg, rgba(17, 17, 17, 0.97), rgba(28, 28, 28, 0.94));
  }

  .hero-top .hero-note .hero-text {
    font-size: 0.98rem;
    line-height: 1.6;
  }
}

.support-section-v4 {
  margin-top: 56px;
  padding: 26px 0 0;
}

.support-section-v4 .support-section-header {
  margin-bottom: 24px;
}

.support-section-v4 .support-section-header .eyebrow {
  margin-bottom: 10px;
  color: #243043;
}

.support-section-v4 .support-section-header h2 {
  max-width: 18ch;
  color: #1a2433;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  text-transform: none;
}

.support-grid-v4 {
  gap: 16px;
}

.support-card-v4 {
  padding: 14px;
  border: 1px solid rgba(77, 103, 133, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.96));
  box-shadow: 0 18px 42px rgba(26, 36, 51, 0.08);
}

.support-card-v4:hover {
  transform: translateY(-4px);
  border-color: rgba(221, 177, 0, 0.32);
  box-shadow: 0 24px 48px rgba(26, 36, 51, 0.12);
}

.support-frame {
  display: grid;
  place-items: center;
  min-height: 296px;
  padding: 14px;
  border: 1px solid rgba(77, 103, 133, 0.2);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff, #edf3f9);
}

.support-image-v4 {
  width: auto;
  max-width: min(100%, 280px);
  height: auto;
  max-height: 280px;
  aspect-ratio: auto;
  padding: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
}

.support-actions-v4 {
  display: flex;
  justify-content: flex-start;
  padding: 14px 2px 2px;
}

.support-actions-v4 .button-primary {
  min-height: 48px;
  padding: 0 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, #2aa4e6, #1d82c8);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(29, 130, 200, 0.24);
}

.support-actions-v4 .button-primary:hover,
.support-actions-v4 .button-primary:focus-visible {
  background: linear-gradient(180deg, #38b4f4, #1d82c8);
}

@media (max-width: 760px) {
  .support-section-v4 {
    padding-top: 18px;
  }

  .support-section-v4 .support-section-header h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .support-card-v4 {
    padding: 12px;
  }

  .support-frame {
    min-height: 248px;
    padding: 12px;
  }

  .support-image-v4 {
    max-width: min(100%, 240px);
    max-height: 240px;
  }

  .support-actions-v4 {
    padding-top: 12px;
  }
}

.gallery-grid-v5 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card-v5 {
  min-height: 250px;
  padding: 16px;
  border: 1px solid rgba(90, 90, 90, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 240, 232, 0.98));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.gallery-card-v5:hover,
.gallery-card-v5:focus-visible {
  border-color: rgba(221, 177, 0, 0.8);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(102, 102, 102, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 236, 0.98));
}

.gallery-card-v5 img {
  width: 100%;
  height: 100%;
  min-height: 216px;
  object-fit: contain;
  object-position: center;
}

.gallery-vertical-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.gallery-vertical-track {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: 240px;
  gap: 18px;
  max-height: 498px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.gallery-vertical-track::-webkit-scrollbar {
  display: none;
}

.gallery-card-vertical {
  min-height: 240px;
  padding: 18px;
  scroll-snap-align: start;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.gallery-card-vertical:hover,
.gallery-card-vertical:focus-visible {
  border-color: rgba(221, 177, 0, 0.75);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(94, 94, 94, 0.18);
}

.carousel-control-vertical {
  align-self: stretch;
  width: 56px;
  height: auto;
  min-height: 84px;
  border-radius: 20px;
}

@media (max-width: 980px) {
  .gallery-grid-v5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-vertical-track {
    grid-auto-rows: 220px;
    max-height: 458px;
  }
}

@media (max-width: 760px) {
  .gallery-grid-v5 {
    grid-template-columns: 1fr;
  }

  .gallery-card-v5 {
    min-height: 220px;
    padding: 14px;
  }

  .gallery-card-v5 img {
    min-height: 190px;
  }

  .gallery-vertical-carousel {
    grid-template-columns: 1fr;
  }

  .gallery-vertical-track {
    grid-auto-rows: 220px;
    max-height: none;
    overflow: visible;
    scroll-snap-type: none;
  }

  .carousel-control-vertical {
    display: none;
  }
}



.home-gallery-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.home-gallery-viewport {
  overflow: hidden;
}

.home-gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  transition: transform 320ms ease;
  will-change: transform;
}

.gallery-card-home {
  min-height: 266px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: linear-gradient(180deg, #f7f4ec, #ffffff);
}

.gallery-card-home img {
  width: 100%;
  height: 100%;
  min-height: 266px;
  object-fit: cover;
  object-position: center;
}

.home-gallery-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.82);
  color: #f5f0e5;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.home-gallery-arrow:hover,
.home-gallery-arrow:focus-visible {
  border-color: rgba(221, 177, 0, 0.9);
  color: var(--yellow);
}

.home-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.home-gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.18);
  cursor: pointer;
}

.home-gallery-dot.is-active {
  background: var(--yellow);
  transform: scale(1.1);
}

@media (max-width: 980px) {
  .home-gallery-track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
}

@media (max-width: 760px) {
  .home-gallery-carousel {
    grid-template-columns: 1fr;
  }

  .home-gallery-viewport {
    overflow: visible;
  }

  .home-gallery-track {
    grid-auto-flow: row;
    grid-auto-columns: 100%;
    grid-template-columns: 1fr;
    transform: none !important;
  }

  .gallery-card-home,
  .gallery-card-home img {
    min-height: 220px;
  }

  .home-gallery-arrow,
  .home-gallery-dots {
    display: none;
  }
}

.hero-top {
  overflow: hidden;
}

.hero-top .hero-media {
  align-self: stretch;
  min-height: 420px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.12)),
    radial-gradient(circle at center, rgba(221, 177, 0, 0.12), transparent 58%),
    linear-gradient(180deg, #1b1b1b, #111111);
}

.hero-top .hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: contrast(1.05) saturate(1.02) brightness(0.98);
}

.hero-top .hero-media::after {
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.24) 0 22px, transparent 22px) top left / 62px 62px no-repeat,
    linear-gradient(315deg, rgba(255, 255, 255, 0.12) 0 16px, transparent 16px) bottom right / 52px 52px no-repeat;
}

.support-card-v4 {
  padding: 16px;
  border: 1px solid rgba(221, 177, 0, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, #1d1d1d, #101010);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.support-card-v4:hover {
  border-color: rgba(221, 177, 0, 0.34);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.support-frame {
  min-height: 296px;
  padding: 14px;
  border: 1px solid rgba(221, 177, 0, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(221, 177, 0, 0.16) 0 18px, transparent 18px) top left / 46px 46px no-repeat,
    linear-gradient(180deg, #242424, #111111);
}

.support-image-v4 {
  max-width: min(100%, 296px);
  max-height: 296px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.support-actions-v4 .button-primary {
  background: linear-gradient(180deg, #e3b920, #c99d08);
  color: #111111;
  box-shadow: 0 12px 26px rgba(201, 157, 8, 0.22);
}

.support-actions-v4 .button-primary:hover,
.support-actions-v4 .button-primary:focus-visible {
  background: linear-gradient(180deg, #efc634, #c99d08);
}

@media (max-width: 980px) {
  .hero-top .hero-media,
  .hero-top .hero-media img {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .hero-top .hero-media,
  .hero-top .hero-media img {
    min-height: 240px;
  }

  .support-frame {
    min-height: 248px;
  }

  .support-image-v4 {
    max-width: min(100%, 240px);
    max-height: 240px;
  }
}




.section-intro .section-visual {
  padding: 0 !important;
  overflow: hidden !important;
  min-height: 320px !important;
}

.section-intro .section-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  display: block !important;
}

