:root {
  --ivory: #fffaf1;
  --cream: #f7ead5;
  --gold: #b8892a;
  --gold-light: #f3d87a;
  --burnt: #9c4b2f;
  --charcoal: #252018;
  --muted: rgba(37, 32, 24, 0.68);
  --line: rgba(184, 137, 42, 0.22);
  --shadow-soft: 0 18px 60px rgba(53, 38, 18, 0.12);
  --shadow-luxe: 0 24px 90px rgba(126, 83, 21, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 0 10%, rgba(156, 75, 47, 0.1), transparent 32rem),
    radial-gradient(circle at 95% 0, rgba(184, 137, 42, 0.14), transparent 34rem),
    var(--ivory);
  color: var(--charcoal);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 22px 0;
  transition: 0.35s ease;
}

.site-header.scrolled {
  padding: 12px 0;
  background: rgba(255, 250, 241, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.hero-grid,
.section,
.footer {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

.brand strong,
h1 span,
h2 em {
  background: linear-gradient(130deg, var(--gold-light), var(--gold), #7d5519);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 20px;
  overflow: hidden;
}

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

.desktop-nav {
  display: flex;
  gap: 28px;
  color: rgba(37, 32, 24, 0.78);
  font-size: 13px;
}

.desktop-nav a {
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #fff;
  box-shadow: 0 14px 30px rgba(184, 137, 42, 0.28);
}

.btn-outline {
  border-color: rgba(184, 137, 42, 0.48);
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.44);
}

.btn-quiet {
  color: var(--burnt);
  background: rgba(255, 255, 255, 0.38);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(184, 137, 42, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 3px auto;
  background: var(--charcoal);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-icons a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(184, 137, 42, 0.4);
  color: var(--gold, #b8892a);
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease, color 0.2s ease;
}

.social-icons a:hover {
  background: var(--gold, #b8892a);
  color: #fff;
}

.mobile-social {
  margin-top: 20px;
  justify-content: center;
}

.footer-social {
  margin-top: 16px;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 136px 0 88px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold);
}

.eyebrow.left::before {
  display: none;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  margin-top: 24px;
  max-width: 760px;
  font-size: clamp(3.1rem, 8vw, 5.25rem);
  line-height: 0.98;
}

h1 em,
h2 em {
  font-style: italic;
  font-weight: 400;
}

.hero-lead,
.section-header p,
.split-heading p,
.contact p,
.insta p {
  color: var(--muted);
  font-size: 15px;
}

.hero-lead {
  max-width: 560px;
  margin: 28px 0 0;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  margin-top: 36px;
}

.trust-row {
  margin-top: 44px;
  color: rgba(37, 32, 24, 0.56);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.05em;
}

.trust-divider {
  width: 1px;
  height: 18px;
  background: rgba(37, 32, 24, 0.18);
}

.hero-art {
  position: relative;
  min-height: 620px;
}

.invite-card,
.portfolio-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(rgba(38, 23, 18, 0.15), rgba(38, 23, 18, 0.24)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.7), transparent 7rem),
    linear-gradient(145deg, #6f1f2f, #cc7d60 45%, #f4dca0);
  color: white;
  box-shadow: var(--shadow-luxe);
}

.invite-card::before,
.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 230, 160, 0.58);
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.invite-card::after,
.portfolio-card::after {
  content: "✦";
  position: absolute;
  top: 44px;
  right: 42px;
  color: rgba(255, 233, 177, 0.8);
  font-size: 26px;
  z-index: 2;
}

.invite-card img,
.invite-card video,
.portfolio-card img,
.portfolio-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 14, 10, 0.05) 0%,
    rgba(20, 14, 10, 0.32) 55%,
    rgba(20, 14, 10, 0.72) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.invite-card > *:not(img):not(video):not(.card-scrim):not(.card-tag),
.portfolio-card > *:not(img):not(video):not(.card-scrim):not(.card-tag) {
  position: relative;
  z-index: 3;
}

.card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  background: rgba(20, 14, 10, 0.68);
  color: #fff;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(20, 14, 10, 0.22);
}

.main-card {
  top: 34px;
  left: 50%;
  width: min(74%, 390px);
  aspect-ratio: 3 / 4;
  padding: 0;
  border-radius: 28px;
  transform: translateX(-50%);
  animation: float 7s ease-in-out infinite;
}

.mini-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.date {
  display: inline-block;
  margin-top: 28px;
  letter-spacing: 0.18em;
}

.side-card {
  width: 178px;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  padding: 0;
}

.side-card.one {
  top: 64px;
  left: 0;
  background: linear-gradient(145deg, #1e6357, #d5a74f);
  animation: float-y 8s ease-in-out infinite reverse;
}

.side-card.two {
  right: 0;
  bottom: 30px;
  width: 168px;
  aspect-ratio: 3 / 4;
  background: linear-gradient(145deg, #57264a, #e9ab93);
  animation: float-y 7s ease-in-out infinite 1.5s;
}

.side-card h3 {
  position: absolute;
  bottom: 32px;
  left: 26px;
  right: 26px;
  font-size: 26px;
}

.floating-badge {
  position: absolute;
  top: 78px;
  right: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 16px;
  color: rgba(37, 32, 24, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft);
}

.floral-corner {
  position: absolute;
  width: 240px;
  height: 240px;
  opacity: 0.45;
  background:
    radial-gradient(circle at 30% 30%, transparent 0 6px, var(--gold) 7px 8px, transparent 9px),
    radial-gradient(circle at 56% 42%, transparent 0 4px, var(--gold) 5px 6px, transparent 7px);
}

.floral-corner::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  border-radius: 80% 0 0;
  transform: rotate(12deg);
}

.top-left {
  top: 100px;
  left: -40px;
}

.bottom-right {
  right: -40px;
  bottom: 24px;
  transform: scaleX(-1);
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(247, 234, 213, 0.72);
  padding: 18px 0;
}

.marquee div {
  display: flex;
  width: max-content;
  gap: 30px;
  color: rgba(37, 32, 24, 0.62);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  animation: marquee 22s linear infinite;
}

.marquee b {
  color: var(--gold);
}

.section {
  padding-block: 96px;
}

.cream {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background: rgba(247, 234, 213, 0.58);
}

.section-header {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

h2 {
  font-size: clamp(2.5rem, 6vw, 4.1rem);
  line-height: 1.03;
}

.ornament {
  margin: 16px 0;
  color: var(--gold);
}

.left-ornament {
  text-align: left;
}

.category-grid,
.feature-grid,
.steps-grid,
.review-grid {
  display: grid;
  gap: 22px;
  margin-top: 56px;
}

.category-grid {
  grid-template-columns: repeat(5, 1fr);
}

.category-grid a,
.feature-grid article,
.review-grid article,
.contact-form,
.faq-list article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.category-grid a {
  display: grid;
  min-height: 162px;
  place-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-grid a:hover,
.feature-grid article:hover,
.review-grid article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.category-grid b,
.feature-grid b {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(184, 137, 42, 0.4);
  border-radius: 999px;
  color: var(--gold);
  font-size: 22px;
}

.category-grid span,
.feature-grid h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
}

.category-grid small,
.review-grid span {
  color: rgba(37, 32, 24, 0.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.split-heading {
  display: flex;
  width: min(100%, 1180px);
  margin-inline: auto;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.split-heading > div {
  max-width: 660px;
}

.portfolio-grid {
  display: grid;
  width: min(100%, 1180px);
  margin: 56px auto 0;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 170px;
  gap: 22px;
}

.portfolio-card {
  position: relative;
  padding: 28px;
  border-radius: 24px;
}

.portfolio-card.tall {
  grid-row: span 3;
}

.portfolio-card.wide {
  grid-row: span 2;
}

.portfolio-card.mid {
  grid-row: span 2;
}

.portfolio-card.alt {
  background: linear-gradient(145deg, #1f6558, #dbb45c);
}

.portfolio-card.warm {
  background: linear-gradient(145deg, #d1902f, #f4d27d);
}

.portfolio-card.ivory {
  background: linear-gradient(145deg, #7a6b57, #f1dfbd);
}

.portfolio-card.dusk {
  background: linear-gradient(145deg, #54314f, #d3985b);
}

.portfolio-card h3,
.portfolio-card span:not(.card-tag) {
  position: absolute;
  left: 32px;
  right: 32px;
  z-index: 1;
}

.portfolio-card span:not(.card-tag) {
  bottom: 66px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.portfolio-card h3 {
  bottom: 30px;
  color: white;
  font-size: 28px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid article,
.review-grid article {
  padding: 30px;
}

.feature-grid p,
.steps-grid p,
.review-grid p {
  color: var(--muted);
  font-size: 14px;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.steps-grid article {
  position: relative;
}

.steps-grid span {
  color: rgba(184, 137, 42, 0.25);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 58px;
}

.steps-grid h3 {
  font-size: 24px;
}

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

.review-grid b {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.review-grid h3 {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 20px;
  font-size: 20px;
}

.insta {
  text-align: center;
}

.insta > p {
  max-width: 600px;
  margin-inline: auto;
}

.insta > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  padding: 14px 22px;
  box-shadow: var(--shadow-soft);
}

.insta span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.faq-list {
  max-width: 780px;
  margin: 48px auto 0;
}

.faq-list article {
  margin-top: 14px;
  overflow: hidden;
}

.faq-list button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  color: var(--charcoal);
  cursor: pointer;
  font: 600 16px "Cormorant Garamond", Georgia, serif;
  text-align: left;
}

.faq-list p {
  display: none;
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: 14px;
}

.faq-list article.open p {
  display: block;
}

.faq-list article.open button span {
  transform: rotate(180deg);
}

.contact-grid {
  display: grid;
  width: min(100%, 1180px);
  margin-inline: auto;
  grid-template-columns: 0.95fr 1fr;
  gap: 64px;
}

.contact-lines {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.contact-lines a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-lines b {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(184, 137, 42, 0.35);
  border-radius: 999px;
  color: var(--gold);
}

.contact-lines small {
  display: block;
  color: rgba(37, 32, 24, 0.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-status {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  min-height: 18px;
}

.form-status.success {
  color: #1e6357;
}

.form-status.error {
  color: #a3402f;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(37, 32, 24, 0.52);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(184, 137, 42, 0.24);
  border-radius: 14px;
  background: rgba(247, 234, 213, 0.42);
  color: var(--charcoal);
  font: 15px Inter, system-ui, sans-serif;
  padding: 13px 14px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(184, 137, 42, 0.64);
  box-shadow: 0 0 0 3px rgba(184, 137, 42, 0.12);
}

textarea {
  resize: vertical;
}

.full {
  width: 100%;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-block: 58px;
  border-top: 1px solid var(--line);
}

.footer p,
.copyright {
  color: rgba(37, 32, 24, 0.55);
  font-size: 14px;
}

.footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.copyright {
  align-self: end;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: var(--burnt);
  color: white;
  box-shadow: var(--shadow-luxe);
  font-size: 24px;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.07);
}

@keyframes float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-16px);
  }
}

.side-card.one,
.side-card.two {
  transform: none;
}

@keyframes float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .desktop-cta,
  .desktop-social {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav.open {
    display: grid;
    width: min(100% - 32px, 1180px);
    margin: 14px auto 0;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    padding: 20px;
    box-shadow: var(--shadow-soft);
  }

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

  .hero-art {
    min-height: 560px;
  }

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

  .feature-grid,
  .steps-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 640px) {
  .brand {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .hero {
    padding-top: 116px;
  }

  .hero-grid,
  .section,
  .nav-wrap,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  .hero-art {
    min-height: 470px;
  }

  .main-card {
    width: 78%;
    padding: 0;
  }

  .side-card {
    width: 136px;
  }

  .side-card.two {
    width: 158px;
  }

  .trust-divider,
  .trust-row span:last-child {
    display: none;
  }

  .category-grid,
  .feature-grid,
  .steps-grid,
  .review-grid,
  .portfolio-grid,
  .form-row,
  .footer {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-auto-rows: 220px;
  }

  .portfolio-card.tall,
  .portfolio-card.wide,
  .portfolio-card.mid {
    grid-row: span 1;
  }

  .split-heading {
    align-items: start;
    flex-direction: column;
  }
}
