:root {
  --bg: #f8f4ef;
  --bg-soft: #f2ebe2;
  --text: #2f2922;
  --text-soft: #63594f;
  --gold: #b99560;
  --gold-dark: #9e7c4c;
  --hero-cta: #c5a37e;
  --hero-cta-hover: #b08f6a;
  --star-gold: #d4af67;
  --card: #fffdf9;
  --line: #e7ddcf;
}

html {
  font-size: 17px;
}

@media (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

.container {
  width: min(1180px, 93vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg) 88%, white 12%);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-hero-top {
  background: rgba(24, 17, 12, 0.46);
  backdrop-filter: blur(8px);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.site-header.is-hero-top .brand,
.site-header.is-hero-top .menu a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.site-header.is-hero-top .menu a:hover,
.site-header.is-hero-top .menu a.active {
  color: #e6cda5;
}

.site-header.is-hero-top .menu-btn {
  color: #fff;
  background: transparent;
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  text-decoration: none;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.78rem;
  letter-spacing: 0.04em;
}

.menu {
  display: flex;
  gap: 1.2rem;
}

.menu a {
  text-decoration: none;
  color: var(--text-soft);
  font-size: 1rem;
}

.menu a:hover {
  color: var(--gold-dark);
}

.menu a.active {
  color: var(--gold-dark);
}

.menu-btn {
  display: none;
  border: none;
  background: transparent;
  color: var(--text);
  border-radius: 0;
  width: 46px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.menu-icon {
  width: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.menu-icon span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.hero {
  position: relative;
  width: 100%;
  min-height: min(100svh, 900px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5rem 0 4rem;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 850ms ease, transform 4000ms ease;
}

.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(20, 14, 10, 0.35) 0%, rgba(20, 14, 10, 0.55) 45%, rgba(12, 9, 7, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fdf8f2;
  text-align: center;
  max-width: 920px;
  padding-inline: 1rem;
}

.hero-eyebrow {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: clamp(0.7rem, 1.55vw, 0.8rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}

.hero-byline {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.35rem;
}

.hero-desc {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.02rem, 2.1vw, 1.12rem);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 42rem;
  margin-inline: auto;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 0.9rem;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  margin-bottom: 1rem;
}

.subtext {
  color: #f0e7dc;
  max-width: 64ch;
  margin-inline: auto;
}

.hero .subtext {
  color: rgba(255, 255, 255, 0.9);
}

.narrow {
  max-width: 58ch;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.btn-hero-primary {
  background: var(--hero-cta);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 1rem 1.65rem;
  border: none;
  gap: 0.35rem;
}

.btn-hero-primary:hover {
  background: var(--hero-cta-hover);
  color: #fff;
}

.btn-arrow {
  font-size: 0.85em;
  margin-left: 0.15rem;
}

.btn-hero-phone {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.92rem;
  font-weight: 400;
  padding: 1rem 1.45rem;
  gap: 0.5rem;
}

.btn-hero-phone:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-icon-phone {
  flex-shrink: 0;
}

.hero-review-pill {
  margin-top: 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.52rem 1.05rem;
  border-radius: 999px;
  background: rgba(15, 12, 10, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-review-pill:hover {
  background: rgba(15, 12, 10, 0.6);
  transform: translateY(-1px);
  color: #fff;
}

.hero-stars {
  display: inline-flex;
  gap: 0.08rem;
  color: var(--star-gold);
  font-size: 0.78rem;
  line-height: 1;
}

.hero-review-text {
  white-space: nowrap;
}

.hero-review-icon {
  opacity: 0.75;
  flex-shrink: 0;
}

.hero-controls {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.3rem 0.4rem;
  border-radius: 999px;
  background: rgba(15, 12, 10, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-control-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.hero-control-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.42);
}

.hero-dot.is-active {
  background: #fff;
}

.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.82rem 1.45rem;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

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

.btn-gold {
  background: var(--gold);
  color: #1e1813;
}

.btn-gold:hover {
  background: var(--gold-dark);
  color: #fff;
}

.btn-outline {
  border-color: #dcc7ab;
  color: #f8efe3;
}

.section {
  padding: 5rem 0;
}

.specialties-section {
  background: #f4f1ed;
  padding: 4.25rem 0 2.6rem;
}

.specialties-wrap {
  text-align: center;
}

.specialties-eyebrow {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #b4a690;
  margin-bottom: 0.7rem;
}

.specialties-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  color: #46392f;
  margin-bottom: 1.9rem;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.specialty-card {
  background: #f7f4ef;
  border: 1px solid #e7dfd2;
  border-radius: 12px;
  min-height: 108px;
  padding: 0.65rem 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
}

.specialty-icon {
  color: #b89a6a;
  font-size: 1.32rem;
  line-height: 1;
}

.specialty-card p {
  font-size: 0.84rem;
  color: #2f2a24;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.3;
}

.specialties-rule {
  margin-top: 2.2rem;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #e2d8c7 20%, #e2d8c7 80%, transparent 100%);
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 2rem;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.copy {
  color: var(--text-soft);
  margin-bottom: 0.9rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
}

.card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.4rem;
}

.card p {
  color: var(--text-soft);
}

.soft-bg {
  background: var(--bg-soft);
}

.work-section {
  background: #f6f2ec;
  padding: 4.5rem 0 2.5rem;
}

.work-eyebrow {
  text-align: center;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #b8aa95;
  margin-bottom: 0.65rem;
}

.work-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.8vw, 3.25rem);
  font-weight: 400;
  color: #40352c;
  margin-bottom: 1.6rem;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.work-card {
  position: relative;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d9cdb9;
  background-size: cover;
  background-position: center;
}

.work-card-a {
  background-image:
    linear-gradient(135deg, rgba(168, 132, 82, 0.45), rgba(60, 43, 27, 0.65)),
    radial-gradient(circle at 25% 25%, #f5dfba 0%, #d8b176 36%, #65472f 100%);
}

.work-card-b {
  background-image:
    linear-gradient(135deg, rgba(154, 109, 56, 0.4), rgba(39, 28, 18, 0.7)),
    radial-gradient(circle at 45% 20%, #efcca0 0%, #be864c 42%, #503621 100%);
}

.work-card-c {
  background-image:
    linear-gradient(135deg, rgba(185, 131, 87, 0.36), rgba(49, 33, 22, 0.7)),
    radial-gradient(circle at 72% 24%, #f3d1ac 0%, #c08859 40%, #583a26 100%);
}

.work-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 9, 8, 0.64) 0%, rgba(11, 9, 8, 0.08) 60%, rgba(11, 9, 8, 0.04) 100%);
}

.work-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 1rem 1.05rem;
}

.work-card-content h4 {
  font-family: "Cormorant Garamond", serif;
  color: #f8f3ea;
  font-size: 1.92rem;
  font-weight: 400;
  line-height: 1.08;
}

.work-card-content p {
  margin-top: 0.35rem;
  color: rgba(244, 237, 228, 0.94);
  font-size: 0.92rem;
  line-height: 1.48;
  letter-spacing: 0.01em;
  max-width: 36ch;
}

.work-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.work-cta-btn {
  background: #c4a075;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.95rem 2.1rem;
}

.work-cta-btn:hover {
  background: #af8a5f;
  color: #fff;
}

.difference-section {
  background: #f6f2ec;
  padding: 4.35rem 0 3.6rem;
}

.difference-eyebrow {
  text-align: center;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #b8aa95;
  margin-bottom: 0.65rem;
}

.difference-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.8vw, 3.25rem);
  font-weight: 400;
  color: #40352c;
  margin-bottom: 1.5rem;
}

.difference-grid {
  width: min(920px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.difference-card {
  background: #f8f5f0;
  border: 1px solid #e4dbcf;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
  padding: 1.15rem 1.05rem 1.05rem;
}

.difference-rule {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #b79f77;
  margin-bottom: 0.7rem;
}

.difference-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
  color: #3f342b;
  margin-bottom: 0.5rem;
}

.difference-card p {
  color: #675d53;
  font-size: 0.92rem;
  line-height: 1.58;
}

.planner-section {
  background: #f6f2ec;
  padding: 4rem 0 3.9rem;
}

.planner-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.2rem;
  align-items: center;
}

.planner-photo-wrap {
  position: relative;
  max-width: 520px;
}

.planner-photo-backdrop {
  position: absolute;
  inset: -10px 18px auto auto;
  width: 78%;
  height: 95%;
  background: #efe7df;
  border-radius: 12px;
}

.planner-photo-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3d9cd;
  box-shadow: 0 4px 14px rgba(58, 45, 32, 0.08);
}

.planner-photo {
  width: 100%;
  display: block;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.planner-rating-badge {
  position: absolute;
  right: 20px;
  bottom: -11px;
  border-radius: 999px;
  background: #c4a075;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 0.42rem 0.85rem;
  box-shadow: 0 4px 10px rgba(89, 62, 36, 0.24);
}

.planner-copy {
  max-width: 520px;
}

.planner-eyebrow {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #b8aa95;
  margin-bottom: 0.55rem;
}

.planner-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 400;
  color: #3f342b;
  margin-bottom: 0.35rem;
}

.planner-rule {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #b79f77;
  margin-bottom: 1rem;
}

.planner-copy p {
  color: #665c52;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.8rem;
}

.planner-actions {
  display: flex;
  gap: 0.7rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.planner-btn-primary {
  background: #c4a075;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.92rem 1.55rem;
}

.planner-btn-primary:hover {
  background: #af8a5f;
  color: #fff;
}

.planner-btn-outline {
  border: 1px solid #c9ae87;
  color: #94754b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.92rem 1.5rem;
}

.planner-btn-outline:hover {
  background: #efe4d4;
}

.cta {
  position: relative;
  overflow: hidden;
  background: #2b1e15;
  padding: 5.2rem 0 4.9rem;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("hero/hero2.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(28, 18, 12, 0.54), rgba(20, 13, 10, 0.74));
}

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

.cta-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #e0c9a4;
  margin-bottom: 0.7rem;
}

.cta-title {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 4.15rem);
  font-weight: 400;
  line-height: 1.05;
  max-width: 12ch;
  margin: 0 auto 0.9rem;
}

.cta-copy {
  color: rgba(244, 236, 224, 0.9);
  max-width: 52ch;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.58;
}

.cta-actions {
  margin-top: 1.45rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn-primary {
  background: #c4a075;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.95rem 1.6rem;
}

.cta-btn-primary:hover {
  background: #af8a5f;
  color: #fff;
}

.cta-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.95rem 1.55rem;
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.client-love-section {
  background: #f6f2ec;
  padding: 4rem 0 3.3rem;
}

.client-love-eyebrow {
  text-align: center;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #b8aa95;
  margin-bottom: 0.55rem;
}

.client-love-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.8vw, 3.25rem);
  font-weight: 400;
  color: #40352c;
}

.client-love-meta {
  margin-top: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  text-decoration: none;
  color: #9f927f;
  font-size: 0.82rem;
}

.client-love-stars {
  color: #c59f64;
  letter-spacing: 0.1em;
}

.client-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.client-card {
  position: relative;
  background: #f8f5f0;
  border: 1px solid #e4dbcf;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
  padding: 0.95rem 0.9rem 0.85rem;
}

.client-card-stars {
  color: #c59f64;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin-bottom: 0.5rem;
}

.client-quote {
  color: #5f554b;
  font-size: 0.88rem;
  line-height: 1.52;
  min-height: 7.5em;
}

.client-name {
  margin-top: 0.65rem;
  color: #3f342b;
  font-size: 0.82rem;
  font-weight: 500;
}

.client-time {
  color: #9a8d78;
  font-size: 0.75rem;
}

.client-badge {
  position: absolute;
  right: 0.65rem;
  bottom: 0.6rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.54rem;
  color: #b7925d;
  border: 1px solid #ecdcc6;
  background: #f9f2e8;
}

.client-love-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.15rem;
}

.client-love-cta {
  text-decoration: none;
  border: 1px solid #d7c4a7;
  border-radius: 999px;
  color: #b39062;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.72rem 1.45rem;
}

.client-love-cta:hover {
  background: #f0e5d6;
}

.page-hero {
  position: relative;
  min-height: 50svh;
  display: grid;
  place-items: center;
  padding: 6rem 0 3.5rem;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("hero/hero1.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(0.85);
}

.page-hero-bg.alt-2 {
  background-image: url("hero/hero2.png");
}

.page-hero-bg.alt-3 {
  background-image: url("hero/hero3.jpg");
}

.page-hero-bg.alt-4 {
  background-image: url("hero/hero4.jpg");
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20, 14, 10, 0.55), rgba(20, 14, 10, 0.72));
}

.page-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.page-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #e0c9a4;
  margin-bottom: 0.7rem;
}

.page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.35rem, 6vw, 4.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.page-subtitle {
  margin: 0.85rem auto 0;
  max-width: 60ch;
  color: rgba(244, 236, 224, 0.92);
  font-size: 1.05rem;
  line-height: 1.55;
}

.page-section {
  background: #f6f2ec;
  padding: 3.2rem 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.portfolio-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.team-ceo-row {
  margin-bottom: 0.95rem;
}

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

.team-card {
  background: #f8f5f0;
  border: 1px solid #e4dbcf;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
  padding: 0.9rem;
}

.team-card-ceo {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 1.25fr;
  gap: 1rem;
  align-items: start;
  width: 100%;
}

.team-photo {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0.7rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(145deg, #ccb292, #8f6d4a);
}

.team-card-ceo .team-photo {
  aspect-ratio: 4 / 4.6;
  margin-bottom: 0;
}

.team-card-ceo .team-name {
  font-size: 2rem;
}

.team-card-ceo .team-bio {
  font-size: 0.9rem;
  line-height: 1.62;
}

.team-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.68rem;
  color: #3f342b;
  margin-bottom: 0.15rem;
}

.team-marathi {
  font-family: "Jost", system-ui, "Segoe UI", "Noto Sans Devanagari", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #7a6f62;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}

.team-card-ceo .team-marathi {
  font-size: 1.05rem;
}

.team-role {
  color: #8f7d67;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
}

.team-bio {
  color: #675d53;
  font-size: 0.88rem;
  line-height: 1.55;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.blog-card {
  background: #f8f5f0;
  border: 1px solid #e4dbcf;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
}

.blog-thumb {
  height: 190px;
  background: linear-gradient(145deg, #c8ad8a, #896747);
}

.blog-body {
  padding: 0.85rem;
}

.blog-meta {
  color: #9b8f81;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.blog-title {
  margin-top: 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.72rem;
  color: #3f342b;
  line-height: 1.1;
}

.blog-excerpt {
  margin-top: 0.35rem;
  color: #665c52;
  font-size: 0.88rem;
  line-height: 1.45;
}

.blog-detail-wrap {
  max-width: 960px;
}

.blog-detail-card {
  background: #f8f5f0;
  border: 1px solid #e4dbcf;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
}

.blog-detail-thumb {
  height: 320px;
}

.blog-detail-meta-row {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  padding: 0.9rem 1rem 0;
}

.blog-detail-chip {
  border: 1px solid #dccfbd;
  background: #fcfaf7;
  border-radius: 999px;
  padding: 0.22rem 0.62rem;
  color: #7d7060;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-detail-content-grid {
  padding: 0.8rem 1rem 1rem;
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 1rem;
}

.blog-detail-body {
  padding: 0;
}

.blog-detail-body p {
  color: #5e554c;
  font-size: 0.83rem;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.blog-detail-body p:first-child::first-letter {
  font-family: "Cormorant Garamond", serif;
  float: left;
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 0.3rem;
  color: #9e7c4c;
}

.blog-detail-quote {
  margin-top: 0.9rem;
  border-left: 2px solid #c7a176;
  padding: 0.35rem 0 0.35rem 0.8rem;
  color: #4e443b;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.blog-sidebar-card {
  background: #fcfaf7;
  border: 1px solid #e4dbcf;
  border-radius: 10px;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}

.blog-sidebar-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  color: #9b8f81;
  margin-bottom: 0.3rem;
}

.blog-sidebar-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: #3f342b;
  margin-bottom: 0.22rem;
}

.blog-sidebar-text {
  color: #6d6358;
  font-size: 0.76rem;
  line-height: 1.55;
}

.blog-takeaways {
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.blog-takeaways li {
  color: #6d6358;
  font-size: 0.76rem;
  line-height: 1.5;
  padding-left: 0.7rem;
  position: relative;
}

.blog-takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b79565;
}

.blog-related {
  margin-top: 1rem;
}

.blog-related-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #3f342b;
  margin-bottom: 0.7rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
}

.contact-panel,
.contact-form {
  background: #f8f5f0;
  border: 1px solid #e4dbcf;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(58, 45, 32, 0.05);
  padding: 1rem;
}

.contact-item {
  margin-bottom: 0.85rem;
}

.contact-item-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 500;
  color: #9b8f81;
}

.contact-item-value {
  color: #3f342b;
  font-size: 0.98rem;
  margin-top: 0.2rem;
}

.form-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.8rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ddcfbd;
  background: #fdfbf8;
  border-radius: 10px;
  padding: 0.78rem 0.85rem;
  color: #46392e;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
  margin-bottom: 0.8rem;
}

.faq-wrap {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 0.95rem 1rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  color: var(--text);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 0.65rem;
  color: var(--text-soft);
}

.site-footer {
  background: #f8f4ef;
  padding: 1.05rem 0 0.95rem;
}

.footer-inner {
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 0.5rem;
  color: #8a7f72;
  font-size: 0.78rem;
}

.footer-brand {
  color: #3d3229;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  line-height: 1;
}

.footer-sub {
  margin-top: 0.22rem;
  color: #a09588;
  font-size: 0.74rem;
  font-family: "Cormorant Garamond", serif;
}

.footer-col-center {
  text-align: center;
  display: grid;
  gap: 0.12rem;
}

.footer-col-center a {
  text-decoration: none;
  color: #8f8375;
}

.footer-col-center a:hover {
  color: #6f6459;
}

.footer-col-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.footer-icon-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e2d8cb;
  background: #f5ede3;
  color: #8f7860;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  text-transform: lowercase;
}

.footer-divider {
  margin-top: 0.6rem;
  border-top: 1px solid #e6ded2;
}

.footer-copyright {
  text-align: center;
  color: #9d9284;
  font-size: 0.72rem;
  padding-top: 0.58rem;
}

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

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

@media (max-width: 1100px) {
  .specialties-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .specialty-card {
    min-height: 100px;
  }
}

@media (max-width: 900px) {
  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    margin-inline: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-review-pill {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .hero-review-text {
    white-space: normal;
  }

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

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

  .work-card {
    min-height: 258px;
  }

  .specialties-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

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

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

  .difference-card {
    min-height: 0;
  }

  .planner-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .planner-photo-wrap,
  .planner-copy {
    max-width: 100%;
  }

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

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

  .team-card-ceo {
    grid-template-columns: 1fr;
  }

  .team-card-ceo .team-photo {
    aspect-ratio: 4 / 3;
    margin-bottom: 0.7rem;
  }

  .blog-detail-content-grid {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    max-width: 360px;
    margin-inline: auto;
  }

  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .team-grid-members {
    grid-template-columns: 1fr;
  }

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

  .planner-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .menu-btn {
    display: inline-flex;
  }

  .menu {
    position: absolute;
    top: 66px;
    right: 4vw;
    background: #fcf9f4;
    border: 1px solid var(--line);
    border-radius: 14px;
    flex-direction: column;
    padding: 0.8rem;
    min-width: 170px;
    display: none;
  }

  .site-header.is-hero-top .menu {
    background: #fcf9f4;
    border-color: var(--line);
  }

  .site-header.is-hero-top .menu a {
    color: var(--text-soft);
    text-shadow: none;
  }

  .site-header.is-hero-top .menu a:hover,
  .site-header.is-hero-top .menu a.active {
    color: var(--gold-dark);
  }

  .menu.open {
    display: flex;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.8rem;
  }

  .footer-col-right {
    justify-content: center;
  }
}
