:root {
  --ink: #162432;
  --muted: #5f6e78;
  --gold: #c5974b;
  --cream: #f6f1e8;
  --white: #ffffff;
  --line: #e6dfd4;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Montserrat, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 5vw, 70px); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(0,0,0,.06); backdrop-filter: blur(8px); }
.brand { text-decoration: none; display: grid; line-height: 1.05; }
.brand-main { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: .02em; }
.brand-sub { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.header-contact { display: grid; text-align: right; font-size: 13px; color: var(--muted); }
.header-contact a { color: var(--ink); font-weight: 800; text-decoration: none; font-size: 18px; }
.hero { min-height: 760px; position: relative; display: flex; align-items: center; padding: 140px clamp(22px, 6vw, 92px) 80px; overflow: hidden; }
.hero-bg, .cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.01); }
.hero-bg { background-image: url('https://static.wixstatic.com/media/c40bc9_ab1e1c2e6a104babad041d6f887f5642~mv2.jpg/v1/fill/w_1281%2Ch_1920%2Cal_c%2Cq_90%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/c40bc9_ab1e1c2e6a104babad041d6f887f5642~mv2.jpg'); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,24,32,.74), rgba(10,24,32,.30) 52%, rgba(10,24,32,.10)); }
.hero-content { position: relative; max-width: 650px; color: white; }
h1 { font-size: clamp(58px, 9vw, 116px); line-height: .92; margin: 0 0 28px; letter-spacing: -.04em; font-weight: 800; }
h1 span { color: var(--gold); }
.hero-content p { max-width: 560px; font-size: clamp(19px, 2.2vw, 30px); line-height: 1.35; margin: 0 0 34px; }
.button, button { display: inline-block; border: 0; background: var(--gold); color: white; padding: 14px 24px; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.section { padding: 82px clamp(22px, 6vw, 92px); max-width: 1200px; margin: 0 auto; }
.alt { max-width: none; background: var(--cream); }
.alt > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.lead { font-size: clamp(24px, 3vw, 42px); line-height: 1.2; font-weight: 800; margin: 0 0 52px; text-align: center; }
h2 { font-size: clamp(30px, 4vw, 54px); line-height: 1.05; text-transform: uppercase; letter-spacing: -.03em; margin: 0 0 30px; }
.about-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.about-grid p { font-size: 18px; color: #243544; }
.profile-card { text-align: center; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 22px 50px rgba(0,0,0,.07); }
.profile-card img { width: min(260px, 80%); aspect-ratio: 1; object-fit: cover; border-radius: 999px; display: block; margin: 0 auto 22px; }
.profile-card h3 { margin: 0; font-size: 22px; }
.profile-card p { margin: 4px 0 0; color: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote-card { background: white; border-radius: 22px; padding: 28px; box-shadow: 0 18px 40px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.04); }
.quote-card h3 { margin: 0 0 12px; font-size: 18px; }
.quote-card p { color: #334653; margin: 0; font-size: 15px; }
.cta-band { position: relative; min-height: 380px; display: grid; place-items: center; text-align: center; color: white; overflow: hidden; }
.cta-bg { background-image: url('https://static.wixstatic.com/media/11062b_4a2523cc714b43feb5ae9de13dac1ad4f000.jpg/v1/fill/w_980%2Ch_551%2Cal_c%2Cq_85%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/11062b_4a2523cc714b43feb5ae9de13dac1ad4f000.jpg'); filter: grayscale(.15); }
.cta-overlay { position: absolute; inset: 0; background: rgba(15,28,38,.62); }
.cta-content { position: relative; padding: 60px 22px; }
.cta-content h2 { margin-bottom: 12px; }
.cta-content p { margin: 0; font-size: 22px; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 76px); align-items: start; }
.contact-copy p { margin: 10px 0; color: #334653; }
.contact-copy a { color: var(--ink); font-weight: 700; }
.contact-form { display: grid; gap: 16px; background: var(--cream); padding: clamp(24px, 4vw, 44px); border-radius: 28px; border: 1px solid var(--line); }
label span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
input, textarea { width: 100%; border: 1px solid #d9d0c2; border-radius: 14px; padding: 14px 16px; font: inherit; background: white; color: var(--ink); }
input:focus, textarea:focus { outline: 3px solid rgba(197,151,75,.25); border-color: var(--gold); }
.site-footer { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 28px clamp(22px, 6vw, 92px); background: #111b24; color: rgba(255,255,255,.82); font-size: 14px; }
.site-footer a { margin-right: 18px; color: white; text-decoration: none; }
.site-footer p { margin: 0; }
@media (max-width: 820px) {
  .site-header { position: static; align-items: flex-start; }
  .header-contact { font-size: 12px; }
  .header-contact a { font-size: 15px; }
  .hero { min-height: 640px; padding-top: 90px; }
  .about-grid, .testimonial-grid, .contact { grid-template-columns: 1fr; }
  .testimonial-grid { gap: 18px; }
}
@media (max-width: 560px) {
  .site-header { display: grid; }
  .header-contact { text-align: left; }
  h1 { font-size: 58px; }
}
