:root {
  --cream: #FDFBF7;
  --sand: #F5EBE1;
  --brick: #C24A3D;
  --brickdark: #A93E32;
  --tan: #E8C396;
  --bark: #8C5A35;
  --soot: #2D2B2A;
  --border: #E5D8CC;
  --muted: #5C5652;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--cream);
  color: var(--soot);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Fraunces', serif; line-height: 1.05; color: var(--soot); }
a { text-decoration: none; color: inherit; }
::selection { background: var(--brick); color: #fff; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--brick); }
.accent-tan { color: var(--tan); }
.eyebrow { font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--brick); }
.lead { font-size: 1.15rem; color: var(--muted); margin-top: 1.25rem; max-width: 640px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: 999px; padding: .85rem 1.6rem; font-weight: 500; font-size: .95rem;
  cursor: pointer; border: none; transition: transform .15s ease, background-color .2s ease, opacity .2s ease;
}
.btn:active { transform: scale(.96); }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--brick); color: #fff; }
.btn-primary:hover { background: var(--brickdark); }
.btn-outline { background: #fff; color: var(--soot); border: 1px solid var(--border); }
.btn-outline:hover { background: var(--sand); }
.btn-facebook { background: #1877F2; color: #fff; }
.btn-facebook:hover { background: #1465d1; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background-color .3s ease, box-shadow .3s ease; }
.navbar.scrolled { background: rgba(253,251,247,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(229,216,204,.6); box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-logo { height: 48px; width: 48px; object-fit: contain; transition: transform .2s ease; }
.brand:hover .brand-logo { transform: rotate(-6deg); }
.brand-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.3rem; }
.nav-links { display: flex; gap: 2.25rem; }
.nav-links a { font-size: .92rem; font-weight: 500; color: rgba(45,43,42,.8); transition: color .2s ease; }
.nav-links a:hover { color: var(--brick); }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-phone { font-size: .9rem; font-weight: 500; color: var(--soot); }
.nav-phone:hover { color: var(--brick); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.4rem; color: var(--soot); cursor: pointer; padding: .5rem; }
.mobile-menu { display: none; flex-direction: column; gap: 1rem; padding: 1.5rem 24px 2rem; background: var(--cream); border-top: 1px solid var(--border); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-weight: 500; font-size: 1.05rem; }
.mobile-phone { color: var(--brick); }

/* Hero */
.hero { position: relative; padding: 140px 0 90px; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.blob-1 { top: -100px; right: -100px; width: 380px; height: 380px; background: rgba(232,195,150,.4); }
.blob-2 { top: 160px; left: -130px; width: 320px; height: 320px; background: rgba(194,74,61,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .9fr; gap: 3rem; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: .5rem; background: var(--sand); border: 1px solid var(--border); padding: .5rem 1rem; border-radius: 999px; font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; color: var(--bark); }
.pill i { color: var(--brick); }
.hero-copy h1 { margin-top: 1.5rem; font-size: clamp(2.75rem, 6vw, 4.5rem); font-weight: 600; }
.hero-copy > p { margin-top: 1.5rem; font-size: 1.25rem; color: var(--muted); max-width: 560px; }
.hero-actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-badges { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .5rem 2rem; font-size: .9rem; color: var(--muted); }
.hero-badges i { color: var(--brick); margin-right: .4rem; }
.hero-card { position: relative; background: linear-gradient(135deg, var(--sand), rgba(232,195,150,.6)); border: 1px solid var(--border); border-radius: 2rem; padding: 2rem; box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.hero-card img { width: 100%; max-width: 360px; margin: 0 auto; display: block; filter: drop-shadow(0 15px 25px rgba(0,0,0,.2)); }
.hero-stat { position: absolute; bottom: -20px; left: -20px; background: #fff; border: 1px solid var(--border); border-radius: 1rem; padding: 1rem 1.25rem; box-shadow: 0 10px 25px rgba(0,0,0,.08); }
.hero-stat strong { display: block; font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--brick); }
.hero-stat span { font-size: .75rem; color: var(--muted); }

/* Sections */
.section { padding: 90px 0; }
.section-sand { background: rgba(245,235,225,.6); }
.section h2 { margin-top: 1rem; font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; }

/* Services cards */
.cards { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 1.5rem; padding: 2.5rem; box-shadow: 0 2px 8px rgba(0,0,0,.03); transition: transform .3s ease, box-shadow .3s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.08); }
.card-icon { height: 56px; width: 56px; border-radius: 1rem; background: rgba(194,74,61,.1); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--brick); transition: all .3s ease; }
.card:hover .card-icon { background: var(--brick); color: #fff; transform: scale(1.08); }
.card h3 { margin-top: 1.5rem; font-size: 1.5rem; font-weight: 600; }
.card p { margin-top: .75rem; color: var(--muted); }
.card-link { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 500; color: var(--brick); }
.card:hover .card-link { gap: .8rem; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-media { position: relative; }
.about-media > img { width: 100%; height: 460px; object-fit: cover; border-radius: 2rem; border: 1px solid var(--border); box-shadow: 0 20px 45px rgba(0,0,0,.1); }
.about-quote { position: absolute; bottom: -24px; right: 24px; max-width: 220px; background: var(--soot); color: var(--cream); border-radius: 1rem; padding: 1.25rem 1.5rem; box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.about-quote p { font-family: 'Fraunces', serif; font-size: 1.2rem; }
.about-quote span { font-size: .75rem; color: rgba(253,251,247,.6); display: block; margin-top: .5rem; }
.ticks { list-style: none; margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.ticks li { display: flex; align-items: flex-start; gap: .75rem; color: rgba(45,43,42,.85); }
.ticks i { color: var(--brick); background: rgba(194,74,61,.1); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; margin-top: 2px; }
.about-copy .btn { margin-top: 2.25rem; }

/* Gallery */
.gallery-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; }
.gallery-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.g-item { position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); cursor: pointer; padding: 0; background: none; }
.g-item img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .5s ease; }
.g-big { grid-column: span 2; grid-row: span 2; }
.g-big img { height: 100%; min-height: 460px; }
.g-item:hover img { transform: scale(1.05); }
.g-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.4rem; opacity: 0; background: rgba(45,43,42,0); transition: all .3s ease; }
.g-item:hover .g-overlay { opacity: 1; background: rgba(45,43,42,.3); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.details { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.detail { display: flex; align-items: flex-start; gap: 1rem; background: #fff; border: 1px solid var(--border); border-radius: 1rem; padding: 1.25rem; box-shadow: 0 2px 8px rgba(0,0,0,.03); transition: transform .2s ease, border-color .2s ease; }
a.detail:hover { transform: translateY(-3px); border-color: var(--brick); }
.detail-icon { width: 44px; height: 44px; border-radius: .8rem; background: rgba(194,74,61,.1); color: var(--brick); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.detail small { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(45,43,42,.5); }
.detail strong { display: block; font-weight: 500; margin-top: .25rem; }
.contact-form { background: rgba(245,235,225,.7); border: 1px solid var(--border); border-radius: 1.5rem; padding: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { margin-bottom: 1.25rem; }
.field label { display: block; font-size: .9rem; font-weight: 500; margin-bottom: .5rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--border); background: #fff; border-radius: .75rem; padding: .8rem 1rem; font-family: inherit; font-size: 1rem; color: var(--soot); transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brick); box-shadow: 0 0 0 3px rgba(194,74,61,.2); }
.field textarea { resize: vertical; }
.form-status { margin-top: 1rem; text-align: center; font-weight: 500; }
.form-status.ok { color: #2e7d32; }
.form-status.err { color: var(--brick); }

/* Footer */
.footer { background: var(--soot); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; padding: 70px 24px; }
.brand-light .brand-name { color: var(--cream); }
.footer-blurb { margin-top: 1.25rem; color: rgba(253,251,247,.6); max-width: 300px; }
.footer-social { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: .5rem; border: 1px solid rgba(253,251,247,.2); padding: .6rem 1.25rem; border-radius: 999px; font-size: .9rem; transition: background-color .2s ease; }
.footer-social:hover { background: rgba(253,251,247,.1); }
.footer h4 { font-size: 1.15rem; color: var(--tan); margin-bottom: 1.25rem; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: .85rem; }
.footer ul a, .footer ul li { color: rgba(253,251,247,.7); transition: color .2s ease; }
.footer ul a:hover { color: var(--tan); }
.footer ul i { color: var(--tan); margin-right: .5rem; }
.footer-bar { border-top: 1px solid rgba(253,251,247,.1); }
.footer-bar-inner { display: flex; justify-content: space-between; padding: 1.5rem 24px; font-size: .85rem; color: rgba(253,251,247,.5); flex-wrap: wrap; gap: .5rem; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 60; background: rgba(45,43,42,.85); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-height: 85vh; max-width: 100%; border-radius: 1rem; box-shadow: 0 25px 60px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; top: 24px; right: 24px; background: none; border: none; color: rgba(255,255,255,.85); font-size: 2rem; cursor: pointer; }
.lightbox-close:hover { color: #fff; }

/* Responsive */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .navbar { background: rgba(253,251,247,.95); backdrop-filter: blur(16px); }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-card img { max-width: 260px; }
  .cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .g-big { grid-column: span 2; grid-row: auto; }
  .g-big img { min-height: 240px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row, .details { grid-template-columns: 1fr; }
  .about-media { margin-bottom: 2rem; }
}
@media (max-width: 500px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .g-big { grid-column: auto; }
}
