/* ============================================================
   Property Interiors — site stylesheet
   Design system derived from the 2026 page renders.
   Brand colours sampled directly from Homepage.jpg.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --ink:        #0a0b0d;   /* dark sections, footer */
  --ink-2:      #14161a;   /* raised dark panels */
  --gold:       #a8883f;   /* brand gold — sampled #a8883f */
  --gold-deep:  #8d6f2d;   /* button hover */
  --gold-lt:    #c6a455;   /* light gold on dark */
  --paper:      #f7f7f7;   /* off-white sections */
  --white:      #ffffff;
  --text:       #23252a;   /* body text on light */
  --muted:      #5c6068;   /* secondary text on light */
  --muted-dk:   #b9bcc2;   /* secondary text on dark */
  --line:       #e2e2e2;   /* hairline on light */
  --line-gold:  rgba(168, 136, 63, 0.45);

  --font-head: "Poppins", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-body: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-script: "Kaushan Script", "Segoe Script", cursive;

  --wrap: 1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --section-y: clamp(56px, 7vw, 96px);
  --radius: 2px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-deep); }

ul { margin: 0 0 1.1em; padding-left: 1.1em; }

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

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--gold); color: #fff; padding: 12px 20px;
  font-family: var(--font-head); font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(40px, 5vw, 64px); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--ink); color: #fff; }
.section--dark h1,
.section--dark h2,
.section--dark h3 { color: #fff; }

/* ---------- Type helpers ---------- */
.gold { color: var(--gold); }
.section--dark .gold { color: var(--gold-lt); }

/* Short gold rule that sits above headings throughout the renders */
.rule-gold {
  display: block;
  width: 52px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 22px;
}
.rule-gold--center { margin-inline: auto; }

.eyebrow {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.section--dark .eyebrow { color: var(--gold-lt); }

.h1 { font-size: clamp(2rem, 4.1vw, 3.15rem); }
.h2 { font-size: clamp(1.6rem, 2.9vw, 2.3rem); }
.h3 { font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

.lede { font-size: 1.02rem; color: var(--muted); max-width: 62ch; }
.section--dark .lede { color: var(--muted-dk); }

.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-deep); color: #fff; }

.btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn--outline:hover { background: #fff; color: var(--ink); border-color: #fff; }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; color: #fff; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* Arrow link, used under split panels */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
}
.arrow-link::after {
  content: "";
  width: 26px; height: 26px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: no-repeat center / 9px 9px
    /* NOTE: a data: URI cannot read a custom property, so this stroke colour is
       the one place the accent is hard-coded. Keep it in sync with --gold. */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23a8883f' stroke-width='2'%3E%3Cpath d='M2 8h11M9 4l4 4-4 4'/%3E%3C/svg%3E");
  transition: transform 0.2s ease;
}
.arrow-link:hover::after { transform: translateX(4px); }
.section--dark .arrow-link { color: #fff; }
.section--dark .arrow-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M2 8h11M9 4l4 4-4 4'/%3E%3C/svg%3E");
}

/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: left;
}
.logo:hover { color: #fff; }
.logo__script {
  display: block;
  font-family: var(--font-script);
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: -2px;
}
.logo__word {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  color: var(--gold);
  margin-left: 26px;
}
.logo__strap {
  display: block;
  font-family: var(--font-head);
  font-size: 0.42rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-left: 26px;
  padding-top: 4px;
  border-top: 1px solid var(--gold);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 14px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--radius);
  padding: 9px 11px;
  cursor: pointer;
}
.nav-toggle__bar {
  display: block;
  width: 20px; height: 2px;
  background: #fff;
  margin: 4px 0;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.9vw, 30px);
}
.nav-link {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  padding-block: 6px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.nav-link:hover { color: var(--gold-lt); }
.nav-link[aria-current="page"] {
  color: var(--gold-lt);
  border-bottom-color: var(--gold);
}
.nav-cta { margin-left: 6px; }

/* ---------- Dropdown navigation ---------- */
.nav-item { position: relative; display: flex; align-items: center; gap: 4px; }

.sub-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  line-height: 1;
}
.sub-toggle svg { transition: transform 0.2s ease; }
.nav-item.is-open > .sub-toggle svg { transform: rotate(180deg); }

/* Desktop: a caret hints at the submenu, which opens on hover or focus */
.nav-item.has-sub > .nav-link::after {
  content: "";
  display: inline-block;
  width: 0; height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.7;
}

.subnav {
  position: absolute;
  top: 100%;
  left: -14px;
  min-width: 250px;
  background: var(--ink-2);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 120;
}
.nav-item:hover > .subnav,
.nav-item:focus-within > .subnav {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.subnav a {
  display: block;
  padding: 9px 18px;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.subnav a:hover,
.subnav a:focus-visible { background: rgba(168,136,63,0.18); color: var(--gold-lt); }
.subnav a[aria-current="page"] { color: var(--gold-lt); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Dark gradient so the headline stays legible over the photograph */
.hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
      rgba(10,11,13,0.97) 0%,
      rgba(10,11,13,0.93) 32%,
      rgba(10,11,13,0.55) 55%,
      rgba(10,11,13,0.15) 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(60px, 8vw, 104px);
}
.hero__content { max-width: 40rem; }
.hero__title { font-size: clamp(2rem, 4.3vw, 3.2rem); margin-bottom: 24px; }
.hero__copy { color: #d7d9dd; max-width: 46ch; }
.hero__copy p { margin-bottom: 1em; }

/* Shorter hero for inner pages */
.hero--page .hero__inner { padding-block: clamp(48px, 6vw, 84px); }

/* ---------- Split section (image one side, panel the other) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.split__media { position: relative; min-height: 320px; }
.split__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.split__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px) clamp(24px, 5vw, 76px);
}
.split--paper .split__panel { background: var(--paper); }
.split--dark .split__panel { background: var(--ink); color: #fff; }
.split--dark .split__panel h2 { color: #fff; }
/* Reverse puts the image on the right */
.split--reverse .split__media { order: 2; }

/* ---------- Tile grid (gold-outlined boxes on dark) ---------- */
.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tile {
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  padding: 20px 18px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
}

.dark-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

/* ---------- Collection cards ---------- */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.collection-card {
  display: block;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  background: var(--ink-2);
  color: #fff;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.collection-card:hover {
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-3px);
}
.collection-card__media { aspect-ratio: 16 / 10; overflow: hidden; }
.collection-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.collection-card:hover .collection-card__media img { transform: scale(1.04); }
.collection-card__body { padding: 16px 18px 20px; }
.collection-card__name {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 6px;
}
.collection-card__num { color: var(--gold-lt); font-size: 0.95rem; }
.collection-card__desc {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--muted-dk);
}

/* ---------- Numbered column row ---------- */
.numbered-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0;
  margin-top: 36px;
}
.numbered-row__item {
  padding: 4px 20px;
  border-left: 1px solid var(--line-gold);
}
.numbered-row__item:first-child { border-left: 0; padding-left: 0; }
.numbered-row__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--gold);
  margin: 0 0 8px;
}
.numbered-row__text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--muted);
}

/* ---------- Process steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 40px;
}
.step { text-align: center; position: relative; }
/* Connector line between the numbered circles */
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px; left: calc(50% + 30px); right: calc(-50% + 30px);
  height: 1px;
  background: var(--line-gold);
}
.step__num {
  width: 44px; height: 44px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  display: grid;
  place-items: center;
}
.step__text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--muted);
}

/* ---------- Feature cards (light, bordered) ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}
.card {
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  background: var(--white);
  padding: 26px 22px;
}
.card__title {
  font-size: 1.02rem;
  font-weight: 600;
  margin: 0 0 8px;
}
.card__text { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--muted); }
.card--center { text-align: center; }
.card__icon { color: var(--gold); margin: 0 auto 14px; display: block; }

/* ---------- Checklist pills ---------- */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 0.92rem;
}
.checklist svg { flex: none; color: var(--gold); }

/* Checkbox option, styled like a checklist pill */
.check-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}
.check-option {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  padding: 11px 14px;
  font-size: 0.88rem;
  line-height: 1.35;
  cursor: pointer;
}
/* Type selector needed: the generic `.field input { width: 100% }` in the form
   block below has equal specificity and would otherwise stretch the box. */
.check-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--gold);
}
.check-option:hover { background: var(--paper); }

/* `.field` sets flex-direction:column, which is wrong for a fieldset and makes
   legend rendering unreliable. Doubled class beats `.field` on specificity. */
.field.fieldset-plain { display: block; }
.fieldset-plain { border: 0; padding: 0; margin: 0; }
.fieldset-plain legend {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 0;
}
.fieldset-plain legend .num { color: var(--gold); margin-right: 8px; }

/* ---------- Spec list (collection inventories) ---------- */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(24px, 4vw, 48px);
}
.spec__title {
  font-family: var(--font-head);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 10px;
  margin: 0 0 14px;
  border-bottom: 1px solid var(--line-gold);
}
.spec__list { list-style: none; margin: 0; padding: 0; }
.spec__list li {
  padding: 7px 0;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.section--dark .spec__list li {
  border-bottom-color: rgba(255,255,255,0.1);
  color: var(--muted-dk);
}

/* ---------- Gold panel ---------- */
.gold-panel {
  background: var(--gold);
  color: #fff;
  border-radius: var(--radius);
  padding: clamp(26px, 3.5vw, 40px);
}
.gold-panel h3 { color: #fff; margin-bottom: 12px; }
.gold-panel p { color: rgba(255,255,255,0.92); font-size: 0.95rem; }
.gold-panel .btn--outline { border-color: rgba(255,255,255,0.7); }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}
.cta-band__media { position: absolute; inset: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
      rgba(10,11,13,0.96) 0%,
      rgba(10,11,13,0.88) 45%,
      rgba(10,11,13,0.35) 100%);
}
.cta-band__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(48px, 6vw, 82px);
  max-width: 46rem;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: #fff;
  padding-block: 34px;
  border-top: 1px solid rgba(168,136,63,0.3);
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 28px);
}
.footer__link { font-size: 0.83rem; color: #fff; font-family: var(--font-head); }
.footer__link:hover { color: var(--gold-lt); }
.footer__socials { display: flex; gap: 10px; }
.social {
  width: 34px; height: 34px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
}
.social:hover { background: var(--gold); color: #fff; }

.footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.88rem;
}
.footer__contact a { color: #fff; display: inline-flex; align-items: center; gap: 9px; }
.footer__contact a:hover { color: var(--gold-lt); }
.footer__contact svg { color: var(--gold); flex: none; }
.footer__legal {
  margin: 18px 0 0;
  font-size: 0.76rem;
  color: #8b8f96;
}
.footer__legal a { color: #8b8f96; }
.footer__legal a:hover { color: var(--gold-lt); }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 3.5vw, 40px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.field label .num { color: var(--gold); margin-right: 8px; }
.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: var(--text);
  background: var(--white);
  border: 1px solid #cfcfcf;
  border-radius: var(--radius);
  padding: 11px 13px;
  width: 100%;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--gold); outline: none; }
.field--check { flex-direction: row; align-items: flex-start; gap: 10px; }
.field--check input { width: auto; margin-top: 4px; accent-color: var(--gold); }
.field--check label { font-weight: 400; font-family: var(--font-body); font-size: 0.88rem; margin: 0; }
.form-note {
  font-size: 0.78rem;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 13px;
  margin: 0;
}

/* ---------- Info cards (contact) ---------- */
.info-card {
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px 20px;
  text-align: center;
}
.info-card__label {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
  margin: 14px 0 8px;
}
.info-card__value { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--muted); }
.info-card__value a { color: var(--muted); }
.info-card__value a:hover { color: var(--gold); }

/* ---------- Plain page head (prose and legal pages, no photograph) ---------- */
.page-head {
  background: var(--ink);
  color: #fff;
  padding-block: clamp(44px, 5.5vw, 76px);
}
.page-head h1 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.page-head .lede { color: var(--muted-dk); }

/* ---------- Long-form prose (policies, legal) ---------- */
.prose { max-width: 78ch; }
.prose h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  margin-top: 2.2em;
  padding-top: 1.1em;
  border-top: 1px solid var(--line);
}
.prose h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: 0.45em; }

/* Unfilled placeholders from the copy master — deliberately loud so they
   cannot reach production unnoticed. */
.token {
  background: #fff4d6;
  border: 1px dashed #b98d18;
  border-radius: var(--radius);
  padding: 1px 6px;
  font-family: var(--font-head);
  font-size: 0.85em;
  font-weight: 600;
  color: #7a5c05;
  white-space: nowrap;
}

.notice {
  border-left: 3px solid var(--gold);
  background: var(--paper);
  padding: 18px 22px;
  margin: 0 0 32px;
  font-size: 0.92rem;
}
.notice strong { font-family: var(--font-head); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 78ch; }
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 44px 20px 0;
  position: relative;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 8px; top: 50%;
  width: 10px; height: 10px;
  margin-top: -6px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq summary:hover { color: var(--gold); }
.faq__answer { padding: 0 44px 22px 0; color: var(--muted); margin: 0; }

/* ---------- Testimonial ---------- */
.quote {
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  padding: 30px 28px;
  background: var(--white);
}
.quote__mark {
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}
.quote__text { margin: 0 0 16px; font-size: 0.98rem; line-height: 1.7; }
.quote__who {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.88rem;
}

/* ---------- Data table ---------- */
.table-scroll { overflow-x: auto; }
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  min-width: 520px;
}
.data-table th,
.data-table td {
  text-align: left;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
}
.data-table th {
  font-family: var(--font-head);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom-color: var(--line-gold);
}
.data-table tbody tr:hover { background: var(--paper); }
.data-table td:first-child { font-weight: 600; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
}
.gallery-grid figure {
  margin: 0;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-grid figure:hover img { transform: scale(1.05); }

/* Filter chips — presentational until the portfolio has real project data */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.chip {
  border: 1px solid var(--line-gold);
  border-radius: 100px;
  padding: 8px 18px;
  font-family: var(--font-head);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text);
}

/* ---------- Footer sitemap ---------- */
.footer__sitemap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 26px 20px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer__heading {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}
.footer__col { display: flex; flex-direction: column; gap: 8px; }
.footer__col a { font-size: 0.83rem; color: #cfd2d7; }
.footer__col a:hover { color: var(--gold-lt); }

.footer__policies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.78rem;
}
.footer__policies a { color: #8b8f96; }
.footer__policies a:hover { color: var(--gold-lt); }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .dark-split { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
  .step:not(:last-child)::after { display: none; }
}

@media (max-width: 900px) {
  .site-header__inner { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .primary-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 0 8px;
  }
  .primary-nav.is-open { display: flex; }
  .nav-link { width: 100%; padding-block: 9px; }
  .nav-cta { margin: 10px 0 4px; }

  /* Submenus become tap-to-open accordions rather than hover dropdowns */
  .nav-item { width: 100%; flex-wrap: wrap; }
  .nav-item > .nav-link { flex: 1; width: auto; }
  .sub-toggle { display: block; }
  .nav-item.has-sub > .nav-link::after { display: none; }
  .subnav {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    border: 0;
    border-left: 1px solid var(--line-gold);
    border-radius: 0;
    background: transparent;
    margin: 2px 0 6px 4px;
    padding: 2px 0;
  }
  .nav-item:hover > .subnav,
  .nav-item:focus-within > .subnav { display: none; }
  .nav-item.is-open > .subnav { display: block; }
  .subnav a { padding: 8px 16px; }

  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .split__media { min-height: 260px; }

  .hero__media::after {
    background: linear-gradient(180deg,
        rgba(10,11,13,0.92) 0%,
        rgba(10,11,13,0.88) 55%,
        rgba(10,11,13,0.8) 100%);
  }

  .form-grid { grid-template-columns: 1fr; }

  .numbered-row__item {
    border-left: 0;
    border-top: 1px solid var(--line-gold);
    padding: 14px 0;
  }
  .numbered-row__item:first-child { border-top: 0; }
}

@media (max-width: 620px) {
  .tiles { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .btn { width: 100%; text-align: center; }
  .btn-row { flex-direction: column; }
  .footer__top { flex-direction: column; align-items: flex-start; }
}

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