
:root {
  --burgundy: #74162e;
  --burgundy-dark: #2b0a14;
  --burgundy-mid: #641329;
  --gold: #e4c162;
  --gold-dark: #b58a38;
  --cream: #f5e9df;
  --paper: #fffaf5;
  --ink: #2a1518;
  --muted: #705c5f;
  --line: #ead9cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { width: min(1120px, 92%); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 250, 245, .94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { min-height: 72px; display: flex; align-items: center; gap: 26px; }
.logo { font: 700 24px Georgia, serif; color: var(--burgundy); white-space: nowrap; }
.logo span { display: inline-block; margin-left: 5px; font: 800 11px Inter, sans-serif; letter-spacing: 1.6px; color: var(--gold-dark); }
.nav nav { display: flex; gap: 20px; margin-left: auto; font-size: 13px; font-weight: 650; }
.nav nav a { padding: 8px 0; }
.nav nav a:hover { color: var(--burgundy); }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; background: var(--burgundy); color: #fff; padding: 13px 19px; border-radius: 12px; font-weight: 800; border: 1px solid var(--burgundy); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(67, 11, 30, .18); }
.btn.small { min-height: 38px; padding: 9px 14px; font-size: 12px; }
.btn.ghost { background: transparent; border-color: #d7b567; color: #fff; }
.btn.ghostdark { background: transparent; color: var(--burgundy); }
.btn.goldbtn { background: var(--gold); border-color: var(--gold); color: #351018; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.hero { background: radial-gradient(circle at 80% 20%, #a4274a 0, #641329 35%, #280b14 100%); color: #fff; padding: 70px 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .8fr; align-items: center; gap: 55px; }
.hero h1 { margin: 16px 0 24px; font: 700 clamp(42px, 6vw, 76px)/.98 Georgia, serif; letter-spacing: -.03em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { max-width: 680px; font-size: 18px; line-height: 1.7; color: #f3dfe4; }
.hero-photo { width: 100%; height: 600px; border-radius: 160px 160px 28px 28px; border: 2px solid #d8b65e; box-shadow: 0 24px 70px #0008; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; display: block; }
.eyebrow { font-size: 12px; letter-spacing: 2.2px; font-weight: 900; color: #8d2940; }
.eyebrow.gold, .gold { color: var(--gold); }
.stats { display: flex; gap: 30px; margin-top: 38px; }
.stats div { display: flex; flex-direction: column; }
.stats b { font-size: 20px; color: var(--gold); }
.stats span { font-size: 11px; color: #d7bec4; }

.section { padding: 90px 0; scroll-margin-top: 72px; }
.section h2 { margin: 10px 0 20px; font: 700 clamp(34px, 4vw, 52px) Georgia, serif; color: #5f1428; }
.section p { line-height: 1.8; }
.lead { max-width: 760px; color: var(--muted); }
.profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.profile-card { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(95, 20, 40, .2); }
.profile-card img { width: 100%; display: block; }
.profile p { font-size: 17px; color: #665356; }
.identity { display: flex; flex-direction: column; gap: 5px; border-left: 4px solid var(--gold-dark); padding: 14px 20px; margin-top: 24px; }
.identity b { font-size: 22px; }

.burg { background: var(--burgundy-mid); color: #fff; }
.burg h2 { color: #fff; }
.light { color: #eadce0; }
.cream { background: var(--cream); }
.gallery { display: grid; gap: 14px; margin-top: 30px; }
.gallery.four { grid-template-columns: repeat(4, 1fr); }
.gallery.three { grid-template-columns: repeat(3, 1fr); }
.business-gallery .image-button { border-radius: 18px; overflow: hidden; background: #3c0c1a; }
.business-gallery img { width: 100%; height: 320px; object-fit: cover; display: block; transition: transform .25s ease; }
.business-gallery button:hover img { transform: scale(1.025); }

.filters { position: relative; z-index: 2; display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0; pointer-events: auto; }
.filters button { position: relative; z-index: 3; appearance: none; border: 1px solid #d7c5bb; background: #fff; color: #3c2228; padding: 10px 15px; border-radius: 999px; cursor: pointer; pointer-events: auto; touch-action: manipulation; -webkit-tap-highlight-color: rgba(116, 22, 46, .16); transition: background .2s ease, color .2s ease, transform .2s ease; }
.filters button:hover { transform: translateY(-1px); border-color: var(--burgundy); }
.filters button.active { background: var(--burgundy); border-color: var(--burgundy); color: #fff; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #eadbd3; border-radius: 18px; box-shadow: 0 8px 24px rgba(95, 20, 40, .04); }
.product[hidden] { display: none !important; }
.product-img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #fff8f3; }
.product-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 18px; }
.product small { color: #9b6d42; font-weight: 800; }
.product h3 { min-height: 50px; margin: 8px 0; font-size: 20px; line-height: 1.25; }
.product p { color: #766166; line-height: 1.6; }
.product .btn { margin-top: auto; }
.price { font-size: 20px; font-weight: 900; color: var(--burgundy); }
.prod-note { margin-top: 0; font-size: .86rem; opacity: .75; }
.note { margin-top: 22px; color: #7c696d; font-size: 12px; line-height: 1.65; }

.achievement-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; margin: 36px 0 28px; }
.achievement-feature > .image-button { overflow: hidden; border-radius: 20px; box-shadow: 0 16px 40px rgba(55, 13, 29, .12); }
.achievement-feature img { display: block; width: 100%; }
.achievement-feature h3 { margin: 14px 0 12px; font: 700 36px Georgia, serif; color: #68142a; }
.badge { display: inline-block; background: #68142a; color: #fff; border-radius: 999px; padding: 8px 12px; font-size: 11px; font-weight: 900; }
.achievement-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.achievement-card { margin: 0; overflow: hidden; background: #fff; border: 1px solid #e7d7cc; border-radius: 18px; box-shadow: 0 10px 28px rgba(65, 15, 33, .08); }
.achievement-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.achievement-card:nth-child(n+3) img { aspect-ratio: 4 / 5; object-fit: contain; background: #fff; }
.achievement-card figcaption { padding: 13px 15px; color: #4d202b; font-size: 14px; font-weight: 800; }

@media (min-width: 901px) {
  .achievement-gallery { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .achievement-card { grid-column: span 2; }
  .achievement-card:nth-last-child(2):nth-child(3n + 1) { grid-column: 2 / span 2; }
}

.journey-section { background: #fffaf5; }
.journey-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.journey-gallery figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid #eadfce; border-radius: 22px; box-shadow: 0 12px 34px rgba(55, 22, 31, .08); }
.journey-gallery img { display: block; width: 100%; height: 430px; object-fit: cover; }
.journey-gallery figcaption { padding: 14px 16px; color: #4c1825; font-weight: 700; }

.testimonial-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; margin-top: 28px; }
.testimonial-card { overflow: hidden; aspect-ratio: 2 / 3; padding: 7px; background: #fff; border-radius: 18px; box-shadow: 0 12px 35px rgba(0, 0, 0, .2); }
.testimonial-card img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 12px; background: #fff; }
.testimonial-disclaimer { max-width: 900px; margin: 24px auto 0; color: rgba(255, 255, 255, .75); font-size: 13px; line-height: 1.65; text-align: center; }

.price-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 28px 0 34px; }
.price-card { margin: 0; overflow: hidden; background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(70, 18, 34, .1); }
.price-card img { display: block; width: 100%; height: auto; }
.price-card figcaption { padding: 12px 14px; font-size: .85rem; font-weight: 800; }
.cta-card { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; padding: 36px; background: #fff; border: 1px solid #e2cfc5; border-radius: 24px; box-shadow: 0 18px 50px rgba(107, 24, 48, .07); }
.cta-card h3 { margin: 0; font: 700 32px Georgia, serif; color: #65152a; }
.cta-card .actions { margin-top: 0; justify-content: flex-end; }

.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.social-card { display: flex; align-items: center; gap: 14px; padding: 20px; background: #fff; border: 1px solid #e6d8c6; border-radius: 20px; color: #431420; box-shadow: 0 10px 30px rgba(55, 22, 31, .07); transition: transform .2s ease, box-shadow .2s ease; }
.social-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(55, 22, 31, .12); }
.social-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #6f1730; color: #f5d68a; font-size: 22px; font-weight: 800; }
.social-card div { display: flex; flex: 1; min-width: 0; flex-direction: column; }
.social-card b { font-size: 17px; }
.social-card small { overflow: hidden; margin-top: 3px; color: #7d6a70; text-overflow: ellipsis; white-space: nowrap; }
.social-card strong { color: #8a6b24; font-size: 22px; }

.map-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; overflow: hidden; background: #fff; border: 1px solid #eaded4; border-radius: 24px; box-shadow: 0 18px 50px rgba(49, 9, 24, .08); }
.map-card iframe { width: 100%; height: 430px; border: 0; }
.map-copy { align-self: center; padding: 34px; }
.map-copy h3 { margin-top: 0; font: 700 28px Georgia, serif; color: #65152a; }

.image-button { appearance: none; display: block; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; cursor: zoom-in; text-align: inherit; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; background: rgba(17, 5, 9, .92); }
.lightbox img { max-width: min(1100px, 94vw); max-height: 90vh; object-fit: contain; border-radius: 12px; box-shadow: 0 28px 80px #0009; }
.lightbox-close { position: fixed; top: 18px; right: 22px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #ffffff55; border-radius: 50%; color: #fff; background: #300c18; font-size: 30px; cursor: pointer; }

footer { background: #230a11; color: #e9d7dc; padding: 48px 0; text-align: center; }
footer p { margin-bottom: 0; }
footer a { color: #f3d893; }
.float { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-weight: 900; box-shadow: 0 8px 30px #0004; }

@media (max-width: 800px) {
  .nav { gap: 12px; }
  .nav nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { padding: 42px 0; }
  .hero-grid, .profile, .achievement-feature, .cta-card, .map-card { grid-template-columns: 1fr; }
  .hero-photo { height: 500px; order: -1; border-radius: 110px 110px 24px 24px; }
  .hero h1 { font-size: 44px; }
  .stats { gap: 16px; flex-wrap: wrap; }
  .gallery.four, .gallery.three { grid-template-columns: repeat(2, 1fr); }
  .business-gallery img { height: 260px; }
  .products { grid-template-columns: repeat(2, 1fr); }
  .achievement-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-gallery { grid-template-columns: 1fr; }
  .journey-gallery img { height: auto; max-height: 620px; }
  .testimonial-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card .actions { justify-content: flex-start; }
  .map-card { gap: 0; }
  .map-card iframe { height: 330px; }
  .map-copy { padding: 24px; }
  .section { padding: 65px 0; }
}

@media (max-width: 520px) {
  .wrap { width: min(92%, 440px); }
  .logo { font-size: 20px; }
  .logo span { display: none; }
  .hero-photo { height: 440px; }
  .hero h1 { font-size: 38px; }
  .stats b { font-size: 17px; }
  .section h2 { font-size: 34px; }
  .business-gallery img { height: 210px; }
  .products, .price-gallery, .social-grid { grid-template-columns: 1fr; }
  .product h3 { min-height: 0; }
  .achievement-gallery { grid-template-columns: 1fr; }
  .achievement-feature h3 { font-size: 30px; }
  .testimonial-gallery { grid-template-columns: 1fr; gap: 16px; }
  .testimonial-card { padding: 5px; border-radius: 12px; }
  .testimonial-card img { border-radius: 8px; }
  .cta-card { padding: 24px; }
  .lightbox { padding: 12px; }
}
