:root {
  --cream: #F8F5F0;
  --ink: #1A1A1A;
  --accent: #B5895A;
  --muted: #6B6B6B;
  --white: #FFFFFF;
  --line: #E8E4DE;
  --heading: "Cormorant Garamond", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
  --nav-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; font-weight: 300; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--heading); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2.55rem, 5vw, 4.25rem); }
h3 { font-size: 1.65rem; }
p { margin: 0 0 1rem; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: var(--ink); color: var(--white); padding: .65rem 1rem; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-kicker { margin-bottom: 12px; color: var(--accent); font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.section-heading p:last-child { max-width: 680px; margin: 16px auto 0; color: var(--muted); }
.eyebrow { color: var(--accent); font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: 13px 28px; font-size: .82rem; font-weight: 500; letter-spacing: .04em; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover { background: #9e7449; }
.button-outline { border-color: rgba(255,255,255,.75); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--ink); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--nav-height); border-bottom: 1px solid rgba(232,228,222,.85); background: rgba(248,245,240,.96); backdrop-filter: blur(12px); }
.nav-shell { width: min(1280px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; z-index: 2; font-family: var(--heading); font-size: 1.4rem; font-weight: 600; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; color: var(--muted); font-size: .875rem; font-weight: 400; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transition: transform .25s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--ink); }
.site-nav a.active { color: var(--accent); }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 100svh; display: grid; place-items: center; position: relative; isolation: isolate; background: #5f5549 url("../images/hero/hero-main.jpg") center/cover no-repeat; color: var(--white); text-align: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(10,10,10,.42); }
.hero-content { width: min(900px, calc(100% - 40px)); padding-top: var(--nav-height); }
.hero .eyebrow { color: rgba(255,255,255,.8); }
.hero h1 { margin: 10px 0 22px; }
.hero-copy { max-width: 760px; margin: 0 auto 34px; color: rgba(255,255,255,.87); font-size: clamp(1rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.trust-bar { background: var(--white); }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 22px; font-size: .82rem; font-weight: 500; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { color: var(--accent); }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; aspect-ratio: 1; overflow: hidden; background: #d8c9b8; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,10,10,.72)); }
.category-card h3 { position: absolute; right: 24px; bottom: 20px; left: 24px; z-index: 2; color: var(--white); }
.category-card:hover img { transform: scale(1.025); }
.image-fallback { color: transparent; background: linear-gradient(145deg, #d6c5b3, #918273); }
.image-fallback::before { content: "Image coming soon"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.76); font-size: .68rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; }
.benefit { text-align: center; }
.benefit-icon { display: grid; width: 52px; height: 52px; place-items: center; margin: 0 auto 20px; border: 1px solid var(--accent); color: var(--accent); font-size: 1.15rem; }
.benefit h3 { margin-bottom: 12px; }
.benefit p { color: var(--muted); font-size: .93rem; }
.cta { padding: 86px 0; background: var(--ink); color: var(--white); text-align: center; }
.cta h2 { font-size: clamp(2.7rem, 5vw, 4rem); }
.cta p { margin: 16px auto 28px; color: rgba(255,255,255,.72); }

.page-hero { padding: calc(var(--nav-height) + 80px) 0 78px; background: var(--cream); text-align: center; }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 5rem); }
.page-hero p { max-width: 680px; margin: 18px auto 0; color: var(--muted); }
.product-nav-wrap { position: sticky; top: var(--nav-height); z-index: 40; border-block: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.pill-row { display: flex; gap: 9px; padding: 14px 0; overflow-x: auto; scrollbar-width: none; }
.pill-row::-webkit-scrollbar { display: none; }
.pill { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; background: var(--white); color: var(--muted); font-size: .75rem; font-weight: 500; cursor: pointer; transition: all .25s ease; }
.pill:hover, .pill.active { border-color: var(--accent); background: var(--accent); color: var(--white); }
.product-section { padding: 88px 0; scroll-margin-top: 145px; }
.product-section:nth-child(even) { background: var(--white); }
.product-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.product-intro p { max-width: 600px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { min-width: 0; background: var(--cream); }
.product-section:not(:nth-child(even)) .product-card { background: var(--white); }
.product-card-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #f1ece5; }
.product-card-image img { width: 100%; height: 100%; object-fit: contain; padding: 10px; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.02); }
.product-card-body { padding: 22px; }
.product-card-body h3 { margin-bottom: 8px; }
.product-card-body p { color: var(--muted); font-size: .86rem; line-height: 1.6; }
.price { display: block; margin: 15px 0 5px; color: var(--accent); font-size: .8rem; font-weight: 500; }
.text-link { border-bottom: 1px solid currentColor; color: var(--accent); font-size: .78rem; font-weight: 500; }
.sample-banner { margin-top: 32px; border: 1px solid var(--line); padding: 20px 24px; color: var(--muted); font-size: .85rem; text-align: center; }

.services-section { background: var(--white); }
.services-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); align-items: end; margin-bottom: 54px; }
.services-intro p:last-child { max-width: 680px; margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { display: flex; min-width: 0; flex-direction: column; background: var(--cream); }
.service-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #cbbcac; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-image img { transform: scale(1.025); }
.service-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; }
.service-number { margin-bottom: 12px; color: var(--accent); font-size: .68rem; font-weight: 500; letter-spacing: .14em; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { flex: 1; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { padding: 34px 28px; }
.process-step + .process-step { border-left: 1px solid var(--line); }
.process-step > span { display: block; margin-bottom: 22px; color: var(--accent); font-size: .7rem; font-weight: 500; }
.process-step h3 { margin-bottom: 10px; }
.process-step p { margin: 0; color: var(--muted); font-size: .82rem; }

.story { background: var(--white); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(44px, 8vw, 100px); align-items: center; }
.story-image { position: relative; min-height: 650px; background: #cbbcac; }
.story-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.story-copy h1 { margin: 10px 0 28px; font-size: clamp(3rem, 5vw, 4.7rem); }
.story-copy p { color: var(--muted); }
.values { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.city-list span { border: 1px solid var(--line); padding: 7px 12px; background: var(--white); color: var(--muted); font-size: .75rem; }
.map { width: 100%; min-height: 420px; border: 0; filter: grayscale(1); }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); }
.contact-phone { display: inline-block; margin: 12px 0 0; color: var(--accent); font-family: var(--heading); font-size: clamp(2.1rem, 5vw, 2.7rem); line-height: 1.1; }
.contact-note { color: var(--muted); font-size: .85rem; }
.contact-details { margin: 40px 0; }
.detail { margin-bottom: 24px; }
.detail-label { margin-bottom: 4px; color: var(--accent); font-size: .68rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.contact-map { min-height: 280px; }
.contact-form { padding: 44px; background: var(--cream); }
.contact-form h2 { margin-bottom: 28px; font-size: 2.5rem; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 6px; font-size: .75rem; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8d2ca; border-radius: 0; padding: 13px 14px; background: var(--white); color: var(--ink); font-size: .9rem; outline: 0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.field textarea { resize: vertical; }
.botcheck-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-message { min-height: 28px; margin: 14px 0 0; color: var(--accent); font-size: .82rem; }

.site-footer { padding-top: 70px; background: var(--ink); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 80px; padding-bottom: 58px; }
.footer-grid p { color: rgba(248,245,240,.65); font-size: .82rem; }
.footer-brand { color: var(--cream) !important; font-family: var(--heading); font-size: 1.65rem !important; }
.footer-title { margin-bottom: 18px !important; color: var(--cream) !important; font-size: .72rem !important; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 8px; color: rgba(248,245,240,.68); font-size: .8rem; }
.footer-grid a:hover { color: var(--accent); }
.footer-grid .yelp-link { margin-top: 16px; color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px; color: rgba(248,245,240,.4); font-size: .68rem; text-align: center; }

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-step:nth-child(4) { border-top: 1px solid var(--line); }
  .benefit-grid { gap: 28px; }
  .story-grid, .service-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-intro { grid-template-columns: 1fr; gap: 20px; }
  .story-image { min-height: 520px; }
  .service-grid { gap: 42px; }
  .contact-grid { gap: 50px; }
  .footer-grid { gap: 42px; }
}

@media (max-width: 768px) {
  :root { --nav-height: 68px; }
  .site-header { height: var(--nav-height); }
  .brand { font-size: 1.2rem; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--nav-height) 0 auto; display: grid; gap: 0; border-bottom: 1px solid var(--line); background: var(--cream); opacity: 0; transform: translateY(-16px); visibility: hidden; transition: all .25s ease; }
  .menu-open .site-nav { opacity: 1; transform: translateY(0); visibility: visible; }
  .site-nav a { border-top: 1px solid var(--line); padding: 16px 24px; }
  .site-nav a::after { display: none; }
  .hero { min-height: 720px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-item { min-height: 48px; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .benefit-grid { grid-template-columns: 1fr; gap: 44px; }
  .product-intro { display: block; }
  .product-intro p { margin-top: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container, .nav-shell { width: min(100% - 28px, 1180px); }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 38px; }
  .hero { min-height: 680px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .category-grid, .product-grid { grid-template-columns: 1fr; }
  .services-grid, .process-grid { grid-template-columns: 1fr; }
  .process-step + .process-step { border-top: 1px solid var(--line); border-left: 0; }
  .category-grid { gap: 12px; }
  .product-section { padding: 66px 0; }
  .page-hero { padding-top: calc(var(--nav-height) + 60px); }
  .story-image { min-height: 400px; }
  .story-copy h1 { font-size: 2.8rem; }
  .map { min-height: 340px; }
  .contact-form { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

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