/*
 * Goharan Luxury Theme — site.css
 * ------------------------------------------------------------
 * Drop-in replacement for: /public_html/assets/css/site.css
 * Designed for the current Goharan PHP templates.
 * Direction: RTL / Persian
 * Visual language: deep olive, warm ivory, muted gold, editorial luxury
 *
 * Optional hero asset:
 *   /assets/images/hero-ring.webp
 * If the file is not present, the hero still renders with a dark gradient.
 */

/* ============================================================
   1) THEME OVERRIDES
   ============================================================ */
:root {
  --lux-ink: #1f231d;
  --lux-ink-soft: #4f554c;
  --lux-olive-950: #182019;
  --lux-olive-900: #222c23;
  --lux-olive-800: #2d392e;
  --lux-olive-700: #3b493b;
  --lux-ivory: #fbf9f3;
  --lux-cream: #f5f0e5;
  --lux-sand: #ece4d4;
  --lux-line: #d8d0c1;
  --lux-gold: #c9a75f;
  --lux-gold-strong: #b48b36;
  --lux-gold-soft: #e8d6ab;
  --lux-white: #fffefa;
  --lux-danger: #9b3e35;
  --lux-success: #466e55;

  --color-bg: var(--lux-ivory);
  --color-surface: var(--lux-white);
  --color-surface-subtle: var(--lux-cream);
  --color-surface-strong: var(--lux-sand);
  --color-text: var(--lux-ink);
  --color-text-muted: #696c64;
  --color-border: var(--lux-line);
  --color-border-strong: #b9ad98;

  --color-primary: var(--lux-olive-900);
  --color-primary-hover: var(--lux-olive-800);
  --color-primary-active: var(--lux-olive-950);
  --color-primary-contrast: #fffdf8;
  --color-primary-soft: #eef0e9;
  --color-focus: var(--lux-gold-strong);

  --radius-sm: .15rem;
  --radius-md: .2rem;
  --radius-lg: .25rem;
  --radius-xl: .35rem;

  --shadow-sm: 0 10px 28px rgb(35 42 34 / .05);
  --shadow-md: 0 18px 45px rgb(24 32 25 / .09);
  --shadow-lg: 0 28px 80px rgb(18 24 19 / .15);

  --container-default: 76rem;
  --container-wide: 88rem;
  --header-height: 5.6rem;
}

/* ============================================================
   2) GLOBAL POLISH
   ============================================================ */
html {
  background: var(--lux-ivory);
}

body {
  background:
    radial-gradient(circle at 90% 8%, rgb(201 167 95 / .035), transparent 18rem),
    var(--lux-ivory);
  color: var(--lux-ink);
  letter-spacing: -.005em;
}

body,
button,
input,
select,
textarea {
  font-family: "Vazirmatn", "IRANSansX", Tahoma, Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
  color: var(--lux-ink);
  letter-spacing: -.025em;
}

h1,
h2 {
  font-weight: 700;
}

p {
  color: var(--color-text-muted);
}

a {
  transition:
    color 180ms ease,
    opacity 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

::selection {
  background: var(--lux-gold-soft);
  color: var(--lux-olive-950);
}

:focus-visible {
  outline-color: var(--lux-gold-strong);
}

.u-container,
.u-container--wide {
  padding-inline: clamp(.15rem, 1vw, .65rem);
}

.u-section {
  padding-block: clamp(4rem, 8vw, 7.75rem);
}

.u-section--muted {
  background: #f7f3ea;
  border-color: var(--lux-line);
}

/* ============================================================
   3) BUTTONS — SHARP / EDITORIAL
   ============================================================ */
.c-button {
  min-block-size: 3.25rem;
  padding: .85rem 1.35rem;
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: -.01em;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.c-button:hover:not(:disabled, [aria-disabled="true"]) {
  transform: translateY(-1px);
}

.c-button--secondary {
  --button-bg: transparent;
  --button-fg: var(--lux-ink);
  --button-border: #aaa38f;
}

.c-button--secondary:hover:not(:disabled, [aria-disabled="true"]) {
  --button-bg: var(--lux-cream);
  --button-border: var(--lux-olive-800);
}

.c-button--ghost {
  --button-bg: transparent;
  --button-fg: var(--lux-olive-800);
  --button-border: transparent;
}

.c-button--small {
  min-block-size: 2.8rem;
  padding: .62rem 1rem;
  font-size: .84rem;
}

/* gold CTA */
.header-cta,
.home-hero .hero-copy .c-button:first-child,
.final-cta .c-button,
.contact-strip .c-button:first-child {
  --button-bg: #d7bb7c;
  --button-fg: #192019;
  --button-border: #d7bb7c;
}

.header-cta:hover,
.home-hero .hero-copy .c-button:first-child:hover,
.final-cta .c-button:hover,
.contact-strip .c-button:first-child:hover {
  --button-bg: #c9a75f;
  --button-border: #c9a75f;
}

/* ============================================================
   4) HEADER / NAVIGATION
   ============================================================ */
.site-header-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.c-site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: var(--z-header);
  background: rgb(251 249 243 / .96);
  border-block-end: 1px solid #ded8ca;
  box-shadow: 0 6px 24px rgb(24 32 25 / .035);
  backdrop-filter: blur(16px);
}

.c-site-header__inner {
  min-block-size: var(--header-height);
  gap: 1.5rem;
}

.c-brand {
  gap: .7rem;
  color: var(--lux-olive-950);
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.04em;
}

.c-brand__mark {
  inline-size: 1.35rem;
  block-size: 1.35rem;
  border: 0;
  border-radius: 0;
  color: var(--lux-gold-strong);
  font-size: 0;
  position: relative;
}

.c-brand__mark::before,
.c-brand__mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  inline-size: 1.25rem;
  block-size: 1px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-brand__mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-desktop-nav ul {
  gap: .2rem;
}

.c-desktop-nav a {
  min-block-size: 3rem;
  padding-inline: .9rem;
  border-radius: 0;
  color: #3b4039;
  font-size: .91rem;
  font-weight: 500;
  position: relative;
}

.c-desktop-nav a::after {
  content: "";
  position: absolute;
  inset-inline: .9rem;
  inset-block-end: .45rem;
  block-size: 1px;
  background: var(--lux-gold-strong);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.c-desktop-nav a:hover,
.c-desktop-nav a[aria-current="page"] {
  background: transparent;
  color: var(--lux-olive-950);
}

.c-desktop-nav a:hover::after,
.c-desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-menu-button {
  display: inline-grid;
}

.c-icon-button {
  border-radius: 0;
  border-color: #cfc7b9;
  background: transparent;
}

.c-mobile-menu {
  border-radius: 0;
  border-color: var(--lux-line);
  background: #fbf9f3;
}

.c-mobile-menu::backdrop {
  background: rgb(20 27 21 / .72);
  backdrop-filter: blur(4px);
}

.c-mobile-menu nav a {
  border-radius: 0;
  border-block-end: 1px solid #e3ddd0;
}

/* ============================================================
   5) TYPOGRAPHIC EYEBROWS / SECTION HEADINGS
   ============================================================ */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--lux-gold-strong);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  inline-size: 2.4rem;
  block-size: 1px;
  background: currentColor;
  opacity: .7;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: flex-start;
}

.section-heading h2 {
  margin-block-end: .1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.45;
  max-inline-size: 15ch;
}

.section-heading > p {
  max-inline-size: 39rem;
  color: #77776f;
  font-size: .98rem;
}

/* ============================================================
   6) HOME HERO — MATCHES THE GENERATED ART DIRECTION
   ============================================================ */
.home-hero {
  position: relative;
  padding: 0;
  background: var(--lux-olive-950);
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 50%, rgb(201 167 95 / .08), transparent 34%),
    linear-gradient(90deg, transparent 0 48%, rgb(24 32 25 / .20) 66%, rgb(24 32 25 / .68) 100%);
}

.home-hero__grid {
  inline-size: min(100%, 100rem);
  min-block-size: clamp(37rem, 67vw, 49rem);
  margin-inline: auto;
  display: grid;
  grid-template-areas:
    "copy"
    "media";
  gap: 0;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.hero-copy {
  grid-area: copy;
  max-inline-size: none;
  padding: clamp(3.5rem, 8vw, 7.5rem) clamp(1.35rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fffdf8;
  background:
    linear-gradient(180deg, rgb(23 31 24 / .94), rgb(23 31 24 / .98));
}

.hero-copy .kicker {
  color: #d8b86f;
}

.hero-copy h1 {
  margin: 0;
  max-inline-size: 10.5ch;
  color: #fffdf9;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -.05em;
}

.hero-copy h1::first-line {
  color: #fffdf9;
}

.hero-lead {
  max-inline-size: 34rem;
  margin: 0;
  color: #d7d9d3;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 2.05;
}

.hero-copy .u-cluster {
  gap: .75rem;
}

.hero-copy .c-button {
  min-inline-size: 10.5rem;
}

.hero-copy .c-button--secondary {
  --button-bg: transparent;
  --button-fg: #fff;
  --button-border: #879087;
}

.hero-copy .c-button--secondary:hover {
  --button-bg: rgb(255 255 255 / .06);
  --button-border: #c3ad7b;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.25rem;
  color: #c3c7c0;
  font-size: .82rem;
}

.hero-facts span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.hero-facts span::before {
  content: "";
  inline-size: 1.6rem;
  block-size: 1px;
  background: #8b7650;
}

.hero-jewel {
  grid-area: media;
  min-block-size: 25rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgb(8 12 9 / .08), rgb(8 12 9 / .20)),
    url("/assets/images/hero-ring.webp") center / cover no-repeat,
    radial-gradient(circle at 45% 35%, #9a7c3f 0 2%, transparent 20%),
    linear-gradient(135deg, #5f553b, #111811 64%);
  position: relative;
  overflow: hidden;
}

.hero-jewel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent 0 60%, rgb(22 29 23 / .23) 100%),
    radial-gradient(circle at 28% 18%, rgb(255 231 169 / .09), transparent 15rem);
}

.hero-jewel::after {
  content: "GOHARAN  •  CUSTOM GOLD";
  position: absolute;
  inset-inline-start: 1.6rem;
  inset-block-end: 1.6rem;
  color: rgb(255 255 255 / .72);
  font: 500 .66rem/1.5 Georgia, serif;
  letter-spacing: .25em;
  direction: ltr;
}

.hero-jewel svg,
.hero-jewel__spark {
  display: none;
}

/* ============================================================
   7) TRUST / VALUE STRIP (OPTIONAL MARKUP SUPPORT)
   ============================================================ */
.luxury-value-strip {
  border-block-end: 1px solid var(--lux-line);
  background: #fffdf8;
}

.luxury-value-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.luxury-value-item {
  min-block-size: 6rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  border-inline-end: 1px solid #e4ded1;
}

.luxury-value-item strong {
  display: block;
  font-size: .9rem;
}

.luxury-value-item small {
  color: #85847d;
}

.luxury-value-item__icon {
  color: var(--lux-gold-strong);
  font-size: 1.45rem;
}

/* ============================================================
   8) SERVICE CARDS
   ============================================================ */
.service-grid,
.catalog-preview,
.contact-grid {
  display: grid;
  gap: 1rem;
}

.service-card {
  min-block-size: 17rem;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid var(--lux-line);
  border-radius: 0;
  background: #fffdf9;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inline-size: 7.5rem;
  block-size: 7.5rem;
  inset-inline-end: -3rem;
  inset-block-end: -3rem;
  border: 1px solid rgb(201 167 95 / .32);
  border-radius: 50%;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: #b9a477;
  background: #fffefb;
}

.service-card__num {
  inline-size: auto;
  block-size: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  color: var(--lux-gold-strong);
  font: 500 .75rem/1 Georgia, serif;
  letter-spacing: .18em;
}

.service-card h3 {
  margin-block: 2.5rem .75rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.service-card p {
  max-inline-size: 32rem;
  color: #74756e;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-block-start: 1.4rem;
  color: var(--lux-olive-900);
  font-weight: 700;
  text-decoration: none;
}

/* ============================================================
   9) PRODUCT / INSPIRATION CARDS
   ============================================================ */
.product-grid--three,
.c-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.c-product-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.c-product-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.c-product-card__media {
  aspect-ratio: 1 / 1.02;
  inline-size: 100%;
  object-fit: cover;
  border: 1px solid #eee8dc;
  background:
    radial-gradient(circle at 50% 36%, #fff 0 9%, transparent 43%),
    linear-gradient(145deg, #f7f0e5, #eee4d2);
  transition: transform 280ms ease, filter 280ms ease;
}

.c-product-card:hover .c-product-card__media {
  transform: scale(1.012);
  filter: saturate(1.03) contrast(1.015);
}

.c-product-card__body {
  gap: .45rem;
  padding: 1rem .1rem 0;
}

.c-product-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
}

.c-product-card__meta {
  margin: 0;
  color: #84847d;
  font-size: .78rem;
}

.c-product-card__actions {
  gap: .5rem;
  padding-block-start: .65rem;
}

.c-product-card__actions .c-button {
  min-block-size: 2.7rem;
  padding: .55rem .85rem;
  font-size: .82rem;
}

.c-badge {
  min-block-size: 1.6rem;
  padding-inline: .55rem;
  border-radius: 0;
  background: #fbfaf5;
  border: 1px solid #ded8cb;
  color: #6f706a;
  font-size: .67rem;
  font-weight: 600;
}

/* optional tabs from the concept */
.inspiration-tabs,
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.filter-chip,
.inspiration-tab {
  min-block-size: 2.85rem;
  padding: .55rem 1rem;
  border: 1px solid var(--lux-line);
  border-radius: 0;
  background: #fffdf8;
  color: #42463f;
  cursor: pointer;
}

.filter-chip:hover,
.filter-chip.is-active,
.inspiration-tab:hover,
.inspiration-tab.is-active {
  border-color: var(--lux-olive-900);
  background: var(--lux-olive-900);
  color: #fff;
}

/* ============================================================
   10) PROCESS — EDITORIAL HORIZONTAL STEPS
   ============================================================ */
.process {
  position: relative;
}

.process-list {
  list-style: none;
  margin: clamp(2.5rem, 5vw, 5rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-block: 1px solid var(--lux-line);
}

.process-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.65rem 0;
  border-block-end: 1px solid #e2dcd0;
}

.process-list li:last-child {
  border-block-end: 0;
}

.process-list li > span {
  inline-size: 3.4rem;
  block-size: 3.4rem;
  display: grid;
  place-items: center;
  border: 1px solid #d8c89e;
  border-radius: 50%;
  background: #f5efdf;
  color: #9a7836;
  font: 600 1rem/1 Georgia, serif;
}

.process-list strong {
  font-size: 1.04rem;
  color: var(--lux-ink);
}

.process-list p {
  margin: .45rem 0 0;
  color: #7a7a72;
  font-size: .88rem;
}

/* ============================================================
   11) PRICING TRANSPARENCY (SUPPORTS FUTURE HOME MARKUP)
   ============================================================ */
.pricing-transparency {
  background: #fbfaf5;
  border-block: 1px solid var(--lux-line);
}

.pricing-transparency__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.pricing-transparency__copy h2 {
  max-inline-size: 12ch;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.36;
}

.pricing-transparency__copy p {
  max-inline-size: 35rem;
  color: #73746d;
}

.pricing-transparency__panel,
.estimate-panel {
  border: 1px solid var(--lux-line);
  border-radius: 0;
  background: #f1efe7;
  box-shadow: none;
  padding: clamp(1.5rem, 4vw, 2.7rem);
}

.pricing-rule {
  padding: 1.25rem 0;
  border-block-end: 1px solid #d8d2c6;
}

.pricing-rule span {
  color: #7a7b75;
}

/* ============================================================
   12) PAGE HERO / INTERNAL PAGES
   ============================================================ */
.page-hero {
  padding-block: clamp(4rem, 9vw, 8rem);
  border-block-end: 1px solid var(--lux-line);
  background:
    radial-gradient(circle at 12% 18%, rgb(201 167 95 / .09), transparent 20rem),
    linear-gradient(180deg, #fdfbf6, #f6f1e7);
}

.page-hero .kicker {
  margin-block-end: .8rem;
}

.page-hero h1 {
  max-inline-size: 14ch;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: 1.25;
}

.page-hero p {
  max-inline-size: 42rem;
  color: #77776f;
  font-size: 1.05rem;
}

/* ============================================================
   13) FORMS
   ============================================================ */
.form-layout,
.estimate-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.c-input,
.c-select,
.c-textarea {
  border-radius: 0;
  border-color: #beb6a7;
  background: #fffefb;
  padding: .85rem 1rem;
}

.c-input:hover,
.c-select:hover,
.c-textarea:hover {
  border-color: #927d54;
}

.c-input:focus-visible,
.c-select:focus-visible,
.c-textarea:focus-visible {
  border-color: var(--lux-gold-strong);
  box-shadow: 0 0 0 3px rgb(180 139 54 / .10);
}

.c-label {
  color: #32372f;
  font-size: .9rem;
}

.c-help {
  color: #818178;
}

.form-notice,
.c-alert {
  border-radius: 0;
}

/* ============================================================
   14) PRODUCT DETAIL
   ============================================================ */
.product-detail__grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.product-detail__art {
  min-block-size: clamp(25rem, 55vw, 42rem);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 58% 35%, #fff 0 10%, transparent 46%),
    linear-gradient(145deg, #f5ede0, #e5d6bd);
  color: #af883e;
}

.product-detail__art svg {
  inline-size: 42%;
  opacity: .9;
}

.spec-list {
  border-block-start: 1px solid var(--lux-line);
}

.spec-list div {
  padding-block: 1rem;
  border-block-end: 1px solid #e2ddd3;
}

/* ============================================================
   15) ABOUT / CONTACT
   ============================================================ */
.about-grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.about-art {
  min-block-size: 30rem;
  border-radius: 0;
  background:
    radial-gradient(circle at 70% 20%, rgb(212 184 119 / .18), transparent 16rem),
    var(--lux-olive-950);
  color: #d7b77a;
}

.feature-list > div {
  padding-block-end: 1.2rem;
  border-block-end: 1px solid var(--lux-line);
}

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

.contact-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--lux-line);
  border-radius: 0;
  background: #fffdf9;
}

.contact-card__icon {
  inline-size: 2.7rem;
  block-size: 2.7rem;
  border-radius: 50%;
  background: #f1ead9;
  color: #a17c31;
}

/* ============================================================
   16) FAQ — CLEAN ACCORDION
   ============================================================ */
.faq-list {
  max-inline-size: none;
  display: grid;
  gap: 0;
  border-block-start: 1px solid var(--lux-line);
}

.faq-list details {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-block-end: 1px solid var(--lux-line);
  background: transparent;
}

.faq-list summary {
  min-block-size: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem .25rem;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary::before {
  content: "+";
  order: 2;
  flex: 0 0 auto;
  inline-size: 1.9rem;
  block-size: 1.9rem;
  display: grid;
  place-items: center;
  color: var(--lux-olive-900);
  font-size: 1.15rem;
  font-weight: 400;
}

.faq-list details[open] summary::before {
  content: "−";
}

.faq-list p {
  padding: 0 .25rem 1.5rem;
  color: #74756f;
}

/* ============================================================
   17) CONTACT / FINAL CTA STRIP
   ============================================================ */
.contact-strip,
.final-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 25%, rgb(201 167 95 / .11), transparent 17rem),
    linear-gradient(125deg, #1a231b, #2d382d 70%, #202a21);
  color: #fff;
}

.contact-strip::after,
.final-cta::after {
  content: "";
  position: absolute;
  inset-inline-start: -7rem;
  inset-block-start: -4rem;
  inline-size: 22rem;
  block-size: 22rem;
  border: 1px solid rgb(212 184 119 / .12);
  border-radius: 50%;
  pointer-events: none;
}

.contact-strip h2,
.final-cta h2 {
  color: #fffdf8;
}

.contact-strip .kicker,
.final-cta .kicker {
  color: #d4b66f;
}

.contact-strip p,
.final-cta p {
  color: #cfd2cb;
}

.contact-strip__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.contact-strip .c-button--secondary {
  --button-bg: transparent;
  --button-fg: #fff;
  --button-border: #7c857c;
}

/* ============================================================
   18) FOOTER
   ============================================================ */
.site-footer {
  padding-block-start: clamp(4rem, 7vw, 6rem);
  border-block-start: 1px solid var(--lux-line);
  background: #faf8f2;
}

.site-footer__grid {
  display: grid;
  gap: 2.8rem;
}

.site-footer .c-brand {
  font-size: 1.8rem;
}

.site-footer p,
.site-footer span {
  color: #73746d;
}

.site-footer a {
  color: #393d37;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--lux-gold-strong);
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  justify-content: space-between;
  padding-block: 1.5rem 2rem;
  margin-block-start: 3rem;
  border-block-start: 1px solid var(--lux-line);
  font-size: .76rem;
  color: #85867f;
}

/* ============================================================
   19) MISC STATES / PAGINATION
   ============================================================ */
.c-state {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--lux-line);
  border-radius: 0;
  background: #fffdf9;
}

.c-pagination a,
.c-pagination span {
  border-radius: 0;
}

.c-pagination a:hover {
  border-color: var(--lux-olive-900);
  background: var(--lux-olive-900);
  color: #fff;
}

.c-pagination [aria-current="page"] {
  border-color: var(--lux-olive-900);
  background: var(--lux-olive-900);
  color: #fff;
}

.hp-field {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* ============================================================
   20) RESPONSIVE
   ============================================================ */
@media (min-width: 48rem) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .section-heading {
    flex-direction: row;
    align-items: end;
  }

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

  .catalog-tools {
    grid-template-columns: minmax(16rem, 1fr) 1.5fr;
  }

  .form-layout,
  .estimate-grid,
  .about-grid,
  .product-detail__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }

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

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

  .site-footer__grid {
    grid-template-columns: 1.4fr .7fr 1fr;
  }

  .site-footer__bottom {
    flex-direction: row;
  }

  .header-cta {
    display: inline-flex;
  }

  .luxury-value-strip__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .pricing-transparency__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }
}

@media (min-width: 64rem) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(25rem, .88fr);
    grid-template-areas: "media copy";
  }

  .hero-copy {
    padding-inline: clamp(3rem, 5vw, 6rem);
  }

  .hero-jewel {
    min-block-size: 100%;
  }

  .process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-block: 0;
  }

  .process-list li {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 1.3rem 1.4rem;
    border-block-end: 0;
    border-inline-end: 1px solid var(--lux-line);
    position: relative;
  }

  .process-list li:last-child {
    border-inline-end: 0;
  }

  .process-list li:not(:last-child)::after {
    content: "←";
    position: absolute;
    inset-inline-end: -.55rem;
    inset-block-start: 2.2rem;
    z-index: 2;
    padding-inline: .15rem;
    background: var(--lux-ivory);
    color: #b08f50;
    font-size: .9rem;
  }

  .mobile-menu-button {
    display: none;
  }
}

@media (min-width: 90rem) {
  .home-hero__grid {
    min-block-size: 52rem;
  }
}

@media (max-width: 63.99rem) {
  .hero-jewel {
    min-block-size: 29rem;
    order: 2;
  }

  .hero-copy {
    order: 1;
  }
}

@media (max-width: 47.99rem) {
  .u-section {
    padding-block: 3.5rem;
  }

  .home-hero__grid {
    min-block-size: auto;
  }

  .hero-copy {
    padding-block: 3.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 14vw, 4.2rem);
  }

  .hero-jewel {
    min-block-size: 23rem;
  }

  .hero-copy .u-cluster {
    align-items: stretch;
  }

  .hero-copy .c-button {
    inline-size: 100%;
  }

  .section-heading h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .pricing-rule {
    flex-direction: column;
  }

  .contact-card--wide {
    grid-column: auto;
  }

  .luxury-value-strip__grid {
    grid-template-columns: 1fr;
  }

  .luxury-value-item {
    border-inline-end: 0;
    border-block-end: 1px solid #e4ded1;
  }

  .site-footer__bottom {
    align-items: flex-start;
  }
}

/* ============================================================
   21) REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .c-product-card__media,
  .c-button,
  .c-desktop-nav a::after {
    transition: none !important;
  }

  .service-card:hover,
  .c-product-card:hover .c-product-card__media,
  .c-button:hover {
    transform: none !important;
  }
}

/* ============================================================
   HOME REDESIGN — generated to match the approved luxury concept
   ============================================================ */
.hero-title-accent {
  color: #d6b467;
}

.hero-jewel__caption {
  position: absolute;
  inset-inline-start: 1.6rem;
  inset-block-end: 1.55rem;
  z-index: 2;
  color: rgb(255 255 255 / .72);
  font: 500 .66rem/1.5 Georgia, serif;
  letter-spacing: .22em;
  direction: ltr;
}

.luxury-value-item__icon {
  flex: 0 0 auto;
  inline-size: 2.2rem;
  block-size: 2.2rem;
  display: grid;
  place-items: center;
}

.luxury-value-item__icon svg {
  inline-size: 1.7rem;
  block-size: 1.7rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inspiration-heading {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.inspiration-heading h2,
.process-heading h2,
.home-faq__heading h2 {
  margin-block: .55rem .65rem;
  max-inline-size: 18ch;
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  line-height: 1.4;
}

.inspiration-heading p,
.process-heading p,
.home-faq__heading p {
  max-inline-size: 43rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--lux-olive-900);
  font-weight: 700;
  text-decoration: none;
  border-block-end: 1px solid #cfc4ae;
  padding-block-end: .25rem;
  inline-size: fit-content;
}

.text-link:hover {
  color: #9a7836;
  border-color: #9a7836;
}

.inspiration-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.inspiration-card__media-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.inspiration-card__placeholder {
  aspect-ratio: 1 / 1.02;
  inline-size: 100%;
  display: grid;
  place-items: center;
  border: 1px solid #eee8dc;
  background:
    radial-gradient(circle at 50% 32%, #fff 0 8%, transparent 46%),
    linear-gradient(145deg, #f7f0e5, #eee4d2);
  color: #b08a42;
}

.inspiration-card__placeholder svg {
  inline-size: 40%;
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
}

.inspiration-card__plus {
  position: absolute;
  inset-inline-start: .75rem;
  inset-block-end: .75rem;
  inline-size: 2.15rem;
  block-size: 2.15rem;
  display: grid;
  place-items: center;
  border: 1px solid #e5ded0;
  border-radius: 50%;
  background: #fffdf8;
  color: #273028;
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgb(27 34 28 / .08);
}

.inspiration-card__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-block-start: .45rem;
  padding-block-start: .7rem;
  border-block-start: 1px solid #e5dfd3;
}

.inspiration-card__links a {
  color: #3f463e;
  font-size: .82rem;
  font-weight: 650;
  text-decoration: none;
}

.inspiration-card__links a:hover {
  color: #a17c31;
}

.catalog-note {
  margin: 0;
  padding-block-start: 1.1rem;
  border-block-start: 1px solid var(--lux-line);
  color: #818078;
  font-size: .82rem;
}

.inspiration-empty {
  border-radius: 0;
  border-color: var(--lux-line);
  background: #f8f3e9;
}

.process-section {
  background: #faf8f2;
  border-block-start: 1px solid var(--lux-line);
}

.process-heading {
  max-inline-size: 48rem;
  margin-inline: auto;
  text-align: center;
}

.process-heading .kicker {
  justify-content: center;
}

.process-heading .kicker::before {
  display: none;
}

.process-heading h2,
.process-heading p {
  margin-inline: auto;
}

.pricing-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block-end: 1rem;
  border-block-end: 1px solid #d8d2c6;
}

.pricing-panel-title h3 {
  margin: 0;
  font-size: 1.35rem;
}

.pricing-panel-icon {
  color: #9a7836;
  font-size: 1.6rem;
}

.pricing-rule {
  display: grid;
  gap: .45rem;
}

.pricing-rule strong {
  color: #333930;
  font-size: .95rem;
}

.home-faq {
  background: #fffdf8;
}

.home-faq__grid {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.home-faq__heading {
  position: sticky;
  inset-block-start: calc(var(--header-height) + 2rem);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  min-block-size: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.1rem;
}

.final-cta__inner h2 {
  margin: 0;
  max-inline-size: 17ch;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.35;
}

.final-cta__inner p {
  margin: 0;
  max-inline-size: 36rem;
}

@media (min-width: 48rem) {
  .inspiration-heading {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .home-faq__grid {
    grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr);
  }
}

@media (min-width: 64rem) {
  .process-list.process-list--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 47.99rem) {
  .home-faq__heading {
    position: static;
  }

  .inspiration-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-block-end: .35rem;
    scrollbar-width: thin;
  }

  .inspiration-tab {
    flex: 0 0 auto;
  }
}

/* ============================================================
   HERO LAYOUT HOTFIX — 2026-09-11
   Fixes: reversed desktop columns, oversized/wrapped title,
   and ensures the actual hero image fills the media column.
   ============================================================ */
@media (min-width: 64rem) {
  .home-hero__grid {
    direction: ltr;
    grid-template-columns: minmax(0, 1.08fr) minmax(29rem, .92fr);
    grid-template-areas: "media copy";
    min-block-size: clamp(39rem, 48vw, 47rem);
  }

  .hero-jewel {
    grid-area: media;
    direction: ltr;
    min-block-size: 100%;
    background-position: center center;
  }

  .hero-copy {
    grid-area: copy;
    direction: rtl;
    padding: clamp(4rem, 6vw, 6.5rem) clamp(3rem, 4.2vw, 5.2rem);
  }

  .hero-title,
  .hero-copy h1 {
    max-inline-size: none;
    font-size: clamp(3.15rem, 4.15vw, 4.9rem);
    line-height: 1.34;
    letter-spacing: -.045em;
  }

  .hero-title-line {
    display: block;
    white-space: nowrap;
  }

  .hero-title-accent {
    margin-block-start: .08em;
  }

  .hero-lead {
    max-inline-size: 31rem;
    font-size: 1.03rem;
    line-height: 2.1;
  }
}

@media (min-width: 90rem) {
  .home-hero__grid {
    min-block-size: 46rem;
  }

  .hero-title,
  .hero-copy h1 {
    font-size: 4.75rem;
  }
}

@media (max-width: 63.99rem) {
  .hero-title-line {
    display: block;
  }

  .hero-title,
  .hero-copy h1 {
    max-inline-size: 13ch;
    font-size: clamp(2.7rem, 9vw, 4.3rem);
    line-height: 1.35;
  }
}

@media (max-width: 35rem) {
  .hero-title,
  .hero-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .hero-title-line {
    white-space: normal;
  }
}
