.gallery{max-width:1200px;margin:110px auto;padding:0 28px}.gallery-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:38px}.gallery-head h2{margin-bottom:0}.gallery-head>p{color:var(--muted);line-height:1.7;font-size:1.04rem;margin:0 0 8px}.gallery-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:16px}.gallery-grid figure{position:relative;margin:0;min-height:290px;overflow:hidden;border-radius:24px;background:var(--cream)}.gallery-grid .gallery-main{grid-row:1/3;min-height:596px}.gallery-grid img{width:100%;height:100%;position:absolute;object-fit:cover;transition:transform .5s ease}.gallery-grid figure:hover img{transform:scale(1.025)}.gallery-grid figcaption{position:absolute;left:16px;right:16px;bottom:16px;padding:16px 18px;background:rgba(255,253,248,.93);backdrop-filter:blur(10px);border:1px solid #ffffffcc;border-radius:15px;box-shadow:0 8px 28px #17382c22}.gallery-grid figcaption b,.gallery-grid figcaption span{display:block}.gallery-grid figcaption b{font-size:.93rem}.gallery-grid figcaption span{font-size:.76rem;color:var(--muted);margin-top:4px}.gallery-cta{margin-top:18px;background:#f7e7d2;border-radius:22px;padding:24px 28px;display:flex;justify-content:space-between;align-items:center}.gallery-cta b,.gallery-cta span{display:block}.gallery-cta span{font-size:.8rem;color:var(--muted);margin-top:4px}.gallery-cta a{background:var(--navy);color:#fff;text-decoration:none;font-weight:850;padding:15px 19px;border-radius:999px;font-size:.83rem}
@media(max-width:850px){.gallery{margin:75px auto}.gallery-head{grid-template-columns:1fr;gap:20px}.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.gallery-grid .gallery-main{grid-row:auto;min-height:470px}.gallery-grid figure{min-height:330px}.gallery-cta{align-items:flex-start;gap:18px;flex-direction:column}.gallery-cta a{width:100%;text-align:center}}
@media(max-width:520px){.gallery{padding:0 14px}.gallery-grid .gallery-main,.gallery-grid figure{min-height:340px;border-radius:20px}.gallery-head h2{font-size:2.7rem}.gallery-grid figcaption{left:10px;right:10px;bottom:10px}}
@media(prefers-reduced-motion:reduce){.gallery-grid img{transition:none}}
