
:root{
  --navy:#0F2A44;
  --navy-deep:#081B2E;
  --gold:#B99B5B;
  --ivory:#FAF7F1;
  --stone:#E7E1D7;
  --charcoal:#2E2E2E;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--charcoal);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 44px));margin:auto}

.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(15,42,68,.09)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-name{font-family:Georgia,'Times New Roman',serif;font-size:22px;letter-spacing:.20em;color:var(--navy);white-space:nowrap}
.brand-sub{font-size:9px;letter-spacing:.33em;color:var(--navy);margin-top:6px}
.nav{display:flex;align-items:center;gap:22px;font-size:13px;color:var(--navy)}
.nav a:not(.btn){padding:28px 0 25px}
.nav a:not(.btn):hover{color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;background:var(--gold);color:#fff;text-transform:uppercase;letter-spacing:.10em;font-size:12px;border:1px solid var(--gold);transition:.2s ease}
.btn:hover{background:#a98a4d;transform:translateY(-1px)}
.mobile-toggle{display:none;background:none;border:0;font-size:28px;color:var(--navy)}

.hero{background:var(--navy-deep);color:#fff}
.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;min-height:590px}
.hero-copy{padding:64px 42px 54px max(28px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center;background:linear-gradient(112deg,#071827 0%,#10283f 88%)}
.hero-media{background-image:linear-gradient(90deg,rgba(8,27,46,.20),rgba(8,27,46,.02)),url('home.jpg');background-size:cover;background-position:center 36%}
.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:12px}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.06;margin:0;color:var(--navy)}
.hero h1{font-size:clamp(52px,5.7vw,82px);color:#fff;max-width:650px}
.hero p{font-size:17px;max-width:590px;color:rgba(255,255,255,.93);margin:20px 0}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0 26px;max-width:650px}
.trust-item{display:flex;gap:10px;align-items:flex-start;font-size:13px}
.trust-icon{color:var(--gold);font-size:23px;line-height:1}
.micro{font-size:12px;color:rgba(255,255,255,.73);margin-top:14px}

.home-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#fff}
.service-block{display:grid;grid-template-columns:1fr 1fr;min-width:0;min-height:330px;border-bottom:1px solid var(--stone)}
.service-block:nth-child(1){border-right:1px solid var(--stone)}
.service-image img{width:100%;height:100%;object-fit:cover}
.service-block.social img{object-position:58% center}
.service-block.wedding img{object-position:52% center}
.service-copy{padding:38px 30px;display:flex;flex-direction:column;justify-content:center}
.service-copy h2{font-size:38px;margin-bottom:12px}
.service-copy p{font-size:14px;color:#3c4a56}
.text-link{display:inline-block;margin-top:12px;color:var(--navy);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--gold);padding-bottom:3px}

.features-wrap{background:#fff;padding:20px 0 18px}
.one-couple-title{text-align:center;color:var(--navy);font-family:Georgia,'Times New Roman',serif;font-size:18px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:12px}
.features{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dbcba9}
.feature{text-align:center;padding:22px 18px;border-right:1px solid var(--stone)}
.feature:last-child{border-right:0}
.feature-icon{font-size:31px;color:var(--gold);margin-bottom:8px}
.feature strong{display:block;font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:21px;font-weight:400;line-height:1.1}
.feature span{font-size:13px;color:#3a4c60}

.testimonial{background:linear-gradient(90deg,rgba(8,27,46,.92),rgba(8,27,46,.98)),url('reviews.jpg');background-size:cover;background-position:center 44%;color:#fff;padding:48px 0}
.quote{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:26px;line-height:1.42;text-align:center;max-width:850px;margin:auto}
.quote small{display:block;margin-top:16px;font-family:Arial,sans-serif;font-style:normal;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}

.experience{display:grid;grid-template-columns:.72fr 1.08fr .9fr;background:#fff}
.experience-photo img{width:100%;height:100%;object-fit:cover;object-position:center 16%}
.experience-copy{padding:46px 44px}
.experience-copy h2{font-size:46px;margin-bottom:14px}
.experience-copy p{font-size:15px;color:#405064}
.credentials{padding:42px 44px 36px 28px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--stone)}
.cred{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:11px 0;color:var(--navy);font-size:14px}
.cred-icon{font-size:22px;color:var(--gold)}

.final-cta{background:linear-gradient(90deg,rgba(250,247,241,.96),rgba(250,247,241,.72)),url('contact.jpg');background-size:cover;background-position:center 55%;padding:38px 0}
.final-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:40px;align-items:center}
.final-cta h2{font-size:42px}
.final-cta p{margin:8px 0 0;color:#3d4e5e}

.page-hero{background:var(--navy-deep);color:white}
.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:480px}
.page-hero-copy{padding:70px 48px 64px max(28px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center}
.page-hero h1{font-size:clamp(48px,5vw,70px);color:#fff}
.page-hero p{font-size:18px;max-width:620px;color:rgba(255,255,255,.9)}
.page-hero-img{background-size:cover;background-repeat:no-repeat}
.page-hero-img.social{background-image:url('social.jpg');background-position:58% center}
.page-hero-img.wedding{background-image:url('wedding.jpg');background-position:52% center}
.page-hero-img.about{background-image:url('about.jpg');background-position:center 16%}
.page-hero-img.reviews{background-image:url('reviews.jpg');background-position:center 44%}
.page-hero-img.contact{background-image:url('contact.jpg');background-position:center 54%}

.section{padding:78px 0}
.section-white{background:#fff}
.section-stone{background:#f2eee7}
.section-navy{background:var(--navy);color:#fff}
.section-navy h2,.section-navy h3{color:#fff}
.section-title{font-size:clamp(38px,4vw,58px);max-width:850px}
.lead{font-size:19px;max-width:830px;color:#485564}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.bullets{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 28px}
.bullet{padding:13px 0;border-bottom:1px solid var(--stone);color:var(--navy)}
.info-card{background:var(--navy);color:#fff;padding:36px}
.info-card h3{color:#fff;font-size:34px}
.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.review-card{background:#fff;padding:30px;border-left:3px solid var(--gold);box-shadow:0 8px 26px rgba(15,42,68,.05)}
.review-card p{font-family:Georgia,'Times New Roman',serif;font-size:21px;line-height:1.48}
.review-card strong{color:var(--navy)}
.contact-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:48px}
form{display:grid;gap:15px}
label{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:5px}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cec7bc;background:#fff;font:inherit}
textarea{min-height:150px}
.notice{font-size:12px;color:#666}

.footer{background:#071b2e;color:#fff;padding:30px 0}
.footer-inner{display:grid;grid-template-columns:1.2fr 1.5fr .8fr;align-items:center;gap:26px}
.footer .brand-name,.footer .brand-sub{color:#fff}
.footer-nav{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:12px}
.footer-note{text-align:right;font-size:12px;color:rgba(255,255,255,.72)}

@media(max-width:1050px){
  .nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:20px 24px;border-bottom:1px solid var(--stone)}
  .nav.open{display:flex}
  .mobile-toggle{display:block}
  .hero-grid,.page-hero-grid,.grid-2,.contact-wrap,.final-grid{grid-template-columns:1fr}
  .hero-media{min-height:500px;background-position:center 30%;order:-1}
  .page-hero-img{min-height:430px;order:-1}
  .home-services{grid-template-columns:1fr}
  .service-block:nth-child(1){border-right:0}
  .experience{grid-template-columns:.8fr 1.2fr}
  .credentials{grid-column:1/-1;border-left:0;border-top:1px solid var(--stone);display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .header-inner{height:68px}
  .brand-name{font-size:17px}
  .brand-sub{font-size:7px}
  .hero-copy,.page-hero-copy{padding:44px 20px}
  .hero h1{font-size:48px}
  .hero-media{min-height:370px;background-position:center 24%}
  .trust-row{grid-template-columns:1fr}
  .service-block{grid-template-columns:1fr}
  .service-image{height:300px}
  .service-copy{padding:28px 22px 34px}
  .features{grid-template-columns:1fr 1fr}
  .feature:nth-child(2){border-right:0}
  .feature:nth-child(-n+2){border-bottom:1px solid var(--stone)}
  .experience{grid-template-columns:1fr}
  .experience-photo{height:430px}
  .experience-photo img{object-position:center 8%}
  .credentials{display:block;padding:26px 24px}
  .review-grid,.bullets{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;text-align:left}
  .footer-nav{justify-content:flex-start}
  .footer-note{text-align:left}
  .btn{width:100%}
}

/* V2.2 homepage seam correction */
.testimonial{margin:0;border:0}
.experience{margin:0;border:0;line-height:1.55}
.experience-photo{margin:0;padding:0;overflow:hidden;background:#fff}
.experience-photo img{display:block;margin:0;padding:0;border:0;width:100%;height:100%;object-fit:cover}

/* V2.5 — clearer lesson venue in footer */
.footer-map-link{
  display:inline-block;
  margin-top:.45rem;
  color:var(--gold);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid rgba(185,155,91,.55);
  padding-bottom:2px;
}
.footer-map-link:hover,
.footer-map-link:focus{
  border-bottom-color:currentColor;
}
