:root {
  --red: #7b0908;
  --red-dark: #590302;
  --green: #234c27;
  --gold: #b67a24;
  --cream: #f8efd9;
  --paper: #f4e7c9;
  --ink: #2c251f;
  --shadow: 0 12px 30px rgba(59, 23, 10, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7eedc; font-family: "Libre Baskerville", Georgia, serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 70px; padding: 10px clamp(18px, 4vw, 58px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: white; background: linear-gradient(180deg, #8f110e, #680503); border-bottom: 5px solid #4f0705; box-shadow: 0 4px 14px rgba(0,0,0,.24); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 7px; background: radial-gradient(circle at 7px 0, transparent 6px, #6f0806 6.5px) 0 0/14px 7px repeat-x; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: "Great Vibes", cursive; font-size: clamp(1.8rem, 3vw, 2.65rem); white-space: nowrap; }
.holly { color: #7cb34c; font-family: Georgia, serif; font-size: 2rem; transform: rotate(-15deg); }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 25px; font-family: Arial, sans-serif; font-size: .86rem; text-transform: uppercase; }
.site-nav a { padding: 9px 0 6px; text-decoration: none; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a:focus { border-color: #f4d7b5; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.65); border-radius: 5px; padding: 8px 11px; color: white; background: transparent; font: inherit; }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(330px, .9fr) minmax(400px, 1.1fr); background: radial-gradient(circle at 18% 20%, rgba(255,255,255,.85), transparent 34%), linear-gradient(90deg, #f5ead4, #ddc7a9); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: clamp(55px, 8vw, 105px) 5vw 55px 8vw; align-self: center; text-align: center; }
.eyebrow { color: var(--gold); letter-spacing: .16em; text-transform: uppercase; font-size: .8rem; }
.hero h1 { margin: 0; color: var(--red); font-family: "Great Vibes", cursive; font-size: clamp(4.6rem, 8.6vw, 8.7rem); font-weight: 400; line-height: .78; text-shadow: 0 2px 0 rgba(255,255,255,.6); }
.hero h1 small { display: block; margin: 15px 0 7px; font-family: "Cormorant Garamond", serif; font-size: .27em; font-weight: 600; }
.tagline { max-width: 520px; margin: 42px auto 26px; color: #17451f; font-family: "Cormorant Garamond", serif; font-size: clamp(1.55rem, 2.8vw, 2.25rem); font-weight: 600; line-height: 1.05; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid rgba(255,255,255,.75); border-radius: 4px; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .03em; font: 700 .9rem Arial, sans-serif; box-shadow: inset 0 0 0 3px rgba(255,255,255,.12), 0 4px 12px rgba(0,0,0,.15); cursor: pointer; }
.button-red { background: var(--red); }
.button-green { background: var(--green); }
.button:hover { transform: translateY(-1px); filter: brightness(1.06); }
.hero-photo { min-height: 620px; background: linear-gradient(90deg, rgba(245,234,212,.3), transparent 23%), url("assets/hero.jpg") center/cover no-repeat; }
.section { padding: 45px clamp(18px, 3vw, 46px) 58px; }
.parchment, .gallery-section { background-color: var(--paper); background-image: radial-gradient(rgba(123, 76, 25, .08) .65px, transparent .65px); background-size: 5px 5px; }
.section-heading { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 25px; color: var(--gold); }
.section-heading h2 { margin: 0; color: var(--red); font-family: "Cormorant Garamond", serif; font-size: clamp(2.7rem, 5vw, 4.2rem); line-height: 1; text-transform: uppercase; }
.section-heading span { font-size: 2.2rem; }
.service-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.service-card { position: relative; overflow: hidden; text-align: center; background: rgba(255,250,237,.82); border: 1px solid #c08c39; border-radius: 12px; box-shadow: 0 3px 10px rgba(79,42,9,.08); }
.service-card img { width: 100%; height: 185px; object-fit: cover; }
.service-icon { width: 58px; height: 58px; margin: -29px auto 4px; position: relative; display: grid; place-items: center; color: var(--green); background: #fff8e7; border: 2px dotted #a76e34; border-radius: 50%; font-size: 1.75rem; }
.service-card h3 { margin: 5px 8px 4px; color: var(--red); font-family: "Cormorant Garamond", serif; font-size: 1.35rem; text-transform: uppercase; }
.service-card p { margin: 0; padding: 0 15px 25px; font-family: Arial, sans-serif; font-size: .92rem; }
.about-section { display: grid; grid-template-columns: 1fr 1.45fr; min-height: 350px; background: #f7ecd7; }
.about-photo { min-height: 350px; background: url("assets/meet.jpg") center/cover no-repeat; }
.about-copy { padding: 42px clamp(28px, 5vw, 80px); align-self: center; }
.about-copy h2, .contact-section h2 { margin: 0 0 14px; color: var(--red); font-family: "Cormorant Garamond", serif; font-size: clamp(2.6rem, 5vw, 4.1rem); text-transform: uppercase; line-height: 1; }
.about-copy p { max-width: 760px; font-size: 1.05rem; }
.script-line { color: var(--green); font-family: "Great Vibes", cursive; font-size: clamp(2rem, 4vw, 3.2rem) !important; line-height: 1.1; }
.gallery-grid { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 14px; }
.gallery-grid img { width: 100%; height: 250px; object-fit: cover; border: 8px solid rgba(255,255,255,.7); box-shadow: var(--shadow); }
.testimonial-section { color: white; text-align: center; background: linear-gradient(rgba(80,4,4,.87), rgba(80,4,4,.87)), url("assets/footer.jpg") center/cover; }
.section-heading.light h2, .section-heading.light { color: #f9e6be; }
blockquote { max-width: 900px; margin: 0 auto; font-family: "Great Vibes", cursive; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.18; }
.contact-section { padding: 18px clamp(18px, 4vw, 54px); display: grid; grid-template-columns: 1.25fr .95fr; gap: 28px; background: #f6ead2; }
.contact-intro { padding: 30px 3vw; text-align: center; }
.contact-intro h2 { font-family: "Great Vibes", cursive; text-transform: none; font-weight: 400; }
.contact-intro img { width: min(100%, 500px); height: 190px; margin: 22px auto 0; object-fit: cover; box-shadow: var(--shadow); }
.contact-card { margin: 15px 0; padding: 30px; border: 1px dashed #b68649; background: rgba(255,250,239,.72); box-shadow: 0 8px 18px rgba(82,45,12,.12); }
.contact-card h2 { text-align: center; font-size: 2.7rem; }
.email-link { display: block; margin-bottom: 18px; color: var(--green); text-align: center; font-family: Arial, sans-serif; font-weight: 700; word-break: break-word; }
form { display: grid; gap: 7px; }
label { font-size: .85rem; font-weight: 700; }
input, textarea { width: 100%; padding: 11px 12px; border: 1px solid #b69a74; border-radius: 4px; background: #fffdf6; font: inherit; }
textarea { resize: vertical; }
form .button { margin-top: 7px; border: 0; }
.contact-card .script-line { margin-bottom: 0; text-align: center; color: var(--red); }
.site-footer { padding: 30px 18px; color: white; text-align: center; background: linear-gradient(rgba(101,6,4,.86),rgba(101,6,4,.86)), url("assets/footer.jpg") center/cover; }
.site-footer p { margin: 0 auto 10px; max-width: 780px; font-family: "Great Vibes", cursive; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.05; }
@media (max-width: 1050px) {
  .site-header { flex-wrap: wrap; }
  .brand { flex: 1; }
  .menu-toggle { display: block; }
  .site-nav { display: none; width: 100%; justify-content: center; padding: 8px 0 3px; }
  .site-nav.open { display: flex; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 20px 35px; }
  .hero h1 { font-size: clamp(4.1rem, 20vw, 7rem); }
  .hero-photo { min-height: 430px; background-position: center 30%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section, .contact-section { grid-template-columns: 1fr; }
  .about-photo { min-height: 300px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .brand { font-size: 1.75rem; }
  .site-nav { flex-direction: column; align-items: center; }
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-card img { height: 220px; }
  .gallery-grid img { height: 240px; }
  .section-heading span { display: none; }
}
