/* Photo-led Home. Shared header, navigation, buttons and enquiry remain in styles.css. */
.visual-home { --black: #030303; background: var(--black); }
.visual-home main { padding: 0; }
.visual-home main section { scroll-margin-top: 80px; }
.home-container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.home-hero { position: relative; min-height: max(680px,100svh); isolation: isolate; overflow: hidden; }
.home-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; z-index: -2; }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(0,0,0,.46),rgba(0,0,0,.08) 34%,rgba(0,0,0,.24) 55%,rgba(0,0,0,.85)); }
.home-hero-copy { position: absolute; inset: auto 5% 19%; text-align: center; }
.home-hero-copy .eyebrow { margin: 0 0 22px; color: #f4f4f4; font-size: .8rem; letter-spacing: .22em; }
.home-hero h1 { margin: 0 auto; max-width: 1400px; font-size: clamp(2.4rem,3.65vw,4.4rem); font-weight: 200; line-height: 1.24; letter-spacing: .035em; text-wrap: balance; }
.home-explore { position: absolute; z-index: 2; left: 50%; bottom: 34px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 12px; max-width: calc(100% - 40px); color: #f5f5f5; font-size: .875rem; text-align: center; text-decoration: none; }
.home-explore svg { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; transition: transform 1100ms var(--ease); }
.home-explore:hover svg, .home-explore:focus-visible svg { transform: translateY(8px); }
.home-section-heading h2 { margin: 0; max-width: 780px; font-size: clamp(2rem,3.15vw,3.5rem); line-height: 1.32; font-weight: 300; letter-spacing: -.018em; text-wrap: balance; }
.home-section-heading h2 > span { color: #b1b1b1; }
.home-section-heading > p:not(.eyebrow) { margin: 18px 0 0; color: #c5c5c5; font-size: 1.0625rem; line-height: 1.65; max-width: 640px; }
.home-section-heading .eyebrow { margin: 0 0 20px; color: #c9c9c9; font-size: .8rem; letter-spacing: .2em; }
.home-values { padding-block: 104px 90px; }
.home-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: 58px; }
.home-value-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 460px; aspect-ratio: .65; overflow: hidden; isolation: isolate; border-top: 1px solid rgba(255,40,0,.72); }
.home-value-card::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg,rgba(255,40,0,.72) 0%,rgba(255,40,0,.42) 45%,rgba(255,40,0,0) 96%) left top / 1px 100% no-repeat, linear-gradient(180deg,rgba(255,40,0,.72) 0%,rgba(255,40,0,.42) 45%,rgba(255,40,0,0) 96%) right top / 1px 100% no-repeat; }
.home-value-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1600ms var(--ease); }
.home-value-card:nth-child(1) > img { object-position: 60% 50%; }
.home-value-card:nth-child(2) > img { object-position: 50% 50%; }
.home-value-card:nth-child(3) > img { object-position: 52% 47%; }
.home-value-card:nth-child(4) > img { object-position: 50% 50%; }
.home-value-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(0,0,0,.08) 15%,rgba(0,0,0,.15) 35%,rgba(0,0,0,.84) 67%,#030303 100%); }
.home-value-card > div { position: relative; padding: 210px 23px 25px; }
.home-value-card h3 { margin: 0; font-size: clamp(1.2rem,1.55vw,1.6rem); font-weight: 450; line-height: 1.4; letter-spacing: -.02em; }
.home-value-card h3::after { content: ""; display: block; width: 20px; height: 1px; margin-top: 13px; background: #c5c5c5; }
.home-value-card p { margin: 21px 0 0; font-size: 1rem; line-height: 1.65; color: #e0e0e0; }
.home-section-action { display: flex; justify-content: flex-end; margin-top: 40px; }
.home-offer { position: relative; isolation: isolate; overflow: hidden; }
.home-scene-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.home-offer > .home-scene-image { object-position: 50% 50%; }
.home-offer::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,#030303 0,rgba(3,3,3,.82) 14%,rgba(0,0,0,.12) 43%,rgba(0,0,0,.25) 57%,#030303 93%); }
.home-offer-content { padding-block: 85px 60px; }
.home-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: clamp(230px,24vw,400px); }
.home-service-grid article { display: flex; flex-direction: column; align-items: flex-start; padding: 30px 28px 24px; background: rgba(20,20,20,.78); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(10px); overflow-wrap: anywhere; hyphens: auto; }
.home-service-grid h3 { margin: 0; font-size: 1.3rem; font-weight: 450; line-height: 1.4; }
.home-service-grid p { margin: 18px 0 24px; color: #ccc; font-size: 1rem; line-height: 1.6; }
.home-service-grid .text-link { max-width: 100%; margin-top: auto; font-size: .875rem; line-height: 1.5; }
.home-service-grid .text-link > span { flex-shrink: 0; }
.home-guidance { display: table; margin: 42px auto 0; font-size: .9375rem; line-height: 1.6; text-align: center; }
.home-feature { position: relative; isolation: isolate; overflow: hidden; }
.home-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,#030303,rgba(0,0,0,.65) 15%,rgba(0,0,0,.06) 39%,rgba(0,0,0,.3) 61%,rgba(0,0,0,.87) 91%,#030303); }
.home-feature-content { min-height: min(900px,85vw); padding-block: 85px 75px; display: flex; flex-direction: column; justify-content: space-between; gap: 290px; }
.home-concierge .home-scene-image { object-position: 50% 76%; }
.home-location .home-scene-image { object-position: 50% 60%; }
.home-location::after { background: linear-gradient(180deg,#030303,rgba(0,0,0,.58) 19%,rgba(0,0,0,.04) 41%,rgba(0,0,0,.35) 63%,rgba(0,0,0,.9) 94%,#030303); }
.home-feature-caption { align-self: flex-end; width: min(410px,100%); }
.home-feature-caption > p:first-child { margin: 0 0 25px; border-left: 1px solid #aaa; padding-left: 22px; color: #eee; font-size: 1.0625rem; line-height: 1.65; }
.home-feature-caption .home-feature-note { margin: -9px 0 25px; padding-left: 23px; font-size: .875rem; line-height: 1.6; color: #c4c4c4; }
.home-feature-caption .primary-button { margin-left: 23px; }
.home-founder { padding-block: 130px 120px; text-align: center; }
.home-founder > .eyebrow { color: #aeaeae; font-size: .75rem; letter-spacing: .2em; }
.home-founder h2 { margin: 28px 0; font-size: clamp(1.8rem,2.7vw,2.8rem); line-height: 1.45; letter-spacing: -.02em; font-weight: 300; }
.home-founder .home-founder-belief { margin: 0 auto 23px; color: #e2e2e2; font-size: 1.2rem; }
.home-founder > p:not(.eyebrow):not(.home-founder-belief) { max-width: 510px; margin: 0 auto; font-size: 1.0625rem; line-height: 1.7; color: #bdbdbd; }
.home-founder-signature { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 34px; text-align: left; }
.home-founder-signature img { object-fit: contain; }
.home-founder-signature strong, .home-founder-signature span { display: block; font-size: .9375rem; line-height: 1.6; }
.home-founder-signature strong { font-weight: 500; }
.home-founder-signature span { color: #aaa; }
.home-contact { border-block: 1px solid rgba(255,255,255,.18); }
.home-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 78px; }
.home-contact h2 { margin: 0; font-size: clamp(1.6rem,2vw,2rem); font-weight: 300; line-height: 1.35; }
.home-contact p { margin: 18px 0 28px; color: #bdbdbd; font-size: 1rem; line-height: 1.65; }
.home-continuity .text-link { display: table; margin-top: 20px; font-size: .9375rem; line-height: 1.6; }
.visual-home .site-footer { padding-top: 72px; }
.visual-home .footer-brand > p, .visual-home .footer-legal { color: #aaa; }
.visual-home .footer-column h2 { color: #bbb; }
.visual-home .footer-column a, .visual-home .footer-column span { font-size: .875rem; }
.visual-home .footer-main { max-width: 1240px; margin-inline: auto; }
.visual-home main .primary-button { max-width: 100%; padding-block: 13px; font-size: .875rem; line-height: 1.5; }
.visual-home main .primary-button > span { flex-shrink: 0; }
@media (hover: hover) and (pointer: fine) {
  .home-value-card:hover > img { transform: scale(1.045); }
}
@media (max-width: 1100px) {
  .home-container { width: calc(100% - 72px); }
  .home-value-grid { gap: 15px; }
  .home-value-card { min-height: 430px; }
  .home-value-card > div { padding-inline: 16px; }
  .home-service-grid { gap: 16px; }
  .home-service-grid article { padding-inline: 21px; }
}
@media (max-width: 850px) {
  .home-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
  .home-value-card { min-height: 440px; aspect-ratio: .78; }
  .home-value-card > div { padding-inline: 24px; }
  .home-value-card h3 { font-size: 1.4rem; }
  .home-feature-content { min-height: 800px; gap: 300px; }
  .home-service-grid { gap: 12px; }
  .home-service-grid article { padding: 24px 17px; }
  .home-service-grid h3 { font-size: 1.125rem; }
  .home-contact-grid { gap: 48px; }
}
@media (max-width: 600px) {
  .home-container { width: calc(100% - 40px); }
  .home-hero { min-height: max(620px,100svh); }
  .home-hero-image { object-position: 60% 50%; }
  .home-hero-copy { inset: auto 20px 23%; }
  .home-hero h1 { font-size: clamp(2.05rem,8.5vw,3rem); letter-spacing: .025em; line-height: 1.26; }
  .home-hero-copy .eyebrow { font-size: .75rem; margin-bottom: 22px; }
  .home-explore { bottom: 26px; }
  .home-section-heading h2 { font-size: 2rem; line-height: 1.32; }
  .home-section-heading > p:not(.eyebrow) { font-size: 1rem; }
  .home-values { padding-block: 66px 60px; }
  .home-value-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .home-value-card { min-height: 460px; aspect-ratio: .78; }
  .home-value-card > div { padding-bottom: 24px; }
  .home-value-card h3 { font-size: 1.5rem; }
  .home-value-card p { max-width: 300px; }
  .home-section-action { justify-content: flex-start; margin-top: 24px; }
  .home-offer-content { padding-block: 55px 40px; }
  .home-offer > .home-scene-image { height: 630px; object-position: 50% 50%; }
  .home-offer::after { background: linear-gradient(180deg,#030303,rgba(0,0,0,.65) 120px,rgba(0,0,0,0) 280px,#030303 600px); }
  .home-service-grid { grid-template-columns: 1fr; margin-top: 245px; gap: 16px; }
  .home-service-grid article { padding: 27px 25px; }
  .home-service-grid h3 { font-size: 1.3rem; }
  .home-guidance { margin-top: 30px; text-align: left; }
  .home-feature-content { min-height: 800px; gap: 320px; padding-block: 58px 40px; }
  .home-feature .home-scene-image { height: 700px; }
  .home-concierge .home-scene-image { object-position: 48% 65%; }
  .home-location .home-scene-image { object-position: 55% 60%; }
  .home-feature-caption { width: 100%; align-self: stretch; }
  .home-feature-caption > p:first-child { font-size: 1rem; padding-left: 18px; }
  .home-feature-caption .home-feature-note { padding-left: 19px; }
  .home-feature-caption .primary-button { margin-left: 0; }
  .home-founder { padding-block: 78px; }
  .home-founder h2 { font-size: 1.8rem; }
  .home-founder .home-founder-belief { font-size: 1.0625rem; }
  .home-contact-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 58px; }
  .home-contact h2 { font-size: 1.75rem; }
  .home-continuity { border-top: 1px solid rgba(255,255,255,.14); padding-top: 40px; }
  .visual-home .site-footer { padding-top: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-value-card > img, .home-explore svg { transition: none; }
}
