.home-hero{
  position:relative;
  min-height:clamp(640px,82vh,860px);
  display:grid;
  align-items:center;
  overflow:hidden;
  border-radius:0 0 38px 38px
}
.hero-photo{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,
.08),rgba(255,255,255,
.02) 45%,rgba(245,249,250,
.2)),url("../assets/images/lake-meridian-afh-exterior-kent-wa.png") center 48%/cover no-repeat
}
.hero-content{
  position:relative;
  display:flex;
  justify-content:flex-end;
  padding-top:40px
}
.hero-glass{
  width:min(520px,100%);
  padding:clamp(28px,4vw,44px);
  border:1px solid rgba(255,255,255,
.66);
  border-radius:30px;
  background:linear-gradient(125deg,rgba(255,255,255,
.62),rgba(255,255,255,
.3));
  box-shadow:0 24px 70px rgba(25,40,60,
.13);
  backdrop-filter:blur(16px) saturate(1.08)
}
.hero-glass h1{
  font-size:clamp(2.5rem,4vw,4.35rem)
}
.hero-glass p:not(.eyebrow){
  font-size:1.14rem;
  color:rgba(23,50,61,
.78)
}
.trust-card{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:26px;
  padding:32px
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px
}
.trust-grid span{
  padding:14px;
  border-radius:16px;
  background:var(--brand-surface);
  border:1px solid rgba(123,175,43,
.16)
}
.split-card{
  display:grid;
  grid-template-columns:1fr .86fr;
  gap:34px;
  align-items:center;
  padding:clamp(28px,5vw,48px)
}
.split-card .image-card{
  aspect-ratio:4/3;
  border-radius:24px
}
.photo-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 48px)/3);
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:4px 2px 18px;
  scrollbar-width:none
}
.photo-carousel::-webkit-scrollbar{
  display:none
}
.photo-carousel .photo-card{
  scroll-snap-align:start;
  min-width:0
}
.photo-carousel img{
  aspect-ratio:4/3
}
.carousel-controls{
  display:flex;
  gap:10px
}
.carousel-controls button{
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(23,143,189,
.18);
  background:#fff;
  color:var(--brand-blue-dark);
  font-weight:900;
  cursor:pointer
}
.carousel-controls button:disabled{
  opacity:.42;
  cursor:not-allowed
}
.tour-cta{
  display:grid;
  grid-template-columns:.9fr 1fr;
  gap:30px;
  align-items:center;
  padding:18px
}
.tour-cta figure{
  margin:0;
  border-radius:22px;
  overflow:hidden;
  height:100%;
  min-height:360px
}
.tour-cta img{
  width:100%;
  height:100%;
  object-fit:cover
}
.tour-cta>div{
  padding:clamp(20px,4vw,36px)
}
.visit-card{
  display:grid;
  grid-template-columns:1fr .8fr 1fr auto;
  gap:16px;
  align-items:center;
  padding:20px;
  margin-bottom:20px
}
.visit-card div{
  min-width:0
}
.visit-card strong{
  display:block;
  color:var(--brand-ink)
}
.visit-card span,
.visit-card a{
  overflow-wrap:anywhere
}
.visit-actions{
  display:flex;
  gap:10px
}
.map-card{
  padding:10px;
  overflow:hidden
}
.map-card iframe{
  width:100%;
  height:clamp(340px,46vw,520px);
  border:0;
  border-radius:22px;
  display:block
}
.page-hero{
  padding:54px 0 34px;
  background:linear-gradient(180deg,#fff,var(--brand-ivory))
}
.page-hero-grid{
  display:grid;
  grid-template-columns:1fr minmax(220px,320px);
  gap:28px;
  align-items:center;
  padding:clamp(28px,5vw,48px);
  border:1px solid var(--brand-border);
  border-radius:var(--radius-lg);
  background:radial-gradient(circle at 90% 12%,rgba(23,143,189,
.09),transparent 22rem),rgba(255,255,255,
.96);
  box-shadow:var(--shadow-soft)
}
.page-hero h1{
  font-size:clamp(2.35rem,4vw,4.25rem)
}
.page-hero p:not(.eyebrow){
  max-width:720px;
  font-size:1.08rem
}
.proof-card{
  padding:24px;
  border-radius:22px;
  background:var(--brand-surface);
  border:1px solid rgba(23,143,189,
.14)
}
.proof-card strong{
  display:block;
  color:var(--brand-blue-dark);
  font-size:2rem;
  line-height:1
}
.proof-card span{
  display:block;
  margin-top:8px;
  color:var(--brand-muted);
  font-weight:800
}
.owner-grid{
  display:grid;
  grid-template-columns:minmax(280px,420px) 1fr;
  gap:28px;
  align-items:stretch
}

.owner-spotlight-shell{
  padding:clamp(18px,3vw,32px);
  border:1px solid rgba(31,92,120,.12);
  border-radius:var(--radius-xl);
  background:
    radial-gradient(circle at 12% 8%,rgba(201,165,92,.1),transparent 22rem),
    radial-gradient(circle at 92% 6%,rgba(22,143,189,.09),transparent 24rem),
    linear-gradient(145deg,#fff,var(--brand-ivory));
  box-shadow:0 28px 76px rgba(18,52,70,.12);
}
.owner-profile-grid{
  display:grid;
  grid-template-columns:minmax(320px,.94fr) 1fr;
  gap:clamp(28px,5vw,58px);
  align-items:stretch;
}
.owner-photo-panel,
.owner-copy-panel{
  border:1px solid rgba(31,92,120,.1);
  border-radius:30px;
  background:rgba(255,255,255,.86);
  box-shadow:var(--shadow-card);
}
.owner-photo-panel{
  overflow:hidden;
}
.owner-photo-card{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:30px 30px 0 0;
  background:var(--brand-ivory);
}
.owner-photo-card img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:cover;
  object-position:center center;
}
.owner-credential-ribbon{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding:16px 20px;
  background:linear-gradient(135deg,rgba(23,74,103,.95),rgba(38,59,71,.9));
  color:#fff;
  backdrop-filter:blur(12px);
}
.owner-credential-ribbon span{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 12px;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.35;
}
.owner-credential-ribbon span+span{
  border-left:1px solid rgba(255,255,255,.14);
}
.owner-credential-ribbon strong{
  color:#fff;
  font-size:.78rem;
}
.owner-icon{
  position:relative;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  width:34px;
  height:34px;
  border:1.5px solid currentColor;
  border-radius:12px;
  color:#d9b769;
}
.owner-icon::before,
.owner-icon::after{
  content:none;
  display:none;
}
.owner-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.owner-credential-ribbon .owner-icon{
  background:rgba(255,255,255,.08);
  border-color:rgba(217,183,105,.85);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.owner-quote{
  margin:26px;
  padding:28px 30px;
  border:1px solid rgba(31,92,120,.1);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,rgba(251,250,247,.78));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.owner-quote::before{
  content:"\201C";
  display:block;
  color:rgba(201,165,92,.72);
  font-family:var(--font-display);
  font-size:4rem;
  line-height:.7;
}
.owner-quote p{
  color:var(--brand-ink);
  font-family:var(--font-display);
  font-size:1.18rem;
  font-style:italic;
  line-height:1.45;
}
.owner-quote cite{
  display:block;
  margin-top:14px;
  color:var(--brand-gold);
  font-style:normal;
  font-weight:900;
}
.owner-copy-panel{
  padding:clamp(34px,5vw,58px);
}
.owner-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#c68e2e;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.owner-kicker::before{
  content:"";
  width:18px;
  height:18px;
  border:2px solid currentColor;
  border-radius:50% 50% 45% 45%;
}
.owner-kicker::after{
  content:"";
  display:block;
  width:72px;
  height:2px;
  margin-left:2px;
  background:linear-gradient(90deg,#c68e2e,transparent);
}
.owner-copy-panel h2{
  margin-top:30px;
  color:#10294b;
  font-size:clamp(3rem,5vw,4.7rem);
}
.owner-role{
  margin:10px 0 24px;
  color:#c68e2e;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.owner-copy-panel>p:not(.owner-kicker):not(.owner-role){
  max-width:620px;
  font-size:1.08rem;
  line-height:1.75;
}
.owner-copy-panel>p+p{
  margin-top:22px;
}
.owner-detail-block{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:16px;
  margin-top:34px;
}
.owner-detail-block>span{
  width:34px;
  height:34px;
  margin-top:2px;
  border:2px solid #c68e2e;
  border-radius:8px;
  color:#c68e2e;
  box-shadow:0 0 0 6px rgba(201,165,92,.08);
}
.owner-detail-block h3{
  display:inline-block;
  margin-bottom:16px;
  color:#10294b;
  font-size:1.04rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.owner-detail-block h3::after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  margin-top:10px;
  background:#c68e2e;
}
.owner-highlight-cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:36px;
}
.owner-highlight-cards article{
  display:grid;
  place-items:center;
  gap:10px;
  min-height:122px;
  padding:16px 12px;
  border:1px solid rgba(31,92,120,.12);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,rgba(251,250,247,.78));
  text-align:center;
  box-shadow:0 10px 26px rgba(18,52,70,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.owner-highlight-cards article:hover{
  transform:translateY(-3px);
  border-color:rgba(22,143,189,.24);
  box-shadow:0 16px 34px rgba(18,52,70,.1);
}
.owner-highlight-cards span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid rgba(22,143,189,.18);
  border-radius:14px;
  color:#10294b;
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
}
.owner-highlight-cards strong{
  color:#10294b;
  font-size:.82rem;
  line-height:1.35;
  text-transform:uppercase;
}
.portrait-placeholder{
  margin:0;
  min-height:520px;
  border-radius:var(--radius-lg);
  border:1px dashed rgba(23,143,189,
.28);
  background:radial-gradient(circle at 50% 20%,rgba(23,143,189,
.12),transparent 16rem),linear-gradient(145deg,#fff,var(--brand-surface));
  display:grid;
  place-items:center;
  text-align:center
}
.portrait-placeholder span{
  color:var(--brand-blue-dark);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.76rem
}
.portrait-placeholder strong{
  display:block;
  margin-top:10px;
  font-family:var(--font-display);
  color:var(--brand-ink);
  font-size:2.3rem
}
.portrait-placeholder small{
  color:var(--brand-muted);
  font-weight:800
}
.owner-bio{
  padding:clamp(28px,5vw,46px)
}
.owner-bio h2 span{
  font-family:var(--font-body);
  font-size:1rem;
  color:var(--brand-blue-dark)
}
.owner-bio p+p{
  margin-top:16px
}
.chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px
}
.chip-row span{
  padding:10px 12px;
  border-radius:999px;
  background:var(--brand-surface);
  border:1px solid rgba(123,175,43,
.16)
}
.highlight-grid,
.shortcut-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}
.mini-card{
  border:1px solid var(--brand-border);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-soft)
}
.mini-card span,
.shortcut-card span{
  width:14px;
  height:14px;
  display:block;
  border-radius:50%;
  background:var(--brand-green);
  box-shadow:0 0 0 5px rgba(123,175,43,
.12)
}
.story-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.story-grid .card,
.quote-card{
  padding:32px
}
.quote-card p{
  font-family:var(--font-display);
  font-size:clamp(1.7rem,3vw,2.5rem);
  color:var(--brand-ink);
  line-height:1.18
}
.photo-triptych,
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}
.photo-triptych img,
.gallery-grid img{
  aspect-ratio:4/3
}
.gallery-stack{
  display:grid;
  gap:44px
}
.gallery-group{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:28px;
  align-items:start
}
.gallery-grid.single{
  grid-template-columns:minmax(0,
.66fr)
}

.gallery-grid.gallery-grid-single-wide{
  grid-template-columns:minmax(0,1fr);
  max-width:min(100%,980px);
}

.gallery-grid.gallery-grid-single-wide .photo-card{
  width:100%;
}

.gallery-grid.gallery-grid-single-wide .photo-card img{
  aspect-ratio:16/9;
  min-height:clamp(360px,44vw,560px);
  object-fit:cover;
}

.gallery-grid.gallery-grid-single-wide .photo-card figcaption{
  min-height:auto;
}
.inquiry-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:24px;
  align-items:start
}
.contact-card,
.inquiry-form{
  padding:clamp(24px,4vw,36px)
}
.contact-list{
  display:grid;
  gap:12px;
  margin-top:22px
}
.contact-list p{
  padding:14px;
  border:1px solid var(--brand-border);
  border-radius:16px;
  background:#fff
}
.contact-list strong{
  display:block;
  color:var(--brand-ink)
}
.reassurance,
.form-note{
  margin-top:16px;
  color:var(--brand-muted);
  font-size:.92rem
}
.inquiry-form{
  border:1px solid var(--brand-border);
  border-radius:var(--radius-lg);
  background:#fff;
  box-shadow:var(--shadow-soft)
}
.form-heading{
  margin-bottom:22px
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-bottom:14px
}
.inquiry-form .field+.button,
.inquiry-form>.button{
  margin-top:18px
}
.shortcut-card{
  display:grid;
  gap:10px;
  color:var(--brand-ink)
}
.shortcut-card small{
  color:var(--brand-muted)
}
.tour-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.tour-info-grid .card,
.legal{
  padding:clamp(24px,4vw,36px)
}
.legal h2{
  margin-top:24px;
  font-family:var(--font-body);
  font-size:1.25rem
}
.legal p+p{
  margin-top:12px
}
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:100;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(7,63,88,
.86);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease
}
.image-lightbox.is-open{
  opacity:1;
  pointer-events:auto
}
.image-lightbox img{
  max-width:min(1100px,92vw);
  max-height:84vh;
  border-radius:20px;
  box-shadow:0 28px 80px rgba(0,0,0,
.34)
}
.lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:var(--brand-ink);
  font-size:1.5rem;
  cursor:pointer
}
.reveal{
  opacity:1;
  transform:translateY(0);
  transition:opacity .5s ease,transform .5s ease
}
.js .reveal:not(.is-visible){
  opacity:1;
  transform:translateY(0)
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0)
}
@media(max-width:1024px){
  .highlight-grid,
.shortcut-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.owner-profile-grid{
  grid-template-columns:1fr;
}
.gallery-group,
.inquiry-grid,
.owner-grid,
.split-card,
.tour-cta,
.visit-card,
.page-hero-grid{
  grid-template-columns:1fr
}
.photo-carousel{
  grid-auto-columns:calc((100% - 24px)/2)
}

}
@media(max-width:720px){
  .home-hero{
  min-height:auto;
  padding:230px 0 28px;
  border-radius:0 0 28px 28px
}
.hero-photo{
  background-position:center top
}
.hero-content{
  padding-top:0
}
.hero-glass{
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,
.72)
}
.hero-glass h1{
  font-size:clamp(2.08rem,9vw,2.75rem)
}
.trust-card,
.trust-grid,
.form-grid,
.story-grid,
.photo-triptych,
.gallery-grid,
.tour-info-grid,
.highlight-grid,
.shortcut-grid{
  grid-template-columns:1fr
}
.photo-carousel{
  grid-auto-columns:100%
}
.gallery-group{
  gap:18px
}
.gallery-grid.single{
  grid-template-columns:1fr
}
.gallery-grid.gallery-grid-single-wide .photo-card img{
  aspect-ratio:4/3;
  min-height:280px
}
.footer-bottom{
  display:grid
}
.owner-spotlight-shell{
  padding:14px;
  border-radius:26px;
}
.owner-photo-panel,
.owner-copy-panel{
  border-radius:24px;
}
.owner-photo-card{
  border-radius:24px 24px 0 0;
}
.owner-credential-ribbon{
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:12px 10px;
}
.owner-credential-ribbon span{
  display:grid;
  justify-items:center;
  text-align:center;
  padding:0 6px;
  gap:7px;
  font-size:.64rem;
}
.owner-credential-ribbon span+span{
  border-left:1px solid rgba(255,255,255,.14);
  border-top:0;
}
.owner-credential-ribbon .owner-icon{
  width:30px;
  height:30px;
}
.owner-quote{
  margin:18px;
  padding:24px;
}
.owner-copy-panel{
  padding:28px 22px;
}
.owner-copy-panel h2{
  font-size:clamp(2.6rem,12vw,3.5rem);
}
.owner-kicker{
  letter-spacing:.13em;
}
.owner-kicker::after{
  width:42px;
}
.owner-detail-block{
  grid-template-columns:34px 1fr;
}
.owner-highlight-cards{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(251, 250, 247, 0.88));
  pointer-events: none;
}

.hero-photo {
  filter: saturate(1.04) brightness(1.04);
}

.hero-glass {
  position: relative;
  border-color: rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(251, 250, 247, 0.42)),
    radial-gradient(circle at 100% 0%, rgba(45, 156, 219, 0.12), transparent 14rem);
  box-shadow: 0 28px 78px rgba(25, 40, 60, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.hero-glass::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 42%;
  border-radius: 29px 29px 999px 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent);
  pointer-events: none;
}

.hero-glass > * {
  position: relative;
}

.trust-card {
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 156, 219, 0.1), transparent 20rem),
    linear-gradient(145deg, #fff, var(--brand-ivory));
}

.trust-grid span {
  border-color: rgba(47, 107, 83, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 246, 243, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 22px rgba(25, 40, 60, 0.05);
}

.split-card,
.tour-cta,
.visit-card,
.page-hero-grid,
.owner-grid > *,
.inquiry-form,
.contact-card,
.quote-card,
.legal {
  border-radius: var(--radius-xl);
}

.split-card,
.tour-cta,
.page-hero-grid,
.inquiry-form,
.contact-card,
.quote-card,
.legal {
  background:
    radial-gradient(circle at 92% 0%, rgba(45, 156, 219, 0.075), transparent 20rem),
    var(--card-gradient);
  box-shadow: var(--shadow-card);
}

.image-card,
.split-card .image-card,
.tour-cta figure,
.portrait-placeholder {
  box-shadow: 0 18px 46px rgba(25, 40, 60, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.photo-carousel {
  padding: 8px 4px 26px;
}

.photo-carousel .photo-card,
.gallery-grid .photo-card,
.photo-triptych .photo-card {
  min-height: 100%;
}

.carousel-controls button {
  box-shadow: 0 10px 26px rgba(25, 40, 60, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.carousel-controls button:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(45, 156, 219, 0.34);
  box-shadow: 0 16px 36px rgba(25, 40, 60, 0.11);
}

.visit-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 255, 0.78));
  box-shadow: var(--shadow-card);
}

.map-card {
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow-lift);
}

.map-card iframe {
  border-radius: 26px;
}

.portrait-placeholder {
  background:
    radial-gradient(circle at 50% 18%, rgba(45, 156, 219, 0.12), transparent 16rem),
    linear-gradient(145deg, #fff, var(--brand-sage));
}

.contact-list p {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}

.inquiry-form {
  border-top: 4px solid var(--brand-blue);
}

.proof-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 248, 255, 0.72));
}

@media(max-width:720px) {
  .hero-glass {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(251, 250, 247, 0.48)),
      radial-gradient(circle at 100% 0%, rgba(45, 156, 219, 0.11), transparent 12rem);
  }

  .trust-card,
  .split-card,
  .tour-cta,
  .visit-card,
  .page-hero-grid,
  .inquiry-form,
  .contact-card {
    border-radius: 26px;
  }
}

.hero-glass {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(18, 52, 70, 0.18);
}

.page-hero-grid,
.trust-card,
.split-card,
.tour-cta,
.visit-card,
.inquiry-form,
.contact-card,
.quote-card,
.legal {
  position: relative;
  overflow: hidden;
}

.page-hero-grid::before,
.trust-card::before,
.split-card::before,
.tour-cta::before,
.visit-card::before,
.inquiry-form::before,
.contact-card::before,
.quote-card::before,
.legal::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--card-accent);
}

.page-hero-grid > *,
.trust-card > *,
.split-card > *,
.tour-cta > *,
.visit-card > *,
.inquiry-form > *,
.contact-card > *,
.quote-card > *,
.legal > * {
  position: relative;
}

.trust-grid span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trust-grid span::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--brand-green);
  box-shadow: 0 0 0 5px rgba(122, 168, 70, 0.13);
}

.trust-grid span:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 143, 189, 0.24);
  box-shadow: 0 14px 30px rgba(18, 52, 70, 0.09);
}

.service-card:nth-child(3n + 1)::before {
  background: linear-gradient(90deg, var(--brand-blue), rgba(22, 143, 189, 0.22));
}

.service-card:nth-child(3n + 2)::before {
  background: linear-gradient(90deg, var(--brand-green), rgba(122, 168, 70, 0.2));
}

.service-card:nth-child(3n)::before {
  background: linear-gradient(90deg, var(--brand-gold), rgba(201, 165, 92, 0.2));
}

.photo-carousel {
  cursor: grab;
}

.photo-carousel:active {
  cursor: grabbing;
}

.photo-carousel .photo-card {
  display: grid;
  grid-template-rows: minmax(280px, 1fr) auto;
}

.photo-carousel .photo-card img {
  min-height: 280px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 102, 141, 0.22);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.carousel-dots button.is-active {
  width: 30px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue-dark));
}

.carousel-dots button:hover {
  transform: translateY(-1px);
  background: var(--brand-blue);
}

.form-note {
  min-height: 1.5em;
}

.inquiry-form.was-validated input:invalid,
.inquiry-form.was-validated select:invalid,
.inquiry-form.was-validated textarea:invalid {
  border-color: rgba(190, 82, 72, 0.55);
  box-shadow: 0 0 0 4px rgba(190, 82, 72, 0.1);
}

@media(max-width:1024px) {
  .photo-carousel .photo-card {
    grid-template-rows: minmax(260px, 1fr) auto;
  }
}

@media(max-width:720px) {
  .photo-carousel .photo-card {
    grid-template-rows: minmax(248px, 1fr) auto;
  }

  .photo-carousel .photo-card img {
    min-height: 248px;
  }

  .carousel-dots {
    margin-top: 0;
  }
}

/* Final owner spotlight polish */
.owner-profile-grid {
  align-items: start;
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1fr);
}

.owner-photo-panel {
  display: grid;
  align-content: start;
  align-self: start;
}

.owner-photo-card img {
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  object-position: center 38%;
}

.owner-credential-ribbon {
  position: static;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #073f58, #0d668d);
}

.owner-photo-heading {
  display: grid;
  gap: 5px;
  color: #fff;
}

.owner-photo-heading strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1;
}

.owner-photo-heading span {
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.owner-credential-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.owner-credential-list span {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  text-align: center;
  padding: 0 12px;
}

.owner-credential-list span + span {
  border-left: 1px solid rgba(255,255,255,.18);
}

.owner-credential-list strong {
  color: #fff;
  font-size: .73rem;
  line-height: 1.35;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.owner-quote {
  margin: 24px;
  padding: clamp(22px, 3vw, 30px);
}

.owner-copy-panel > p:not(.owner-kicker):not(.owner-role) {
  max-width: 64ch;
  line-height: 1.62;
}

.owner-detail-block {
  margin-top: 26px;
  padding-top: 6px;
}

.owner-highlight-cards article {
  min-height: 126px;
  padding: 18px 14px;
  align-content: center;
}

.owner-highlight-cards strong {
  max-width: 100%;
  font-size: .8rem;
  line-height: 1.32;
}

.owner-highlight-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.owner-copy-panel {
  padding: clamp(30px, 4vw, 46px);
}

.owner-copy-panel h2 {
  margin-top: 22px;
}

.owner-copy-panel > p + p {
  margin-top: 16px;
}

.owner-detail-block h3 {
  margin-bottom: 10px;
}

@media(max-width:1024px){
  .owner-profile-grid {
    grid-template-columns: 1fr;
  }

  .owner-photo-panel {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media(max-width:720px){
  .owner-photo-card img {
    aspect-ratio: 1.05 / 1;
  }

  .owner-credential-ribbon {
    position: static;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .owner-credential-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .owner-credential-list span + span {
    border-left: 0;
    border-left: 1px solid rgba(255,255,255,.18);
    border-top: 0;
    padding-top: 0;
  }

  .owner-highlight-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:420px){
  .owner-highlight-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-hero {
    padding: 255px 0 32px;
  }

  .hero-content {
    justify-content: center;
  }

  .hero-glass {
    width: min(82vw, 334px);
    padding: 20px;
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(251, 250, 247, 0.26)),
      radial-gradient(circle at 96% 0%, rgba(45, 156, 219, 0.12), transparent 10rem);
    border-color: rgba(255, 255, 255, 0.56);
    box-shadow: 0 20px 54px rgba(18, 52, 70, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(13px) saturate(1.08);
  }

  .hero-glass::before {
    height: 34%;
    border-radius: 21px 21px 999px 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent);
  }

  .hero-glass h1 {
    font-size: clamp(1.82rem, 7.8vw, 2.34rem);
    line-height: 1.05;
  }

  .hero-glass p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
  }

  .split-card {
    padding: 22px 14px 14px;
    gap: 22px;
  }

  .split-card .section-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .split-card .image-card {
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 260px;
    border-radius: 22px;
  }

  .split-card .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .photo-carousel {
    grid-auto-columns: 100%;
    gap: 16px;
    padding: 4px 0 18px;
    justify-items: center;
  }

  .photo-carousel .photo-card {
    width: 100%;
    scroll-snap-align: center;
  }

  .photo-carousel .photo-card img {
    width: 100%;
    min-height: clamp(270px, 72vw, 340px);
    object-fit: cover;
  }
}
