:root {
  color-scheme: light;
  --ink: #17191d;
  --muted: #626976;
  --paper: #f7f4ef;
  --surface: #ffffff;
  --line: rgba(23, 25, 29, 0.14);
  --amber: #d88b2c;
  --teal: #0c7c85;
  --wine: #8d2f45;
  --deep: #161316;
  --shadow: 0 20px 60px rgba(23, 25, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img,
svg {
  display: block;
}

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(16px, 4vw, 48px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(22, 19, 22, 0.92);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(216, 139, 44, 0.08);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 0.96rem;
}

.brand-copy span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.74);
}

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

.site-nav a {
  padding: 9px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 92svh;
  padding: 136px clamp(16px, 5vw, 56px) 32px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 9, 10, 0.88) 0%, rgba(10, 9, 10, 0.66) 42%, rgba(10, 9, 10, 0.26) 100%),
    linear-gradient(0deg, rgba(10, 9, 10, 0.68) 0%, rgba(10, 9, 10, 0) 44%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 720px;
  padding-bottom: 42px;
}

.hero-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  margin-bottom: 18px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(14, 12, 14, 0.46);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.hero-logo-lockup img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-logo-lockup span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3.2rem, 9vw, 7.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: #17191d;
  background: var(--amber);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.button.full {
  width: 100%;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.hero-panel div {
  padding: 18px;
  background: rgba(10, 9, 10, 0.52);
}

.hero-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
}

.hero-panel strong {
  display: block;
  margin-top: 3px;
  line-height: 1.25;
}

.section {
  padding: clamp(64px, 9vw, 112px) 0;
}

.intro-band {
  padding: 26px 0;
  background: var(--deep);
  color: #fff;
}

.intro-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.intro-grid p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.intro-grid a,
.text-link {
  color: var(--teal);
  font-weight: 900;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

.service-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.package-card,
.quote-form,
.quote-result {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.service-card {
  min-height: 260px;
  padding: 22px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #efe6d9;
  color: var(--wine);
}

.service-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.service-card p,
.package-card li {
  color: var(--muted);
}

.event-section {
  background: #ece8df;
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-list span {
  padding: 13px 15px;
  border: 1px solid rgba(23, 25, 29, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.seo-section {
  background: #fff;
}

.seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.seo-copy {
  padding: 24px;
  border-left: 4px solid var(--teal);
  background: #f4f1ea;
}

.seo-copy p {
  color: var(--muted);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  padding: 26px;
}

.package-card.featured {
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.package-card.featured li {
  color: rgba(255, 255, 255, 0.76);
}

.package-kicker {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.package-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 22px 0;
}

.quote-section {
  background:
    linear-gradient(115deg, rgba(12, 124, 133, 0.14), transparent 42%),
    linear-gradient(285deg, rgba(141, 47, 69, 0.16), transparent 38%),
    #faf8f4;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.quote-copy p {
  color: var(--muted);
}

.quote-result {
  margin-top: 28px;
  padding: 20px;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
}

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

.contact-section {
  background: var(--deep);
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.contact-section .section-heading {
  margin-bottom: 0;
}

.contact-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.contact-grid {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

a.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 139, 44, 0.58);
  background: rgba(255, 255, 255, 0.12);
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;
}

.contact-icon svg {
  width: 28px;
  height: 28px;
}

.contact-icon.instagram {
  background: linear-gradient(135deg, #8d2f45, #d88b2c);
}

.contact-icon.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-icon.facebook {
  background: #1877f2;
}

.contact-icon.facebook svg,
.contact-icon.whatsapp svg {
  fill: currentColor;
}

.contact-icon.whatsapp {
  background: #25d366;
}

.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  font-size: 1.1rem;
}

.contact-card small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  font-weight: 800;
}

.faq-section {
  background: #f7f4ef;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.faq-item p {
  color: var(--muted);
}

.site-footer {
  padding: 34px 0;
  background: var(--deep);
  color: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(216, 139, 44, 0.4);
}

.footer-grid p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid a {
  color: var(--amber);
  font-weight: 900;
}

.copyright {
  width: min(1120px, calc(100% - 32px));
  margin: 24px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(22, 19, 22, 0.96);
    transform-origin: top;
    transform: scaleY(0.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
  }

  .hero {
    min-height: 88svh;
  }

  .hero-panel,
  .service-grid,
  .package-grid,
  .event-layout,
  .seo-layout,
  .contact-layout,
  .quote-layout {
    grid-template-columns: 1fr;
  }

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

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-copy {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-logo-lockup {
    min-height: 58px;
    margin-bottom: 14px;
    padding-right: 12px;
  }

  .hero-logo-lockup img {
    width: 44px;
    height: 44px;
  }

  .hero-logo-lockup span {
    font-size: 0.74rem;
  }

  .hero-content {
    padding-bottom: 24px;
  }

  .hero-actions,
  .intro-grid,
  .footer-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .intro-grid a {
    width: 100%;
  }

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

  .service-card {
    min-height: auto;
  }

  .event-list span {
    width: calc(50% - 5px);
    text-align: center;
  }

  .footer-brand {
    align-items: flex-start;
  }
}
