/* Patel Sewing Studio — Warm & Elegant */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --bg: #faf5ed;
  --bg-soft: #f3eadc;
  --surface: #fffdfa;
  --surface-soft: #f8f0e4;
  --border: #e5d5bf;
  --border-strong: #d4b389;
  --text: #2d2018;
  --text-soft: #6b5645;
  --text-muted: #8a7564;
  --accent: #b27b38;
  --accent-deep: #93612a;
  --accent-pale: #e7cfab;
  --band: #5d3c22;
  --band-deep: #472c18;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 42px;
  --shadow-sm: 0 8px 24px rgba(67, 42, 20, 0.07);
  --shadow-md: 0 18px 45px rgba(67, 42, 20, 0.12);
  --shadow-lg: 0 26px 70px rgba(67, 42, 20, 0.16);
  --transition: 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  font: 16px/1.7 "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(231, 207, 171, 0.35), transparent 28%),
    radial-gradient(circle at bottom right, rgba(178, 123, 56, 0.08), transparent 24%),
    var(--bg);
}

img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent-deep); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section { padding: 88px 0; }

h1, h2, h3 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
  color: var(--text);
}

h1 { font-size: clamp(2.7rem, 6vw, 3.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.05rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin: 0; }

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading.centered {
  display: block;
  text-align: start;
}

.section-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-label-light { color: #f1d7b2; }

.section-intro {
  max-width: 52ch;
  color: var(--text-soft);
  font-size: 1rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 999;
  background: #fff;
  color: var(--text);
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  border: 1px solid var(--border-strong);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #fff8f0;
  padding: 0.9rem 1.45rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    border-color var(--transition);
}

.btn:hover,
.btn:focus-visible {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  box-shadow: 0 14px 30px rgba(146, 97, 42, 0.24);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  color: var(--accent-deep);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  color: #fff8f0;
}

.btn-small {
  padding: 0.72rem 1.05rem;
  font-size: 0.88rem;
}

.btn-large {
  padding: 1rem 1.55rem;
  font-size: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(250, 245, 237, 0.9);
  border-bottom: 1px solid rgba(212, 179, 137, 0.45);
  box-shadow: 0 8px 24px rgba(79, 56, 29, 0.05);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 88px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff8ee 0%, #f2e2c8 100%);
  border: 1px solid rgba(212, 179, 137, 0.55);
  box-shadow: var(--shadow-sm);
}

.logo-icon {
  width: 28px;
  height: 28px;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("icons/patel-sewing-studio/sewing-machine-icon.svg") center / contain no-repeat;
  mask: url("icons/patel-sewing-studio/sewing-machine-icon.svg") center / contain no-repeat;
}

.logo-text {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.logo-tagline {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav {
  justify-self: center;
  position: relative;
}

.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
  transition: background var(--transition), color var(--transition);
}

.menu a:hover,
.menu a:focus-visible,
.menu a.active {
  background: rgba(178, 123, 56, 0.12);
  color: var(--accent-deep);
  text-decoration: none;
}

.menu .btn { display: none; }

.nav-toggle {
  display: none;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--text);
  padding: 0.7rem 0.95rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero {
  position: relative;
  padding: 44px 0 28px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(231, 207, 171, 0.5), transparent 20%),
    linear-gradient(180deg, rgba(255, 253, 250, 0.88), rgba(250, 245, 237, 0.96));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 42px;
  padding: 42px 0 28px;
}

.hero-copy {
  max-width: 560px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(178, 123, 56, 0.25);
  background: rgba(255, 251, 245, 0.92);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-copy h1 em {
  display: block;
  font-style: italic;
  color: var(--accent);
}

.sub {
  margin-top: 1rem;
  font-size: 1.12rem;
  color: var(--text);
  max-width: 41ch;
}

.hero-note {
  margin-top: 0.85rem;
  color: var(--text-soft);
  max-width: 44ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.6rem;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.trust-badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.88);
  border: 1px solid rgba(212, 179, 137, 0.42);
  color: var(--text-soft);
  box-shadow: var(--shadow-sm);
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-badges li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent-pale), var(--accent));
  box-shadow: 0 0 0 4px rgba(178, 123, 56, 0.1);
  flex: 0 0 auto;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 207, 171, 0.78), rgba(231, 207, 171, 0));
}

.hero-image-shell {
  position: relative;
  overflow: hidden;
  border-radius: 110px 28px 110px 28px;
  background: #e9d3b7;
  padding: 18px;
  box-shadow: var(--shadow-lg);
}

.hero-image-shell::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 248, 236, 0.5);
  border-radius: 92px 20px 92px 20px;
  pointer-events: none;
}

.hero-image-shell img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 92px 20px 92px 20px;
  filter: saturate(0.94) sepia(0.09) contrast(1.01);
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 20px 22px;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}


.service-card:hover,
.service-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-strong);
}

.service-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
}

.service-card p {
  flex: 1;
  color: var(--text-soft);
  font-size: 0.93rem;
  min-height: 0;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 1rem;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
}

.card-cta::after {
  content: "→";
  transition: transform var(--transition);
}

.card-cta:hover::after,
.card-cta:focus-visible::after {
  transform: translateX(3px);
}

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

.gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(212, 179, 137, 0.38);
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(67, 42, 20, 0.08);
  display: flex;
  flex-direction: column;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.gallery-card:hover,
.gallery-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(67, 42, 20, 0.14);
  border-color: rgba(212, 179, 137, 0.68);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1.08 / 0.82;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 0.95rem 1rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-soft);
  line-height: 1.35;
}

.craftsmanship-band {
  background:
    linear-gradient(180deg, rgba(78, 50, 29, 0.98), rgba(61, 36, 18, 0.98)),
    var(--band);
  color: #fff7ea;
}

.craftsmanship-band h2 { color: #fff7ea; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 1.6rem;
}

.benefit-item {
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(241, 215, 178, 0.18);
  background: rgba(255, 248, 235, 0.06);
  backdrop-filter: blur(5px);
}

.benefit-mark {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  border: 1px solid rgba(221, 180, 111, 0.55);
  position: relative;
}

.benefit-mark::before,
.benefit-mark::after {
  content: "";
  position: absolute;
  background: #ddb46f;
  border-radius: 999px;
}

.benefit-mark::before {
  width: 14px;
  height: 2px;
  top: 16px;
  left: 9px;
}

.benefit-mark::after {
  width: 2px;
  height: 14px;
  top: 9px;
  left: 16px;
}

.benefit-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  color: #fff2de;
}

.benefit-item p {
  color: rgba(255, 242, 222, 0.82);
  font-size: 0.92rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 186px;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}

.process-stitch {
  position: absolute;
  pointer-events: none;
  opacity: 0.7;
}

.process-stitch-left {
  left: -68px;
  top: -18px;
  width: 108px;
  height: 210px;
  border-left: 2px dashed rgba(178, 123, 56, 0.28);
  border-top: 2px dashed rgba(178, 123, 56, 0.28);
  border-radius: 120px 0 0 0;
}

.process-stitch-top {
  left: 120px;
  right: 120px;
  top: -4px;
  height: 38px;
  border-top: 2px dashed rgba(178, 123, 56, 0.34);
  border-radius: 999px;
}

.process-stitch-top::before,
.process-stitch-top::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(178, 123, 56, 0.36);
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}

.process-stitch-top::before {
  left: 24%;
}

.process-stitch-top::after {
  left: 62%;
}

.steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff7ee 100%);
  border: 1px solid rgba(212, 179, 137, 0.55);
  box-shadow: 0 16px 32px rgba(67, 42, 20, 0.08);
  text-align: left;
}

.steps li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 18px;
  border-top: 2px dashed rgba(178, 123, 56, 0.32);
}

.steps li:last-child::after {
  display: none;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 50%;
  flex: 0 0 auto;
  background: radial-gradient(circle at 30% 30%, #6d472d, #3c2417 72%);
  color: #fff9f2;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(61, 36, 18, 0.24);
}

.step-copy {
  flex: 1 1 auto;
}

.steps li strong {
  display: block;
  margin-bottom: 0.42rem;
}

.steps li p {
  color: var(--text-soft);
  font-size: 0.92rem;
  max-width: 22ch;
}

.process-badge {
  position: relative;
  padding: 24px 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff6ea 0%, #f6e6cf 100%);
  border: 1px solid rgba(212, 179, 137, 0.78);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.process-badge::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 20px;
  border: 1px dashed rgba(178, 123, 56, 0.34);
  pointer-events: none;
}

.process-badge-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 0.9rem;
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(212, 179, 137, 0.62);
}

.process-badge strong,
.process-badge span {
  display: block;
}

.process-badge strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  color: var(--text);
}

.process-badge span:last-child {
  margin-top: 0.32rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.section-insights {
  position: relative;
  padding-top: 46px;
  background:
    radial-gradient(circle at left bottom, rgba(178, 123, 56, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(250, 245, 237, 1));
}

.section-insights::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 16px;
  width: 140px;
  height: calc(100% - 120px);
  border-left: 2px dashed rgba(178, 123, 56, 0.24);
  border-top: 2px dashed rgba(178, 123, 56, 0.24);
  border-bottom: 2px dashed rgba(178, 123, 56, 0.18);
  border-radius: 120px 0 0 120px;
  pointer-events: none;
}

.section-insights::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 116px;
  width: 82px;
  height: 260px;
  background:
    radial-gradient(circle at 24px 26px, rgba(223, 192, 154, 0.95) 0 12px, transparent 13px),
    radial-gradient(circle at 50px 18px, rgba(237, 221, 198, 0.92) 0 16px, transparent 17px),
    linear-gradient(180deg, rgba(173, 140, 103, 0.85), rgba(173, 140, 103, 0.85)) 38px 58px / 2px 178px no-repeat,
    radial-gradient(circle at 42px 110px, rgba(176, 145, 109, 0.88) 0 16px, transparent 17px),
    radial-gradient(circle at 22px 154px, rgba(191, 164, 130, 0.86) 0 14px, transparent 15px),
    radial-gradient(circle at 48px 196px, rgba(175, 147, 112, 0.84) 0 15px, transparent 16px);
  opacity: 0.72;
  pointer-events: none;
}

.insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 34px;
  align-items: start;
}

.reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.reviews-intro {
  max-width: 52ch;
  margin-top: 0.6rem;
  color: var(--text-soft);
}

.reviews-score {
  flex: 0 0 auto;
  min-width: 150px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(212, 179, 137, 0.45);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.reviews-score strong,
.reviews-score span {
  display: block;
}

.reviews-score strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--accent-deep);
}

.reviews-score span {
  margin-top: 0.35rem;
  color: var(--text-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.testimonial-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 1.2rem;
}

.review-card {
  position: relative;
  margin: 0;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(212, 179, 137, 0.42);
  background: rgba(255, 253, 250, 0.98);
  box-shadow: var(--shadow-sm);
}

/* .review-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(178, 123, 56, 0.9), rgba(224, 184, 122, 0.72));
} */

.review-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px 18px;
}

.review-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.review-stars-text {
  color: var(--accent);
  letter-spacing: 0.18em;
  font-size: 0.86rem;
}

.review-service {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(178, 123, 56, 0.1);
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
}

.review-card p {
  /* margin-top: 0.85rem; */
  color: var(--text-soft);
  font-size: 0.92rem;
  max-width: 60ch;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 14px;
}

.review-card cite {
  color: var(--text-muted);
  font-style: normal;
  font-weight: 600;
  font-size: 0.84rem;
}

.review-meta span {
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 700;
}

.faq-panel {
  padding: 8px 0 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 1.2rem;
}

details {
  border-radius: 16px;
  border: 1px solid rgba(212, 179, 137, 0.38);
  background: rgba(255, 253, 250, 0.98);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 1rem 1.15rem;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  color: var(--text);
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform var(--transition);
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  padding: 0 1.15rem 1.1rem;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.contact-section {
  padding-top: 34px;
  padding-bottom: 108px;
}

.contact-shell {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(180deg, rgba(255, 248, 233, 0.98), rgba(246, 233, 212, 0.98));
  border: 1px solid rgba(212, 179, 137, 0.7);
  box-shadow: var(--shadow-lg);
}

.contact-shell::before,
.contact-shell::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(178, 123, 56, 0.12), rgba(178, 123, 56, 0));
  pointer-events: none;
}

.contact-shell::before {
  left: -52px;
  bottom: -72px;
}

.contact-shell::after {
  right: -40px;
  top: -56px;
}

.contact-header {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 0 1.15rem 118px;
}

.contact-header .section-intro {
  max-width: 60ch;
  font-size: 0.95rem;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.contact-form-shell {
  position: relative;
  padding-left: 118px;
}

.contact-decor {
  position: absolute;
  pointer-events: none;
  color: rgba(183, 135, 70, 0.95);
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.decor-svg-measure {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/measuring-tape.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/measuring-tape.svg");
}

.decor-svg-cotton {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/cotton-branch.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/cotton-branch.svg");
}

.decor-svg-spool {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/thread-spool.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/thread-spool.svg");
}

.decor-svg-sparkles {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/sparkles.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/sparkles.svg");
}

.decor-svg-stitch {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/stitched-line-path.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/decorative/stitched-line-path.svg");
}

.contact-stitch {
  top: 8px;
  left: 140px;
  width: min(54vw, 560px);
  height: 88px;
  color: rgba(197, 150, 90, 0.5);
  opacity: 0.85;
}

.contact-measure {
  left: 24px;
  bottom: 30px;
  width: 136px;
  height: 86px;
  color: rgba(184, 141, 82, 0.84);
  opacity: 0.85;
}

.contact-cotton {
  right: 8px;
  top: 6px;
  width: 132px;
  height: 200px;
  color: rgba(151, 120, 85, 0.78);
  opacity: 0.78;
}

.contact-spool {
  right: 18px;
  bottom: 8px;
  width: 88px;
  height: 88px;
  color: rgba(191, 147, 84, 0.88);
  opacity: 0.82;
}

.contact-sparkles {
  display: none;
}

.quote-form-frame {
  position: relative;
  border-radius: 26px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.quote-form-frame::before {
  display: none;
}

.contact-props {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 104px;
  height: 180px;
  z-index: 1;
}

.prop-vase,
.prop-books,
.prop-tape {
  position: absolute;
}

.prop-vase {
  left: 10px;
  bottom: 34px;
  width: 48px;
  height: 102px;
  border-radius: 26px 26px 16px 16px / 42px 42px 18px 18px;
  background: linear-gradient(180deg, #dcc19a 0%, #b78d5f 100%);
  box-shadow: inset 0 0 0 1px rgba(125, 90, 53, 0.12);
}

.prop-vase::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -34px;
  width: 4px;
  height: 50px;
  background: rgba(150, 118, 79, 0.72);
  border-radius: 999px;
  box-shadow: -11px 5px 0 rgba(150, 118, 79, 0.56), 11px 8px 0 rgba(150, 118, 79, 0.5);
}

.prop-vase::after {
  content: "";
  position: absolute;
  left: 1px;
  top: -42px;
  width: 50px;
  height: 58px;
  background:
    radial-gradient(circle at 12px 36px, rgba(180, 150, 108, 0.74) 0 10px, transparent 11px),
    radial-gradient(circle at 24px 20px, rgba(188, 160, 117, 0.72) 0 10px, transparent 11px),
    radial-gradient(circle at 38px 34px, rgba(173, 143, 102, 0.7) 0 10px, transparent 11px);
}

.prop-books {
  left: 0;
  bottom: 4px;
  width: 72px;
  height: 18px;
  border-radius: 8px 10px 10px 8px;
  background: linear-gradient(180deg, #cfb08b 0%, #b28858 100%);
  box-shadow: 0 11px 0 #d8bd98, 14px 9px 0 -2px #ead5b8;
}

.prop-books::before {
  content: "";
  position: absolute;
  right: -8px;
  top: -1px;
  width: 24px;
  height: 24px;
  border: 3px solid #c89c49;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(24deg);
}

.prop-tape {
  left: 50px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border: 5px solid #c89c49;
  border-radius: 50%;
  opacity: 0.86;
}

.quote-form {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

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

.field-group {
  min-width: 0;
}

.field-span-2 {
  grid-column: 1 / -1;
}

.quote-form label {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--text-soft);
  letter-spacing: 0.02em;
}

input,
textarea,
select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(212, 179, 137, 0.86);
  background: #fffdfa;
  color: var(--text);
  padding: 0.78rem 0.95rem;
  font: inherit;
  outline-offset: 3px;
  transition: border-color var(--transition), box-shadow var(--transition);
  box-shadow: 0 6px 14px rgba(169, 134, 90, 0.05);
}

textarea {
  resize: vertical;
  min-height: 106px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(178, 123, 56, 0.14);
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b5645' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}

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

.form-note {
  min-height: 1.4rem;
  margin: 0;
  padding: 0.15rem 0 0;
  font-size: 0.86rem;
  color: var(--accent-deep);
}

.form-note.error { color: #9c2f2f; }

.field-error {
  min-height: 1.1rem;
  margin: 0.28rem 0 0;
  font-size: 0.8rem;
  color: #9c2f2f;
}

input.error,
textarea.error,
select.error {
  border-color: #b94a48;
  box-shadow: 0 0 0 4px rgba(185, 74, 72, 0.12);
}

.form-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px 18px;
  margin-top: 0.95rem;
}

.form-actions .btn {
  flex: 0 0 auto;
}

.contact-info-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 223, 179, 0.08), transparent 28%),
    linear-gradient(180deg, #4e311f 0%, #311d12 100%);
  color: #f7e7cd;
  border: 1px solid rgba(109, 72, 40, 0.82);
  box-shadow: 0 18px 34px rgba(64, 35, 17, 0.28);
}

.contact-info-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px dashed rgba(208, 160, 100, 0.28);
  pointer-events: none;
}

.contact-info-card h3 {
  margin-bottom: 1.1rem;
  color: #fff1dd;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 13px 0;
}

.contact-list li + li {
  border-top: 1px solid rgba(244, 216, 176, 0.14);
}

.contact-icon-card {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ddb46f;
  background: linear-gradient(180deg, rgba(127, 87, 49, 0.9), rgba(92, 57, 30, 0.98));
  box-shadow: inset 0 0 0 1px rgba(221, 180, 111, 0.24);
}

.quick-icon-mark {
  width: 18px;
  height: 18px;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.icon-svg-phone {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/icons/phone.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/icons/phone.svg");
}

.icon-svg-email {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/icons/email.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/icons/email.svg");
}

.icon-svg-location {
  mask-image: url("icons/patel_sewing_studio_all_svg_assets/icons/location.svg");
  -webkit-mask-image: url("icons/patel_sewing_studio_all_svg_assets/icons/location.svg");
}

.contact-copy {
  min-width: 0;
}

.contact-label {
  display: block;
  margin-bottom: 0.22rem;
  color: #fff1dd;
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-copy a {
  color: #e8cda6;
  line-height: 1.55;
  /* overflow-wrap: anywhere; */
}

.contact-copy a:hover,
.contact-copy a:focus-visible {
  color: #fff4e6;
}

.contact-copy a span {
  display: block;
}

.site-footer {
  padding: 26px 0;
  background: #2d1c11;
  color: #f5ddb2;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong {
  display: block;
  color: #fff6e6;
}

.footer-brand span:last-child {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 221, 178, 0.76);
}

.footer-logo {
  width: 42px;
  height: 42px;
  background: rgba(255, 248, 234, 0.06);
  border-color: rgba(221, 180, 111, 0.26);
  box-shadow: none;
}

.footer-logo .logo-icon {
  color: #ddb46f;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-nav a,
.footer-meta a {
  color: #f5ddb2;
  font-size: 0.9rem;
}

.footer-meta {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.footer-address {
  max-width: 28ch;
  line-height: 1.45;
}

.footer-copy {
  margin-top: 0.35rem;
  color: rgba(245, 221, 178, 0.72);
  font-size: 0.82rem;
}

.floating-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8f0;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(146, 97, 42, 0.28);
  transition: transform var(--transition), background var(--transition);
}

.floating-call:hover,
.floating-call:focus-visible {
  background: var(--accent-deep);
  transform: translateY(-2px);
  text-decoration: none;
}

#scrollTop {
  position: fixed;
  right: 24px;
  bottom: 88px;
  z-index: 120;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  display: none;
  place-items: center;
  background: #4a301d;
  color: #fff;
  box-shadow: var(--shadow-md);
  cursor: pointer;
}

#scrollTop.visible { display: grid; }

#scrollTop:hover,
#scrollTop:focus-visible {
  background: var(--accent);
}

@media (max-width: 1120px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .process-badge {
    width: min(100%, 220px);
    margin-left: auto;
  }
  .testimonial-stack {
    grid-template-columns: 1fr;
  }
  .reviews-head {
    flex-direction: column;
    align-items: start;
  }
  .contact-header {
    margin-left: 94px;
  }
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .contact-form-shell {
    padding-left: 94px;
  }
  .contact-stitch {
    left: 112px;
    width: min(48vw, 460px);
  }
  .contact-measure {
    left: 18px;
    width: 114px;
    height: 72px;
  }
  .contact-cotton {
    width: 112px;
    height: 178px;
  }
  .contact-props {
    width: 86px;
  }
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav {
    justify-self: end;
  }

  .nav-toggle { display: inline-flex; }

  .menu {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    min-width: 220px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 253, 250, 0.98);
    border: 1px solid rgba(212, 179, 137, 0.8);
    box-shadow: var(--shadow-md);
    flex-direction: column;
    align-items: stretch;
    display: none;
  }

  .menu.show { display: flex; }

  .menu a { display: block; }
  .menu .btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }

  .header-cta { display: none; }

  .hero-inner,
  .insights-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

  .process-stitch-top {
    left: 56px;
    right: 56px;
  }

  .steps li::after {
    display: none;
  }

  .contact-header {
    margin-left: 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .contact-form-shell {
    padding-left: 0;
  }
  .contact-props {
    position: relative;
    left: auto;
    bottom: auto;
    width: 96px;
    height: 164px;
    margin: 0 0 14px;
  }
  .contact-stitch {
    left: 32px;
    width: min(62vw, 420px);
  }
  .contact-cotton {
    right: 4px;
    top: 18px;
    width: 96px;
    height: 154px;
  }
  .section-heading {
    display: block;
  }

  .section-heading .section-intro {
    margin-top: 0.8rem;
  }
}

@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .wrap { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 28px; }
  .hero-inner { padding-top: 28px; }
  .hero-image-shell { border-radius: 54px 18px 54px 18px; padding: 12px; }
  .hero-image-shell::after,
  .hero-image-shell img { border-radius: 44px 12px 44px 12px; }
  .trust-badges { grid-template-columns: 1fr; }
  .service-grid,
  .benefits-grid,
  .gallery,
  .form-row,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .steps li {
    padding: 20px 18px;
  }

  .process-shell {
    gap: 18px;
  }

  .process-stitch-left,
  .process-stitch-top,
  .contact-stitch {
    display: none;
  }

  .process-badge {
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
  }

  .testimonial-stack {
    grid-template-columns: 1fr;
  }
  .review-meta {
    justify-content: start;
  }
  .review-head {
    flex-direction: column;
    align-items: start;
  }

  .contact-shell { padding: 24px 22px; }
  .contact-header { margin-bottom: 1rem; }
  .quote-form { padding: 0; }
  .quote-fields { grid-template-columns: 1fr; }
  .form-actions {
    align-items: stretch;
  }
  .form-actions .btn,
  .form-note {
    width: 100%;
  }
  .contact-measure {
    left: 14px;
    bottom: 18px;
    width: 102px;
    height: 62px;
  }
  .contact-cotton,
  .contact-spool { display: none; }
  .contact-info-card { padding: 24px 20px; }
  .footer-inner { text-align: center; }
  .footer-brand,
  .footer-nav { justify-content: center; }
  .footer-meta {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .btn-outline {
    width: 100%;
  }

  .floating-call {
    min-width: 60px;
    min-height: 48px;
    padding-inline: 0.95rem;
  }
}

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

  html { scroll-behavior: auto; }
}
