:root {
  --ink: #171214;
  --muted: #6d6268;
  --cream: #fffaf7;
  --paper: #ffffff;
  --wine: #6b203d;
  --wine-deep: #421126;
  --pink: #ec2f82;
  --blush: #fce8f0;
  --gold: #d8ac4d;
  --line: #eadde2;
  --shadow: 0 22px 60px rgba(76, 26, 48, 0.12);
  --radius: 28px;
  --container: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(236, 47, 130, 0.08), transparent 24rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--wine-deep);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(107, 32, 61, 0.09);
  background: rgba(255, 250, 247, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: var(--container);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 74px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(31, 8, 18, 0.18);
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--wine);
  background: #fff;
  font: inherit;
  font-size: 1.35rem;
  cursor: pointer;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 9px 10px;
  border-radius: 999px;
  color: #4f4248;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--wine);
  background: var(--blush);
}

.header-book {
  flex: 0 0 auto;
  padding: 11px 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--wine);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(107, 32, 61, 0.2);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 610px;
  color: #fff;
  background: var(--wine-deep);
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(30, 5, 18, 0.9) 0%, rgba(50, 8, 28, 0.67) 45%, rgba(24, 4, 15, 0.2) 100%), var(--hero-image);
  background-position: center;
  background-size: cover;
  content: "";
  transform: scale(1.02);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 62px rgba(255, 255, 255, 0.035), 0 0 0 124px rgba(255, 255, 255, 0.025);
}

.hero-inner {
  width: var(--container);
  min-height: 610px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 700px;
  padding: 86px 0 104px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #ffd5e7;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  letter-spacing: -0.045em;
}

.hero-lead {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.7vw, 1.27rem);
}

.button-row {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: #27111b;
  background: linear-gradient(135deg, #ffd462, #efb12f);
  box-shadow: 0 14px 34px rgba(226, 168, 50, 0.3);
}

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

.section {
  padding: 96px 0;
}

.section-tight {
  padding-top: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin-bottom: 14px;
  color: var(--wine-deep);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  letter-spacing: -0.035em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.surface {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(107, 32, 61, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.surface h2 {
  margin-bottom: 18px;
  color: var(--wine-deep);
  font-size: clamp(2.1rem, 4vw, 3.55rem);
}

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

.feature-list {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 13px 14px 13px 40px;
  border-radius: 14px;
  background: var(--blush);
  color: #4c2938;
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  top: 14px;
  left: 15px;
  color: var(--pink);
  content: "✦";
}

.portrait-stack {
  position: relative;
  min-height: 520px;
}

.portrait-stack img {
  position: absolute;
  width: 74%;
  height: 84%;
  border: 8px solid #fff;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.portrait-stack img:first-child {
  top: 0;
  right: 0;
}

.portrait-stack img:last-child {
  bottom: 0;
  left: 0;
  width: 52%;
  height: 55%;
}

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

.card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(76, 26, 48, 0.07);
}

.card-number {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  font-weight: 850;
}

.card h3 {
  margin-bottom: 12px;
  color: var(--wine-deep);
  font-size: 1.45rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 24px;
  color: #fff;
  background: var(--wine);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.service-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 36%, rgba(31, 5, 18, 0.92));
  content: "";
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card-copy {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
}

.service-card-copy h3 {
  margin: 0 0 4px;
  font-size: 1.65rem;
}

.service-card-copy span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 0.95fr;
  grid-auto-rows: 260px;
  gap: 16px;
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 12px 36px rgba(76, 26, 48, 0.08);
}

.gallery img:first-child {
  grid-row: span 2;
}

.cta {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 76px);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--wine-deep), var(--wine));
  box-shadow: var(--shadow);
}

.cta::after {
  position: absolute;
  top: -95px;
  right: -75px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.035);
}

.cta > * {
  position: relative;
  z-index: 1;
}

.cta h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
}

.cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

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

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.contact-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card a {
  color: var(--wine-deep);
  font-size: 1.12rem;
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  margin-top: 90px;
  color: rgba(255, 255, 255, 0.76);
  background: #21151a;
}

.footer-inner {
  width: var(--container);
  padding: 58px 0 28px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 50px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.footer-grid h2,
.footer-grid h3 {
  color: #fff;
}

.footer-grid h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.footer-grid h3 {
  margin-bottom: 14px;
  font-size: 1.1rem;
}

.footer-links {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.86rem;
}

@media (max-width: 1040px) {
  .header-book {
    display: none;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: 0.7rem;
  }

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

@media (max-width: 820px) {
  .header-inner {
    min-height: 72px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    z-index: 49;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 28px 20px 110px;
    display: none;
    overflow-y: auto;
    align-content: start;
    background: var(--cream);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    padding: 15px 18px;
    border-radius: 14px;
    font-size: 0.9rem;
  }

  .hero,
  .hero-inner {
    min-height: 570px;
  }

  .hero::before {
    background-image: linear-gradient(90deg, rgba(30, 5, 18, 0.88), rgba(38, 8, 23, 0.56)), var(--hero-image);
  }

  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .portrait-stack {
    min-height: 470px;
  }

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

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

  .gallery img:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

}

@media (max-width: 600px) {
  :root {
    --container: min(100% - 28px, 1160px);
    --radius: 22px;
  }

  .brand span {
    display: none;
  }

  .hero-copy {
    padding: 72px 0 88px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .section {
    padding: 72px 0;
  }

  .feature-list,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 360px;
  }

  .portrait-stack {
    min-height: 400px;
  }

  .gallery {
    grid-auto-rows: 190px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
