/* ============================================================
   Manor Design — Inner Pages Stylesheet
   Drop in /wp-content/themes/manor-acf-theme/
   Loaded automatically via functions.php addition
   ============================================================ */

/* ── Shared: eyebrow label, gold rule, dark sections ── */
.eyebrow {
  display: block;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--ff-body);
  font-weight: 600;
  margin-bottom: .8rem;
}
.gold-rule {
  width: 48px;
  height: 3px;
  background: var(--gold);
  margin: 1.2rem 0 1.8rem;
}
.dark-section {
  background: var(--dark);
  color: var(--cream);
  padding: 90px 0;
}

/* ── Page Hero ── */
.inn-hero {
  position: relative;
  background: var(--dark);
  padding: 100px 0 72px;
  overflow: hidden;
}
.inn-hero--tall {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 0;
}
.inn-hero__bg {
  position: absolute;
  inset: 0;
}
.inn-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.inn-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(14,11,8,.3) 0%, rgba(14,11,8,.78) 100%);
}
.inn-hero__body {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  width: 100%;
}
.inn-hero__body .wrap { }
.inn-hero__sub {
  color: rgba(247,242,234,.7);
  font-size: 1rem;
  margin: 1rem 0 2rem;
  letter-spacing: .04em;
}
.page-hero-tag {
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .8rem;
  font-family: var(--ff-body);
  font-weight: 600;
}
.page-hero-title {
  font-family: var(--ff-head);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  color: var(--cream);
  font-weight: 400;
  line-height: 1.08;
  max-width: 820px;
  margin: 0;
}
.inn-hero:not(.inn-hero--tall) .page-hero-title { max-width: 680px; }
.inn-hero__content { position: relative; z-index: 2; width: 100%; }
.inn-hero--photo { min-height: 56vh; display: flex; align-items: center; }

/* ── Section headings ── */
.inn-sh { margin-bottom: 52px; }
.inn-sh h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--dark);
  line-height: 1.12;
  margin: .3rem 0 0;
}
.inn-sh--c { text-align: center; }
.dark-section .inn-sh h2,
.dark-section h2 { color: var(--cream); }

/* ── Buttons ── */
.inn-btn {
  display: inline-block;
  padding: 15px 36px;
  background: var(--gold);
  color: var(--dark) !important;
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--ff-body);
  text-decoration: none;
  transition: background .3s, border-color .3s;
  border: 2px solid var(--gold);
  cursor: pointer;
  margin-top: 1.6rem;
}
.inn-btn:hover { background: var(--gold-lt, #c9a86c); border-color: var(--gold-lt, #c9a86c); }
.inn-btn--ghost {
  background: transparent !important;
  color: var(--cream) !important;
  border-color: rgba(247,242,234,.45);
}
.inn-btn--ghost:hover { background: var(--cream) !important; color: var(--dark) !important; border-color: var(--cream); }

/* ── Image placeholders (before client uploads) ── */
.img-ph {
  background: var(--off, #faf8f4);
  border: 2px dashed rgba(176,136,74,.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  min-height: 300px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.img-ph--wide  { min-height: 460px; }
.img-ph--tall  { min-height: 520px; }
.img-ph--hero  { min-height: 88vh; }
.img-ph span {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted, #7a6858);
  line-height: 1.6;
}
.img-ph small {
  display: block;
  font-size: .7rem;
  color: var(--gold);
  opacity: .75;
  margin-top: .4rem;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
}
/* Suggested-size badge on placeholders */
.img-ph-size, .ph-size {
  display: inline-block;
  margin-top: .6rem;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: none;
  font-style: normal;
  color: var(--gold-dk, #8a6634);
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(176,136,74,.35);
  padding: .25rem .55rem;
  border-radius: 3px;
}

/* ── Inner-page hero entrance — matches the homepage hero fade-up ── */
.page-hero-content > *,
.inn-hero .wrap > * {
  animation: heroFadeUp .85s cubic-bezier(.4,0,.2,1) both;
}
.page-hero-content > *:nth-child(1), .inn-hero .wrap > *:nth-child(1) { animation-delay: .12s; }
.page-hero-content > *:nth-child(2), .inn-hero .wrap > *:nth-child(2) { animation-delay: .28s; }
.page-hero-content > *:nth-child(3), .inn-hero .wrap > *:nth-child(3) { animation-delay: .44s; }
.page-hero-content > *:nth-child(4), .inn-hero .wrap > *:nth-child(4) { animation-delay: .60s; }
@media (prefers-reduced-motion: reduce) {
  .page-hero-content > *, .inn-hero .wrap > * { animation: none; }
}
/* When the GSAP motion layer drives the hero (About), disable the CSS fade so they don't fight */
.inn-hero--motion .wrap > * { animation: none; }

/* ── Team feature (single, larger profile) ── */
.inn-team-feature {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.inn-team-feature__img img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: 6px; box-shadow: var(--sh-lg, 0 20px 60px rgba(28,21,16,.18));
}
.inn-team-feature__img .img-ph { aspect-ratio: 4/5; border-radius: 6px; }
.inn-team-feature__body h3 {
  font-family: var(--ff-head); font-size: 2rem; color: var(--dark); margin-bottom: .3rem;
}
.inn-team-feature__body .inn-role {
  display: block; color: var(--gold); font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; font-size: .8rem; margin-bottom: 1.3rem;
}
.inn-team-feature__body p {
  color: var(--muted); line-height: 1.85; margin-bottom: 1rem; font-size: 1.02rem;
}
@media(max-width:768px){ .inn-team-feature { grid-template-columns: 1fr; gap: 2rem; } }

/* ── Map (Leaflet + CARTO Positron) ── */
.manor-map {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: var(--cream);
  z-index: 0;
}
.manor-pin span {
  display: block;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--gold), 0 2px 6px rgba(0,0,0,.35);
}
.leaflet-popup-content { font-family: var(--ff-body); font-size: .82rem; color: var(--text); }

/* ── Brands page rows ── */
.brand-rows { padding: 50px 0 90px; }
.brand-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; margin-bottom: 3.5rem; scroll-margin-top: 120px; }
.brand-row:last-child { margin-bottom: 0; }
.brand-row--rev .brand-row__img { order: 2; }
.brand-row__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px;
                      box-shadow: var(--sh-md, 0 8px 32px rgba(28,21,16,.14)); display: block; }
.brand-row__img .img-ph { aspect-ratio: 4/3; border-radius: 6px; }
.brand-row__body h2 { font-family: var(--ff-head); font-size: 1.7rem; color: var(--dark); margin: .2rem 0 0; }
.brand-row__body p { color: var(--muted); line-height: 1.85; font-size: .98rem; }
@media(max-width:768px){
  .brand-row { grid-template-columns: 1fr; gap: 1.4rem; margin-bottom: 2.5rem; }
  .brand-row--rev .brand-row__img { order: 0; }
}

/* ── SPLIT SECTION — left image col, right body ── */
.inn-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 900px) { .inn-split { grid-template-columns: 1fr; } }

/* "Lift over" — a floating inset panel: sharp square corners, pulled in from the
   edges so the hero frames its top, lifted over the hero with a pronounced shadow.
   Layers the two full-bleed photos instead of butting into a hard seam. */
.inn-split--lift {
  position: relative;
  z-index: 3;
  margin: clamp(-90px, -5vw, -52px) clamp(24px, 5vw, 80px) 0;
  overflow: hidden;
  box-shadow: 0 40px 85px -18px rgba(14, 11, 8, 0.55),
              0 14px 36px rgba(14, 11, 8, 0.22);
}
@media (max-width: 900px) {
  .inn-split--lift { margin: -42px 16px 0; }
}

.inn-split__img-col {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--border, #e8ddd0);
}
.inn-split__img-col img,
.inn-split__img-col .img-ph {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.inn-split__img-col img { display: block; }
@media (max-width: 900px) {
  .inn-split__img-col { min-height: 0; aspect-ratio: 4 / 3; }
}

/* ── Story feature image (contained, breathing room around it) ── */
.inn-feature { padding: clamp(72px, 9vw, 132px) 0; background: var(--off, #faf8f4); }
.inn-feature__img {
  height: clamp(340px, 42vw, 580px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--sh-md, 0 8px 32px rgba(28,21,16,.14));
  background: var(--border, #e8ddd0);
}
.inn-feature__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.inn-feature__img .img-ph { height: 100%; border-radius: 8px; }

.inn-split__body {
  padding: clamp(52px, 6vw, 88px) clamp(40px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--off, #faf8f4);
}
.inn-split__body h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--dark);
  line-height: 1.12;
  margin: .3rem 0 0;
}
.inn-split__body p {
  color: var(--muted, #7a6858);
  line-height: 1.9;
  font-size: 1rem;
  margin: 1.2rem 0 0;
}

/* ── Full-width image with quote overlay ── */
.inn-fullimg {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.inn-fullimg img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.inn-fullimg__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14,11,8,.62);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px clamp(40px,8vw,120px);
}
.inn-fullimg__overlay blockquote {
  font-family: var(--ff-head);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-style: italic;
  color: var(--cream);
  max-width: 860px;
  line-height: 1.5;
  margin: 0 0 1.2rem;
}
.inn-fullimg__overlay cite {
  font-size: .82rem;
  color: var(--gold);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-style: normal;
}

/* ── Values — numbered, two columns ── */
.inn-values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) { .inn-values__grid { grid-template-columns: 1fr; } }
.inn-val {
  display: flex;
  gap: 24px;
  padding: 44px;
  border-bottom: 1px solid rgba(247,242,234,.08);
  border-right: 1px solid rgba(247,242,234,.08);
}
.inn-val:nth-child(2n) { border-right: none; }
.inn-val:nth-last-child(-n+2) { border-bottom: none; }
@media (max-width: 640px) {
  .inn-val { border-right: none; }
  .inn-val:last-child { border-bottom: none; }
}
.inn-val__n {
  font-family: var(--ff-head);
  font-size: 3.2rem;
  color: rgba(201,168,108,.5);
  line-height: 1;
  flex-shrink: 0;
  width: 64px;
  font-style: italic;
}
.inn-val h3 {
  font-family: var(--ff-head);
  font-size: 1.25rem;
  color: var(--cream);
  margin: 0 0 .6rem;
}
.inn-val p { color: rgba(247,242,234,.65); font-size: .95rem; line-height: 1.85; margin: 0; }

/* ── Stats strip ── */
.inn-stats { background: var(--off, #faf8f4); padding: 64px 0; }
.inn-stats__row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media (max-width: 680px) { .inn-stats__row { grid-template-columns: repeat(2,1fr); } }
.inn-stat {
  text-align: center;
  padding: 40px 20px;
  border-right: 1px solid var(--border, #e8ddd0);
}
.inn-stat:last-child { border-right: none; }
.inn-stat__n {
  display: block;
  font-family: var(--ff-head);
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  color: var(--gold);
  line-height: 1;
}
.inn-stat__n sup { font-size: .55em; }
.inn-stat__l {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted, #7a6858);
  margin-top: .5rem;
}

/* ── Team ── */
.inn-team { padding: 90px 0; background: var(--cream, #f7f2ea); }
.inn-team__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 56px;
}
@media (max-width: 860px) { .inn-team__grid { grid-template-columns: 1fr; } }
.inn-tc {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 1100px) { .inn-tc { grid-template-columns: 180px 1fr; } }
@media (max-width: 580px) { .inn-tc { grid-template-columns: 1fr; } }
.inn-tc__img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--border, #e8ddd0);
}
.inn-tc__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.inn-tc__body h3 {
  font-family: var(--ff-head);
  font-size: 1.6rem;
  color: var(--dark);
  margin: 0 0 .3rem;
}
.inn-role {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.inn-tc__body p { color: var(--muted, #7a6858); line-height: 1.85; font-size: .95rem; margin: 0; }

/* ── About project gallery (heading + three-image strip) ── */
.inn-projects { padding: clamp(72px, 9vw, 120px) 0; }
.inn-projects .inn-sh { margin-bottom: clamp(36px, 5vw, 56px); }
.inn-strip__inner {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  max-width: var(--max, 1300px);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 640px) { .inn-strip__inner { grid-template-columns: 1fr; } }
.inn-strip__img { overflow: hidden; border-radius: 8px; aspect-ratio: 4 / 3; }
.inn-strip__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.inn-strip__img:hover img { transform: scale(1.04); }
.inn-strip__img .img-ph { aspect-ratio: 4 / 3; border-radius: 8px; min-height: 0; }

/* ── Brands ── */
.inn-brands { padding: 72px 0; }
.inn-brands__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
  justify-content: center;
  margin-top: 2.5rem;
}
.inn-brands__row span,
.inn-brands__row a {
  font-family: var(--ff-head);
  font-size: 1.1rem;
  color: rgba(247,242,234,.4);
  letter-spacing: .06em;
}
.inn-brands__row a { transition: color var(--tr, .3s); }
.inn-brands__row a:hover { color: var(--gold-lt, #c9a86c); }

/* ── CTA with image background ── */
.inn-cta-img {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.inn-cta-img__bg {
  position: absolute;
  inset: 0;
}
.inn-cta-img__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.inn-cta-img__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14,11,8,.72);
}
.inn-cta-img__body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 40px;
  max-width: 740px;
  width: 100%;
}
.inn-cta-img__body h2 {
  font-family: var(--ff-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--cream);
  line-height: 1.12;
  margin: .5rem 0 1rem;
}
.inn-cta-img__body p { color: rgba(247,242,234,.75); font-size: 1.05rem; line-height: 1.85; margin: 0; }
.inn-cta-img__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}

/* ── Contact page ── */
.inn-contact-main { padding: 88px 0; }
.inn-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) { .inn-contact-grid { grid-template-columns: 1fr; gap: 52px; } }
.inn-contact-left h2,
.inn-contact-right h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--dark);
  line-height: 1.15;
  margin: .3rem 0 0;
}
.inn-contact-left p,
.inn-contact-right p { color: var(--muted, #7a6858); line-height: 1.85; margin: 1.2rem 0 0; }
.inn-contact-img {
  margin: 2rem 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--border, #e8ddd0);
}
.inn-contact-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Contact detail rows */
.inn-details {
  margin-top: 2rem;
  border-top: 1px solid var(--border, #e8ddd0);
}
.inn-detail {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border, #e8ddd0);
  align-items: start;
}
.inn-detail__label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold);
  font-weight: 600;
  padding-top: 2px;
}
.inn-detail a { color: var(--dark); text-decoration: none; font-weight: 600; font-size: 1rem; }
.inn-detail a:hover { color: var(--gold); }
.inn-detail address { font-style: normal; color: var(--muted, #7a6858); line-height: 1.75; }
.inn-detail span { color: var(--muted, #7a6858); }

/* Map full width */
.inn-map-full { display: block; height: 520px; overflow: hidden; }
.inn-map-full iframe { display: block; width: 100%; height: 100%; border: 0; }

/* Reassurance strip */
.inn-reassure { padding: 80px 0; }
.inn-reassure__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
@media (max-width: 800px) { .inn-reassure__grid { grid-template-columns: 1fr; } }
.inn-reassure__item {
  padding: 52px 44px;
  border-right: 1px solid rgba(247,242,234,.1);
}
.inn-reassure__item:last-child { border-right: none; }
@media (max-width: 800px) { .inn-reassure__item { border-right: none; border-bottom: 1px solid rgba(247,242,234,.1); padding: 36px 24px; } }
.inn-reassure__item h3 {
  font-family: var(--ff-head);
  font-size: 1.25rem;
  color: var(--cream);
  margin: .8rem 0 .6rem;
}
.inn-reassure__item p { color: rgba(247,242,234,.65); font-size: .95rem; line-height: 1.85; margin: 0; }

/* Image pair */
.inn-img-pair__inner {
  display: grid;
  grid-template-columns: 1.618fr 1fr;
  height: 540px;
}
@media (max-width: 700px) { .inn-img-pair__inner { grid-template-columns: 1fr; height: auto; } }
.inn-img-pair__l, .inn-img-pair__r { overflow: hidden; }
.inn-img-pair__l img,
.inn-img-pair__r img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Contact form */
.manor-contact-form { display: flex; flex-direction: column; gap: 20px; margin-top: 1.2rem; }
.mcf-row { display: flex; gap: 20px; }
.mcf-2col .mcf-field { flex: 1; }
@media (max-width: 580px) { .mcf-row { flex-direction: column; } }
.mcf-field { display: flex; flex-direction: column; gap: 6px; }
.mcf-field label { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dark); font-weight: 600; }
.mcf-field label span { color: var(--gold); }
.mcf-field input,
.mcf-field select,
.mcf-field textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--border, #e8ddd0);
  background: var(--off, #faf8f4);
  color: var(--dark); font-family: var(--ff-body); font-size: .95rem;
  outline: none; transition: border-color .3s; -webkit-appearance: none; box-sizing: border-box;
}
.mcf-field input:focus,
.mcf-field select:focus,
.mcf-field textarea:focus { border-color: var(--gold); }
.mcf-field textarea { resize: vertical; min-height: 140px; }
.mcf-privacy { font-size: .8rem; color: var(--muted, #7a6858); margin: .4rem 0 0; }
.mcf-response { font-size: .9rem; margin-top: .5rem; }
.mcf-ok { color: #2a6b3c; padding: 12px 16px; background: #f0faf4; border-left: 3px solid #2a6b3c; }
.mcf-err { color: #8b1a1a; padding: 12px 16px; background: #fef5f5; border-left: 3px solid #8b1a1a; }

/* ── Showroom page ── */
.inn-displays { padding: clamp(72px, 8vw, 110px) 0 0; }
.inn-showroom-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: 360px 300px;
  gap: 6px;
}
@media (max-width: 800px) { .inn-showroom-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; } }
@media (max-width: 500px) { .inn-showroom-grid { grid-template-columns: 1fr; } }
.inn-sg-item { overflow: hidden; }
.inn-sg-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.inn-sg-item:hover img { transform: scale(1.04); }
.inn-sg-item--large { grid-column: span 2; }

/* Hours + map */
.inn-hours-map { padding: 88px 0; }
.inn-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 860px) { .inn-hours-grid { grid-template-columns: 1fr; } }
.inn-hours-col h2 {
  font-family: var(--ff-head);
  font-size: 2rem;
  color: var(--cream);
  margin: .3rem 0 1.4rem;
}
.inn-hours-tbl { width: 100%; border-collapse: collapse; }
.inn-hours-tbl tr { border-bottom: 1px solid rgba(247,242,234,.1); }
.inn-hours-tbl td { padding: 13px 0; font-size: .95rem; color: rgba(247,242,234,.8); }
.inn-hours-tbl td:last-child { text-align: right; font-weight: 600; color: var(--gold); }
.inn-hours-note { font-size: .85rem; color: rgba(247,242,234,.5); margin-top: 1.2rem; line-height: 1.65; }
.inn-hours-note a { color: var(--gold); }
.inn-addr-block address {
  font-style: normal;
  color: rgba(247,242,234,.8);
  line-height: 1.95;
  font-size: 1rem;
  margin-bottom: .6rem;
}
.inn-map-col iframe { display: block; width: 100%; border: 0; }

/* Portfolio gallery */
.inn-gallery { padding: 88px 0; }
.inn-gal-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.inn-gf {
  background: transparent;
  border: 1px solid var(--border, #e8ddd0);
  padding: 9px 22px;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted, #7a6858);
  cursor: pointer;
  transition: all .3s;
  font-family: var(--ff-body);
}
.inn-gf.active, .inn-gf:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.inn-gal-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
@media (max-width: 900px) { .inn-gal-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px) { .inn-gal-grid { grid-template-columns: 1fr; } }
.inn-gi { overflow: hidden; }
.inn-gi__in { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--border, #e8ddd0); }
.inn-gi__ov span i { margin-left: 8px; font-size: .8em; color: var(--gold); }
.inn-gi__in img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.inn-gi:hover .inn-gi__in img { transform: scale(1.06); }
.inn-gi__ov {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(14,11,8,.85));
  padding: 40px 20px 20px;
  opacity: 0; transform: translateY(6px);
  transition: opacity .3s, transform .3s;
}
.inn-gi:hover .inn-gi__ov { opacity: 1; transform: translateY(0); }
.inn-gi__ov span { color: var(--cream); font-family: var(--ff-head); font-size: 1.05rem; }

/* Checklist */
.inn-checklist {
  list-style: none; padding: 0; margin: 1.4rem 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px;
}
.inn-checklist li {
  font-size: .9rem; color: var(--muted, #7a6858);
  display: flex; align-items: center; gap: 10px;
}
.inn-checklist li::before {
  content: '';
  width: 20px; height: 1px;
  background: var(--gold); flex-shrink: 0;
}

/* ───────────────────────────────────────────────────────────────
   MOTION LAYER (About pilot — powered by assets/js/about-motion.js)
   Placed last so these win the cascade over earlier image rules.
   Parallax frames hold an oversized image so it can drift without
   showing edge gaps; reveal frames clip their image as it wipes in.
   ─────────────────────────────────────────────────────────────── */
[data-parallax] { overflow: hidden; }
/* Only the otherwise-static story frame needs a positioning context;
   .inn-hero__bg / .inn-cta-img__bg are already position:absolute and must stay that way. */
.inn-feature__img[data-parallax] { position: relative; }
[data-parallax] > img {
  position: absolute; top: -8%; left: 0;
  width: 100%; height: 116%;
  object-fit: cover; will-change: transform;
}
[data-reveal-img] { overflow: hidden; }
[data-reveal-img] img { will-change: transform; }
/* SplitType line wrapping for heading reveals */
[data-reveal-text] .line { overflow: hidden; }
/* Note: the simple .reveal fade is still used by other pages via style.css + main.js */

/* Featured image shown at the top of a single blog post */
.post-feature-img { margin: 0 0 2.4rem; border-radius: 8px; overflow: hidden; background: var(--border, #e8ddd0);
                    box-shadow: var(--sh-md, 0 8px 32px rgba(28,21,16,.14)); }
.post-feature-img img { display: block; width: 100%; height: auto; }

/* ── Single project (case study) page ── */
.proj-meta { list-style: none; display: flex; flex-wrap: wrap; gap: 2.5rem; padding: 0 0 1.5rem;
             margin: 0 0 2rem; border-bottom: 1px solid var(--border, #e8ddd0); }
.proj-meta li { font-family: var(--ff-head); font-size: 1.15rem; color: var(--dark); }
.proj-meta span { display: block; font-family: var(--ff-body); font-size: .7rem; letter-spacing: .12em;
                  text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .25rem; }
.proj-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
                max-width: var(--max, 1300px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
@media (max-width: 780px) { .proj-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .proj-gallery { grid-template-columns: 1fr; } }
.proj-gallery__img { overflow: hidden; border-radius: 8px; aspect-ratio: 4/3; background: var(--border, #e8ddd0); }
.proj-gallery__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.proj-gallery__img:hover img { transform: scale(1.04); }

/* ═══════════════════════════════════════════════════════════════
   ENHANCEMENTS (2026-06-17) — asset-free polish
   Hover micro-interactions · editorial typography · page transitions
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. Hover micro-interactions ────────────────────────────────
   The image zoom + overlay fade already live in style.css; these
   refine them and add a few "designer" touches that need no assets. */

/* Gallery caption rises as the overlay fades in */
.gallery-overlay > div { transform: translateY(14px); transition: transform .45s cubic-bezier(.22,1,.36,1); }
.gallery-item:hover .gallery-overlay > div { transform: translateY(0); }

/* Filled buttons get a soft diagonal shine sweep on hover */
.btn-primary, .btn-dark { position: relative; overflow: hidden; }
.btn-primary::after, .btn-dark::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-18deg); pointer-events: none; transition: left .6s cubic-bezier(.22,1,.36,1);
}
.btn-primary:hover::after, .btn-dark:hover::after { left: 140%; }

/* Animated gold underline that draws in under article body links */
.article-prose a:not(.btn) {
  color: var(--gold-dk, #8a6634); text-decoration: none;
  background-image: linear-gradient(var(--gold, #b0884a), var(--gold, #b0884a));
  background-repeat: no-repeat; background-position: 0 100%; background-size: 0% 1.5px;
  transition: background-size .4s cubic-bezier(.22,1,.36,1), color var(--tr, .3s);
}
.article-prose a:not(.btn):hover { color: var(--gold, #b0884a); background-size: 100% 1.5px; }

/* ── 2. Editorial typography flourishes ─────────────────────────
   Scoped to .article-prose (blog posts + project case studies) only,
   so generic .page-content pages are untouched. */

/* Drop cap on the opening paragraph */
.article-prose > p:first-of-type::first-letter {
  float: left; font-family: var(--ff-head, 'Playfair Display'), serif;
  font-size: 3.6em; line-height: .78; font-weight: 600; color: var(--gold, #b0884a);
  padding: .04em .14em 0 0;
}

/* Pull-quote / blockquote styling */
.article-prose blockquote {
  position: relative; margin: 2.6rem 0; padding: .4rem 0 .4rem 2rem;
  border-left: 3px solid var(--gold, #b0884a);
  font-family: var(--ff-acc, 'Cormorant Garamond'), serif; font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem); line-height: 1.4; color: var(--dark, #1c1510);
}
.article-prose blockquote::before {
  content: "\201C"; position: absolute; left: 1.4rem; top: -1.6rem;
  font-family: var(--ff-head, 'Playfair Display'), serif; font-size: 4rem;
  color: var(--gold, #b0884a); opacity: .28; line-height: 1; pointer-events: none;
}
.article-prose blockquote p { margin: 0; }

/* ── 3. Page transition (curtain wipe between internal pages) ────
   Reveal runs as a pure-CSS animation on every load, so even with JS
   disabled the overlay always clears. JS only adds the cover on click. */
.page-trans {
  position: fixed; inset: 0; z-index: 99990; background: var(--dark, #1c1510);
  pointer-events: none; transform: translateY(0); will-change: transform;
  animation: manorReveal .7s cubic-bezier(.76,0,.24,1) forwards;
}
.page-trans::after {
  content: "M"; position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center;
  font-family: var(--ff-head, 'Playfair Display'), serif;
  font-size: clamp(3.2rem, 13vw, 8rem); font-weight: 600; color: var(--gold, #b0884a);
}
.page-trans.is-covering { animation: manorCover .5s cubic-bezier(.76,0,.24,1) forwards; }
@keyframes manorReveal { from { transform: translateY(0); } to { transform: translateY(-100%); } }
@keyframes manorCover  { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .page-trans { display: none !important; animation: none !important; }
}

/* ── Hero flush-fit safeguard ───────────────────────────────────
   The sticky header can compute to a fractional height (e.g. 84.4px).
   On displays at 125%/150% OS scaling (fractional devicePixelRatio),
   that fraction rounds to physical pixels differently from the hero
   below it, leaving a 1px hairline "gap" between the menu and the top
   of the hero image. Tuck every top hero 1px up under the header so
   the overlap absorbs any sub-pixel rounding. The header (z-index 900)
   paints over the 1px, so there is no visible change — it only closes
   the seam. Applies to all hero types site-wide. */
.hero, .page-hero, .inn-hero { margin-top: -1px; }

/* ── Lightbox for "A Closer Look" project images ────────────────
   The gallery tiles are <button>s (keyboard accessible), so reset the
   default button chrome to keep them looking exactly as before. */
.proj-gallery__img { border: 0; padding: 0; margin: 0; font: inherit; color: inherit;
                     display: block; width: 100%; cursor: zoom-in; -webkit-appearance: none; appearance: none; }
.proj-gallery__img:focus-visible { outline: 3px solid var(--gold, #b0884a); outline-offset: 3px; }

.mlb { position: fixed; inset: 0; z-index: 99000; display: flex; align-items: center; justify-content: center; }
.mlb[hidden] { display: none; }
.mlb__backdrop { position: absolute; inset: 0; background: rgba(12,9,6,.92); animation: mlbFade .25s ease both; }
@keyframes mlbFade { from { opacity: 0 } to { opacity: 1 } }
.mlb__fig { position: relative; margin: 0; max-width: 92vw; max-height: 88vh;
            display: flex; flex-direction: column; align-items: center; gap: .8rem;
            animation: mlbIn .3s cubic-bezier(.22,1,.36,1) both; }
@keyframes mlbIn { from { opacity: 0; transform: scale(.96) } to { opacity: 1; transform: none } }
.mlb__img { max-width: 92vw; max-height: 80vh; width: auto; height: auto; display: block;
            border-radius: 6px; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.mlb__cap { font-family: var(--ff-body); font-size: .78rem; letter-spacing: .12em;
            text-transform: uppercase; color: rgba(255,255,255,.55); }
.mlb__close, .mlb__nav {
  position: absolute; z-index: 2; background: rgba(255,255,255,.08); color: #fff;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  transition: background .25s, border-color .25s, transform .25s;
}
.mlb__close:hover, .mlb__nav:hover { background: var(--gold, #b0884a); border-color: var(--gold, #b0884a); }
.mlb__close { top: 22px; right: 24px; width: 46px; height: 46px; font-size: 1.9rem; padding-bottom: 4px; }
.mlb__nav { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; font-size: 2.1rem; padding-bottom: 5px; }
.mlb__nav:hover { transform: translateY(-50%) scale(1.06); }
.mlb__nav--prev { left: 24px; }
.mlb__nav--next { right: 24px; }
.mlb__nav[hidden] { display: none; }
@media (max-width: 640px) {
  .mlb__nav { width: 44px; height: 44px; font-size: 1.7rem; }
  .mlb__nav--prev { left: 10px; } .mlb__nav--next { right: 10px; }
  .mlb__close { top: 12px; right: 12px; }
  .mlb__img { max-height: 72vh; }
}
@media (prefers-reduced-motion: reduce) {
  .mlb__backdrop, .mlb__fig { animation: none; }
}

/* ── Homepage hero corner badge ("real photos" note) ──────────────
   Fades in 1s after load (JS adds .is-in). Subtle gold corner-triangle
   fold via ::after. Sits top-right, clear of the bottom-right stats. */
.hero-note{position:absolute;top:24px;right:24px;z-index:3;max-width:262px;box-sizing:border-box;
  background:rgba(28,21,16,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(176,136,74,.45);border-radius:8px 0 8px 8px;padding:14px 16px 15px 16px;
  color:var(--cream,#f7f2ea);font-family:var(--ff-body,'Jost',sans-serif);box-shadow:0 12px 34px rgba(0,0,0,.34);
  opacity:0;transform:translateY(-10px);transition:opacity .9s ease,transform .9s ease;pointer-events:none;}
.hero-note.is-in{opacity:1;transform:none;}
.hero-note strong{display:block;font-family:var(--ff-head,'Playfair Display',serif);font-size:1rem;color:#fff;font-weight:600;margin-bottom:3px;line-height:1.2;}
.hero-note__txt{display:block;font-size:.8rem;line-height:1.5;color:rgba(247,242,234,.82);}
.hero-note::after{content:'';position:absolute;top:0;right:0;border-top:22px solid var(--gold,#b0884a);border-left:22px solid transparent;}
@media(max-width:768px){.hero-note{display:none;}
  .hero-note strong{font-size:.9rem;}.hero-note__txt{font-size:.75rem;}}
@media(prefers-reduced-motion:reduce){.hero-note{transition:opacity .3s;transform:none;}}
