@charset "UTF-8";
/* ==========================================================================
   Propvanta Property Solutions — design system
   Brand colours sampled directly from the client's approved mockups:
     navy #102038 (dominant dark), gold #B09058 (dominant accent)
   ========================================================================== */

/* ----------------------------------------------------------------- fonts */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/playfair-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/playfair-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------------------------------------------------------------- tokens */

:root {
  /* Brand — sampled from the client mockups */
  --navy-900: #060D19;
  --navy-800: #0A1322;
  --navy-700: #102038;   /* primary brand navy */
  --navy-600: #16294A;
  --navy-500: #1E355C;
  --navy-400: #2E4A75;
  --navy-300: #55708F;

  --gold-700: #8A6E3C;
  --gold-600: #9C7E48;
  --gold-500: #B09058;   /* primary brand gold */
  --gold-400: #C4A874;
  --gold-300: #D7C299;
  --gold-200: #E8DCC4;
  --gold-100: #F4EDE0;

  /* Neutrals */
  --ink-900: #0E1621;
  --ink-800: #1B2634;
  --ink-700: #2C3A4B;
  --ink-600: #45566B;
  --ink-500: #64748B;
  --ink-400: #8A97A8;
  --ink-300: #B6C0CC;
  --ink-200: #DDE3EA;
  --ink-100: #EDF1F5;
  --ink-50:  #F5F8FB;

  --white: #FFFFFF;
  --cream: #FAF6EE;
  --cool:  #F2F6FA;

  /* Warm grounds. A blue-grey page reads as software; bone reads as paper,
     which is what a property brand's collateral is printed on. */
  --bone:  #F6F3ED;
  --bone-deep: #EFEAE1;

  /* Status */
  --success-700: #146C43;
  --success-500: #1A9E5F;
  --success-50:  #E8F6EE;
  --warning-700: #92610A;
  --warning-500: #C9880F;
  --warning-50:  #FDF3E0;
  --danger-700:  #A32626;
  --danger-500:  #D23B3B;
  --danger-50:   #FCECEC;
  --info-700:    #17557E;
  --info-500:    #2680B8;
  --info-50:     #E7F2F9;

  /* Semantic */
  --bg:          var(--white);
  --bg-alt:      var(--bone);
  --text:        var(--ink-800);
  --text-muted:  var(--ink-500);
  --border:      var(--ink-200);
  --border-soft: var(--ink-100);

  /* Hairlines do the work drop shadows used to. A 1px rule at low opacity
     separates without adding the soft, bubbly depth that reads as cheap. */
  --rule:        rgba(16, 32, 56, .11);
  --rule-strong: rgba(16, 32, 56, .20);
  --rule-gold:   rgba(176, 144, 88, .42);
  --rule-light:  rgba(255, 255, 255, .16);
  --rule-light-strong: rgba(255, 255, 255, .28);

  /* Type */
  --font-display: 'Playfair Display', 'Times New Roman', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;

  /* Fluid type scale — min at 360px, max at 1440px */
  --fs-xs:   0.75rem;
  --fs-sm:   0.8125rem;
  --fs-base: 0.9375rem;
  --fs-md:   1rem;
  --fs-lg:   clamp(1.0625rem, 0.3vw + 1rem, 1.1875rem);
  --fs-xl:   clamp(1.25rem, 0.6vw + 1.1rem, 1.5rem);
  --fs-2xl:  clamp(1.5rem, 1.1vw + 1.25rem, 2rem);
  --fs-3xl:  clamp(2rem, 2.2vw + 1.45rem, 3.05rem);
  --fs-4xl:  clamp(2.5rem, 3.6vw + 1.55rem, 4.25rem);
  --fs-5xl:  clamp(2.85rem, 5vw + 1.5rem, 5.25rem);

  /* Spacing */
  --sp-1: 0.25rem;  --sp-2: 0.5rem;   --sp-3: 0.75rem;  --sp-4: 1rem;
  --sp-5: 1.25rem;  --sp-6: 1.5rem;   --sp-7: 2rem;     --sp-8: 2.5rem;
  --sp-9: 3rem;     --sp-10: 4rem;    --sp-11: 5rem;    --sp-12: 6.5rem;

  --section-y: clamp(3.75rem, 7.5vw, 7.5rem);
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --maxw: 1280px;
  --maxw-wide: 1480px;
  --maxw-text: 66ch;

  /* Shape — architectural, not app-like. Property brands set their marks
     square; a 14px pill on every box is what made this read as a template. */
  --r-sm: 2px;  --r-md: 3px;  --r-lg: 4px;  --r-xl: 6px;  --r-full: 999px;

  /* Elevation — restrained. Depth comes from hairlines and dark grounds. */
  --sh-xs: 0 1px 2px rgba(10, 19, 34, .05);
  --sh-sm: 0 1px 2px rgba(10, 19, 34, .05);
  --sh-md: 0 6px 18px rgba(10, 19, 34, .07);
  --sh-lg: 0 18px 44px rgba(10, 19, 34, .10);
  --sh-xl: 0 36px 80px rgba(10, 19, 34, .16);

  --ring: 0 0 0 3px rgba(176, 144, 88, .38);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --t-fast: 140ms;
  --t-base: 240ms;
  --t-slow: 520ms;

  --header-h: 88px;
}

@media (max-width: 1060px) { :root { --header-h: 76px; } }
@media (max-width: 560px)  { :root { --header-h: 68px; } }

/* ------------------------------------------------------------------ base */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1, 'cv11' 1;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--sp-4);
  font-weight: 600;
  line-height: 1.18;
  color: var(--navy-700);
  letter-spacing: -0.015em;
  text-wrap: balance;
}

/* The display serif carries the brand, so it is given room: a tighter fit
   and a shorter measure, the way a printed brochure would set it. */
h1, h2 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.025em;
}
h1 { font-size: var(--fs-4xl); }
h2 { font-size: var(--fs-3xl); }
h3 { font-size: var(--fs-xl); font-weight: 600; letter-spacing: -0.01em; }
h4 { font-size: var(--fs-lg); font-weight: 600; }
h5, h6 { font-size: var(--fs-md); font-weight: 600; }

p { margin: 0 0 var(--sp-4); text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--navy-600); text-decoration-color: rgba(176,144,88,.5); text-underline-offset: 3px; }
a:hover { color: var(--gold-600); }

img, picture, video, canvas { max-width: 100%; height: auto; display: block; }
img { background: var(--ink-100); }
/* <picture> is a selector hook, not a box: letting it generate one makes
   a height:100% image size itself against the wrapper instead of the
   positioned parent, which collapses every full-bleed hero. */
picture { display: contents; }

/* The HTML rendering spec never assigns <source> a display value — it simply
   never renders, because its parent does. Once that parent is display:contents
   the source is hoisted into the grandparent, and inside a grid or flex
   container it blockifies into a full phantom item. On the property page that
   phantom took the whole first gallery column and pushed the photograph into
   the thumbnail slot. */
picture > source { display: none; }

ul, ol { margin: 0 0 var(--sp-4); padding-left: 1.25rem; }
li + li { margin-top: .35rem; }

hr { border: 0; border-top: 1px solid var(--border); margin: var(--sp-8) 0; }

strong, b { font-weight: 600; color: var(--ink-900); }
small { font-size: var(--fs-sm); }

code, kbd, samp { font-family: var(--font-mono); font-size: .875em; }

:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
  border-radius: 3px;
}

::selection { background: var(--gold-200); color: var(--navy-800); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy-700); color: #fff;
  padding: .75rem 1.25rem; border-radius: 0 0 var(--r-md) 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ------------------------------------------------------------ figures */
/* Money and counts never use the display serif: its thin strokes and
   narrow rupee glyph make amounts hard to read at a glance. The sans at a
   heavier weight, with tabular figures so columns line up, reads cleanly
   and still carries the same presence at large sizes. */
.figure,
.numeric {
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums lining;
  font-feature-settings: 'tnum' 1, 'lnum' 1, 'ss01' 1, 'cv05' 1;
}
.figure {
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--navy-700);
}
.figure--lg { font-size: var(--fs-2xl); line-height: 1.15; }
.figure--xl { font-size: var(--fs-3xl); line-height: 1.1; }

/* ------------------------------------------------------ index numerals */
/* A tracked, hairline-ruled "01" is the cheapest way to make a list of
   steps read as a considered sequence rather than a row of clip art. */
.index {
  display: block;
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums lining;
  font-feature-settings: 'tnum' 1, 'lnum' 1;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--gold-600);
  line-height: 1;
}
.index--lg { font-size: var(--fs-lg); }
.section--navy .index { color: var(--gold-400); }

/* A rule that a parent can drive on hover. */
.rule {
  display: block;
  height: 1px;
  background: var(--rule);
  border: 0;
  margin: 0;
}
.rule--gold { background: var(--rule-gold); }
.rule--light { background: var(--rule-light); }

/* --------------------------------------------------------------- layout */

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--wide { max-width: var(--maxw-wide); }
.container--narrow { max-width: 860px; }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.section--alt { background: var(--bg-alt); }
.section--cream { background: var(--cream); }
.section--hairline { border-top: 1px solid var(--rule); }

/* A dark section is a full stop in the page's rhythm, so it gets depth:
   a diagonal navy gradient, a warm gold bloom and gold hairline edges. */
.section--navy {
  position: relative;
  isolation: isolate;
  background: linear-gradient(152deg, var(--navy-700) 0%, var(--navy-800) 58%, var(--navy-900) 100%);
  color: rgba(255,255,255,.80);
  border-block: 1px solid var(--rule-gold);
}
.section--navy::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 480px at 12% 0%, rgba(176,144,88,.16), transparent 62%),
    radial-gradient(700px 420px at 92% 100%, rgba(176,144,88,.09), transparent 60%);
  pointer-events: none;
}
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .lead, .section--navy .text-muted { color: rgba(255,255,255,.66); }

.section-head { max-width: 760px; margin: 0 auto var(--sp-9); text-align: center; }
.section-head--left { text-align: left; margin-inline: 0; }
.section-head p { color: var(--text-muted); font-size: var(--fs-lg); margin-bottom: 0; }
.section-head h2 { margin-bottom: var(--sp-4); }
.section-head .eyebrow { margin-bottom: var(--sp-4); }

/* Eyebrow: small, widely tracked, preceded by a gold rule. The rule is a
   pseudo-element so the markup stays a plain <span>. */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold-600);
}
.eyebrow::before {
  content: '';
  width: 30px; height: 1px;
  background: currentColor;
  opacity: .75;
  flex: none;
}
.section-head:not(.section-head--left) .eyebrow::after {
  content: '';
  width: 30px; height: 1px;
  background: currentColor;
  opacity: .75;
  flex: none;
}
.eyebrow--bare::before, .eyebrow--bare::after { display: none; }
.section--navy .eyebrow { color: var(--gold-400); }

/* Header with a trailing link — used where a section has a "see all". */
.section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-6);
  max-width: none;
  text-align: left;
  margin-inline: 0;
}
.section-head--row > div { max-width: 640px; }
@media (max-width: 720px) {
  .section-head--row { flex-direction: column; align-items: flex-start; gap: var(--sp-4); }
}

/* An inline "more" link that reads as editorial rather than as a button. */
.link-more {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy-700);
  text-decoration: none;
  padding-bottom: .4rem;
  border-bottom: 1px solid var(--rule-strong);
  transition: color var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}
.link-more::after {
  content: '';
  width: 7px; height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--t-base) var(--ease);
}
.link-more:hover { color: var(--gold-600); border-color: var(--gold-500); }
.link-more:hover::after { transform: rotate(45deg) translate(2px, -2px); }
.section--navy .link-more { color: #fff; border-color: var(--rule-light-strong); }
.section--navy .link-more:hover { color: var(--gold-400); border-color: var(--gold-500); }

.grid { display: grid; gap: var(--sp-6); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

@media (max-width: 1040px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px)  { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); }
}

.stack > * + * { margin-top: var(--sp-4); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--sp-3); align-items: center; }
.split { display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4); flex-wrap: wrap; }

.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.text-gold { color: var(--gold-600); }
.text-navy { color: var(--navy-700); }
.lead { font-size: var(--fs-lg); color: var(--text-muted); line-height: 1.7; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-4 { margin-top: var(--sp-4); } .mt-6 { margin-top: var(--sp-6); }
.mt-8 { margin-top: var(--sp-8); }

/* -------------------------------------------------------------- buttons */

.btn {
  --btn-bg: var(--navy-700);
  --btn-fg: #fff;
  --btn-bd: var(--navy-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .85rem 1.85rem;
  min-height: 50px;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border: 1px solid var(--btn-bd);
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease),
              box-shadow var(--t-base) var(--ease),
              background-color var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease),
              color var(--t-base) var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.btn:hover { color: var(--btn-fg); transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn:active { transform: translateY(0); box-shadow: none; }
.btn:focus-visible { outline: none; box-shadow: var(--ring); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .55; pointer-events: none; }

.btn--primary { --btn-bg: var(--navy-700); --btn-bd: var(--navy-700); }
.btn--primary:hover { --btn-bg: var(--navy-600); --btn-bd: var(--navy-600); }

/* The gold CTA used for "Rent My Property" / "Search Now". Flat metal reads
   as more considered than a gradient; the sheen arrives only on hover. */
.btn--gold {
  --btn-fg: var(--navy-900);
  --btn-bg: var(--gold-500);
  --btn-bd: var(--gold-500);
  position: relative;
  overflow: hidden;
}
.btn--gold::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.42) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 700ms var(--ease-out);
  pointer-events: none;
}
.btn--gold:hover { --btn-bg: var(--gold-400); --btn-bd: var(--gold-400); }
.btn--gold:hover::after { transform: translateX(120%); }

.btn--outline {
  --btn-bg: transparent;
  --btn-fg: var(--navy-700);
  --btn-bd: var(--rule-strong);
}
.btn--outline:hover { --btn-bg: var(--navy-700); --btn-fg: #fff; --btn-bd: var(--navy-700); }

.btn--outline-gold { --btn-bg: transparent; --btn-fg: var(--gold-600); --btn-bd: var(--gold-500); }
.btn--outline-gold:hover { --btn-bg: var(--gold-500); --btn-fg: var(--navy-900); }

.btn--light { --btn-bg: #fff; --btn-fg: var(--navy-700); --btn-bd: #fff; }
.btn--light:hover { --btn-bg: var(--gold-100); --btn-bd: var(--gold-100); }

/* On photography and dark grounds: glass, not a white slab. */
/* Backdrop blur alone turns a bright part of a photograph into a grey slab,
   so the fill stays near-transparent and the edge does the work. */
.btn--glass {
  --btn-bg: rgba(255,255,255,.04);
  --btn-fg: #fff;
  --btn-bd: rgba(255,255,255,.62);
  backdrop-filter: blur(3px) saturate(115%);
  -webkit-backdrop-filter: blur(3px) saturate(115%);
  text-shadow: 0 1px 10px rgba(6, 13, 25, .45);
}
.btn--glass:hover { --btn-bg: rgba(255,255,255,.96); --btn-fg: var(--navy-800); --btn-bd: #fff; }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--navy-700); --btn-bd: transparent; letter-spacing: .1em; }
.btn--ghost:hover { --btn-bg: var(--ink-100); --btn-bd: var(--ink-100); box-shadow: none; }

.btn--danger { --btn-bg: var(--danger-500); --btn-bd: var(--danger-500); }
.btn--danger:hover { --btn-bg: var(--danger-700); --btn-bd: var(--danger-700); }

.btn--sm { padding: .5rem 1.1rem; min-height: 38px; font-size: var(--fs-xs); letter-spacing: .1em; }
.btn--lg { padding: 1.05rem 2.5rem; min-height: 58px; font-size: var(--fs-base); }
.btn--block { display: flex; width: 100%; }

.btn__icon { width: 18px; height: 18px; flex: none; object-fit: contain; }

/* ---------------------------------------------------------------- cards */

/* Cards are sheets of paper with a hairline edge, not floating pills. The
   gold rule along the top is the one flourish, and it draws in on hover. */
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  overflow: hidden;
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease);
}
.card--hover::after {
  content: '';
  position: absolute; inset-inline: 0; inset-block-start: 0;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-slow) var(--ease-out);
  z-index: 3;
  pointer-events: none;
}
.card--hover:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--rule-strong);
}
.card--hover:hover::after { transform: scaleX(1); }

.card__body { padding: var(--sp-6); }
.card__body--tight { padding: var(--sp-5); }
.card__title { font-size: var(--fs-lg); margin-bottom: var(--sp-2); color: var(--navy-700); }
.card__text { color: var(--text-muted); font-size: var(--fs-base); margin: 0; }

.card--navy {
  background: linear-gradient(160deg, var(--navy-700) 0%, var(--navy-800) 100%);
  border-color: rgba(176,144,88,.28);
  color: rgba(255,255,255,.82);
}
.card--navy .card__title { color: #fff; }
.card--navy .card__text { color: rgba(255,255,255,.72); }

/* The gold corner accent on the Interiors / Build service cards. */
.card--accent { position: relative; }
.card--accent::after {
  content: '';
  position: absolute; inset-block-start: 0; inset-inline-end: 0;
  width: 44px; height: 44px;
  border-top: 2px solid var(--gold-500);
  border-right: 2px solid var(--gold-500);
  border-top-right-radius: var(--r-lg);
  pointer-events: none;
}

/* --------------------------------------------------------------- badges */

.badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .3rem .65rem;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: var(--r-sm);
  background: var(--ink-100);
  color: var(--ink-700);
  white-space: nowrap;
}
.badge--gold    { background: var(--gold-100); color: var(--gold-700); }
.badge--navy    { background: rgba(6, 13, 25, .74); color: #fff; border: 1px solid var(--rule-light); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.badge--success { background: var(--success-50); color: var(--success-700); }
.badge--warning { background: var(--warning-50); color: var(--warning-700); }
.badge--danger  { background: var(--danger-50);  color: var(--danger-700); }
.badge--info    { background: var(--info-50);    color: var(--info-700); }

/* The PROPVANTA VERIFIED seal that sits on property and partner imagery. */
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .34rem .7rem .34rem .5rem;
  background: rgba(6, 13, 25, .74);
  color: var(--gold-300);
  border: 1px solid rgba(176, 144, 88, .55);
  border-radius: var(--r-sm);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
/* Sized on the picture as well as the img: inside a media box that sets
   `img { width: 100% }` the bare element selector loses on source order,
   and the seal grows to fill the photograph. */
.verified-badge img,
.verified-badge picture img {
  width: 14px;
  height: 14px;
  flex: none;
  object-fit: contain;
  background: none;
}

/* --------------------------------------------------------------- forms */

.field { margin-bottom: var(--sp-5); }
.field:last-child { margin-bottom: 0; }

.label {
  display: block;
  margin-bottom: .4rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink-700);
}
.label .req { color: var(--danger-500); margin-left: .15rem; }

.input, .select, .textarea {
  display: block;
  width: 100%;
  padding: .75rem .95rem;
  min-height: 48px;
  font-family: inherit;
  font-size: var(--fs-base);
  line-height: 1.5;
  color: var(--ink-900);
  background: #fff;
  border: 1.5px solid var(--ink-200);
  border-radius: var(--r-md);
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.textarea { min-height: 128px; resize: vertical; }

.select {
  padding-right: 2.5rem;
  /* Chevron drawn with gradients so no image request is needed. */
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-500) 50%),
    linear-gradient(135deg, var(--ink-500) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.input:hover, .select:hover, .textarea:hover { border-color: var(--ink-300); }
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: var(--ring);
}
.input::placeholder, .textarea::placeholder { color: var(--ink-400); }
.input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"] {
  border-color: var(--danger-500);
}
.input:disabled, .select:disabled, .textarea:disabled {
  background: var(--ink-50); color: var(--ink-500); cursor: not-allowed;
}

.field-error {
  display: block;
  margin-top: .35rem;
  font-size: var(--fs-sm);
  color: var(--danger-700);
  font-weight: 500;
}
.field-hint { display: block; margin-top: .35rem; font-size: var(--fs-sm); color: var(--text-muted); }

.check {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  font-size: var(--fs-base);
  cursor: pointer;
}
.check input[type="checkbox"], .check input[type="radio"] {
  width: 19px; height: 19px; margin: 3px 0 0; flex: none;
  accent-color: var(--gold-500); cursor: pointer;
}

/* Honeypot — kept out of the layout and away from assistive tech. */
.hp-field {
  position: absolute !important;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.form-row { display: grid; gap: var(--sp-4); grid-template-columns: repeat(2, minmax(0,1fr)); }
.form-row--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 720px) { .form-row, .form-row--3 { grid-template-columns: minmax(0,1fr); } }

/* Range slider used for Budget / Area filters. */
.range { width: 100%; height: 28px; background: transparent; -webkit-appearance: none; appearance: none; cursor: pointer; }
.range::-webkit-slider-runnable-track {
  height: 4px; border-radius: var(--r-full);
  background: linear-gradient(90deg, var(--gold-500) 0%, var(--gold-500) var(--fill, 50%), var(--ink-200) var(--fill, 50%), var(--ink-200) 100%);
}
.range::-moz-range-track { height: 4px; border-radius: var(--r-full); background: var(--ink-200); }
.range::-moz-range-progress { height: 4px; border-radius: var(--r-full); background: var(--gold-500); }
.range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 20px; height: 20px; margin-top: -8px;
  border-radius: 50%; background: var(--navy-700);
  border: 3px solid #fff; box-shadow: var(--sh-sm);
}
.range::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--navy-700); border: 3px solid #fff; box-shadow: var(--sh-sm);
}
.range:focus-visible::-webkit-slider-thumb { box-shadow: var(--ring); }

/* Bedroom stepper from the Find page. */
.stepper { display: inline-flex; align-items: stretch; border: 1.5px solid var(--ink-200); border-radius: var(--r-md); overflow: hidden; background: #fff; }
.stepper button {
  width: 42px; border: 0; background: var(--ink-50); color: var(--navy-700);
  font-size: 1.25rem; font-weight: 600; cursor: pointer; line-height: 1;
  transition: background var(--t-fast) var(--ease);
}
.stepper button:hover { background: var(--gold-100); }
.stepper input {
  width: 58px; border: 0; text-align: center; font-family: inherit;
  font-size: var(--fs-base); font-weight: 600; color: var(--navy-700);
  -moz-appearance: textfield;
}
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* --------------------------------------------------------------- alerts */

.alert {
  display: flex;
  gap: .7rem;
  padding: .9rem 1.1rem;
  border-radius: var(--r-md);
  border-left: 4px solid;
  font-size: var(--fs-base);
  margin-bottom: var(--sp-5);
}
.alert p { margin: 0; }
.alert--success { background: var(--success-50); border-color: var(--success-500); color: var(--success-700); }
.alert--error   { background: var(--danger-50);  border-color: var(--danger-500);  color: var(--danger-700); }
.alert--warning { background: var(--warning-50); border-color: var(--warning-500); color: var(--warning-700); }
.alert--info    { background: var(--info-50);    border-color: var(--info-500);    color: var(--info-700); }

/* ---------------------------------------------------------- flash stack */

.flash-stack {
  position: fixed;
  top: calc(var(--header-h) + 12px);
  right: var(--gutter);
  z-index: 200;
  display: grid;
  gap: .6rem;
  width: min(380px, calc(100vw - 2 * var(--gutter)));
}
.flash {
  display: flex; align-items: flex-start; gap: .65rem;
  padding: .85rem 1rem;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  border-left: 4px solid var(--navy-700);
  font-size: var(--fs-base);
  animation: flash-in .35s var(--ease);
}
.flash--success { border-left-color: var(--success-500); }
.flash--error   { border-left-color: var(--danger-500); }
.flash--warning { border-left-color: var(--warning-500); }
.flash__close {
  margin-left: auto; border: 0; background: none; cursor: pointer;
  color: var(--ink-400); font-size: 1.25rem; line-height: 1; padding: 0 .15rem;
}
.flash__close:hover { color: var(--ink-700); }

@keyframes flash-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
