:root {
  --paper: #f8f6f2;
  --soft: #e8e6e1;
  --ink: #1f1f21;
  --muted: #6f6f73;
  --gold: #c8a46b;
  --gold-dark: #a67c3d;
  --sage: #7e8a66;
  --line: #e8e6e1;
  --white: #ffffff;
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --gold-gradient: linear-gradient(135deg, #c8a46b, #ebd4a2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid transparent;
  transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(248, 246, 242, 0.95);
  border-color: rgba(197, 139, 61, .18);
  box-shadow: 0 8px 30px rgba(24, 20, 15, .06);
  backdrop-filter: blur(14px);
}
.agency-brand { display: inline-flex; align-items: center; gap: .7rem; min-width: max-content; }
.agency-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.agency-brand strong { font-family: var(--serif); font-size: 1.42rem; font-weight: 500; text-transform: uppercase; }
.agency-brand small { margin-top: .2rem; color: var(--gold-dark); font-family: var(--sans); font-size: .44rem; letter-spacing: .2em; text-transform: uppercase; }
.brand-logo { width: 44px; height: 56px; object-fit: contain; flex: 0 0 auto; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.5rem); }
.main-nav a { font-family: var(--sans); font-size: .76rem; font-weight: 600; text-transform: uppercase; }
.main-nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: .25rem;
  background: var(--gold);
  transition: width .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-cta, .button {
  min-height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  padding: .75rem 1.25rem;
  border: 1px solid var(--gold);
  border-radius: 16px;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.header-cta, .button.primary { color: var(--white); background: var(--gold-gradient); border-color: var(--gold); }
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(148, 97, 36, .18); }
.button.outline { color: var(--gold-dark); background: transparent; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(600px, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1360px;
  margin: 0 auto;
  padding: 116px 36px 56px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; max-width: 560px; }
.eyebrow, .section-heading > p {
  margin: 0 0 .8rem;
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.3vw, 5.2rem);
  font-weight: 400;
  line-height: 1.03;
}
.hero h1 em, .section-heading h2 em { color: var(--gold); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; gap: .8rem; margin-top: 2rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-top: 1.5rem; color: var(--muted); font-size: .76rem; }
.trust-row i { color: var(--sage); margin-right: .25rem; }

.device-stage { position: relative; min-height: 535px; isolation: isolate; }
.stage-shape {
  position: absolute;
  z-index: -1;
  inset: 6% -12% 1% 8%;
  background: #e9decf;
  border-radius: 47% 8% 45% 8%;
  transform: rotate(-2deg);
}
.laptop-frame {
  position: absolute;
  top: 9%;
  left: 0;
  width: 82%;
  filter: drop-shadow(0 26px 24px rgba(20, 17, 13, .2));
}
.laptop-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  padding: 2.4%;
  overflow: hidden;
  background: #151515;
  border: 2px solid #383838;
  border-radius: 13px 13px 4px 4px;
}
.laptop-screen iframe {
  width: 200%;
  height: 200%;
  border: 0;
  background: var(--paper);
  transform: scale(.5);
  transform-origin: top left;
  pointer-events: none;
}
.laptop-base {
  position: relative;
  width: 108%;
  height: 18px;
  left: -4%;
  background: linear-gradient(#444, #1a1a1a);
  border-radius: 1px 1px 15px 15px;
}
.laptop-base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  width: 16%;
  height: 5px;
  background: #707070;
  border-radius: 0 0 5px 5px;
}
.phone-frame {
  position: absolute;
  width: 22%;
  aspect-ratio: 9 / 18.5;
  padding: 5px;
  overflow: hidden;
  background: #161616;
  border: 2px solid #4e453d;
  border-radius: 24px;
  box-shadow: 0 20px 36px rgba(20, 17, 13, .24);
}
.phone-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 31%;
  width: 38%;
  height: 9px;
  background: #111;
  border-radius: 0 0 8px 8px;
}
.phone-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 18px; }
.phone-one { z-index: 3; right: 18%; bottom: 1%; transform: rotate(-3deg); }
.phone-two { z-index: 2; right: 3%; top: 11%; transform: rotate(2deg); }
.phone-three { z-index: 1; right: 34%; top: 42%; width: 18%; transform: rotate(5deg); }

.section { padding: 94px max(24px, calc((100vw - 1180px) / 2)); }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin: 0 auto 2.7rem; text-align: center; }
.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 400;
  line-height: 1.12;
}
.section-heading small { display: block; margin-top: .7rem; color: var(--muted); }

.event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.event-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.event-card > img { width: 100%; height: 205px; object-fit: cover; }
.event-card.featured > img { object-position: center 26%; }
.event-card > div { padding: 1rem; }
.event-card h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.event-card ul { min-height: 68px; margin: 0 0 1rem; padding: 0; list-style: none; color: var(--muted); font-size: .76rem; }
.event-card li::before { content: "✓"; color: var(--gold-dark); margin-right: .45rem; }
.card-link, .coming-soon {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--gold-dark);
  font-size: .75rem;
  font-weight: 600;
}
.coming-soon { color: var(--sage); }

.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.feature-grid article { min-height: 124px; display: grid; place-items: center; align-content: center; gap: .85rem; padding: 1rem; text-align: center; }
.feature-grid i { color: var(--gold-dark); font-size: 1.75rem; }
.feature-grid span { max-width: 130px; font-family: var(--sans); font-size: .78rem; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; text-align: center; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 37px; left: 64%; width: 72%; border-top: 1px dashed #cbbda9; }
.process-list li > span { width: 76px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 1rem; color: var(--gold-dark); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.5rem; background: var(--paper); }
.process-list strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.process-list p { margin: .45rem auto 0; max-width: 220px; color: var(--muted); font-size: .8rem; }

.showcase { text-align: center; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 260px)); justify-content: center; gap: 1.5rem; margin-bottom: 2rem; }
.showcase-grid article { text-align: left; }
.invite-preview { aspect-ratio: 9 / 16; overflow: hidden; border-radius: 24px; background: #ddd; box-shadow: var(--shadow); }
.invite-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.showcase-grid article:hover img { transform: scale(1.025); }
.showcase-grid h3 { margin: 1rem 0 .2rem; font-family: var(--serif); font-weight: 500; }
.showcase-grid a { color: var(--gold-dark); font-size: .78rem; text-decoration: underline; text-underline-offset: .3rem; }

.comparison-table { position: relative; display: grid; grid-template-columns: 1fr 1fr; max-width: 850px; margin: 0 auto; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 15px 45px rgba(0, 0, 0, .06); }
.comparison-column { padding: 2rem 2.5rem; }
.comparison-column:first-child { border-right: 1px solid var(--line); }
.comparison-column h3 { margin: 0 0 1.2rem; text-align: center; font-family: var(--serif); font-weight: 500; }
.comparison-column ul { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .86rem; }
.comparison-column li { margin: .75rem 0; }
.comparison-column li::before { margin-right: .65rem; }
.traditional li::before { content: "×"; color: #7b7770; }
.digital li::before { content: "✓"; color: var(--gold-dark); }
.versus { position: absolute; z-index: 2; top: 24px; left: 50%; width: 42px; aspect-ratio: 1; display: grid; place-items: center; color: var(--white); background: var(--gold); border-radius: 50%; transform: translateX(-50%); font-size: .7rem; font-weight: 700; }

.testimonial-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 1040px; margin: 0 auto; }
.testimonial-grid article, .pricing-grid article { position: relative; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.person { display: flex; align-items: center; gap: .75rem; }
.person > span { width: 44px; aspect-ratio: 1; display: grid; place-items: center; color: var(--white); background: var(--sage); border-radius: 50%; font-size: .75rem; }
.person div { display: flex; flex-direction: column; }
.person small { color: var(--muted); }
.stars { margin: 1rem 0 .6rem; color: var(--gold); letter-spacing: .12em; }
.testimonial-grid p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: .95rem; }

.pricing-grid article { display: flex; flex-direction: column; padding: 2rem; }
.pricing-grid .recommended { border-color: var(--gold); box-shadow: 0 15px 40px rgba(148, 97, 36, .12); }
.pricing-grid h3 { margin: 0; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.price { margin: .45rem 0 1.2rem; font-family: var(--serif); font-size: 2rem; }
.pricing-grid ul { flex: 1; margin: 0 0 1.5rem; padding: 0; list-style: none; color: var(--muted); font-size: .82rem; }
.pricing-grid li { margin: .7rem 0; }
.pricing-grid li::before { content: "✓"; color: var(--gold-dark); margin-right: .55rem; }
.badge { position: absolute; top: 0; right: 0; padding: .35rem .65rem; color: var(--white); background: var(--gold-dark); border-radius: 0 7px 0 7px; font-size: .6rem; font-weight: 600; text-transform: uppercase; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; max-width: 980px; margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.faq-grid details:last-child:nth-child(odd) { grid-column: 1 / -1; }
.faq summary { position: relative; padding: 1.15rem 3rem 1.15rem 1.2rem; cursor: pointer; list-style: none; font-weight: 600; font-size: .86rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 50%; right: 1.2rem; color: var(--gold-dark); transform: translateY(-50%); font-size: 1.2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 1.2rem 1.2rem; color: var(--muted); font-size: .82rem; }

.final-cta {
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 70px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: linear-gradient(90deg, rgba(18, 16, 13, .92) 0%, rgba(18, 16, 13, .73) 48%, rgba(18, 16, 13, .28) 100%), url("dis2/assets/hero-desktop.jpg") center 39% / cover no-repeat;
}
.final-cta > div { max-width: 650px; }
.final-cta p { margin: 0 0 .6rem; color: #ead4b4; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.final-cta h2 { margin: 0 0 1.6rem; font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 4rem); font-weight: 400; line-height: 1.08; }
.final-cta .primary { background: var(--gold-gradient); border-color: var(--gold); color: var(--white); }

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, auto);
  align-items: center;
  gap: 2rem;
  padding: 32px max(24px, calc((100vw - 1180px) / 2));
  color: #dedbd5;
  background: #111111;
  font-size: .74rem;
}
.site-footer > div { display: flex; align-items: center; gap: .55rem; }
.site-footer i { color: var(--gold); }
.agency-brand.light strong { color: var(--white); }
.footer-socials a { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #4f4940; border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .site-header { gap: 1rem; }
  .main-nav { gap: 1rem; }
  .header-cta { padding-inline: .85rem; }
  .hero { grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr); padding-inline: 24px; }
  .device-stage { min-height: 470px; }
  .event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 840px) {
  .site-header { min-height: 68px; grid-template-columns: 1fr auto; padding-inline: 20px; background: rgba(248, 246, 242, .96); border-color: var(--line); }
  .brand-logo { width: 36px; height: 46px; }
  .menu-button { display: grid; place-items: center; grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .main-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: grid;
    gap: 0;
    padding: .75rem 20px 1.4rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 35px rgba(30, 25, 18, .08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 2rem; padding: 116px 20px 50px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero h1 { font-size: 3.5rem; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .device-stage { min-height: 450px; max-width: 690px; width: 100%; margin: 0 auto; }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  .process-list li::after { display: none; }
  .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 560px; }
  .pricing-grid .recommended { order: -1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .section { padding: 70px 18px; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading h2 { font-size: 2.35rem; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: 2.9rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: .4rem; }
  .device-stage { min-height: 395px; overflow: hidden; }
  .stage-shape { inset: 4% -15% 2%; }
  .laptop-frame { display: none; }
  .phone-frame { width: 40%; border-radius: 21px; }
  .phone-one { right: 51%; bottom: 4%; }
  .phone-two { right: 8%; top: 5%; }
  .phone-three { width: 34%; right: 33%; top: 25%; z-index: 4; }
  .event-grid { display: flex; gap: .85rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: .75rem; }
  .event-grid::-webkit-scrollbar { display: none; }
  .event-card { flex: 0 0 82%; scroll-snap-align: center; }
  .event-card:first-child { margin-left: 1px; }
  .event-card > img { height: 190px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .feature-grid article { min-height: 112px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
  .process-list { grid-template-columns: 1fr; gap: 2rem; }
  .process-list li { display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 1rem; text-align: left; }
  .process-list li > span { width: 64px; margin: 0; }
  .process-list p { margin-left: 0; }
  .showcase-grid { display: flex; justify-content: flex-start; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: -18px; padding: 8px 18px 24px; }
  .showcase-grid article { flex: 0 0 72%; scroll-snap-align: center; }
  .comparison-table { grid-template-columns: 1fr; }
  .comparison-column:first-child { padding-bottom: 2.7rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .comparison-column.digital { padding-top: 2.7rem; }
  .comparison-column { padding: 1.6rem; }
  .versus { position: relative; top: auto; left: auto; margin: -21px auto; transform: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid details:last-child:nth-child(odd) { grid-column: auto; }
  .final-cta { min-height: 540px; align-items: flex-end; padding: 56px 20px; background-image: linear-gradient(0deg, rgba(18, 16, 13, .96) 0%, rgba(18, 16, 13, .55) 60%, rgba(18, 16, 13, .15) 100%), url("dis2/assets/hero-mobile.jpg"); background-position: center top; }
  .final-cta h2 { font-size: 2.35rem; }
  .site-footer { grid-template-columns: 1fr; gap: 1rem; padding-block: 36px; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 2.55rem; }
  .device-stage { min-height: 350px; }
  .event-card { flex-basis: 88%; }
}
