:root {
  --bg: #0d0c0d;
  --surface: #121214;
  --surface-soft: #19181b;
  --gold: #c3a44f;
  --gold-soft: rgba(195, 164, 79, 0.18);
  --text: #f6f2e8;
  --muted: #c7c0b2;
  --dark-text: #1c1915;
  --paper: #f7f2e9;
  --paper-strong: #efe4ca;
  --border: rgba(195, 164, 79, 0.24);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  background: linear-gradient(180deg, #111012 0%, #1a181c 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(195, 164, 79, 0.18), transparent 26%),
    var(--paper);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(13, 12, 13, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: #000;
  box-shadow: 0 0 0 3px rgba(195, 164, 79, 0.18);
}

.brand-mark {
  min-width: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border);
  flex-shrink: 0;
}

.brand-mark strong,
.footer-brand strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand-mark span,
.footer-brand span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav a {
  padding: 0.8rem 1rem;
  color: var(--muted);
  border-radius: 999px;
  transition: 0.25s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  font-size: 0.78rem;
  cursor: pointer;
}

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  font-size: 0.78rem;
}

.lang-switch button.active {
  background: var(--gold);
  color: #171310;
  font-weight: 700;
}

.lang-switch a.active {
  background: var(--gold);
  color: #171310;
  font-weight: 700;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  white-space: nowrap;
  transition: color 0.18s, border-color 0.18s;
}

.header-phone:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.footer-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero {
  background: linear-gradient(180deg, #111012 0%, #19171b 100%);
  color: var(--text);
  padding: 4rem 0 5rem;
}

.hero-grid,
.split-layout,
.contact-grid,
.cta-banner {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(195, 164, 79, 0.15);
  color: #f8ddb1;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.quote-card blockquote,
.cta-banner h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.hero h1,
.page-hero h1 {
  margin: 1rem 0;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
}

.hero p,
.page-hero p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.page-hero p {
  color: #efe4ca;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: 0.25s ease;
}

.button {
  background: linear-gradient(135deg, #d4b15a 0%, #b9943f 100%);
  color: #18120d;
  box-shadow: 0 18px 40px rgba(195, 164, 79, 0.22);
}

.button:hover {
  transform: translateY(-2px);
}

.ghost-button {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.hero-panel,
.feature-card,
.service-card,
.value-card,
.team-card,
.equipment-card,
.info-card,
.step-card,
.quote-card,
.faq-item,
.form-panel,
.gallery-card,
.stat-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.hero-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 540px;
}

.hero-image img,
.split-image img,
.gallery-card img,
.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image::after,
.page-hero::after,
.split-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.24), rgba(10, 10, 10, 0.62));
}

.hero-floating {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  padding: 1rem;
  background: rgba(17, 16, 18, 0.75);
}

.stat-card strong {
  display: block;
  color: var(--text);
  font-size: 1.2rem;
}

.stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  color: var(--text);
}

.page-hero .page-hero-image {
  position: absolute;
  inset: 0;
}

.page-hero .page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(13, 12, 13, 0.74), rgba(13, 12, 13, 0.48));
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.page-hero .eyebrow {
  margin-bottom: 1rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1rem;
  color: #efe4ca;
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: #f8ddb1;
}

.breadcrumbs span[aria-hidden="true"] {
  color: rgba(246, 242, 232, 0.72);
}

.section {
  padding: 5.5rem 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(17, 16, 18, 0.02), rgba(17, 16, 18, 0.06));
}

.section.dark {
  background: linear-gradient(180deg, #171518 0%, #121113 100%);
  color: var(--text);
}

.section.dark .section-heading h2,
.section.dark .feature-card strong,
.section.dark .service-card strong,
.section.dark .value-card strong,
.section.dark .equipment-card strong,
.section.dark .info-card strong,
.section.dark .step-card strong,
.section.dark .faq-item strong,
.section.dark .team-card h3 {
  color: var(--text);
}

.section.dark p,
.section.dark li,
.section.dark .section-heading p,
.section.dark .feature-card p,
.section.dark .service-card p,
.section.dark .value-card p,
.section.dark .equipment-card p,
.section.dark .info-card p,
.section.dark .step-card p,
.section.dark .faq-item p,
.section.dark .team-card p {
  color: var(--muted);
}

.section.dark .section-heading .eyebrow {
  background: rgba(195, 164, 79, 0.15);
  color: #f8ddb1;
}

.section-heading {
  margin-bottom: 2rem;
  max-width: 70ch;
}

.section-heading .eyebrow {
  margin-bottom: 0.9rem;
  background: rgba(195, 164, 79, 0.22);
  color: #7a5c1e;
}

.section-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.section-heading p {
  margin: 0;
  line-height: 1.8;
  color: #554c3f;
}

.card-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.service-card,
.value-card,
.team-card,
.equipment-card,
.info-card,
.step-card,
.quote-card,
.faq-item,
.form-panel {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
}

.section.dark .feature-card,
.section.dark .service-card,
.section.dark .value-card,
.section.dark .team-card,
.section.dark .equipment-card,
.section.dark .info-card,
.section.dark .step-card,
.section.dark .quote-card,
.section.dark .faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(195, 164, 79, 0.18);
}

.feature-card strong,
.service-card strong,
.value-card strong,
.team-card h3,
.equipment-card strong,
.info-card strong,
.step-card strong,
.faq-item strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.08rem;
}

.feature-card p,
.service-card p,
.value-card p,
.team-card p,
.equipment-card p,
.info-card p,
.step-card p,
.quote-card p,
.faq-item p {
  margin: 0;
  line-height: 1.8;
}

.split-layout,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.split-image,
.mosaic-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 420px;
}

.split-copy {
  display: grid;
  gap: 1.35rem;
  align-content: center;
}

.bullet-list,
.simple-list {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bullet-list li,
.simple-list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.75;
}

.bullet-list li::before,
.simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.team-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 1rem;
}

.team-avatar {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 220px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(195, 164, 79, 0.34), transparent 35%),
    linear-gradient(135deg, rgba(17, 16, 18, 0.96), rgba(35, 29, 22, 0.9));
  color: var(--text);
  border: 1px solid var(--border);
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.team-role {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(195, 164, 79, 0.32);
  color: #3f2f16;
  font-size: 0.82rem;
  font-weight: 700;
}

.section.dark .team-role {
  color: #f5dd9f;
  background: rgba(195, 164, 79, 0.22);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card,
.mosaic-card {
  overflow: hidden;
  background: #d8ceb6;
}

.gallery-large {
  grid-column: span 7;
  min-height: 320px;
}

.gallery-small {
  grid-column: span 5;
  min-height: 320px;
}

.gallery-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-strip .gallery-card {
  min-height: 260px;
}

.contact-grid {
  gap: 1.5rem;
}

.form-panel {
  background: rgba(255, 255, 255, 0.94);
}

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

.field,
.field-full {
  display: grid;
  gap: 0.5rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.field-full label {
  font-size: 0.92rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea,
.field-full input,
.field-full select,
.field-full textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(17, 16, 18, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.field textarea,
.field-full textarea {
  min-height: 150px;
  resize: vertical;
}

.field.hidden-field,
.field-full.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-wrap {
  margin-top: 1rem;
}

.form-note,
.form-status {
  margin-top: 1rem;
  line-height: 1.7;
}

.form-status {
  font-weight: 700;
  min-height: 1.5em;
}

.form-status.is-loading {
  color: #6d5319;
}

.form-status.is-success {
  color: #2f6a37;
}

.form-status.is-error {
  color: #9a3028;
}

.button[disabled] {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.quote-card {
  display: grid;
  gap: 1rem;
}

.quote-card blockquote {
  margin: 0;
  font-size: 1.7rem;
  color: var(--dark-text);
}

.section.dark .quote-card blockquote {
  color: var(--text);
}

.quote-card cite {
  font-style: normal;
  color: #6b6254;
  font-weight: 600;
}

.section.dark .quote-card cite {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  gap: 1rem;
}

.cta-banner {
  grid-template-columns: 1.2fr auto;
  align-items: center;
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(17, 16, 18, 0.94), rgba(36, 29, 20, 0.96)),
    linear-gradient(135deg, rgba(195, 164, 79, 0.18), rgba(255, 255, 255, 0));
  color: var(--text);
  box-shadow: var(--shadow);
}

.cta-banner h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.cta-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  padding: 3rem 0;
  background: #0f0d10;
  color: var(--text);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.footer p,
.footer li,
.footer a {
  color: var(--muted);
  line-height: 1.8;
}

.footer h3 {
  margin: 0 0 0.8rem;
  font-size: 1rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f8777;
  font-size: 0.85rem;
}

.footer-credit a {
  color: #a89b80;
}

.footer-credit a:hover {
  color: var(--gold);
}

.prose-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.35rem;
  color: var(--dark-text);
}

.prose-content p,
.prose-content ul {
  margin: 0 0 1rem;
  line-height: 1.85;
  color: #3c342a;
}

.prose-content ul {
  padding-left: 1.5rem;
}

.prose-content li {
  margin-bottom: 0.4rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .contact-grid,
  .cta-banner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-floating {
    grid-template-columns: 1fr;
  }

  .gallery-large,
  .gallery-small {
    grid-column: span 12;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-actions {
    position: relative;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    min-width: 260px;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border-radius: 20px;
    background: rgba(18, 18, 20, 0.96);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.2s ease;
  }

  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 2rem;
  }

  .section {
    padding: 4rem 0;
  }

  .card-grid,
  .gallery-strip,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-image,
  .split-image,
  .mosaic-card,
  .gallery-strip .gallery-card {
    min-height: 300px;
  }

  .brand img {
    width: 68px;
    height: 68px;
  }

  .brand-mark span {
    font-size: 0.78rem;
  }

  .header-phone span {
    display: none;
  }
}
