:root {
  --ink: #18221f;
  --green: #163629;
  --green-deep: #0f261e;
  --gold: #b8953b;
  --gold-light: #d7bc70;
  --cream: #f6f2e9;
  --paper: #fbfaf6;
  --line: #d9d2c6;
  --muted: #5e625e;
  --white: #fff;
  --shadow: 0 18px 45px rgba(20, 26, 23, .12);
  --display: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}
img { display: block; width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 28, 24, .96);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(9px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; width: max-content; }
.brand-name { font-family: var(--display); font-size: 24px; letter-spacing: .04em; line-height: 1.05; }
.brand-sub { margin-top: 6px; font-size: 9px; letter-spacing: .28em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav a { text-decoration: none; opacity: .94; }
.nav a:hover { opacity: 1; }
.phone-nav { padding: 12px 17px; background: var(--gold); color: #111 !important; font-weight: 700; border-radius: 2px; }

.hero { min-height: 615px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url('images/wedding-reaction.jpg');
  background-size: cover;
  background-position: 62% 43%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,15,13,.88) 0%, rgba(8,15,13,.72) 33%, rgba(8,15,13,.18) 59%, rgba(8,15,13,.06) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-copy { width: min(610px, 54%); padding: 76px 0 70px; }
.eyebrow { margin: 0 0 14px; color: #776a4b; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .24em; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { font-family: var(--display); font-weight: 400; margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 5.3vw, 78px); line-height: .98; letter-spacing: -.028em; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4vw, 57px); line-height: 1.03; letter-spacing: -.025em; }
h3 { margin-bottom: 8px; font-size: 22px; }
.hero-lead { max-width: 590px; margin: 0 0 27px; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.93); }
.credentials { margin: 24px 0 0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; line-height: 1.7; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 21px; text-decoration: none; font-weight: 700; border-radius: 2px; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.btn-gold { background: linear-gradient(180deg, #cdb160, #aa8730); color: #141711; border: 1px solid rgba(255,255,255,.28); }
.btn-large { padding: 16px 29px; font-size: 19px; }

.section { padding: 80px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.intro { background: #fbfaf7; }
.intro-grid p:not(.eyebrow), .performance p:not(.eyebrow), .about-copy p { color: var(--muted); font-size: 16px; }
.image-frame { margin: 0; box-shadow: var(--shadow); overflow: hidden; }
.intro-image { aspect-ratio: 1.6/1; }
.intro-image img, .performance-image img { height: 100%; object-fit: cover; }
.intro-image img { object-position: 50% 30%; }

.service-cards { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 210px; padding: 30px 22px 25px; background: white; border: 1px solid #e6e0d5; text-align: center; }
.service-card .icon { color: var(--gold); font-family: var(--display); font-size: 40px; line-height: 1; margin-bottom: 16px; }
.service-card h3 { font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: 47% 53%; min-height: 590px; }
.split-image { overflow: hidden; }
.split-image img { height: 100%; object-fit: cover; object-position: 52% 43%; }
.split-copy { padding: 82px clamp(42px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; background: #f8f6f0; }
.split-copy > p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.song-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 10px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 5px 0 5px 28px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #8b742e; font-weight: 700; }
.small-note { margin-top: 24px; font-size: 14px; }

.performance { background: #f0ede6; }
.performance-grid { align-items: stretch; }
.performance-image { height: 430px; }
.performance-image img { object-position: 50% 42%; }
.feature-row { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-row article { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,.62); border: 1px solid #e0d8ca; padding: 22px; }
.feature-row h3 { font-family: var(--sans); font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.feature-row p { margin: 0; color: var(--muted); font-size: 13px; }
.feature-icon { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid #d1c19a; color: var(--gold); font-size: 21px; }

.about-local { background: white; }
.about-grid { display: grid; grid-template-columns: 230px 1fr 330px; gap: 34px; align-items: stretch; }
.about-photo { margin: 0; overflow: hidden; min-height: 360px; }
.about-photo img { height: 100%; object-fit: cover; object-position: 52% 33%; }
.about-copy { padding: 15px 0; }
.about-copy h2 { font-size: 45px; }
.local-card { background: #f5f2ea; padding: 28px; border: 1px solid #e4ddd0; }
.local-card p { color: var(--muted); font-size: 14px; }
.local-card strong { font-size: 13px; }
.areas { line-height: 1.8; }
.mountain-line { margin-top: 20px; color: #9f9481; font-family: var(--display); text-align: center; font-size: 46px; letter-spacing: -.18em; }

.faq-section { padding: 72px 0 76px; background: #f7f4ec; border-top: 1px solid #e8e0d2; border-bottom: 1px solid #e8e0d2; }
.faq-heading { text-align: center; margin-bottom: 40px; }
.faq-heading h2 { font-size: 34px; margin-bottom: 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
details { border-bottom: 1px solid #cfc6b8; }
summary { cursor: pointer; list-style: none; padding: 18px 32px 18px 0; position: relative; font-size: 14px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; top: 15px; font-size: 19px; font-weight: 400; }
details[open] summary::after { content: '–'; }
details p { margin: -3px 0 18px; padding-right: 34px; color: var(--muted); font-size: 14px; }

.call-section { min-height: 340px; position: relative; display: grid; place-items: center; color: white; text-align: center; background: url('images/mountain-bagpiper.png') center 55% / cover no-repeat; }
.call-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,31,28,.68), rgba(12,25,21,.92)); }
.call-inner { position: relative; z-index: 2; padding: 70px 0; }
.call-inner h2 { margin-bottom: 12px; font-size: 50px; }
.call-inner p:not(.eyebrow) { margin: 0 0 24px; color: rgba(255,255,255,.82); }

.site-footer { background: #101915; color: rgba(255,255,255,.76); padding: 47px 0 24px; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.footer-brand { color: white; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { text-decoration: none; }
.footer-note { text-align: right; }
.footer-bottom { margin-top: 42px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 20px; opacity: .66; }

@media (max-width: 980px) {
  .wrap { width: min(100% - 34px, 760px); }
  .nav a:not(.phone-nav) { display: none; }
  .hero { min-height: 660px; }
  .hero-photo { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,15,13,.88), rgba(8,15,13,.58) 62%, rgba(8,15,13,.23)); }
  .hero-copy { width: 70%; }
  .two-col { grid-template-columns: 1fr; }
  .intro-image { max-height: 430px; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-image { min-height: 560px; }
  .feature-row { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 220px 1fr; }
  .local-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-note { text-align: left; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 28px, 540px); }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; }
  .brand-name { font-size: 20px; }
  .phone-nav { font-size: 12px; padding: 10px 12px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-photo { background-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,15,13,.95) 0%, rgba(8,15,13,.84) 48%, rgba(8,15,13,.18) 100%); }
  .hero-copy { width: 100%; padding: 235px 0 50px; }
  h1 { font-size: 50px; }
  h2 { font-size: 40px; }
  .hero-lead { font-size: 16px; }
  .section { padding: 58px 0; }
  .service-cards { grid-template-columns: 1fr; margin-top: 36px; }
  .service-card { min-height: 0; }
  .split-image { min-height: 430px; }
  .split-copy { padding: 58px 28px; }
  .song-lists { grid-template-columns: 1fr; gap: 0; }
  .performance-image { height: 370px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { min-height: 430px; }
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
  .faq-heading h2 { font-size: 30px; }
  .call-inner h2 { font-size: 40px; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
}
