:root {
  --bg: #f6efe8;
  --cream: #fcf8f3;
  --sage: #94a08f;
  --sage-deep: #58695e;
  --sage-dark: #3e4d45;
  --rose: #d6a29d;
  --rose-deep: #b67f79;
  --sand: #eaded3;
  --text: #38453f;
  --text-soft: #67766d;
  --line: rgba(88, 105, 94, 0.13);
  --white-glass: rgba(255, 255, 255, 0.74);
  --shadow-soft: 0 20px 60px rgba(67, 80, 72, 0.12);
  --shadow-strong: 0 30px 90px rgba(67, 80, 72, 0.18);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 233, 228, 0.85), transparent 22%),
    radial-gradient(circle at top right, rgba(219, 233, 220, 0.65), transparent 24%),
    linear-gradient(180deg, #fffdfb 0%, var(--bg) 45%, #eef2ec 100%);
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.ambient {
  position: fixed;
  inset: auto;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.ambient-one {
  top: -80px;
  left: -40px;
  width: 360px;
  height: 360px;
  background: rgba(214, 162, 157, 0.4);
}

.ambient-two {
  top: 180px;
  right: -60px;
  width: 420px;
  height: 420px;
  background: rgba(148, 160, 143, 0.28);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  z-index: 0;
  width: 260px;
  height: 420px;
  opacity: 0.18;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(0.2px);
}

.page-shell::before {
  top: 110px;
  left: -24px;
  background-image:
    radial-gradient(circle at 28% 18%, rgba(214, 162, 157, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 46% 25%, rgba(214, 162, 157, 0.72) 0 6px, transparent 7px),
    radial-gradient(circle at 36% 34%, rgba(148, 160, 143, 0.7) 0 6px, transparent 7px),
    radial-gradient(circle at 44% 46%, rgba(214, 162, 157, 0.72) 0 5px, transparent 6px),
    linear-gradient(160deg, transparent 0 45%, rgba(123, 141, 125, 0.55) 46% 47%, transparent 48%),
    linear-gradient(174deg, transparent 0 57%, rgba(123, 141, 125, 0.45) 58% 59%, transparent 60%),
    linear-gradient(188deg, transparent 0 68%, rgba(123, 141, 125, 0.42) 69% 70%, transparent 71%);
}

.page-shell::after {
  top: 340px;
  right: -28px;
  transform: scaleX(-1);
  background-image:
    radial-gradient(circle at 28% 18%, rgba(214, 162, 157, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 46% 25%, rgba(214, 162, 157, 0.72) 0 6px, transparent 7px),
    radial-gradient(circle at 36% 34%, rgba(148, 160, 143, 0.7) 0 6px, transparent 7px),
    radial-gradient(circle at 44% 46%, rgba(214, 162, 157, 0.72) 0 5px, transparent 6px),
    linear-gradient(160deg, transparent 0 45%, rgba(123, 141, 125, 0.55) 46% 47%, transparent 48%),
    linear-gradient(174deg, transparent 0 57%, rgba(123, 141, 125, 0.45) 58% 59%, transparent 60%),
    linear-gradient(188deg, transparent 0 68%, rgba(123, 141, 125, 0.42) 69% 70%, transparent 71%);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: 14px 18px 14px 22px;
  background: rgba(252, 248, 243, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(88, 105, 94, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand {
  display: flex;
  flex-direction: column;
}

.brand-mark {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding-right: 62px;
  font-family: "Allura", cursive;
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: var(--sage-deep);
  line-height: 0.9;
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 14px;
  width: 62px;
  height: 62px;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 92'%3E%3Cg fill='none' fill-rule='round' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 82c14-9 24-21 31-37 5-12 8-26 10-41' stroke='%23819686' stroke-width='2.3'/%3E%3Cpath d='M44 50c8-4 14-11 19-22' stroke='%23819686' stroke-width='2'/%3E%3Cpath d='M45 51c11 0 21-4 31-12' stroke='%23819686' stroke-width='2'/%3E%3Cpath d='M38 63c7 2 15 7 22 15' stroke='%23819686' stroke-width='1.9'/%3E%3Cpath d='M55 30c-5 0-8-2-10-6' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M54 29c-2 5-2 9 1 13' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M68 19c-4 1-7 0-10-4' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M68 18c-2 4-2 8 1 12' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M79 32c-4 1-8 0-11-4' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M79 31c-2 4-2 8 1 11' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M75 47c-5 0-8-2-11-5' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M74 46c-2 4-2 8 1 11' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M61 62c-5-1-8 0-11 4' stroke='%23819686' stroke-width='1.6'/%3E%3Cpath d='M62 63c-1 4 0 7 3 10' stroke='%23819686' stroke-width='1.6'/%3E%3Cellipse cx='46' cy='23' rx='4.3' ry='6.6' fill='%23dfaaa6' transform='rotate(-31 46 23)'/%3E%3Cellipse cx='55' cy='43' rx='4' ry='6.2' fill='%23dfaaa6' transform='rotate(-8 55 43)'/%3E%3Cellipse cx='59' cy='14' rx='4.2' ry='6.6' fill='%23dfaaa6' transform='rotate(-30 59 14)'/%3E%3Cellipse cx='70' cy='14' rx='4.2' ry='6.6' fill='%23dfaaa6' transform='rotate(-18 70 14)'/%3E%3Cellipse cx='70' cy='28' rx='4.2' ry='6.6' fill='%23dfaaa6' transform='rotate(-28 70 28)'/%3E%3Cellipse cx='82' cy='29' rx='4.2' ry='6.6' fill='%23dfaaa6' transform='rotate(12 82 29)'/%3E%3Cellipse cx='78' cy='44' rx='4.1' ry='6.3' fill='%23dfaaa6' transform='rotate(16 78 44)'/%3E%3Cellipse cx='50' cy='69' rx='4.1' ry='6.2' fill='%23dfaaa6' transform='rotate(38 50 69)'/%3E%3Ccircle cx='49' cy='28' r='1.7' fill='%23586d5f'/%3E%3Ccircle cx='62' cy='20' r='1.7' fill='%23586d5f'/%3E%3Ccircle cx='73' cy='20' r='1.7' fill='%23586d5f'/%3E%3Ccircle cx='73' cy='35' r='1.7' fill='%23586d5f'/%3E%3Ccircle cx='65' cy='48' r='1.7' fill='%23586d5f'/%3E%3Ccircle cx='54' cy='64' r='1.7' fill='%23586d5f'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(2deg);
}

.brand-subtitle {
  margin-top: 4px;
  color: var(--text-soft);
}

.brand-subtitle-main,
.brand-subtitle-script {
  display: inline;
}

.brand-subtitle-main {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-subtitle-script {
  margin-left: 0.35rem;
  font-family: "Allura", cursive;
  font-size: 1.2rem;
  color: var(--sage-deep);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.92rem;
  color: var(--text-soft);
  min-width: 0;
}

.header-call {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 60px;
  padding: 10px 20px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(87, 104, 93, 0.96), rgba(132, 150, 136, 0.94));
  box-shadow: 0 16px 34px rgba(62, 77, 69, 0.18);
  color: #fffaf5;
  white-space: nowrap;
}

.header-call-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.82;
}

.header-call strong {
  display: block;
  margin-top: 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.08rem;
  font-weight: 600;
  line-height: 0.95;
}

.site-nav a {
  position: relative;
  padding-bottom: 3px;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--sage-dark);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  color: var(--sage-dark);
}

h1 {
  max-width: 8.8ch;
  font-size: clamp(3rem, 5.8vw, 5.35rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2.35rem, 4.2vw, 3.75rem);
  margin-bottom: 12px;
}

h3 {
  font-size: 1.82rem;
}

p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.hero,
.story-band,
.process-section,
.contact-section,
.gallery-card,
.metric-card,
.materials-grid article {
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.hero,
.story-band,
.gallery-section,
.materials-section,
.process-section,
.contact-section {
  margin-bottom: 28px;
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 46px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.95), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(214, 162, 157, 0.12), transparent 21%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 237, 231, 0.82));
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.hero::before,
.hero::after,
.story-band::before,
.story-band::after,
.quality-section::before,
.quality-section::after,
.process-section::before,
.contact-section::before,
.contact-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  width: 240px;
  height: 240px;
  top: -88px;
  right: -72px;
  background: radial-gradient(circle, rgba(214, 162, 157, 0.22), transparent 68%);
}

.hero::after {
  width: 220px;
  height: 220px;
  left: -88px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(148, 160, 143, 0.14), transparent 70%);
}

.hero-copy,
.hero-visual,
.story-copy,
.quality-copy,
.contact-copy {
  position: relative;
}

.hero-copy::before,
.hero-visual::after,
.story-copy::before,
.quality-copy::after,
.contact-copy::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.hero-copy::before {
  width: 210px;
  height: 240px;
  top: -20px;
  left: -38px;
  opacity: 0.17;
  background-image:
    radial-gradient(circle at 22% 18%, rgba(214, 162, 157, 0.78) 0 6px, transparent 7px),
    radial-gradient(circle at 30% 28%, rgba(214, 162, 157, 0.58) 0 5px, transparent 6px),
    radial-gradient(circle at 38% 11%, rgba(214, 162, 157, 0.62) 0 4px, transparent 5px),
    linear-gradient(138deg, transparent 0 38%, rgba(125, 145, 129, 0.52) 39% 40%, transparent 41%),
    linear-gradient(152deg, transparent 0 49%, rgba(125, 145, 129, 0.48) 50% 51%, transparent 52%),
    radial-gradient(75px 30px at 42% 38%, rgba(125, 145, 129, 0.42) 0 56%, transparent 58%),
    radial-gradient(66px 28px at 58% 54%, rgba(125, 145, 129, 0.38) 0 56%, transparent 58%),
    radial-gradient(60px 24px at 36% 64%, rgba(125, 145, 129, 0.34) 0 56%, transparent 58%);
  transform: rotate(-10deg);
  filter: blur(0.2px);
}

.hero-visual::after {
  width: 180px;
  height: 220px;
  right: -12px;
  bottom: 4px;
  opacity: 0.12;
  background-image:
    linear-gradient(26deg, transparent 0 44%, rgba(125, 145, 129, 0.38) 45% 46%, transparent 47%),
    linear-gradient(42deg, transparent 0 59%, rgba(125, 145, 129, 0.34) 60% 61%, transparent 62%),
    radial-gradient(70px 28px at 46% 26%, rgba(125, 145, 129, 0.34) 0 56%, transparent 58%),
    radial-gradient(68px 28px at 58% 48%, rgba(125, 145, 129, 0.3) 0 56%, transparent 58%),
    radial-gradient(62px 24px at 38% 70%, rgba(125, 145, 129, 0.28) 0 56%, transparent 58%);
  transform: rotate(8deg);
}

.hero-text {
  max-width: 34rem;
  margin-top: 18px;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.hero-script,
.contact-script {
  margin-top: 24px;
  font-family: "Allura", cursive;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
  color: var(--rose-deep);
}

.hero-location {
  margin-top: 10px;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  box-shadow: 0 18px 36px rgba(62, 77, 69, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(88, 105, 94, 0.14);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-strip li {
  padding: 10px 16px;
  font-size: 0.92rem;
  color: var(--sage-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(88, 105, 94, 0.12);
  border-radius: 999px;
}

.trust-strip a {
  color: inherit;
  font-weight: 700;
}

.hero > *,
.story-band > *,
.story-support > *,
.quality-section > *,
.contact-section > * {
  min-width: 0;
}

.hero-visual {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 190px 170px 170px auto;
  gap: 16px;
}

.hero-feature {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-strong);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.94) contrast(1.02) brightness(0.98);
}

.hero-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(32, 39, 35, 0.64) 100%);
}

.hero-feature-large {
  grid-row: 1 / span 3;
}

.hero-feature-tall {
  grid-column: 2;
  grid-row: 2;
}

.hero-feature-bottom {
  grid-column: 2;
  grid-row: 3;
}

.hero-signoff {
  grid-column: 1 / span 2;
  padding: 6px 10px 0;
}

.hero-feature-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff8f3;
}

.hero-label,
.card-kicker {
  margin-bottom: 4px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.84;
}

.hero-feature-copy strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.story-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  padding: 38px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at right top, rgba(214, 162, 157, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.66);
  position: relative;
  isolation: isolate;
}

.story-band::before {
  width: 240px;
  height: 240px;
  left: -90px;
  top: -80px;
  background: radial-gradient(circle, rgba(255, 245, 241, 0.9), transparent 66%);
}

.story-band::after {
  width: 220px;
  height: 260px;
  right: -22px;
  bottom: 10px;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(214, 162, 157, 0.72) 0 6px, transparent 7px),
    radial-gradient(circle at 27% 28%, rgba(214, 162, 157, 0.54) 0 5px, transparent 6px),
    linear-gradient(18deg, transparent 0 43%, rgba(125, 145, 129, 0.38) 44% 45%, transparent 46%),
    linear-gradient(34deg, transparent 0 58%, rgba(125, 145, 129, 0.34) 59% 60%, transparent 61%),
    radial-gradient(76px 30px at 48% 34%, rgba(125, 145, 129, 0.34) 0 56%, transparent 58%),
    radial-gradient(70px 30px at 56% 54%, rgba(125, 145, 129, 0.3) 0 56%, transparent 58%),
    radial-gradient(62px 24px at 40% 74%, rgba(125, 145, 129, 0.28) 0 56%, transparent 58%);
  transform: rotate(10deg);
}

.story-copy::before {
  width: 160px;
  height: 170px;
  left: -18px;
  bottom: 12px;
  opacity: 0.09;
  background-image:
    linear-gradient(150deg, transparent 0 45%, rgba(125, 145, 129, 0.34) 46% 47%, transparent 48%),
    radial-gradient(64px 24px at 44% 34%, rgba(125, 145, 129, 0.28) 0 56%, transparent 58%),
    radial-gradient(58px 22px at 56% 56%, rgba(125, 145, 129, 0.24) 0 56%, transparent 58%);
  transform: rotate(-14deg);
}

.story-copy p + p {
  margin-top: 14px;
}

.story-note {
  color: var(--sage-dark);
  font-weight: 700;
}

.story-panel {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.story-panel-single {
  grid-template-columns: 1fr;
}

.story-image-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.story-image-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.01) brightness(0.99);
}

.story-portrait-card {
  grid-column: 1 / -1;
}

.story-portrait-card img {
  height: 500px;
  object-position: center top;
}

.story-detail-card img {
  object-position: center;
}

.story-signoff {
  margin-top: 6px;
  font-family: "Allura", cursive;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--rose-deep);
}

.story-support {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
  align-items: stretch;
}

.support-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: var(--radius-lg);
  background: var(--white-glass);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.support-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.support-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.06;
  color: var(--sage-dark);
}

.support-card p {
  margin-top: 14px;
  font-size: 0.98rem;
  line-height: 1.65;
}

.support-card-image {
  grid-row: 1 / span 3;
  padding: 0;
  overflow: hidden;
}

.support-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.01) brightness(0.99);
}

.reassurance-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.reassurance-ribbon article {
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  position: relative;
}

.reassurance-ribbon article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 127, 121, 0.55), transparent);
}

.reassurance-ribbon span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.reassurance-ribbon p {
  font-size: 0.98rem;
}

.metric-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--white-glass);
}

.metric-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.metric-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  line-height: 1.08;
  color: var(--sage-dark);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 20px;
}

.quality-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 237, 231, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
  position: relative;
  isolation: isolate;
}

.quality-section::before {
  width: 210px;
  height: 210px;
  top: -42px;
  left: -28px;
  opacity: 0.1;
  background-image:
    linear-gradient(150deg, transparent 0 45%, rgba(125, 145, 129, 0.36) 46% 47%, transparent 48%),
    radial-gradient(72px 28px at 42% 30%, rgba(125, 145, 129, 0.3) 0 56%, transparent 58%),
    radial-gradient(62px 24px at 56% 50%, rgba(125, 145, 129, 0.26) 0 56%, transparent 58%);
  transform: rotate(-16deg);
}

.quality-section::after {
  width: 180px;
  height: 160px;
  right: 24px;
  bottom: -16px;
  opacity: 0.11;
  background-image:
    radial-gradient(circle at 24% 28%, rgba(214, 162, 157, 0.62) 0 5px, transparent 6px),
    radial-gradient(circle at 36% 38%, rgba(214, 162, 157, 0.48) 0 4px, transparent 5px),
    linear-gradient(12deg, transparent 0 49%, rgba(125, 145, 129, 0.3) 50% 51%, transparent 52%),
    radial-gradient(58px 22px at 52% 54%, rgba(125, 145, 129, 0.24) 0 56%, transparent 58%);
}

.quality-copy::after {
  width: 150px;
  height: 150px;
  right: 18px;
  top: 8px;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 26% 22%, rgba(214, 162, 157, 0.58) 0 4px, transparent 5px),
    linear-gradient(32deg, transparent 0 52%, rgba(125, 145, 129, 0.28) 53% 54%, transparent 55%),
    radial-gradient(58px 22px at 54% 58%, rgba(125, 145, 129, 0.22) 0 56%, transparent 58%);
}

.quality-copy p + p {
  margin-top: 16px;
}

.quality-note {
  color: var(--sage-dark);
  font-weight: 700;
}

.quality-gallery {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.quality-photo {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-strong);
  background: rgba(255, 255, 255, 0.7);
}

.quality-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  filter: saturate(0.93) contrast(1.01) brightness(0.99);
}

.quality-photo-alt img {
  object-position: center;
}

.collections-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.collection-pill {
  padding: 20px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.collection-name {
  display: block;
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  line-height: 1;
  color: var(--sage-dark);
}

.collection-copy {
  display: block;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.ornament {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 14px 0 18px;
}

.ornament::before,
.ornament::after {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 127, 121, 0.6), transparent);
}

.ornament {
  color: var(--rose-deep);
}

.ornament::marker {
  content: "";
}

.ornament::after {
  background: linear-gradient(90deg, transparent, rgba(182, 127, 121, 0.6), transparent);
}

.ornament::before {
  background: linear-gradient(90deg, transparent, rgba(182, 127, 121, 0.6), transparent);
}

.ornament:empty::before,
.ornament:empty::after {
  display: block;
}

.ornament:empty {
  position: relative;
}

.ornament:empty::selection {
  background: transparent;
}

.ornament:empty::after {
  position: relative;
}

.ornament:empty::before {
  position: relative;
}

.ornament:empty {
  min-height: 12px;
}

.ornament:empty {
  --heart-size: 10px;
}

.ornament:empty {
  background:
    radial-gradient(circle, currentColor 0 46%, transparent 48%) center / var(--heart-size) var(--heart-size) no-repeat;
}

.ornament-light {
  color: rgba(255, 248, 242, 0.88);
}

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

.gallery-card {
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 243, 238, 0.74));
  position: relative;
}

.gallery-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 162, 157, 0.14), transparent 68%);
  pointer-events: none;
}

.gallery-card-featured {
  grid-column: span 2;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.01) brightness(0.985);
}

.gallery-card-featured img {
  height: 360px;
  object-position: center;
}

.gallery-copy {
  padding: 22px 22px 24px;
}

.gallery-copy h3 {
  margin-bottom: 8px;
}

.gallery-copy p:last-child {
  max-width: 30ch;
}

.mosaic-section {
  margin-bottom: 28px;
}

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

.mosaic-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, 0.72);
}

.mosaic-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.01) brightness(0.99);
}

.mosaic-card:first-child img {
  object-position: center 42%;
}

.mosaic-card:nth-child(2) img {
  object-position: center 38%;
}

.materials-section {
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(85, 101, 92, 0.98), rgba(144, 111, 106, 0.88));
}

.materials-section .section-heading p,
.materials-section .section-heading h2 {
  color: #fff7f1;
}

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

.materials-grid article {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 248, 242, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
}

.materials-grid h3,
.materials-grid p {
  color: #fff8f2;
}

.materials-grid h3 {
  margin-bottom: 10px;
}

.process-section {
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(148, 160, 143, 0.18), transparent 24%),
    rgba(255, 255, 255, 0.68);
  position: relative;
}

.process-section::before {
  width: 220px;
  height: 220px;
  right: -88px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(214, 162, 157, 0.12), transparent 68%);
}

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

.process-card {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(88, 105, 94, 0.09);
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--rose-deep), var(--sage));
}

.process-card h3 {
  margin-bottom: 8px;
}

.process-card p {
  font-size: 0.98rem;
}

.testimonials-section {
  margin-bottom: 28px;
}

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

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(214, 162, 157, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.testimonial-card-featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at top right, rgba(214, 162, 157, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 239, 232, 0.78));
}

blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.14;
  color: var(--sage-dark);
}

.testimonial-card-featured blockquote {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.testimonial-credit {
  color: var(--rose-deep);
  font-weight: 700;
}

.contact-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.09), transparent 18%),
    linear-gradient(135deg, rgba(59, 74, 66, 0.98), rgba(113, 87, 84, 0.9));
  position: relative;
  isolation: isolate;
}

.contact-section::before {
  width: 240px;
  height: 240px;
  left: -84px;
  bottom: -104px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
}

.contact-section::after {
  width: 220px;
  height: 230px;
  top: -18px;
  right: -30px;
  opacity: 0.14;
  background-image:
    radial-gradient(circle at 22% 16%, rgba(244, 208, 204, 0.68) 0 6px, transparent 7px),
    radial-gradient(circle at 30% 28%, rgba(244, 208, 204, 0.48) 0 5px, transparent 6px),
    linear-gradient(26deg, transparent 0 42%, rgba(209, 227, 212, 0.34) 43% 44%, transparent 45%),
    linear-gradient(40deg, transparent 0 56%, rgba(209, 227, 212, 0.28) 57% 58%, transparent 59%),
    radial-gradient(76px 30px at 46% 34%, rgba(209, 227, 212, 0.28) 0 56%, transparent 58%),
    radial-gradient(68px 26px at 58% 56%, rgba(209, 227, 212, 0.24) 0 56%, transparent 58%);
  transform: rotate(12deg);
}

.contact-copy::before {
  width: 140px;
  height: 150px;
  left: -8px;
  top: -8px;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 22% 18%, rgba(244, 208, 204, 0.6) 0 4px, transparent 5px),
    linear-gradient(152deg, transparent 0 50%, rgba(209, 227, 212, 0.24) 51% 52%, transparent 53%),
    radial-gradient(60px 24px at 46% 46%, rgba(209, 227, 212, 0.2) 0 56%, transparent 58%);
}

.contact-section p,
.contact-section h2,
.contact-section .eyebrow {
  color: #fff8f2;
}

.contact-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 248, 242, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 40px rgba(22, 29, 26, 0.12);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
  max-width: 560px;
}

.contact-methods .contact-method:nth-child(3) {
  grid-column: 1 / -1;
}

.contact-method {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 248, 242, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff8f2;
}

.contact-method span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 248, 242, 0.72);
}

.contact-method strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.contact-method-phone strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 0.98;
}

.contact-big {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.contact-note {
  max-width: 560px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 248, 242, 0.18);
  color: rgba(255, 248, 242, 0.78);
}

.contact-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 560px;
  margin-top: 14px;
}

.contact-proof span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 242, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 248, 242, 0.94);
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-heading {
  margin-bottom: 2px;
}

.form-heading span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff8f2;
}

.form-heading p {
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 248, 242, 0.76);
}

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

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 248, 242, 0.8);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 13px 15px;
  font: inherit;
  color: var(--sage-dark);
  background: rgba(255, 248, 242, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.form-row select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--sage-dark) 50%),
    linear-gradient(135deg, var(--sage-dark) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 52%,
    calc(100% - 14px) 52%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.form-row textarea {
  resize: vertical;
  min-height: 130px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(214, 162, 157, 0.72);
  outline-offset: 2px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
  color: var(--sage-dark);
  background: linear-gradient(135deg, #fff8f2, #edd8d3);
  box-shadow: 0 16px 34px rgba(22, 29, 26, 0.16);
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    border-radius: 34px;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero,
  .story-band,
  .contact-section,
  .quality-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 240px 240px auto;
  }

  .hero-feature-large {
    grid-row: 1;
    grid-column: span 2;
  }

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

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

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

  .reassurance-ribbon {
    grid-template-columns: 1fr;
  }

  .support-card-image {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-card-featured {
    grid-column: span 2;
  }

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

  .page-shell::before,
  .page-shell::after {
    opacity: 0.12;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(1220px, calc(100% - 18px));
    padding-top: 14px;
  }

  .site-header,
  .hero,
  .story-band,
  .materials-section,
  .process-section,
  .contact-section {
    padding: 22px;
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: center;
    border-radius: 28px;
  }

  .brand {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .brand-subtitle {
    text-align: center;
  }

  .brand-subtitle-main,
  .brand-subtitle-script {
    display: block;
  }

  .brand-subtitle-main {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .brand-subtitle-script {
    margin-left: 0;
    margin-top: 2px;
    font-size: 1.45rem;
    line-height: 1;
    white-space: normal;
  }

  .brand-mark {
    font-size: clamp(3rem, 12vw, 4.1rem);
    padding-right: 52px;
  }

  .brand-mark::after {
    width: 46px;
    height: 46px;
    top: -2px;
    right: 10px;
    opacity: 0.82;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .site-nav,
  .hero-actions {
    width: 100%;
  }

  .header-call {
    width: 100%;
    align-items: center;
    text-align: center;
    white-space: normal;
  }

  .header-call strong {
    font-size: clamp(1.8rem, 8vw, 2.08rem);
  }

  .site-nav {
    justify-content: center;
    gap: 14px 18px;
  }

  .button {
    width: 100%;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.1rem, 14vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-visual,
  .gallery-grid,
  .materials-grid,
  .process-grid,
  .testimonial-grid,
  .quality-gallery,
  .collections-strip,
  .mosaic-grid,
  .story-support,
  .reassurance-ribbon,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-methods .contact-method:nth-child(3) {
    grid-column: auto;
  }

  .story-panel {
    grid-template-columns: 1fr;
  }

  .hero-feature,
  .hero-feature-large,
  .hero-feature-tall,
  .hero-feature-bottom,
  .gallery-card-featured,
  .testimonial-card-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-feature img,
  .gallery-card img,
  .gallery-card-featured img {
    height: 260px;
  }

  .story-image-card img,
  .quality-photo img {
    height: 240px;
    min-height: 240px;
  }

  .story-portrait-card {
    grid-column: auto;
  }

  .story-portrait-card img {
    height: 320px;
  }

  .support-card-image img {
    height: 240px;
  }

  .mosaic-card img,
  .mosaic-card img {
    height: 240px;
  }

  .contact-big {
    font-size: clamp(2rem, 10vw, 2.2rem);
    overflow-wrap: anywhere;
  }

  .page-shell::before,
  .page-shell::after {
    display: none;
  }

  .hero-copy::before,
  .hero-visual::after,
  .story-band::after,
  .story-copy::before,
  .quality-section::before,
  .quality-section::after,
  .quality-copy::after,
  .contact-section::after,
  .contact-copy::before {
    opacity: 0.06;
    transform: scale(0.82);
    transform-origin: center;
  }

  .hero-script,
  .contact-script {
    font-size: 2rem;
  }
}
