:root {
  --ink: #101417;
  --ink-soft: #1a2226;
  --charcoal: #202a2f;
  --paper: #f4f0e8;
  --white: #ffffff;
  --muted: #687376;
  --line: rgba(16, 20, 23, 0.12);
  --gold: #d8a746;
  --green: #2f8c69;
  --green-dark: #17624a;
  --coral: #dc6d57;
  --sky: #78b7d2;
  --rose: #dd8fa5;
  --shadow: 0 28px 80px rgba(16, 20, 23, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 60px);
  color: var(--white);
  background: rgba(16, 20, 23, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.nav-links {
  gap: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a,
.header-action,
.site-footer a,
.email-link {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover,
.email-link:hover {
  color: var(--gold);
}

.header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(350px, 1.08fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  min-height: 100vh;
  padding: 132px clamp(18px, 5vw, 76px) 76px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 26%, rgba(216, 167, 70, 0.18), transparent 28%),
    radial-gradient(circle at 12% 74%, rgba(47, 140, 105, 0.2), transparent 28%),
    linear-gradient(135deg, #0c1113 0%, #1a2226 50%, #0a0d0f 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 82%);
}

.hero-copy-panel,
.studio-board {
  position: relative;
  z-index: 1;
}

.hero-copy-panel {
  max-width: 760px;
}

.eyebrow,
.section-kicker,
.price-label,
.demo-type {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.8rem, 6.7vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.13rem;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 18px 42px rgba(216, 167, 70, 0.24);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.studio-board {
  min-height: 600px;
}

.board-window {
  position: relative;
  overflow: hidden;
  height: 560px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  transform: rotate(1deg);
  animation: boardFloat 7s ease-in-out infinite;
}

.window-bar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.1);
}

.window-bar span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 999px;
}

.board-window img {
  width: 100%;
  height: calc(100% - 38px);
  object-fit: cover;
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 5px;
  width: min(290px, 78%);
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.floating-card small {
  color: var(--green-dark);
  font-weight: 900;
  text-transform: uppercase;
}

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

.floating-card span {
  color: var(--muted);
  line-height: 1.45;
}

.audit-card {
  left: -24px;
  bottom: 80px;
}

.launch-card {
  right: -18px;
  top: 106px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
}

.proof-strip article {
  padding: 26px clamp(18px, 4vw, 36px);
  color: var(--white);
  background: var(--ink-soft);
}

.proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
}

.section {
  padding: 86px clamp(18px, 5vw, 76px);
}

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

.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 0.98;
}

.section-heading p,
.service-grid p,
.demo-content p,
.price-card p,
.reviews-grid blockquote,
.contact-copy p,
.form-note {
  color: var(--muted);
  line-height: 1.68;
}

.capability-section {
  background: var(--paper);
}

.service-grid,
.demo-grid,
.pricing-grid,
.reviews-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

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

.service-grid article,
.process-grid article,
.price-card,
.reviews-grid figure,
.demo-card {
  border-radius: 8px;
}

.service-grid article,
.process-grid article {
  min-height: 260px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 50px rgba(16, 20, 23, 0.06);
}

.service-icon,
.process-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.service-grid h3,
.process-grid h3,
.demo-content h3,
.price-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.work-section {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(216, 167, 70, 0.14), transparent 24%),
    linear-gradient(180deg, #101417, #192126);
}

.work-heading,
.pricing-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: end;
}

.work-heading > p,
.pricing-heading > p {
  margin: 0;
}

.work-section .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.demo-grid,
.pricing-grid,
.reviews-grid,
.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-card {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.enhanced-demo {
  position: relative;
  display: block;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.enhanced-demo:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 167, 70, 0.55);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.demo-media {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.demo-media img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 700ms ease;
}

.enhanced-demo:hover .demo-media img {
  transform: scale(1.12);
}

.demo-media::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 70%);
}

.demo-glow,
.shine-line,
.petal,
.demo-screen {
  position: absolute;
}

.demo-glow {
  width: 180px;
  height: 180px;
  right: 22px;
  top: 22px;
  background: radial-gradient(circle, rgba(216, 167, 70, 0.58), transparent 68%);
  animation: pulseGlow 3.5s ease-in-out infinite;
}

.petal {
  width: 42px;
  height: 30px;
  border-radius: 60% 40% 60% 40%;
  background: rgba(255, 181, 197, 0.82);
  animation: driftPetal 5s ease-in-out infinite;
}

.petal-one {
  top: 34px;
  right: 54px;
}

.petal-two {
  top: 96px;
  right: 118px;
  animation-delay: 1.4s;
}

.shine-line {
  top: -20%;
  left: -25%;
  width: 46%;
  height: 150%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: rotate(18deg);
  animation: sweepShine 4s ease-in-out infinite;
}

.demo-screen {
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 18px;
  padding: 18px;
  color: var(--white);
  background: rgba(10, 15, 14, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  transform: translateY(8px);
  transition: transform 220ms ease, background 220ms ease;
}

.enhanced-demo:hover .demo-screen {
  transform: translateY(0);
  background: rgba(10, 15, 14, 0.82);
}

.screen-top,
.inventory-row,
.bouquet-row,
.package-row {
  display: flex;
  align-items: center;
}

.screen-top {
  justify-content: space-between;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 900;
}

.screen-top strong {
  padding: 8px 10px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
}

.screen-copy small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  text-transform: uppercase;
}

.screen-copy b {
  display: block;
  max-width: 300px;
  margin-top: 5px;
  font-size: 1.45rem;
  line-height: 1.04;
}

.inventory-row,
.bouquet-row,
.package-row {
  gap: 8px;
}

.inventory-row span,
.bouquet-row span,
.package-row span {
  flex: 1;
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.bouquet-row span {
  background: linear-gradient(135deg, rgba(255, 191, 204, 0.65), rgba(255, 255, 255, 0.22));
}

.package-row span {
  background: linear-gradient(135deg, rgba(120, 183, 210, 0.68), rgba(255, 255, 255, 0.2));
}

.demo-content {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.demo-type {
  margin-bottom: 0;
  color: var(--gold);
}

.demo-content h3 {
  color: var(--white);
  font-size: 1.45rem;
}

.demo-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.demo-link {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  color: var(--gold);
  font-weight: 900;
}

.demo-link::after {
  content: ">";
  margin-left: 8px;
  transition: transform 180ms ease;
}

.enhanced-demo:hover .demo-link::after {
  transform: translateX(5px);
}

.process-section {
  background: var(--white);
}

.process-grid article {
  background:
    linear-gradient(180deg, rgba(216, 167, 70, 0.1), transparent 38%),
    var(--paper);
}

.packages-section {
  background: #e9eee8;
}

.pricing-heading {
  margin-bottom: 36px;
}

.price-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 55px rgba(16, 20, 23, 0.07);
}

.price-card.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 12%, rgba(216, 167, 70, 0.22), transparent 34%),
    var(--green-dark);
  border-color: var(--green-dark);
  box-shadow: var(--shadow);
}

.price-card.featured p,
.price-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.price-card h3 {
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  letter-spacing: 0;
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
}

.price-card li {
  color: var(--muted);
}

.price-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.reviews-section {
  background: var(--paper);
}

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

.reviews-grid figure {
  position: relative;
  min-height: 270px;
  margin: 0;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(16, 20, 23, 0.06);
}

.reviews-grid figure::before {
  content: "\"";
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 3rem;
  line-height: 0.7;
  font-weight: 900;
}

blockquote {
  margin: 0;
  font-size: 1.04rem;
}

figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: start;
  padding: 88px clamp(18px, 5vw, 76px);
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(216, 167, 70, 0.18), transparent 30%),
    linear-gradient(135deg, #101417, #202a2f);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.email-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--gold);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(216, 167, 70, 0.42);
}

.form-note {
  display: grid;
  gap: 12px;
  min-height: 26px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.form-note-warning {
  color: #ffdda0;
  font-weight: 900;
}

.form-note-ready {
  color: rgba(255, 255, 255, 0.82);
}

.prepared-email-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  padding: 13px 18px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  background: var(--gold);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, background 180ms ease;
}

.prepared-email-button:hover {
  background: #efbf61;
  transform: translateY(-2px);
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.66);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@keyframes boardFloat {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.12);
  }
}

@keyframes driftPetal {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-16px, 24px, 0) rotate(18deg);
  }
}

@keyframes sweepShine {
  0% {
    transform: translateX(-60%) rotate(18deg);
  }
  45%,
  100% {
    transform: translateX(320%) rotate(18deg);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero,
  .work-heading,
  .pricing-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .studio-board {
    min-height: auto;
  }

  .board-window {
    height: 480px;
  }

  .proof-strip,
  .service-grid,
  .demo-grid,
  .pricing-grid,
  .reviews-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

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

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

  .brand {
    max-width: 190px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: auto;
    padding: 112px 18px 58px;
  }

  .button,
  .prepared-email-button {
    width: 100%;
  }

  .board-window {
    height: 360px;
    transform: none;
  }

  .floating-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding: 58px 18px;
  }

  .demo-media {
    min-height: 300px;
  }

  .screen-copy b {
    font-size: 1.2rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
