:root {
  --brand-ink: #2b211d;
  --brand-muted: #6c5b51;
  --brand-blush: #f7ece7;
  --brand-cream: #fff9f4;
  --brand-gold: #b88645;
  --brand-rose: #9c5f55;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background: var(--brand-cream);
  color: var(--brand-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  margin-bottom: 70px;
}

.navbar {
  box-shadow: 0 8px 24px rgba(43, 33, 29, 0.06);
}

.brand-mark {
  align-items: center;
  color: var(--brand-ink);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
  gap: 0.6rem;
  letter-spacing: 0;
}

.brand-mark img {
  height: auto;
  object-fit: contain;
  width: 120px;
}

.nav-logo {
  height: auto;
  width: 120px;
}

.brand-mark span {
  display: none;
}

.nav-link {
  font-weight: 500;
}

.btn-brand {
  background: var(--brand-ink);
  border-color: var(--brand-ink);
  color: #fff;
  font-weight: 700;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-rose);
  border-color: var(--brand-rose);
  color: #fff;
}

.btn-outline-brand {
  border-color: var(--brand-ink);
  color: var(--brand-ink);
  font-weight: 700;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand-ink);
  color: #fff;
}

.hero-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(184, 134, 69, 0.18), transparent 28%),
    linear-gradient(135deg, #fff9f4 0%, #f7ece7 100%);
  padding: 48px 0 48px;
}

.seo-local-strip {
  background: var(--brand-ink);
  color: #fff;
  padding: 16px 0;
}

.seo-local-strip p {
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.hero-section .hero-title,
.page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.02;
  margin-bottom: 1rem;
}

.hero-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.brand-line {
  color: var(--brand-rose);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.hero-logo {
  display: block;
  height: auto;
  margin: 0 0 1rem;
  width: min(100%, 260px);
}

.hero-copy {
  color: var(--brand-muted);
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 640px;
}

.tanglish-copy {
  border-left: 4px solid var(--brand-gold);
  color: var(--brand-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 1rem 0 1.45rem;
  max-width: 640px;
  padding-left: 1rem;
}

.eyebrow {
  color: var(--brand-rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-showcase,
.premium-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 134, 69, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(43, 33, 29, 0.12);
  padding: 1.5rem;
}

.premium-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #ead8c8;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(60, 35, 25, 0.08);
  padding: 22px;
}

.premium-card h3 {
  color: #5a3a2d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.feature-image-card {
  border-radius: 12px;
  height: 240px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

.feature-image-card img,
.mini-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-label {
  background: rgba(43, 27, 22, 0.82);
  border-radius: 10px;
  bottom: 16px;
  color: #fff;
  left: 16px;
  padding: 14px 16px;
  position: absolute;
  right: 16px;
}

.image-label h4 {
  font-size: 20px;
  margin: 0;
}

.image-label p {
  font-size: 13px;
  margin: 4px 0 0;
  opacity: 0.9;
}

.mini-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.mini-card {
  border: 1px solid #ead8c8;
  border-radius: 12px;
  height: 104px;
  overflow: hidden;
  position: relative;
}

.mini-card span {
  background: rgba(43, 27, 22, 0.82);
  border-radius: 999px;
  bottom: 10px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  left: 10px;
  padding: 6px 10px;
  position: absolute;
}

.showcase-label {
  color: var(--brand-muted);
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

.showcase-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.showcase-main-image,
.showcase-thumb,
.page-feature-image,
.product-photo-grid img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.showcase-main-image {
  aspect-ratio: 1.08;
  border: 1px solid rgba(184, 134, 69, 0.25);
  border-radius: 8px;
}

.showcase-thumb {
  aspect-ratio: 1.18;
  border: 1px solid rgba(184, 134, 69, 0.2);
  border-radius: 8px;
}

.resin-piece {
  align-items: center;
  aspect-ratio: 1.4;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(247, 236, 231, 0.82)),
    radial-gradient(circle at 24% 28%, rgba(184, 134, 69, 0.28), transparent 18%);
  border: 1px solid rgba(184, 134, 69, 0.25);
  border-radius: 8px;
  color: var(--brand-ink);
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 92px;
  padding: 1rem;
  text-align: center;
}

.resin-piece-lg {
  aspect-ratio: 1.8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.section-pad {
  padding: 72px 0;
}

.section-heading {
  margin-bottom: 2rem;
  max-width: 720px;
}

.section-heading h2,
.order-band h2,
.wedding-section h2,
.narrow h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
}

.section-copy {
  color: var(--brand-muted);
  font-size: 1.12rem;
  line-height: 1.8;
}

.wedding-section {
  background: #fff;
}

.custom-gifts-section {
  background: var(--brand-cream);
}

.gallery-preview-section {
  background: #fff;
}

.contact-section {
  background: #fff;
}

.ecommerce-section {
  background: var(--brand-cream);
}

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

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

.collection-card {
  background:
    linear-gradient(135deg, rgba(255, 249, 244, 0.96), rgba(247, 236, 231, 0.94)),
    radial-gradient(circle at 12% 18%, rgba(184, 134, 69, 0.18), transparent 24%);
  border: 1px solid rgba(184, 134, 69, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(43, 33, 29, 0.05);
  color: var(--brand-ink);
  font-weight: 800;
  min-height: 112px;
  padding: 1.25rem;
}

.wedding-image-grid {
  gap: 1rem;
}

.collection-image-card {
  border: 1px solid rgba(184, 134, 69, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(43, 33, 29, 0.08);
  min-height: 176px;
  overflow: hidden;
  position: relative;
}

.collection-image-card img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.collection-image-card::after {
  background: linear-gradient(180deg, rgba(43, 33, 29, 0.05), rgba(43, 33, 29, 0.74));
  content: "";
  inset: 0;
  position: absolute;
}

.collection-image-card span {
  background: rgba(43, 27, 22, 0.82);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 0.55rem 0.8rem;
  position: absolute;
  z-index: 1;
}

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

.gallery-tile {
  align-items: end;
  aspect-ratio: 0.86;
  background:
    linear-gradient(180deg, rgba(43, 33, 29, 0.04), rgba(43, 33, 29, 0.5)),
    radial-gradient(circle at 30% 20%, rgba(184, 134, 69, 0.28), transparent 28%),
    linear-gradient(135deg, #fff9f4, #f7ece7);
  border: 1px solid rgba(184, 134, 69, 0.2);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 800;
  min-height: 210px;
  padding: 1rem;
}

.image-tile {
  background-position: center;
  background-size: cover;
  position: relative;
}

.image-tile::before {
  background: linear-gradient(180deg, rgba(43, 33, 29, 0.06), rgba(43, 33, 29, 0.62));
  border-radius: 8px;
  content: "";
  inset: 0;
  position: absolute;
}

.image-tile span {
  position: relative;
  z-index: 1;
}

.visual-page-hero {
  overflow: hidden;
}

.page-feature-image {
  aspect-ratio: 1;
  border: 1px solid rgba(184, 134, 69, 0.22);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(43, 33, 29, 0.14);
}

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

.product-photo-grid figure {
  background: #fff;
  border: 1px solid rgba(43, 33, 29, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(43, 33, 29, 0.06);
  margin: 0;
  overflow: hidden;
}

.product-photo-grid img {
  aspect-ratio: 1;
}

.product-photo-grid figcaption {
  color: var(--brand-ink);
  font-weight: 800;
  padding: 1rem;
}

.contact-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
}

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

.contact-card {
  background: var(--brand-cream);
  border: 1px solid rgba(43, 33, 29, 0.08);
  border-radius: 8px;
  min-height: 116px;
  padding: 1.25rem;
}

.contact-card-wide {
  grid-column: 1 / -1;
}

.contact-card span {
  color: var(--brand-rose);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.contact-card a,
.contact-card p {
  color: var(--brand-ink);
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}

.option-card {
  background: #fff;
  border: 1px solid rgba(43, 33, 29, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(43, 33, 29, 0.06);
  height: 100%;
  padding: 1.5rem;
}

.option-card-recommended {
  border-color: rgba(184, 134, 69, 0.5);
}

.option-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0.8rem 0;
}

.option-card p {
  color: var(--brand-muted);
}

.option-card ul {
  columns: 2;
  list-style-position: inside;
  margin: 1rem 0 0;
  padding: 0;
}

.option-card li {
  color: var(--brand-ink);
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.option-badge {
  background: var(--brand-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
}

.option-badge-muted {
  background: var(--brand-blush);
  color: var(--brand-ink);
}

.phase-roadmap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.phase-card {
  background: #fff;
  border: 1px solid rgba(184, 134, 69, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(43, 33, 29, 0.05);
  padding: 1.25rem;
}

.phase-card span {
  color: var(--brand-rose);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.phase-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.order-form-shell {
  background: #fff;
  border: 1px solid rgba(43, 33, 29, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(43, 33, 29, 0.08);
  padding: 1.5rem;
}

.custom-order-form .form-label {
  color: var(--brand-ink);
  font-weight: 800;
}

.custom-order-form .form-control,
.custom-order-form .form-select {
  border-color: rgba(43, 33, 29, 0.16);
  border-radius: 8px;
  min-height: 48px;
}

.custom-order-form textarea.form-control {
  min-height: 140px;
}

.form-submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.form-submit-row p {
  color: var(--brand-muted);
  margin: 0;
  max-width: 620px;
}

.feature-card {
  background: #fff;
  border: 1px solid rgba(43, 33, 29, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(43, 33, 29, 0.06);
  height: 100%;
  padding: 1.5rem;
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.product-card {
  align-items: center;
  display: flex;
  min-height: 140px;
}

.product-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  margin-bottom: 0;
}

.service-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.product-category-stack {
  display: grid;
  gap: 1.5rem;
}

.product-category-panel {
  background: #fff;
  border: 1px solid rgba(43, 33, 29, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(43, 33, 29, 0.06);
  padding: 1.5rem;
}

.product-category-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

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

.product-list-grid span {
  background: var(--brand-cream);
  border: 1px solid rgba(184, 134, 69, 0.16);
  border-radius: 8px;
  color: var(--brand-ink);
  font-weight: 700;
  padding: 0.85rem 1rem;
}

.feature-card p,
.page-hero p,
.narrow p {
  color: var(--brand-muted);
  line-height: 1.75;
}

.order-band,
.order-steps-section {
  background: var(--brand-ink);
  color: #fff;
  padding: 56px 0;
}

.order-band .eyebrow,
.order-band h2,
.order-steps-section .eyebrow,
.order-steps-section h2 {
  color: #fff;
}

.order-steps-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-step {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-height: 150px;
  padding: 1.25rem;
}

.order-step span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--brand-ink);
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 38px;
}

.order-step h3 {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0;
}

.page-hero {
  background: linear-gradient(135deg, #fff9f4 0%, #f7ece7 100%);
  padding: 72px 0;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  max-width: 980px;
}

.page-hero p {
  font-size: 1.15rem;
  max-width: 760px;
}

.narrow {
  max-width: 820px;
}

.footer {
  background: #fff;
  line-height: 70px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.18rem rgba(184, 134, 69, 0.25);
}

html {
  min-height: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .hero-section,
  .page-hero,
  .section-pad {
    padding: 48px 0;
  }

  .hero-section .hero-title {
    font-size: 2.45rem;
  }

  .brand-mark img {
    height: auto;
    width: 120px;
  }

  .hero-logo {
    width: min(100%, 220px);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .tanglish-copy {
    margin: 0.85rem 0 1.1rem;
  }

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

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

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

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

  .product-photo-grid {
    grid-template-columns: 1fr;
  }

  .order-steps-grid {
    grid-template-columns: 1fr;
  }

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

  .product-list-grid {
    grid-template-columns: 1fr;
  }

  .option-card ul {
    columns: 1;
  }

  .phase-roadmap {
    grid-template-columns: 1fr;
  }
}
