:root {
  --ink: #211317;
  --muted: #746268;
  --cream: #fbedf1;
  --paper: #fff8f6;
  --charcoal: #11110f;
  --panel: #1d1d1b;
  --gold: #d8a85f;
  --gold-dark: #a05e35;
  --white: #ffffff;
  --line: rgba(216, 168, 95, 0.25);
  --shadow: 0 24px 70px rgba(34, 25, 11, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-logo {
  width: 86px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42));
}

.site-header .site-logo {
  width: 72px;
  max-height: 72px;
}

.footer-logo {
  width: 118px;
}

.footer-logo-link {
  margin-bottom: 8px;
}

.brand1{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 7vw;
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.site-header.scrolled {
  background: rgba(13, 12, 10, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.inner-header {
  background: rgba(13, 12, 10, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 13px;
}

.main-nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.82;
}

.main-nav a:hover {
  color: var(--gold);
  opacity: 1;
}

.header-actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 54px;
  padding: 5px;
  overflow: hidden;
  background: linear-gradient(120deg, #5d4b2a, #a47b34, #2f5f43, #d8a85f, #5d4b2a);
  background-size: 320% 320%;
  border: 1px solid rgba(239, 213, 144, 0.54);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: actionGradient 5s ease infinite;
}

.header-actions::before {
  position: absolute;
  inset: 1px;
  content: "";
  background: rgba(25, 22, 17, 0.48);
  border-radius: inherit;
}

.header-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 42px;
  gap: 7px;
  padding: 0 16px;
  color: var(--white);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-action:hover {
  color: #221704;
  background: rgba(239, 213, 144, 0.92);
  transform: translateY(-1px);
}

.header-action svg {
  width: 16px;
  height: 16px;
}

@keyframes actionGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.hero {
  position: relative;
  min-height: 760px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.16)),
    url("https://images.unsplash.com/photo-1651525549529-914cdd280f05?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover;
}

.sub-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  padding: 140px 0 86px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1651525549529-914cdd280f05?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1603252109303-2751441dd157?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("images/combos.png") center/cover;
}

.designs-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("images/maggam-work.jpg") center/cover;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.shop-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.policy-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.requirements-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1606800052052-a08af7148866?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.sub-hero h1 {
  max-width: 920px;
  font-size: clamp(46px, 6vw, 82px);
}

.sub-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 10%, rgba(215, 181, 109, 0.22), transparent 32%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 390px;
  gap: 80px;
  align-items: center;
  min-height: 720px;
  padding-top: 96px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 730px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
}

h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}

em {
  color: var(--gold);
  font-style: italic;
}

.hero-text {
  max-width: 610px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 34px;
}

.stats div {
  display: flex;
  min-width: 135px;
  gap: 10px;
  align-items: center;
}

.stats strong {
  color: var(--gold);
  font-size: 23px;
}

.stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-actions,
.dream-card div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

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

.btn-primary {
  color: #221704;
  background: linear-gradient(135deg, #efd590, var(--gold));
  box-shadow: 0 15px 35px rgba(215, 181, 109, 0.3);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-dark {
  color: var(--white);
  background: rgba(0, 0, 0, 0.72);
}

.quote-card {
  padding: 30px;
  background: rgba(30, 34, 31, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 18px 18px 0 rgba(215, 181, 109, 0.48);
  backdrop-filter: blur(22px);
}

.quote-card h2 {
  margin-bottom: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 26px;
}

.quote-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.quote-card form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.quote-card label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-card input,
.quote-card select,
.quote-card textarea,
.requirement-form input,
.requirement-form select,
.requirement-form textarea,
.instagram-panel input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: var(--radius);
  outline: 0;
}

.quote-card input,
.quote-card select,
.quote-card textarea {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-card select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 24px,
    calc(100% - 15px) 24px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
}

.quote-card select option {
  color: var(--ink);
  background: var(--white);
}

.quote-card textarea {
  min-height: 92px;
  padding-top: 17px;
  resize: vertical;
}

.quote-card input:focus,
.quote-card select:focus,
.quote-card textarea:focus {
  border-color: var(--gold);
}

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

.quick-enquiry-form .btn {
  width: 100%;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--gold);
  font-size: 13px;
}

.trust-strip,
.feature-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(13, 12, 10, 0.96);
}

.trust-strip div,
.feature-bar div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 5px 14px;
  align-items: center;
  min-height: 86px;
  padding: 18px 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip svg,
.feature-bar svg {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--gold);
  border: 1px solid rgba(215, 181, 109, 0.32);
  border-radius: 50%;
}

.trust-strip strong,
.feature-bar strong {
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.trust-strip span,
.feature-bar span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.section {
  padding: 112px 0;
}

.light-section,
.process-section {
  background:
    radial-gradient(circle at 9% 85%, rgba(126, 169, 106, 0.16), transparent 22%),
    radial-gradient(circle at 92% 80%, rgba(198, 72, 58, 0.09), transparent 21%),
    var(--paper);
}

.dark-section {
  color: var(--white);
  background:
    linear-gradient(rgba(11, 11, 10, 0.94), rgba(11, 11, 10, 0.97)),
    url("https://images.unsplash.com/photo-1594736797933-d0501ba2fe65?auto=format&fit=crop&w=1700&q=80") center/cover;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 62px;
  text-align: center;
}

.section-heading p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 70px;
  align-items: center;
}

.split-section h2 {
  margin-bottom: 22px;
}

.split-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.rounded-image {
  height: 560px;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.mini-stats div {
  padding: 22px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(70, 50, 22, 0.08);
}

.mini-stats strong {
  display: block;
  color: var(--gold-dark);
  font-size: 26px;
  line-height: 1;
}

.mini-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-grid article {
  min-height: 260px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.value-grid svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--gold);
  background: rgba(216, 168, 95, 0.12);
  border-radius: 50%;
}

.value-grid h3 {
  margin: 24px 0 12px;
  color: var(--white);
}

.value-grid p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.service-detail-grid {
  display: grid;
  gap: 28px;
}

.service-detail-grid article {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: center;
  padding: 20px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
  scroll-margin-top: 110px;
}

.service-detail-grid img {
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.service-detail-grid span {
  color: rgba(160, 94, 53, 0.35);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 44px;
  font-weight: 800;
}

.service-detail-grid h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 46px);
}

.service-detail-grid p {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.8;
}

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

.gallery-grid article {
  overflow: hidden;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.gallery-grid img {
  height: 330px;
  object-fit: cover;
}

.gallery-grid h3 {
  margin: 24px 24px 8px;
  font-size: 22px;
}

.gallery-grid p {
  margin: 0 24px 28px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 54px;
  align-items: start;
}

.contact-panel {
  padding: 48px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  margin-bottom: 28px;
}

.contact-secondary {
  margin-top: 14px;
}

.info-list {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
}

.info-list p {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.info-list svg {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--gold-dark);
  background: rgba(216, 168, 95, 0.14);
  border-radius: 50%;
}

.info-list strong {
  display: block;
  color: var(--ink);
}

.contact-card {
  position: sticky;
  top: 108px;
  box-shadow: 12px 12px 0 rgba(216, 168, 95, 0.42);
}

.policy-layout {
  max-width: 940px;
}

.policy-content {
  padding: 48px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.policy-content h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.policy-content h2:first-of-type {
  margin-top: 0;
}

.policy-content p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
}

.policy-content a {
  color: var(--gold-dark);
  font-weight: 800;
}

.policy-note {
  padding: 18px 20px;
  color: #65441f !important;
  background: rgba(216, 168, 95, 0.14);
  border: 1px solid rgba(216, 168, 95, 0.26);
  border-radius: var(--radius);
  font-weight: 700;
}

.requirement-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: start;
}

.requirement-form,
.instagram-panel {
  padding: 34px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.requirement-heading {
  margin-left: 0;
  margin-bottom: 34px;
  text-align: left;
}

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

.requirement-form label,
.instagram-panel label {
  display: grid;
  gap: 9px;
}

.requirement-form label span,
.instagram-panel label span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.requirement-form input,
.requirement-form select,
.requirement-form textarea,
.instagram-panel input {
  color: var(--ink);
  background: #fbf7f1;
  border: 1px solid rgba(116, 98, 104, 0.18);
}

.requirement-form textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.requirement-form input:focus,
.requirement-form select:focus,
.requirement-form textarea:focus,
.instagram-panel input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(216, 168, 95, 0.14);
}

.full-field {
  margin-top: 16px;
}

.reference-uploader {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  margin: 22px 0;
  padding: 22px;
  background: #fbf7f1;
  border: 1px dashed rgba(160, 94, 53, 0.38);
  border-radius: 14px;
}

.reference-uploader svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  color: var(--gold-dark);
  background: rgba(216, 168, 95, 0.15);
  border-radius: 50%;
}

.reference-uploader h3,
.reference-uploader p {
  margin: 0;
}

.reference-uploader p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.reference-uploader input {
  margin-top: 14px;
}

.file-summary,
.requirement-note {
  color: var(--gold-dark) !important;
  font-size: 13px;
  font-weight: 800;
}

.instagram-panel {
  position: sticky;
  top: 108px;
}

.instagram-panel > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.instagram-input-row {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.instagram-list {
  display: grid;
  gap: 12px;
  min-height: 80px;
  margin-bottom: 24px;
}

.instagram-ref {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #fbf7f1;
  border-radius: var(--radius);
}

.instagram-ref a {
  overflow: hidden;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.instagram-ref button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  background: rgba(160, 94, 53, 0.12);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.instagram-preview {
  overflow: hidden;
  background: var(--charcoal);
  border-radius: 16px;
}

.instagram-preview img {
  height: 220px;
  object-fit: cover;
}

.instagram-preview div {
  padding: 22px;
}

.instagram-preview span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.instagram-preview h3 {
  margin: 10px 0;
  color: var(--white);
}

.instagram-preview p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.shop-layout {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 34px;
  align-items: start;
}

.shop-heading {
  margin-left: 0;
  text-align: left;
}

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

.shop-card {
  overflow: hidden;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.shop-card img {
  height: 300px;
  object-fit: cover;
}

.shop-card-body {
  padding: 24px;
}

.shop-card-body > span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.shop-card h3 {
  margin: 10px 0;
  font-size: 23px;
}

.shop-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

.price-row {
  display: grid;
  gap: 14px;
}

.price-row strong {
  color: var(--ink);
  font-size: 19px;
}

.cart-panel {
  position: sticky;
  top: 108px;
  padding: 28px;
  color: var(--white);
  background: rgba(18, 17, 15, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 16px 16px 0 rgba(216, 168, 95, 0.38);
}

.cart-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.cart-panel h2 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 26px;
}

.cart-count {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #231704;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.cart-items {
  display: grid;
  gap: 14px;
  min-height: 90px;
  margin: 26px 0;
}

.empty-cart {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.cart-item h4 {
  margin: 0 0 6px;
  font-size: 14px;
}

.cart-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-controls button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  cursor: pointer;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-total span {
  color: rgba(255, 255, 255, 0.62);
}

.cart-total strong {
  color: var(--gold);
  font-size: 20px;
}

.cart-note {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.cart-note span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.cart-note textarea {
  min-height: 100px;
  padding: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  resize: vertical;
}

.whatsapp-order,
.cart-clear {
  width: 100%;
}

.whatsapp-order.disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.58;
}

.cart-clear {
  margin-top: 12px;
}

.dark-section .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(320px, 560px) minmax(180px, 1fr);
  gap: 34px;
  align-items: center;
}

.mini-label {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.problem-list h3,
.promise-list h3 {
  margin: 0 0 24px;
  font-size: 25px;
  line-height: 1.15;
}

.problem-list ul,
.promise-list ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.problem-list li,
.promise-list li {
  display: flex;
  align-items: center;
  min-height: 54px;
  gap: 12px;
  padding: 13px 16px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(70, 50, 22, 0.08);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.problem-list svg {
  color: #ba5c48;
}

.promise-list svg {
  color: #709a4f;
}

.before-after {
  --position: 50%;
  position: relative;
  height: 390px;
  overflow: hidden;
  border: 5px solid var(--white);
  border-radius: 22px;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.before-after img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.before-img {
  z-index: 1;
}

.after-img {
  z-index: 2;
  clip-path: inset(0 0 0 var(--position));
}

.before-after::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  z-index: 3;
  width: 2px;
  content: "";
  background: rgba(255, 255, 255, 0.95);
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: var(--position);
  z-index: 4;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--gold);
  border: 3px solid var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: ew-resize;
}

.slider-handle svg {
  width: 20px;
}

.tag {
  position: absolute;
  top: 18px;
  z-index: 5;
  padding: 8px 13px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.52);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.before-tag {
  left: 18px;
}

.after-tag {
  right: 18px;
}

.cta-band {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 80px;
  padding: 28px 34px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.cta-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  background: var(--gold);
  border-radius: 50%;
}

.cta-band h3,
.cta-band p {
  margin: 0;
}

.cta-band p {
  margin-top: 6px;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 245px 22px 24px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.service-card img {
  position: absolute;
  inset: 0 0 auto;
  height: 220px;
  object-fit: cover;
}

.service-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 33%, rgba(17, 17, 15, 0.95) 58%);
}

.service-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.service-card span {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 11px;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 999px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--gold);
  background: rgba(215, 181, 109, 0.12);
  border-radius: 50%;
}

.service-card h3 {
  margin: 18px 0 10px;
  font-size: 19px;
}

.service-card p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card a svg {
  width: 14px;
}

.project-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 930px;
  margin: 0 auto;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

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

.project-card > img {
  height: 350px;
  object-fit: cover;
}

.project-card.wide .before-after {
  height: 440px;
  border: 0;
  border-radius: 18px;
}

.project-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 6;
  max-width: 280px;
  padding: 18px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.56);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.project-caption h3,
.project-caption p {
  margin: 0;
}

.project-caption p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.project-caption svg {
  width: 13px;
}

.process-section {
  padding-top: 120px;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0 0 78px;
  text-align: center;
}

.process-line::before {
  position: absolute;
  top: 62px;
  left: 12%;
  right: 12%;
  height: 1px;
  content: "";
  background: var(--line);
}

.process-line article {
  position: relative;
  z-index: 1;
}

.process-line span {
  display: block;
  color: rgba(215, 181, 109, 0.42);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  font-weight: 800;
}

.process-line svg {
  width: 58px;
  height: 58px;
  padding: 16px;
  color: var(--gold);
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 15px 30px rgba(70, 50, 22, 0.09);
}

.process-line h3 {
  margin: 18px 0 8px;
}

.process-line p {
  max-width: 210px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.6;
}

.review-cta {
  display: grid;
  grid-template-columns: 0.95fr 1.4fr;
  gap: 34px;
  align-items: stretch;
}

blockquote {
  margin: 0;
  padding: 44px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.stars {
  color: var(--gold);
  letter-spacing: 4px;
}

blockquote p {
  color: #5b534b;
  font-size: 20px;
  font-style: italic;
  line-height: 1.65;
}

cite {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

cite span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #3b2d10;
  background: var(--gold);
  border-radius: 50%;
}

cite small {
  color: var(--gold-dark);
  font-size: 10px;
  text-transform: uppercase;
}

.dream-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 18px;
  color: var(--white);
  box-shadow: var(--shadow);
}

.dream-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.dream-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.25));
}

.dream-card > div {
  position: relative;
  z-index: 1;
  max-width: 470px;
  padding: 58px;
}

.dream-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 47px;
  line-height: 1.02;
}

.dream-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.feature-bar {
  margin-top: 76px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 90px 0 28px;
  color: rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(rgba(10, 10, 9, 0.96), rgba(10, 10, 9, 0.98)),
    url("https://images.unsplash.com/photo-1603252109303-2751441dd157?auto=format&fit=crop&w=1500&q=80") center/cover;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.9fr 1.4fr;
  gap: 64px;
}

.footer-brand {
  color: var(--white);
}

.site-footer h3,
.site-footer h4 {
  margin: 26px 0 16px;
  color: var(--white);
  text-transform: uppercase;
}

.site-footer h4 {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
}

.site-footer p {
  line-height: 1.8;
}

.site-footer a {
  display: block;
  margin: 13px 0;
}

.site-footer a:hover {
  color: var(--gold);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.socials a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.socials a:hover {
  color: var(--gold);
  background: rgba(216, 168, 95, 0.16);
}

.social-icon {
  width: 17px;
  height: 17px;
}

.instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.facebook-icon,
.youtube-icon,
.whatsapp-icon {
  fill: currentColor;
}

.site-footer svg {
  width: 17px;
  height: 17px;
}

.footer-grid p svg {
  margin-right: 8px;
  color: var(--gold);
  vertical-align: middle;
}

.footer-button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 13px 18px;
  color: var(--gold);
  border: 1px solid rgba(215, 181, 109, 0.35);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 70px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 24px;
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #221704;
  background: linear-gradient(135deg, #efd590, var(--gold));
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  box-shadow: 0 18px 45px rgba(216, 168, 95, 0.34);
  transform: translateY(-3px);
}

.scroll-top svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1050px) {
  .main-nav {
    display: none;
  }

  .header-actions {
    min-height: 48px;
  }

  .header-action {
    min-width: 92px;
    min-height: 38px;
    padding: 0 13px;
  }

  .menu-toggle {
    display: grid;
  }

  .main-nav.open {
    position: absolute;
    top: 76px;
    right: 20px;
    display: grid;
    width: min(320px, calc(100vw - 40px));
    gap: 0;
    padding: 14px;
    background: rgba(13, 12, 10, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
  }

  .main-nav.open a {
    padding: 15px 12px;
  }

  .hero-grid,
  .comparison-row,
  .review-cta,
  .footer-grid,
  .split-section,
  .contact-grid,
  .shop-layout,
  .requirement-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 42px;
    padding-bottom: 70px;
  }

  .quote-card {
    max-width: 520px;
  }

  .trust-strip,
  .feature-bar {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .comparison-row {
    max-width: 720px;
    margin: 0 auto;
  }

  .project-showcase,
  .process-line {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-detail-grid article {
    grid-template-columns: 1fr;
  }

  .contact-card {
    position: static;
    max-width: none;
  }

  .cart-panel {
    position: static;
  }

  .instagram-panel {
    position: static;
  }

  .process-line::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 14px;
    gap: 10px;
  }

  .site-logo {
    width: 70px;
  }

  .site-header .site-logo {
    width: 58px;
    max-height: 58px;
  }

  .header-actions {
    min-height: 44px;
    padding: 4px;
  }

  .header-action {
    min-width: 44px;
    min-height: 36px;
    padding: 0 10px;
  }

  .header-action span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .header-action svg {
    width: 17px;
    height: 17px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 118px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-actions,
  .dream-card div:last-child {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .quote-card {
    padding: 22px;
    box-shadow: 8px 8px 0 rgba(215, 181, 109, 0.48);
  }

  .trust-strip,
  .feature-bar,
  .service-grid,
  .project-showcase,
  .process-line,
  .value-grid,
  .gallery-grid,
  .mini-stats,
  .shop-grid,
  .form-grid,
  .quick-enquiry-form .form-row {
    grid-template-columns: 1fr;
  }

  .requirement-form,
  .instagram-panel {
    padding: 22px;
  }

  .sub-hero {
    min-height: 470px;
    padding-top: 118px;
  }

  .sub-hero h1 {
    font-size: 42px;
  }

  .rounded-image,
  .service-detail-grid img,
  .gallery-grid img {
    height: 300px;
  }

  .service-detail-grid article,
  .contact-panel,
  .policy-content {
    padding: 20px;
  }

  .trust-strip div,
  .feature-bar div {
    padding: 18px 20px;
  }

  .section {
    padding: 78px 0;
  }

  .before-after,
  .project-card.wide .before-after,
  .project-card > img {
    height: 300px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: center;
  }

  .cta-icon {
    margin: 0 auto;
  }

  .service-card {
    min-height: 390px;
  }

  .project-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }

  blockquote {
    padding: 28px;
  }

  .dream-card > div {
    padding: 34px;
  }

  .dream-card h3 {
    font-size: 37px;
  }

  .footer-bottom {
    display: grid;
    gap: 18px;
  }

  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hero-copy,
  .quote-card,
  .trust-strip > div,
  .sub-hero .container,
  .section-heading,
  .split-section > *,
  .comparison-row > *,
  .cta-band,
  .service-card,
  .project-card,
  .process-line article,
  .review-cta > *,
  .feature-bar > div,
  .value-grid article,
  .service-detail-grid article,
  .gallery-grid article,
  .contact-panel,
  .requirement-form,
  .instagram-panel,
  .shop-card,
  .cart-panel,
  .policy-content {
    opacity: 1;
    transform: none;
  }
}
