/* 4Front — Modern Quiet Luxury redesign */
:root {
  --ff-navy: #0b2636;
  --ff-navy-2: #14394c;
  --ff-ivory: #f6f3ed;
  --ff-white: #fff;
  --ff-gold: var(--gold, #b89a63);
  --ff-text: #183140;
  --ff-muted: #6e7b82;
  --ff-border: rgba(20, 49, 64, 0.13);
  --ff-shadow: 0 20px 60px rgba(10, 37, 51, 0.09);
  --ff-ease: cubic-bezier(.2,.7,.2,1);
}
html { scroll-behavior: smooth; overflow-x: clip; }
body.ff-luxury { overflow-x: clip; background: var(--ff-ivory); color: var(--ff-text); }
body.ff-luxury main { overflow: clip; }
body.ff-luxury .container { width: min(calc(100% - 56px), 1320px); }
body.ff-luxury .section { position: relative; padding: clamp(84px, 8vw, 128px) 0; }
body.ff-luxury h1,
body.ff-luxury h2,
body.ff-luxury h3 { font-weight: 500; letter-spacing: -.025em; }
body.ff-luxury .section-heading h2,
body.ff-luxury .copy-block h2 { max-width: 800px; font-size: clamp(42px, 4.6vw, 66px); line-height: 1.04; }
body.ff-luxury .eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: #927c55; font-size: 10px; font-weight: 700; letter-spacing: .17em;
}
body.ff-luxury .eyebrow:before { content: ""; width: 24px; height: 1px; background: currentColor; }
body.ff-luxury .eyebrow.light { color: rgba(255,255,255,.72); }

/* Header */
body.ff-luxury .site-header {
  position: absolute; z-index: 1000; inset: 0 0 auto; width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.14); background: transparent;
  transition: background .3s, box-shadow .3s;
}
body.ff-luxury.single-property_listing .site-header {
  background: linear-gradient(180deg,rgba(4,23,33,.82),rgba(4,23,33,.34) 72%,transparent);
}
body.ff-luxury .site-header.is-sticky {
  position: fixed; background: rgba(8,34,48,.92); box-shadow: 0 12px 40px rgba(0,0,0,.14);
  backdrop-filter: blur(16px);
}
.header-progress { position: absolute; inset: auto 0 -1px; height: 1px; overflow: hidden; }
.header-progress span { display: block; width: 100%; height: 100%; background: var(--ff-gold); transform: scaleX(0); transform-origin: left; }
body.ff-luxury .header-inner { height: 92px; display: grid; grid-template-columns:145px 1fr auto; align-items: center; gap: 20px; }
.header-location { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
body.ff-luxury .brand { width: 138px; }
body.ff-luxury .brand .custom-logo { max-width: 138px; max-height: 62px; object-fit: contain; filter: brightness(0) invert(1); }
body.ff-luxury .desktop-nav { justify-self: center; }
body.ff-luxury .desktop-nav > ul { gap: clamp(14px,1.8vw,28px); }
body.ff-luxury .desktop-nav a {
  position: relative; padding: 36px 0; color: rgba(255,255,255,.8);
  font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
}
body.ff-luxury .desktop-nav a:after {
  content: ""; position: absolute; right: 0; bottom: 27px; width: 0; height: 1px;
  background: var(--ff-gold); transition: width .3s var(--ff-ease);
}
body.ff-luxury .desktop-nav a:hover:after,
body.ff-luxury .desktop-nav .current-menu-item > a:after { width: 100%; left: 0; }
body.ff-luxury .header-cta {
  min-height: 44px; padding: 0 16px; border: 1px solid rgba(255,255,255,.34);
  display: inline-flex; align-items: center; gap: 11px; color: #fff;
  font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  transition: .25s var(--ff-ease);
}
body.ff-luxury .header-cta svg { width: 15px; }
body.ff-luxury .header-cta:hover { border-color: var(--ff-gold); background: var(--ff-gold); color: var(--ff-navy); }
body.ff-luxury .menu-toggle small { color: #fff; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Home hero */
body.home-page .hero {
  min-height: min(900px,100svh); padding: 145px 0 54px; align-items: end; isolation: isolate; background: var(--ff-navy);
}
body.home-page .hero[style] .hero-media {
  inset: 0;
  background-image: var(--hero-image, url('https://4frealty.com/wp-content/uploads/2026/06/KJ1XB5DVGR1N2Z085DQVWDVNA0_0_6a3beee51683b.jpg'));
  transform: translateY(var(--hero-parallax,0));
  filter: saturate(.9);
}
body.home-page .hero-overlay {
  background: linear-gradient(90deg,rgba(4,23,33,.8),rgba(4,23,33,.35) 58%,rgba(4,23,33,.18)),
              linear-gradient(0deg,rgba(4,23,33,.78),transparent 55%);
}
.hero-grain { position: absolute; z-index: 1; inset: 0; opacity: .035; pointer-events: none; background: #000; mix-blend-mode: soft-light; }
.hero-signature { display: none; }
body.home-page .hero-content { z-index: 3; padding-bottom: 0; }
body.home-page .hero h1 { max-width: 920px; color: #fff; font-size: clamp(58px,6.8vw,96px); line-height: .96; letter-spacing: -.045em; }
body.home-page .hero-lead {
  max-width: 590px; margin: 27px 0 34px; padding-left: 20px; border-left: 2px solid var(--ff-gold);
  color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.75;
}
.hero-scroll { display: none; }
body.home-page .hero .pf-property-filter,
body.home-page .hero .search-panel {
  width: min(1160px,100%); margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px; background: rgba(255,255,255,.97); box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
body.home-page .hero .pf-property-filter__grid { gap: 6px; }
body.home-page .hero .pf-property-filter__field { min-height: 58px; padding: 7px 13px; border-right: 1px solid var(--ff-border); }
body.home-page .hero .pf-property-filter__submit,
body.home-page .hero .pf-property-filter button { min-height: 58px; border-radius: 6px; background: var(--ff-navy); letter-spacing: .05em; }

/* Calm intro strip */
.luxury-intro-strip { background: var(--ff-white); border-bottom: 1px solid var(--ff-border); }
.luxury-intro-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.luxury-intro-grid > div { position: relative; min-height: 126px; padding: 28px; border-right: 1px solid var(--ff-border); display: flex; flex-direction: column; justify-content: center; }
.luxury-intro-grid > div:first-child { border-left: 1px solid var(--ff-border); }
.luxury-intro-grid small { position: absolute; right: 20px; top: 18px; color: #aa9878; font-size: 9px; }
.luxury-intro-grid strong { font-family: var(--ff-heading-font); font-size: 24px; font-weight: 500; }
.luxury-intro-grid span { margin-top: 5px; color: var(--ff-muted); font-size: 11px; }

/* Homepage sections */
body.home-page .inspiration { background: var(--ff-ivory); }
body.home-page .inspiration-grid { gap: 20px; }
body.home-page .inspiration-card { height: 460px; border-radius: 14px; filter: saturate(.86); box-shadow: 0 14px 40px rgba(10,37,51,.08); }
body.home-page .inspiration-card:after { background: linear-gradient(180deg,transparent 35%,rgba(4,26,38,.76)); }
body.home-page .inspiration-card span { inset: auto 24px 25px; }
body.home-page .inspiration-card strong { font-family: var(--ff-heading-font); font-size: 29px; font-weight: 500; }
body.home-page .about-preview { padding: 130px 0; background: var(--ff-white); }
body.home-page .split-grid { grid-template-columns: 1.02fr .98fr; gap: clamp(55px,7vw,105px); }
body.home-page .about-visual { height: 650px; }
body.home-page .main-image { width: 85%; height: 87%; border-radius: 14px; filter: saturate(.88); }
body.home-page .accent-image { width: 44%; height: 42%; border: 9px solid var(--ff-white); border-radius: 10px; }
body.home-page .about-badge {
  right: 8%; bottom: 4%; width: 132px; height: 132px; border: 0; border-radius: 50%;
  background: var(--ff-navy); color: #fff; box-shadow: 0 0 0 9px rgba(255,255,255,.9);
}
body.home-page .copy-block > div { color: var(--ff-muted); font-size: 16px; line-height: 1.85; }
body.home-page .text-link { margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid var(--ff-navy); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
body.home-page .services-section { background: var(--ff-navy); color: #fff; }
body.home-page .services-section:after { display: none; }
body.home-page .services-section h2,
body.home-page .service-card h3 { color: #fff; }
body.home-page .services-grid { grid-template-columns: repeat(3,1fr); gap: 16px; }
body.home-page .service-card {
  min-height: 310px; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px;
  background: rgba(255,255,255,.035); color: #fff; box-shadow: none;
}
body.home-page .service-card:hover { background: rgba(255,255,255,.075); transform: translateY(-5px); }
body.home-page .service-card p { color: rgba(255,255,255,.62); line-height: 1.75; }
body.home-page .properties-section { background: var(--ff-ivory); }
body.ff-luxury .pf-properties-grid,
body.ff-luxury .property-grid { gap: 28px 20px; }
body.ff-luxury .pf-property-card,
body.ff-luxury .property-card {
  overflow: hidden; border: 1px solid var(--ff-border) !important; border-radius: 12px !important;
  background: var(--ff-white) !important; box-shadow: 0 12px 35px rgba(10,37,51,.06) !important;
  transition: transform .35s var(--ff-ease),box-shadow .35s var(--ff-ease);
}
body.ff-luxury .pf-property-card:hover,
body.ff-luxury .property-card:hover { transform: translateY(-7px); box-shadow: var(--ff-shadow) !important; }
body.ff-luxury .pf-property-card__image,
body.ff-luxury .pf-property-image,
body.ff-luxury .property-image { min-height: 330px; border-radius: 0; filter: saturate(.9); overflow: hidden; }
body.ff-luxury .pf-property-card__body,
body.ff-luxury .pf-property-details,
body.ff-luxury .property-body { padding: 22px !important; }
body.ff-luxury .pf-property-card__title,
body.ff-luxury .pf-card__title,
body.ff-luxury .property-body h2 { font-family: var(--ff-heading-font); font-size: 24px !important; line-height: 1.16; }
body.ff-luxury .pf-property-card__price,
body.ff-luxury .pf-property-price,
body.ff-luxury .property-price { color: #8b744d !important; }
body.ff-luxury .pf-home-properties__btn {
  min-width: 220px; padding: 16px 23px; border: 1px solid var(--ff-navy); border-radius: 6px;
  background: var(--ff-navy); color: #fff; letter-spacing: .07em; text-transform: uppercase;
}
body.home-page .area-section { background: var(--ff-navy-2); }
body.home-page .area-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
body.home-page .area-card { height: 420px; border-radius: 14px; filter: saturate(.86); }
body.home-page .area-card strong { font-family: var(--ff-heading-font); font-size: 33px; font-weight: 500; }
body.home-page .area-card:before{
  border-radius: 12px;
}
/* Contact */
body.ff-luxury .contact-section { background: var(--ff-white); }
body.ff-luxury .contact-grid { gap: clamp(45px,7vw,105px); align-items: center; }
body.ff-luxury .contact-copy h2 { max-width: 590px; font-size: clamp(46px,5.4vw,72px); line-height: 1; }
body.ff-luxury .contact-form--cf7 { padding: clamp(28px,4vw,52px); border: 1px solid var(--ff-border); border-radius: 12px; box-shadow: var(--ff-shadow); }
body.ff-luxury .contact-form--cf7 input:not([type="submit"]),
body.ff-luxury .contact-form--cf7 textarea,
body.ff-luxury .contact-form--cf7 select { border: 1px solid #dce1e2; border-radius: 6px; background: #fbfbf9; }
body.ff-luxury .contact-form--cf7 input[type="submit"] { min-height: 54px; border-radius: 6px; background: var(--ff-navy); letter-spacing: .07em; text-transform: uppercase; }

/* Interior hero */
body.ff-luxury .page-hero {
  position: relative; isolation: isolate; min-height: 580px; padding: 165px 0 70px; overflow: hidden; align-items: end;
  background: linear-gradient(90deg,rgba(4,25,36,.78),rgba(4,25,36,.25)),
              var(--hero-image,url("https://4frealty.com/wp-content/uploads/2026/06/KJ1XB5DVGR1N2Z085DQVWDVNA0_0_6a3beee51683b.jpg")) center/cover;
}
body.ff-luxury .page-hero:before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(4,25,36,.68),transparent 58%); }
body.ff-luxury .page-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
body.ff-luxury .page-hero__copy { max-width: 980px; }
body.ff-luxury .page-hero h1 { max-width: 980px; color: #fff; font-size: clamp(54px,6.2vw,86px); line-height: .98; letter-spacing: -.04em; }
body.ff-luxury .page-hero__copy > p:last-child:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; padding-left: 18px; border-left: 2px solid var(--ff-gold); color: rgba(255,255,255,.78); line-height: 1.7; }
.page-hero__index { position: absolute; z-index: 2; right: 28px; top: 130px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .14em; }
.page-hero__orb { position: absolute; right: -170px; bottom: -270px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.page-hero__scroll { display: none; }

/* Filters and archives */
body.ff-luxury .pf-archive-content,
body.ff-luxury .search-results-page,
body.ff-luxury .communities-showcase { background: var(--ff-ivory); }
body.ff-luxury .page-hero + .section:has(> .container > .pf-property-filter) { padding-top: 0; }
body.ff-luxury .pf-property-filter { border: 1px solid var(--ff-border) !important; border-radius: 10px !important; background: var(--ff-white) !important; box-shadow: var(--ff-shadow) !important; }
body.ff-luxury .pf-archive-content > .pf-property-filter,
body.ff-luxury .section > .container > .pf-property-filter { position: relative; z-index: 5; margin-top: -68px; margin-bottom: 65px; padding: 14px; }
body.ff-luxury .section > .container > .pf-property-filter .pf-property-filter__grid {
  grid-template-columns: minmax(210px,1.35fr) minmax(140px,.76fr) minmax(130px,.68fr) minmax(220px,1fr) auto;
  gap: 10px;
  align-items: end;
}
body.ff-luxury .pf-property-filter__field input,
body.ff-luxury .pf-property-filter__field select { min-height: 52px; border-radius: 6px !important; }
body.ff-luxury .pf-property-filter__submit,
body.ff-luxury .pf-property-filter button { min-height: 52px; border-radius: 6px !important; background: var(--ff-navy) !important; color: #fff !important; }
body.ff-luxury .archive-result-count,
body.ff-luxury .archive-head { margin-bottom: 34px; padding-bottom: 16px; border-bottom: 1px solid var(--ff-border); color: var(--ff-muted); letter-spacing: .08em; text-transform: uppercase; }
body.ff-luxury .pagination .page-numbers { min-width: 44px; height: 44px; border: 1px solid var(--ff-border); border-radius: 5px; display: grid; place-items: center; background: var(--ff-white); }
body.ff-luxury .pagination .current { background: var(--ff-navy); color: #fff; }

/* Communities */
body.ff-luxury .community-archive-heading { margin-bottom: 55px; }
body.ff-luxury .community-card--modern { overflow: hidden; border: 1px solid var(--ff-border); border-radius: 12px; background: var(--ff-white); box-shadow: 0 12px 35px rgba(10,37,51,.06); }
body.ff-luxury .community-card--modern .community-photo { height: 350px; border-radius: 0; filter: saturate(.9); }
body.ff-luxury .community-card--modern .community-card-copy { padding: 24px; }
body.ff-luxury .community-card--modern .community-card-copy h3 { font-size: 30px; }
body.ff-luxury .community-intro { position: relative; z-index: 4; margin-top: -38px; }
body.ff-luxury .community-intro-card { padding: 52px; border: 1px solid var(--ff-border); border-radius: 12px; background: var(--ff-white); box-shadow: var(--ff-shadow); }
body.ff-luxury .community-visual-story { background: var(--ff-ivory); }
body.ff-luxury .community-visual--framed { min-height: 620px; border-radius: 12px; box-shadow: 18px 18px 0 #e6dfd3; filter: saturate(.9); }
body.ff-luxury .community-gallery-section { background: var(--ff-navy); color: #fff; }
body.ff-luxury .community-gallery-section h2 { color: #fff; }
body.ff-luxury .community-gallery { gap: 8px; }
body.ff-luxury .community-gallery__item { border-radius: 8px; filter: saturate(.88); }
body.ff-luxury .faq-section { background: var(--ff-white); }
body.ff-luxury .faq-section h2 { margin-bottom: 38px; font-size: clamp(40px,4.4vw,60px); }

/* Team and agents */
body.ff-luxury .team-page-nav { background: var(--ff-white); }
body.ff-luxury .team-page-nav a { min-height: 94px; }
body.ff-luxury .leadership-showcase { background: var(--ff-navy); }
body.ff-luxury .leadership-showcase .leader-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #103447; }
body.ff-luxury .leader-card__visual,
body.ff-luxury .leadership-showcase .leader-card:nth-child(-n + 2) .leader-card__visual { height: 440px; filter: saturate(.88); }
body.ff-luxury .leader-card__copy { padding: 25px; }
body.ff-luxury .team-showcase { background: var(--ff-ivory); }
body.ff-luxury .team-card--api { overflow: hidden; border: 1px solid var(--ff-border); border-radius: 12px; background: var(--ff-white); }
body.ff-luxury .team-card--api .team-photo { border-radius: 0; filter: saturate(.9); }
body.ff-luxury .team-card-copy { padding: 21px; }
body.ff-luxury .pf-agent-card__placeholder--luxury {
  position: relative; isolation: isolate; width: 100%; height: 100%; min-height: 340px;
  display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(145deg,#183e52,#071e2c); color: #fff;
  font-family: var(--ff-heading-font); font-size: clamp(56px,7vw,92px); letter-spacing: -.06em;
}
body.ff-luxury .pf-agent-card__placeholder--luxury:before,
body.ff-luxury .pf-agent-card__placeholder--luxury:after {
  content: ""; position: absolute; z-index: -1; border: 1px solid rgba(184,154,99,.32); border-radius: 50%;
}
body.ff-luxury .pf-agent-card__placeholder--luxury:before { width: 78%; aspect-ratio: 1; right: -22%; top: -23%; }
body.ff-luxury .pf-agent-card__placeholder--luxury:after { width: 58%; aspect-ratio: 1; left: -18%; bottom: -18%; }
body.ff-luxury .pf-agent-card__placeholder--luxury span { text-shadow: 0 12px 30px rgba(0,0,0,.18); }
body.ff-luxury .pf-agent-single-wrap { background: var(--ff-ivory) !important; }
body.ff-luxury .pf-agent-hero { padding-top: 165px !important; background: linear-gradient(135deg,#092635,#174358) !important; }
body.ff-luxury .pf-agent-hero__photo { border-radius: 10px !important; filter: saturate(.88); box-shadow: 18px 18px 0 rgba(184,154,99,.26) !important; }
body.ff-luxury .pf-agent-block { border: 1px solid var(--ff-border) !important; border-radius: 10px !important; background: var(--ff-white) !important; }
body.ff-luxury .pf-agent-block--enquiry .pf-agent-enquiry-wrap,
body.ff-luxury .pf-agent-block--enquiry .pf-agent-cf7,
body.ff-luxury .pf-agent-block--enquiry .wpcf7 { width: 100%; max-width: none; }
body.ff-luxury .pf-agent-block--enquiry .wpcf7-form {
  width: 100% !important; max-width: none !important;
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 24px;
}
body.ff-luxury .pf-agent-block--enquiry .wpcf7-form > label { margin: 0; }
body.ff-luxury .pf-agent-block--enquiry .wpcf7-form > fieldset,
body.ff-luxury .pf-agent-block--enquiry .wpcf7-form > label:nth-of-type(5),
body.ff-luxury .pf-agent-block--enquiry .wpcf7-form > input[type="submit"],
body.ff-luxury .pf-agent-block--enquiry .wpcf7-form > .wpcf7-response-output { grid-column: 1 / -1; }
body.ff-luxury .pf-agent-block--enquiry textarea,
body.ff-luxury .pf-agent-block--enquiry input[type="submit"] { width: 100% !important; }

/* Blog and contact page */
body.ff-luxury .blog-grid { gap: 70px 25px; }
body.ff-luxury .blog-card { overflow: hidden; border: 1px solid var(--ff-border); border-radius: 12px; background: var(--ff-white); padding-bottom: 24px; }
body.ff-luxury .blog-image { height: 410px; border-radius: 0; filter: saturate(.88); }
body.ff-luxury .blog-card > p,
body.ff-luxury .blog-card > h2 { margin-left: 24px; margin-right: 24px; }
body.ff-luxury .blog-card h2 { font-size: clamp(31px,2.8vw,42px); line-height: 1.08; }
body.ff-luxury .article-shell { padding-top: 85px; }
body.ff-luxury .article-feature { height: min(65vw,680px); border-radius: 12px; filter: saturate(.9); }
body.ff-luxury .article-prose { font-size: 17px; line-height: 1.9; }
body.ff-luxury .contact-page-modern { background: var(--ff-ivory); }
body.ff-luxury .contact-page-grid { align-items: start; gap: clamp(45px,7vw,100px); }
body.ff-luxury .contact-page-copy > h2 { font-size: clamp(43px,4.6vw,64px); }
body.ff-luxury .contact-page-image { min-height: 410px; border-radius: 12px; filter: saturate(.9); }

/* Property single */
body.ff-luxury .pf-sp { background: var(--ff-ivory); }
body.ff-luxury .pf-sp-gallery__stage,
body.ff-luxury .pf-sp-gallery__main { filter: saturate(.9); }
body.ff-luxury .pf-sp-gallery__thumbs { scrollbar-width: none; }
body.ff-luxury .pf-sp-gallery__thumbs::-webkit-scrollbar { display: none; }
body.ff-luxury .pf-sp-hero { position: relative; overflow: hidden; padding: 54px max(24px,calc((100vw - 1320px)/2)) !important; background: var(--ff-navy) !important; color: #fff; }
body.ff-luxury .pf-sp-hero:after { display: none; }
body.ff-luxury .pf-sp-title { max-width: 900px; color: #fff !important; font-family: var(--ff-heading-font); font-size: clamp(42px,4.6vw,66px) !important; line-height: 1.04 !important; }
body.ff-luxury .pf-sp-price { color: var(--ff-gold) !important; }
body.ff-luxury .pf-sp-main,
body.ff-luxury .pf-sp-sidebar { background: var(--ff-ivory); }
body.ff-luxury .agent-box,
body.ff-luxury .pf-property-sidebar > * { border: 1px solid var(--ff-border); border-radius: 10px; background: var(--ff-white); box-shadow: var(--ff-shadow); }

/* Footer */
body.ff-luxury .site-footer { position: relative; overflow: hidden; padding-top: 0; background: #071e2b; }
.footer-marquee { display: flex; width: max-content; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .18em; white-space: nowrap; animation: ffQuietMarquee 34s linear infinite; }
.footer-marquee span { padding-right: 30px; }
body.ff-luxury .footer-topline { padding: 80px 0 65px; }
body.ff-luxury .footer-topline h2 { max-width: 700px; color: #fff; font-size: clamp(48px,5.5vw,76px); line-height: 1; }
body.ff-luxury .footer-talk { min-width: 205px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.34); letter-spacing: .07em; text-transform: uppercase; }
body.ff-luxury .footer-grid { padding-top: 55px; border-top: 1px solid rgba(255,255,255,.1); }
body.ff-luxury .footer-grid h4 { color: var(--ff-gold); }
body.ff-luxury .footer-grid a,
body.ff-luxury .footer-grid span,
body.ff-luxury .footer-grid p { color: rgba(255,255,255,.62); }
body.ff-luxury .footer-bottom { min-height: 95px; align-items: center; }
.footer-signature { display: none; }

/* Motion: restrained */
.ff-js .ff-section-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ff-ease),transform .7s var(--ff-ease); }
.ff-js .ff-section-reveal.ff-in-view { opacity: 1; transform: none; }
.ff-pointer-glow { display: none !important; }
@keyframes ffQuietMarquee { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  body.ff-luxury .header-inner { grid-template-columns: 138px 1fr auto; }
  .header-location { display: none; }
  body.ff-luxury .desktop-nav > ul { gap: 14px; }
  body.ff-luxury .header-cta span { display: none; }
  body.ff-luxury .header-cta { min-width: 44px; padding: 0; justify-content: center; }
  body.ff-luxury .pf-properties-grid,
  body.ff-luxury .property-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  body.ff-luxury .section > .container > .pf-property-filter .pf-property-filter__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  body.ff-luxury .container { width: min(calc(100% - 30px),1320px); }
  body.ff-luxury .section { padding: 72px 0; }
  body.ff-luxury .header-inner { height: 78px; display: flex; justify-content: space-between; }
  body.ff-luxury .brand,
  body.ff-luxury .brand .custom-logo { width: 112px; max-width: 112px; }
  body.ff-luxury .desktop-nav,
  body.ff-luxury .header-cta { display: none; }
  body.ff-luxury .menu-toggle { width: auto; display: grid; grid-template-columns: auto 26px; column-gap: 9px; align-items: center; }
  body.ff-luxury .menu-toggle small { grid-row: 1/3; }
  body.ff-luxury .menu-toggle > span { width: 26px; }
  body.ff-luxury .mobile-nav { top: 78px; height: calc(100svh - 78px); padding: 28px 15px 40px; background: rgba(7,30,43,.98); backdrop-filter: blur(18px); }
  body.ff-luxury .mobile-nav li { border-color: rgba(255,255,255,.11); }
  body.ff-luxury .mobile-nav a { padding: 17px 4px; color: #fff; font-family: var(--ff-heading-font); font-size: 25px; }
  body.home-page .hero { min-height: 860px; padding: 115px 0 35px; }
  body.home-page .hero-overlay { background: linear-gradient(0deg,rgba(4,23,33,.88),rgba(4,23,33,.25)); }
  body.home-page .hero h1 { font-size: clamp(49px,13.5vw,64px); line-height: .98; }
  body.home-page .hero-lead { margin: 21px 0 26px; padding-left: 14px; font-size: 13px; }
  body.home-page .hero .pf-property-filter,
  body.home-page .hero .search-panel { width: 100%; padding: 9px; border-radius: 8px; }
  body.home-page .hero .pf-property-filter__field { min-height: auto; border-right: 0; border-bottom: 1px solid var(--ff-border); }
  .luxury-intro-grid { grid-template-columns: 1fr 1fr; }
  .luxury-intro-grid > div { min-height: 115px; padding: 23px 17px; }
  .luxury-intro-grid strong { font-size: 21px; }
  body.ff-luxury .section-heading h2,
  body.ff-luxury .copy-block h2 { font-size: 40px; }
  body.home-page .inspiration-grid,
  body.home-page .services-grid,
  body.home-page .area-grid,
  body.ff-luxury .pf-properties-grid,
  body.ff-luxury .property-grid,
  body.ff-luxury .blog-grid { grid-template-columns: 1fr !important; }
  body.home-page .inspiration-card { height: 400px; }
  body.home-page .split-grid { grid-template-columns: 1fr; gap: 48px; }
  body.home-page .about-visual { height: 480px; }
  body.home-page .about-preview { padding: 78px 0; }
  body.home-page .service-card { min-height: 250px; padding: 27px; }
  body.ff-luxury .pf-property-card__image,
  body.ff-luxury .pf-property-image,
  body.ff-luxury .property-image { min-height: 310px; }
  body.home-page .area-card { height: 340px; }
  body.ff-luxury .contact-grid,
  body.ff-luxury .contact-page-grid { grid-template-columns: 1fr; gap: 45px; }
  body.ff-luxury .contact-copy h2 { font-size: 47px; }
  body.ff-luxury .contact-form--cf7 { padding: 24px 18px; }
  body.ff-luxury .page-hero { min-height: 510px; padding: 130px 0 55px; }
  body.ff-luxury .page-hero h1 { font-size: clamp(47px,13vw,62px); }
  .page-hero__index,.page-hero__scroll,.page-hero__orb { display: none; }
  body.ff-luxury .page-hero__copy > p:last-child:not(.eyebrow) { padding-left: 14px; font-size: 13px; }
  body.ff-luxury .pf-archive-content > .pf-property-filter,
  body.ff-luxury .section > .container > .pf-property-filter { margin-top: -48px; margin-bottom: 45px; padding: 10px; }
  body.ff-luxury .section > .container > .pf-property-filter .pf-property-filter__grid { grid-template-columns: 1fr; }
  body.ff-luxury .community-intro-card { padding: 31px 21px; }
  body.ff-luxury .community-card--modern .community-photo { height: 320px; }
  body.ff-luxury .community-visual--framed { min-height: 450px; box-shadow: 10px 10px 0 #e6dfd3; }
  body.ff-luxury .leader-card__visual,
  body.ff-luxury .leadership-showcase .leader-card:nth-child(-n + 2) .leader-card__visual { height: 420px; }
  body.ff-luxury .blog-image { height: 350px; }
  body.ff-luxury .article-feature { height: 410px; }
  body.ff-luxury .pf-sp-hero { padding: 36px 19px 42px !important; }
  body.ff-luxury .pf-sp-title { font-size: 38px !important; }
  body.ff-luxury .pf-agent-hero { padding-top: 125px !important; }
  body.ff-luxury .pf-agent-hero__photo { border-radius: 8px !important; }
  body.ff-luxury .pf-agent-block--enquiry .wpcf7-form { grid-template-columns: 1fr; gap: 17px; }
  body.ff-luxury .pf-agent-block--enquiry .wpcf7-form > * { grid-column: 1 / -1; }
  body.ff-luxury .footer-topline { padding: 65px 0 50px; }
  body.ff-luxury .footer-topline h2 { font-size: 47px; }
  body.ff-luxury .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  body.ff-luxury .footer-bottom { min-height: 85px; }
}

@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .ff-js .ff-section-reveal { opacity:1; transform:none; }
}
