/* Shutteris Stage 7A.4 — gallery, pricing, locations & rentals presentation. Solid colours only. */
.stage7a4-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:34px}.stage7a4-section-head>div{max-width:880px}.stage7a4-section-head h2,.stage7a4-gallery-head h2{margin:10px 0 0;font-size:clamp(38px,4.4vw,68px);line-height:.98;letter-spacing:-.045em}.stage7a4-section-head p,.stage7a4-gallery-head p{margin:18px 0 0;max-width:760px;line-height:1.65;color:#555}.stage7a4-section-head.light h2,.stage7a4-section-head.light p{color:#fff}.stage7a4-text-link{font-weight:900;white-space:nowrap;color:#AD2826;border-bottom:2px solid #AD2826;padding-bottom:4px}.stage7a4-head-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.stage7a4-outline-light{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border:1px solid #fff;color:#fff;font-weight:900;text-decoration:none}.stage7a4-rentals{background:#070707!important;color:#fff}.stage7a4-rental-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stage7a4-rental-card{min-height:340px;padding:30px;border:1px solid #303030;background:#111;color:#fff;display:flex;flex-direction:column;text-decoration:none;transition:transform .22s ease,border-color .22s ease}.stage7a4-rental-card:hover{transform:translateY(-6px);border-color:#C5A45D}.stage7a4-card-no{width:42px;height:42px;border:1px solid #C5A45D;color:#C5A45D;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:900}.stage7a4-rental-card>div{margin-top:52px}.stage7a4-rental-card small{color:#C5A45D;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.stage7a4-rental-card h3{margin:10px 0 0;font-size:clamp(30px,3vw,44px);line-height:1;letter-spacing:-.04em}.stage7a4-rental-card p{color:#c6c6c6;line-height:1.6}.stage7a4-rental-card b{margin-top:auto;color:#fff}.stage7a4-pricing{background:#F7F5F2}.stage7a4-price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stage7a4-price-card{min-height:240px;padding:26px;border:1px solid #d8d3cd;background:#fff;color:#111;display:flex;flex-direction:column;text-decoration:none;transition:transform .22s ease,border-color .22s ease}.stage7a4-price-card:hover{transform:translateY(-5px);border-color:#AD2826}.stage7a4-price-card span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#AD2826}.stage7a4-price-card strong{margin-top:58px;font-size:clamp(28px,2.8vw,42px);line-height:1;letter-spacing:-.035em}.stage7a4-price-card small{margin-top:auto;color:#6b6b6b;font-size:13px}.stage7a4-price-card.dark{background:#0B0B0B;color:#fff;border-color:#0B0B0B}.stage7a4-price-card.dark span{color:#C5A45D}.stage7a4-price-card.dark small{color:#bcbcbc}.stage7a4-gallery{background:#080808;color:#fff;padding:clamp(64px,8vw,110px) max(4vw,28px)}.stage7a4-gallery-head{max-width:1320px;margin:0 auto 36px;display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.stage7a4-gallery-head>div{max-width:820px}.stage7a4-gallery-head p{color:#c5c5c5}.stage7a4-gallery-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:240px;gap:12px}.stage7a4-gallery-item{position:relative;overflow:hidden;background:#171717;color:#fff;text-decoration:none}.stage7a4-gallery-item.tall{grid-row:span 2}.stage7a4-gallery-item.wide{grid-column:span 2}.stage7a4-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.stage7a4-gallery-item:hover img{transform:scale(1.025)}.stage7a4-gallery-item span{position:absolute;left:16px;bottom:16px;background:#AD2826;color:#fff;padding:8px 11px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.stage7a4-locations{background:#fff}.stage7a4-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stage7a4-location-card{min-height:330px;padding:30px;border:1px solid #ddd;background:#fff;display:flex;flex-direction:column}.stage7a4-location-card.main{border-top:5px solid #AD2826}.stage7a4-location-card.service{background:#0B0B0B;color:#fff;border-color:#0B0B0B}.stage7a4-location-card>span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.11em;color:#AD2826}.stage7a4-location-card.service>span{color:#C5A45D}.stage7a4-location-card h3{margin:42px 0 0;font-size:clamp(32px,3.4vw,48px);line-height:1;letter-spacing:-.04em}.stage7a4-location-card p{line-height:1.65;color:#5d5d5d}.stage7a4-location-card.service p{color:#c7c7c7}.stage7a4-location-meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 24px}.stage7a4-location-meta b{font-size:11px;padding:7px 9px;border:1px solid #ddd}.stage7a4-location-card.service .stage7a4-location-meta b{border-color:#444;color:#C5A45D}.stage7a4-location-card>a{margin-top:auto;font-weight:900;color:#AD2826}.stage7a4-location-card.service>a{color:#fff}
@media(max-width:1050px){.stage7a4-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stage7a4-rental-grid,.stage7a4-location-grid{grid-template-columns:1fr}.stage7a4-rental-card,.stage7a4-location-card{min-height:270px}.stage7a4-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:260px}}
@media(max-width:760px){.stage7a4-rentals,.stage7a4-pricing,.stage7a4-locations{padding-left:20px!important;padding-right:20px!important}.stage7a4-section-head,.stage7a4-gallery-head{display:block}.stage7a4-section-head h2,.stage7a4-gallery-head h2{font-size:clamp(34px,10vw,48px)}.stage7a4-text-link,.stage7a4-head-actions,.stage7a4-gallery-head>.btn{display:inline-flex;margin-top:18px}.stage7a4-head-actions{justify-content:flex-start}.stage7a4-price-grid{grid-template-columns:1fr}.stage7a4-price-card{min-height:205px}.stage7a4-price-card strong{margin-top:42px}.stage7a4-gallery{padding:64px 20px}.stage7a4-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.stage7a4-gallery-item.tall{grid-row:span 2}.stage7a4-gallery-item.wide{grid-column:span 2}.stage7a4-rental-card{padding:24px}.stage7a4-rental-card>div{margin-top:38px}.stage7a4-location-card{padding:24px}.stage7a4-location-card h3{margin-top:32px}}
@media(max-width:480px){.stage7a4-gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.stage7a4-gallery-item.tall,.stage7a4-gallery-item.wide{grid-row:auto;grid-column:auto}.stage7a4-gallery-item{min-height:260px}}
@media(prefers-reduced-motion:reduce){.stage7a4-rental-card,.stage7a4-price-card,.stage7a4-gallery-item img{transition:none!important}}
