
:root {
  --bg: #eeeae1;
  --paper: #f8f5ee;
  --ink: #1a1916;
  --muted: #69645c;
  --line: #d9d1c6;
  --dark: #171613;
  --accent: #8a6a3d;
  --accent-soft: #c4ae89;
  --cream: #eeeae1;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.serif { font-family: "Playfair Display", Georgia, serif; }
.upper { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
  background: color-mix(in srgb, var(--bg) 91%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; height: 78px; align-items: stretch; }
.brand { width: 28%; min-width: 245px; display: flex; align-items: center; gap: 14px; padding: 0 28px; border-right: 1px solid var(--line); }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--ink); display: grid; place-items: center; }
.brand-title { display: flex; flex-direction: column; line-height: 1.05; gap: 5px; }
.brand-title strong { font-size: .75rem; letter-spacing: .24em; }
.brand-title span { font-size: .58rem; letter-spacing: .20em; color: var(--muted); }
.nav-links { flex: 1; display: flex; align-items: center; justify-content: center; gap: 38px; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--accent); transition: width .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { background: var(--dark); color: var(--cream); display: flex; align-items: center; padding: 0 30px; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; transition: background .25s ease; }
.nav-cta:hover { background: #28241f; }
.mobile-btn { display: none; margin-left: auto; border: 0; background: transparent; padding: 0 22px; cursor: pointer; }
.mobile-menu { display: none; }
main { padding-top: 78px; }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 56% 44%; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(54px, 8vw, 110px) clamp(26px, 7vw, 90px); display: flex; flex-direction: column; justify-content: center; gap: 54px; }
.eyebrow-row { display: flex; justify-content: space-between; align-items: flex-start; max-width: 420px; }
.dot { width: 44px; height: 44px; border-radius: 999px; background: var(--accent); }
.hero h1 { font-family: "Playfair Display", Georgia, serif; font-weight: 400; font-size: clamp(3.3rem, 8vw, 7.2rem); line-height: .98; letter-spacing: -.055em; margin: 0; }
.hero h1 em { color: #423a31; }
.lead { color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.22rem); max-width: 610px; margin: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); min-height: 48px; padding: 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; transition: all .25s ease; cursor: pointer; }
.btn.dark { background: var(--dark); color: var(--cream); border-color: var(--dark); }
.btn:hover { background: var(--ink); color: var(--cream); }
.btn.dark:hover { background: var(--accent); border-color: var(--accent); }
.hero-visual { position: relative; overflow: hidden; background: var(--dark); min-height: 560px; }
.hero-visual::before { content: ""; position: absolute; top: -2px; left: -2px; width: 112%; height: 73%; background: var(--bg); border-bottom-right-radius: 100%; z-index: 3; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.vertical-note { position: absolute; right: 22px; top: 50%; transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl; z-index: 5; color: #fff; display: flex; gap: 16px; align-items: center; }
.vertical-note span { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; }
.hero-bar { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); min-height: 112px; background: var(--bg); }
.hero-bar > div { padding: 24px 30px; border-right: 1px solid var(--line); display: flex; align-items: center; }
.hero-bar > div:last-child { border-right: 0; }
.hero-num { font-size: 3rem; line-height: 1; font-weight: 300; }
.hero-line { flex: 1; height: 1px; background: #a99c89; margin: 0 16px; }
.section { padding: clamp(74px, 9vw, 130px) 0; border-bottom: 1px solid var(--line); }
.section.dark { background: var(--dark); color: var(--cream); border-color: #2e2a24; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 56px; }
.section-head h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 400; font-size: clamp(2.6rem, 5vw, 5.5rem); line-height: 1; letter-spacing: -.04em; margin: 0; }
.section-head p { max-width: 520px; color: var(--muted); margin: 12px 0 0; }
.dark .section-head p, .dark .muted, .dark p { color: #b7b0a3; }
.kicker { display: flex; align-items: center; gap: 12px; color: var(--muted); margin-bottom: 18px; }
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--accent); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.image-stack { position: relative; min-height: 560px; }
.image-stack::before { content: ""; position: absolute; inset: 28px -28px -28px 28px; background: #d5cabb; }
.image-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; box-shadow: 0 30px 60px rgb(0 0 0 / .12); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--paper); border: 1px solid var(--line); padding: 28px; min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgb(0 0 0 / .08); }
.card img { width: 100%; height: 260px; object-fit: cover; margin: -28px -28px 24px; max-width: calc(100% + 56px); }
.card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.9rem; line-height: 1.05; margin: 0 0 14px; font-weight: 400; letter-spacing: -.025em; }
.card p { color: var(--muted); margin: 0; }
.card-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.dark .card { background: #211f1a; border-color: #373129; }
.dark .card p { color: #b7b0a3; }
.dark .card-link { color: var(--cream); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-tile { background: var(--bg); padding: 34px; min-height: 300px; display: grid; grid-template-columns: 86px 1fr; gap: 28px; align-items: start; }
.service-tile.featured { background: var(--dark); color: var(--cream); }
.service-index { font-family: "Playfair Display", Georgia, serif; font-size: 3rem; line-height: 1; color: var(--accent); }
.service-tile h3 { margin: 0 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 2.2rem; line-height: 1; font-weight: 400; }
.service-tile p { margin: 0; color: var(--muted); }
.service-tile.featured p { color: #c8c0b2; }
.service-meta { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.pill { border: 1px solid color-mix(in srgb, var(--accent) 65%, var(--line)); padding: 7px 10px; border-radius: 999px; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--accent); }
.featured .pill { color: var(--cream); border-color: #594934; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product { background: var(--paper); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.product img { width: 100%; height: 310px; object-fit: cover; }
.product-body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; margin: 0; font-weight: 400; }
.product p { color: var(--muted); margin: 0; font-size: .95rem; }
.price { margin-top: auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step { background: var(--paper); padding: 30px; min-height: 220px; }
.step span { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 2.7rem; color: var(--accent); line-height: 1; margin-bottom: 22px; }
.step h3 { margin: 0 0 10px; font-size: 1rem; text-transform: uppercase; letter-spacing: .13em; }
.step p { margin: 0; color: var(--muted); }
.quote-band { background: var(--dark); color: var(--cream); padding: clamp(52px, 8vw, 90px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.quote-band h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.5rem, 5vw, 5.6rem); line-height: 1; letter-spacing: -.04em; font-weight: 400; }
.quote-band p { color: #b7b0a3; margin: 16px 0 0; max-width: 620px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.input { width: 100%; border: 1px solid var(--line); background: #fff; min-height: 52px; padding: 0 14px; outline: none; color: var(--ink); }
textarea.input { min-height: 120px; padding-top: 14px; resize: vertical; }
.footer { background: var(--dark); color: var(--cream); padding: 72px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr 1.15fr; gap: 48px; margin-bottom: 60px; }
.footer h4 { color: #80766a; margin: 0 0 18px; }
.footer p, .footer a { color: #c6beb1; }
.footer a:hover { color: #fff; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-bottom { border-top: 1px solid #332f28; padding-top: 24px; display: flex; justify-content: space-between; gap: 18px; color: #80766a; font-size: .82rem; }
.banner { min-height: 460px; display: flex; align-items: end; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; background: var(--dark); }
.banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.banner .container { position: relative; z-index: 2; padding-bottom: 70px; color: var(--cream); }
.banner h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.5rem, 8vw, 7rem); line-height: .95; letter-spacing: -.05em; margin: 10px 0 18px; font-weight: 400; }
.banner p { max-width: 680px; color: #d4cbbf; margin: 0; font-size: 1.12rem; }
.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: start; }
.sticky-panel { position: sticky; top: 110px; background: var(--paper); border: 1px solid var(--line); padding: 28px; }
.sticky-panel h2 { margin: 0 0 16px; font-family: "Playfair Display", Georgia, serif; font-weight: 400; font-size: 2.2rem; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
.check-list li::before { content: "•"; color: var(--accent); font-weight: 800; }
.copy-block h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: 1.02; letter-spacing: -.04em; margin: 0 0 22px; font-weight: 400; }
.copy-block h3 { margin-top: 34px; font-size: 1rem; text-transform: uppercase; letter-spacing: .16em; }
.copy-block p { color: var(--muted); max-width: 760px; }
.table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); }
.table th, .table td { padding: 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.table tr:last-child td { border-bottom: 0; }
@media (max-width: 1020px) {
  .brand { min-width: auto; width: auto; flex: 1; }
  .nav-links, .nav-cta { display: none; }
  .mobile-btn { display: block; }
  .mobile-menu { display: flex; position: fixed; inset: 78px 0 auto 0; background: var(--bg); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: all .25s ease; flex-direction: column; padding: 28px; z-index: 45; gap: 20px; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu a { font-family: "Playfair Display", Georgia, serif; font-size: 2rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .hero-bar { grid-template-columns: repeat(2, 1fr); }
  .split, .detail-grid, .quote-band { grid-template-columns: 1fr; }
  .cards, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .service-list { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-panel { position: static; }
}
@media (max-width: 640px) {
  .brand-title span { display: none; }
  .brand { padding-inline: 18px; }
  .hero-copy { padding: 48px 22px; gap: 34px; }
  .hero-bar { grid-template-columns: 1fr; }
  .hero-bar > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { flex-direction: column; align-items: flex-start; }
  .cards, .catalog-grid, .process, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .service-tile { grid-template-columns: 1fr; }
  .image-stack { min-height: 420px; }
  .footer-bottom { flex-direction: column; }
  .banner { min-height: 420px; }
  .table { display: block; overflow-x: auto; }
}


/* Sew Right branding refinements added after preserving original design */
.brand-logo {
  width: 74px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  padding: 4px;
}
.call-strip {
  background: var(--dark);
  color: var(--cream);
  border-bottom: 1px solid #302b24;
}
.call-strip .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: .78rem;
}
.call-strip a {
  color: #f4dfae;
  font-weight: 700;
}
.call-strip span {
  color: #c6beb1;
}
main {
  padding-top: 120px;
}
.quick-call-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.quick-call-card {
  background: var(--paper);
  padding: 28px;
}
.quick-call-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0 0 8px;
}
.quick-call-card p {
  color: var(--muted);
  margin: 0 0 18px;
}
.phone-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.phone-list a {
  display: inline-flex;
  width: max-content;
  border-bottom: 1px solid var(--accent);
  color: var(--ink);
  font-weight: 700;
}
.call-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  background: var(--accent);
  color: var(--cream);
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .72rem;
  font-weight: 800;
  box-shadow: 0 16px 34px rgb(0 0 0 / .22);
}
.branch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.branch-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 30px;
}
.branch-card .num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--accent);
  display: block;
  margin-bottom: 16px;
}
.branch-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 10px;
}
.branch-card p {
  color: var(--muted);
  margin: 0 0 12px;
}
.footer-logo {
  width: 120px;
  height: auto;
  background: #fff;
  padding: 5px;
  border: 1px solid #332f28;
  margin-bottom: 18px;
}
.form-note {
  display: none;
  margin-top: 14px;
  border: 1px solid var(--accent);
  padding: 14px;
  color: var(--ink);
  background: #f4ead7;
}
@media(max-width:1180px) {
  .nav-links { gap: 22px; }
  .brand { min-width: 260px; width: 25%; }
}
@media(max-width:940px) {
  .call-strip .container { flex-direction: column; align-items: flex-start; padding: 10px 0; }
  main { padding-top: 145px; }
  .quick-call-grid, .branch-grid { grid-template-columns: 1fr; }
}
@media(max-width:760px) {
  .brand-logo { width: 60px; height: 42px; }
  .brand { min-width: auto; width: auto; flex: 1; }
  .brand-title span { display: none; }
  .call-float { left: 14px; right: 14px; bottom: 14px; }
  .hero-visual::before { width: 102%; height: 46%; }
}

.catalog-highlight-section .product img, .fabric-collection-display .product img, .custom-gallery-catalog .product img { object-position: center top; }
.hero-visual img { object-position: center top; }
.banner img { object-position: center top; }

/* Fixed phone strip alignment */
.call-strip { position: fixed; top: 0; left: 0; width: 100%; z-index: 60; }
.navbar { top: 42px; }
@media(max-width:940px) { .navbar { top: 64px; } }
@media(max-width:760px) { .navbar { top: 64px; } main { padding-top: 150px; } }
