:root {
  --navy: #102a2c;
  --navy-soft: #173b3e;
  --cream: #f5f0e7;
  --sand: #d8c6a5;
  --gold: #b58a50;
  --white: #ffffff;
  --ink: #172022;
  --muted: #657173;
  --line: #dde3df;
  --shadow: 0 22px 60px rgba(18, 41, 43, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}
img { max-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-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16,42,44,.08);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50% 50% 12px 50%;
  display: grid; place-items: center;
  color: var(--white); background: var(--navy);
  font-weight: 800; letter-spacing: -1px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: "Playfair Display", serif; font-size: 22px; }
.brand-text small { margin-top: 5px; letter-spacing: 5px; font-size: 9px; font-weight: 800; color: var(--gold); }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 14px; font-weight: 700; color: #344346; }
.main-nav a:hover { color: var(--gold); }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.btn-dark { color: var(--white); background: var(--navy); }
.btn-primary { color: var(--white); background: var(--gold); box-shadow: 0 12px 26px rgba(181,138,80,.27); }
.btn-primary:hover { background: #a77d45; }
.btn-light { color: var(--navy); background: var(--white); }
.btn-link { padding: 0 3px; color: var(--navy); }
.btn-link span { margin-left: 8px; }
.btn-full { width: 100%; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 26px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f8f5ef 0%, #f2ece1 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 72px;
  align-items: center;
  padding: 90px 0;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
.hero h1, .section h2, .quote-section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
  letter-spacing: -.8px;
}
.hero h1 { max-width: 690px; font-size: clamp(48px, 6vw, 78px); color: var(--navy); }
.hero-text { max-width: 610px; margin: 24px 0 30px; color: #586669; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  margin-top: 45px;
  padding-top: 28px;
  border-top: 1px solid rgba(16,42,44,.15);
}
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--navy); font-size: 18px; }
.trust-row span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; }
.window-scene {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  border-radius: 220px 220px 30px 30px;
  background: #e7ded0;
  box-shadow: var(--shadow);
}
.window {
  position: absolute;
  top: 65px; left: 105px;
  width: 340px; height: 325px;
  background: linear-gradient(180deg, #bdd1d5 0%, #e8ece7 72%);
  border: 13px solid #f6f1e8;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.window-line { position: absolute; background: #f6f1e8; z-index: 2; }
.window-line.vertical { width: 10px; height: 100%; left: 50%; }
.window-line.horizontal { width: 100%; height: 10px; top: 48%; }
.blind-panel {
  position: absolute; inset: 0 0 44% 0;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.88) 0 16px, rgba(227,221,208,.94) 17px 20px);
}
.curtain { position: absolute; z-index: 4; top: 36px; width: 132px; height: 415px; background: linear-gradient(90deg, #ccbda8, #eee4d6 40%, #c4b49d 78%, #ebdfcf); }
.curtain-left { left: 37px; border-radius: 80px 8px 30px 20px; transform: skewX(-3deg); }
.curtain-right { right: 36px; border-radius: 8px 80px 20px 30px; transform: skewX(3deg); }
.sofa { position: absolute; z-index: 6; left: 104px; bottom: 28px; width: 355px; height: 150px; }
.sofa-back, .sofa-seat { position: absolute; background: var(--navy-soft); }
.sofa-back { inset: 0 14px 44px 14px; border-radius: 36px 36px 15px 15px; }
.sofa-seat { left: 0; right: 0; bottom: 0; height: 64px; border-radius: 20px 20px 14px 14px; }
.cushion { position: absolute; z-index: 2; width: 92px; height: 72px; top: 24px; border-radius: 20px; background: var(--sand); }
.cushion-one { left: 55px; transform: rotate(-5deg); }
.cushion-two { right: 55px; background: #9b7651; transform: rotate(4deg); }
.plant { position: absolute; left: 28px; bottom: 26px; z-index: 7; width: 80px; height: 150px; }
.pot { position: absolute; bottom: 0; left: 14px; width: 52px; height: 58px; border-radius: 8px 8px 18px 18px; background: #9b6a43; }
.leaf { position: absolute; bottom: 46px; left: 34px; width: 24px; height: 75px; border-radius: 100% 0 100% 0; transform-origin: bottom; background: #4e725e; }
.l1 { transform: rotate(-42deg); }
.l2 { transform: rotate(4deg); height: 90px; }
.l3 { transform: rotate(43deg); }
.hero-card {
  position: absolute;
  z-index: 10;
  right: -25px;
  bottom: 48px;
  width: 240px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(16,42,44,.16);
}
.hero-card span { display: block; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.hero-card strong { display: block; margin-top: 5px; color: var(--navy); font-family: "Playfair Display", serif; font-size: 18px; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-shape-one { width: 380px; height: 380px; right: -160px; top: -170px; background: rgba(181,138,80,.11); }
.hero-shape-two { width: 290px; height: 290px; left: -180px; bottom: -120px; background: rgba(16,42,44,.06); }

.logo-strip { border-top: 1px solid #e6e0d7; border-bottom: 1px solid #e6e0d7; background: #fff; }
.logo-strip-inner { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; }
.logo-strip span { position: relative; color: #687475; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.logo-strip span:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 26px; transform: translateY(-50%); background: var(--line); }

.section { padding: 110px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .process h2, .areas h2 { font-size: clamp(38px, 5vw, 58px); color: var(--navy); }
.section-heading p { max-width: 440px; margin: 0; color: var(--muted); }
.centered { display: block; max-width: 720px; margin: 0 auto 50px; text-align: center; }

.products { background: #fff; }
.product-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 22px;
}
.product-card {
  overflow: hidden;
  min-height: 440px;
  border: 1px solid #e3e8e5;
  border-radius: var(--radius-lg);
  background: #fbfaf7;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card-large { grid-row: span 2; min-height: 902px; }
.product-art { position: relative; height: 230px; overflow: hidden; background: #e8e1d6; }
.product-card-large .product-art { height: 610px; }
.product-content { padding: 26px 28px 30px; }
.product-number { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.product-content h3 { margin: 8px 0; color: var(--navy); font-family: "Playfair Display", serif; font-size: 28px; }
.product-content p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.product-content a { font-size: 13px; font-weight: 800; color: var(--navy); }

.roller-art { background: linear-gradient(180deg, #cfd9d9 0 62%, #d5c6b5 62%); }
.roller-top { position: absolute; top: 54px; left: 15%; right: 15%; height: 24px; border-radius: 14px; background: #f5f1e9; }
.roller-fabric { position: absolute; top: 72px; left: 17%; right: 17%; bottom: 65px; background: linear-gradient(90deg, #ede6da, #fffaf0 45%, #ddd2c3); box-shadow: 0 10px 20px rgba(0,0,0,.1); }
.curtain-art { display: flex; justify-content: center; gap: 0; background: #bdcfd0; }
.curtain-art span { width: 42%; height: 100%; background: repeating-linear-gradient(90deg, #efe5d5 0 22px, #d7c8b5 23px 34px); box-shadow: 0 0 30px rgba(0,0,0,.07); }
.vertical-art { display: flex; justify-content: center; gap: 5px; padding: 20px 38px; background: #c4d4d4; }
.vertical-art i { display: block; width: 15%; height: 100%; background: linear-gradient(90deg, #dfd5c6, #f6efe5); transform: skewY(-2deg); }
.dual-art { background: #c4d5d2; }
.dual-art span { position: absolute; top: 28px; bottom: 28px; width: 38%; }
.dual-sheer { left: 12%; background: repeating-linear-gradient(90deg, rgba(255,255,255,.75) 0 12px, rgba(219,207,188,.75) 13px 20px); }
.dual-block { right: 12%; background: #97806b; }
.zebra-art { padding-top: 25px; background: #d1dcda; }
.zebra-art i { display: block; height: 34px; margin-bottom: 11px; background: rgba(250,247,240,.86); }

.process { color: var(--white); background: var(--navy); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.eyebrow-light { color: #d9b783; }
.process h2, .quote-section h2 { color: var(--white); }
.process-intro p { max-width: 470px; margin: 24px 0 30px; color: #c4d0d0; }
.steps { border-top: 1px solid rgba(255,255,255,.16); }
.steps article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps article > span { color: #d9b783; font-size: 13px; font-weight: 800; }
.steps h3 { margin: 0 0 5px; font-family: "Playfair Display", serif; font-size: 24px; }
.steps p { margin: 0; color: #adbbbb; font-size: 14px; }

.testimonials { background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
blockquote { margin: 0; padding: 34px; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 30px rgba(16,42,44,.07); }
.stars { color: var(--gold); letter-spacing: 3px; }
blockquote p { color: #435153; font-size: 16px; }
blockquote footer { color: var(--navy); font-size: 13px; font-weight: 800; }

.areas-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.areas p { max-width: 610px; color: var(--muted); }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.area-list span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: #4c5b5d; font-size: 12px; font-weight: 700; }
.map-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-lg); background: #dce6e2; }
.map-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(16,42,44,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(16,42,44,.12) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(-12deg) scale(1.4); }
.map-ring { position: absolute; border: 1px solid rgba(181,138,80,.45); border-radius: 50%; }
.ring-one { width: 260px; height: 260px; top: 80px; left: 110px; }
.ring-two { width: 150px; height: 150px; top: 135px; left: 165px; }
.map-pin { position: absolute; left: 50%; top: 45%; width: 48px; height: 48px; transform: translate(-50%,-50%) rotate(45deg); border-radius: 50% 50% 50% 0; background: var(--navy); box-shadow: 0 14px 30px rgba(16,42,44,.25); }
.map-pin span { position: absolute; inset: 14px; border-radius: 50%; background: var(--gold); }
.map-label { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); padding: 15px 22px; border-radius: 14px; text-align: center; background: var(--white); box-shadow: var(--shadow); }
.map-label small { display: block; color: var(--gold); text-transform: uppercase; font-weight: 800; letter-spacing: 1px; }
.map-label strong { color: var(--navy); }

.quote-section { padding: 110px 0; background: linear-gradient(135deg, #173b3e, #0b2224); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.quote-copy p { color: #b7c6c6; }
.contact-list { display: grid; gap: 14px; margin-top: 38px; }
.contact-list a { display: flex; gap: 14px; align-items: center; }
.contact-list a > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.contact-list small { display: block; color: #9dafaf; }
.contact-list strong { display: block; font-size: 15px; }
.quote-form { padding: 34px; border-radius: var(--radius-lg); background: var(--white); color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; color: var(--navy); font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 14px 15px;
  border: 1px solid #dce3df;
  border-radius: 10px;
  outline: none;
  background: #fbfcfb;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(181,138,80,.13); }
.form-note { margin: 12px 0 0; color: #7d898a; text-align: center; font-size: 10px; }
.form-success { display: none; margin-top: 14px; padding: 12px; border-radius: 9px; background: #edf7ef; color: #2e6a3b; font-size: 12px; }

.site-footer { padding: 75px 0 24px; background: #091b1d; color: #d6dede; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.brand-footer { color: var(--white); }
.footer-grid p { max-width: 290px; color: #8ea0a1; font-size: 13px; }
.footer-grid h4 { margin: 0 0 16px; color: var(--white); font-family: "Playfair Display", serif; font-size: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: #9db0b1; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #718687; font-size: 11px; }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .main-nav, .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open {
    position: absolute; top: 82px; left: 0; right: 0;
    display: flex; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 14px 20px 22px;
    background: #fff; border-bottom: 1px solid var(--line);
  }
  .main-nav.open a { width: 100%; padding: 13px 0; }
  .hero-grid, .process-grid, .areas-grid, .quote-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 65px 0 85px; }
  .hero-copy { text-align: center; }
  .hero-text, .trust-row { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-large { grid-row: auto; min-height: 440px; grid-column: span 2; }
  .product-card-large .product-art { height: 330px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header .container { width: min(100% - 24px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .main-nav.open { top: 72px; }
  .brand-mark { width: 39px; height: 39px; font-size: 13px; }
  .brand-text strong { font-size: 19px; }
  .hero-grid { padding-top: 48px; }
  .hero h1 { font-size: 45px; }
  .hero-text { font-size: 16px; }
  .hero-actions { display: grid; }
  .trust-row { gap: 14px; }
  .trust-row strong { font-size: 15px; }
  .trust-row span { font-size: 10px; }
  .window-scene { min-height: 430px; border-radius: 160px 160px 24px 24px; }
  .window { left: 17%; width: 66%; height: 260px; }
  .curtain { width: 28%; height: 330px; }
  .curtain-left { left: 3%; }
  .curtain-right { right: 3%; }
  .sofa { left: 19%; width: 66%; height: 125px; }
  .plant { transform: scale(.8); transform-origin: bottom left; }
  .hero-card { right: 10px; bottom: 22px; width: 210px; }
  .logo-strip-inner { grid-template-columns: 1fr 1fr; padding: 18px 0; gap: 18px; }
  .logo-strip span::after { display: none; }
  .section, .quote-section { padding: 78px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-large { grid-column: auto; }
  .product-card-large .product-art, .product-art { height: 280px; }
  .steps article { grid-template-columns: 48px 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; padding-bottom: 62px; }
  .mobile-call {
    position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 10px;
    display: flex; align-items: center; justify-content: center;
    min-height: 50px; border-radius: 999px;
    background: var(--gold); color: var(--white); font-weight: 800;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
  }
}
