:root {
  --burgundy: #1f4d3a;
  --burgundy-deep: #123126;
  --champagne: #d2ad62;
  --champagne-light: #f3ead2;
  --ivory: #fcf8f2;
  --ink: #1f1a17;
  --muted: #6f6862;
  --line: rgba(31, 77, 58, 0.14);
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 49, 38, 0.12);
  --radius: 22px;
  --max: 1180px;
  --cranberry: #8e2038;
  --cranberry-deep: #651527;
  --evergreen-soft: #e9efe8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
section { scroll-margin-top: 92px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(24px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(180deg, rgba(14, 31, 25, .92) 0%, rgba(18, 40, 32, .9) 100%);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(206, 176, 111, .18);
  box-shadow: 0 12px 36px rgba(9, 19, 16, .18);
}
.brand { display: inline-flex; align-items: baseline; gap: 7px; }
.brand-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  letter-spacing: .12em;
  color: var(--cranberry);
}
.brand-word {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .26em;
  color: rgba(244, 236, 221, .72);
}

.site-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; }
.site-nav a { color: rgba(248, 242, 231, .88); transition: opacity .2s ease, color .2s ease; }
.site-nav a:hover { opacity: .92; color: #ecd39a; }
.nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(206, 176, 111, .34);
  border-radius: 999px;
  color: #f3e3bd !important;
  background: linear-gradient(135deg, rgba(142, 32, 56, .28), rgba(73, 17, 31, .2));
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.nav-cta:hover {
  color: #fff4d7 !important;
  border-color: rgba(236, 211, 154, .5);
  background: linear-gradient(135deg, rgba(142, 32, 56, .38), rgba(73, 17, 31, .28));
}

.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #f0dfb7;
  margin: 5px 0;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 24px;
}
.hero {
  position: relative;
  min-height: 780px;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
}
.hero-photo {
  background: #101714;
}
.hero-bg-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-bg-media {
  z-index: 0;
}
.hero-bg-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: none;
  transform: none;
}
.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 18, 16, .74) 0%, rgba(12, 18, 16, .56) 34%, rgba(12, 18, 16, .24) 58%, rgba(12, 18, 16, .16) 100%),
    linear-gradient(180deg, rgba(11, 16, 14, .18) 0%, rgba(11, 16, 14, .12) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 780px;
}
.hero-copy h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.025em;
}
.hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  font-size: clamp(3.4rem, 7vw, 6.65rem);
}
.hero-text {
  max-width: 650px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 1.12rem;
}
.hero-photo .hero-copy {
  max-width: 640px;
  padding: 42px 46px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(17, 26, 22, .46) 0%, rgba(17, 26, 22, .36) 100%);
  box-shadow: 0 24px 70px rgba(8, 12, 11, .20);
}
.hero-photo .hero-copy h1,
.hero-photo .hero-copy p,
.hero-photo .hero-copy .hero-text { color: rgba(255,255,255,.96); }
.hero-photo .hero-copy .hero-text { color: rgba(255,255,255,.82); }
.hero-photo .eyebrow { color: #ecd39a; }
.hero-photo .button-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.10);
}
.hero-photo .button-secondary:hover {
  background: rgba(255,255,255,.18);
}
.eyebrow { color: #ecd39a; }
.hero-photo .button-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.10);
}
.hero-photo .button-secondary:hover {
  background: rgba(255,255,255,.18);
}
.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .74rem;
  font-weight: 700;
  color: var(--cranberry);
}
.eyebrow.light { color: var(--champagne-light); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--burgundy), var(--cranberry));
  box-shadow: 0 10px 30px rgba(31, 77, 58, .22);
}
.button-secondary {
  color: var(--cranberry);
  border-color: rgba(142, 32, 56, .18);
  background: rgba(255,255,255,.68);
}
.button-light { background: var(--champagne-light); color: var(--burgundy-deep); border: 1px solid rgba(210,173,98,.25); }


.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.trust-strip span + span { border-left: 1px solid var(--line); }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2 {
  max-width: 780px;
  margin: 12px 0 18px;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}
.section-copy { color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-block; margin-top: 14px; color: var(--cranberry); font-weight: 650; }

.soft-section {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  background: linear-gradient(180deg, #eef3ea 0%, #f6f0e6 100%);
}
.centered { text-align: center; margin-inline: auto; }
.centered h2, .centered .section-intro { margin-left: auto; margin-right: auto; }
.section-intro { max-width: 680px; color: var(--muted); }

.cards { max-width: var(--max); margin: 50px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  min-height: 270px;
  padding: 30px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(31,77,58,.1);
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgba(18,49,38,.05);
}
.card-number { color: var(--cranberry); font-family: Georgia, serif; font-size: 1.4rem; }
.card h3 { margin: 35px 0 12px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.card p { margin: 0; color: var(--muted); }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
  margin-top: 45px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin: 0;
  border-radius: var(--radius);
  background: #e8eee4;
}
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(20, 38, 31, .7);
  color: white;
  font-size: .8rem;
  backdrop-filter: blur(9px);
}

.process-section { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 56px; }
.process-step span {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid var(--champagne);
  border-radius: 50%;
  color: var(--cranberry);
  background: rgba(210, 173, 98, .1);
  font-family: Georgia, serif;
}
.process-step h3 { margin: 24px 0 10px; font-family: Georgia, serif; font-weight: 500; font-size: 1.3rem; }
.process-step p { margin: 0; color: var(--muted); }

.feature-banner {
  max-width: var(--max);
  min-height: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 70px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 75% 28%, rgba(217,190,143,.22), transparent 24%),
    linear-gradient(135deg, var(--burgundy-deep), var(--cranberry));
  color: white;
  overflow: hidden;
}
.feature-content { max-width: 720px; }
.feature-content h2 { margin: 12px 0 18px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.feature-content p { max-width: 650px; color: rgba(255,255,255,.78); }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy h2 { margin: 12px 0 20px; font-size: clamp(3rem, 5vw, 4.6rem); }
.contact-copy > p { color: var(--muted); }
.contact-details { margin-top: 35px; display: grid; gap: 20px; }
.contact-details div { display: grid; gap: 3px; }
.contact-details span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-details p { margin: 0; }

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 8px; font-size: .85rem; font-weight: 650; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(31,77,58,.16);
  border-radius: 12px;
  background: var(--ivory);
  color: var(--ink);
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--champagne);
  box-shadow: 0 0 0 3px rgba(217,190,143,.18);
}
.form-note { margin: 0; color: var(--muted); font-size: .78rem; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 35px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}
.site-footer p { margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    top: 74px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: rgba(252,248,242,.98);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px; }
  .nav-toggle { display: block; }
  .nav-cta { text-align: center; margin-top: 6px; }

  .hero { min-height: 700px; }
  .hero-content { min-height: 700px; padding-top: 70px; }
  .hero-bg-media img { object-position: 70% center; }
  .two-column, .contact-section { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-large { grid-row: span 1; }
  .gallery-wide { grid-column: span 2; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span { padding: 10px; }
  .trust-strip span + span { border-left: 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 640px) {
  .section { padding: 80px 20px; }
  .site-header { padding: 16px 20px; }
  .hero { min-height: 620px; }
  .hero-content { min-height: 620px; align-items: flex-end; }
  .hero-bg-media img { object-position: 74% center; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-photo .hero-copy { padding: 28px 24px; border-radius: 24px; }
  .service-grid, .process-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: span 1; }
  .gallery-item { min-height: 260px; }
  .trust-strip { grid-template-columns: 1fr; }
  .feature-banner { margin: 20px; padding: 42px 28px; border-radius: 26px; }
  .contact-form { padding: 24px; }
}


/* PSK Decor uploaded logo */
.logo-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand-logo {
  display: block;
  width: 150px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}
.footer-logo {
  display: block;
  width: 145px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .brand-logo {
    width: 120px;
    max-height: 48px;
  }
  .footer-logo {
    width: 132px;
  }
}


/* Christmas palette refresh */
.site-nav a:hover, .text-link:hover, .contact-details a:hover { color: var(--cranberry); }
.contact-form { background: linear-gradient(180deg, #ffffff 0%, #fcfaf6 100%); }

/* =========================================================
   PSK DECOR — LUXURY / HIGH-END CHRISTMAS ART DIRECTION
   Deep forest • oxblood • antique gold • warm ivory
   ========================================================= */
:root {
  --burgundy: #17382d;
  --burgundy-deep: #0d261f;
  --champagne: #b99a5d;
  --champagne-light: #eee2c7;
  --ivory: #f8f3ea;
  --ink: #201b18;
  --muted: #716a63;
  --line: rgba(185, 154, 93, .28);
  --white: #ffffff;
  --shadow: 0 26px 70px rgba(10, 31, 25, .14);
  --cranberry: #6e182b;
  --cranberry-deep: #48101c;
  --evergreen-soft: #e6ebe4;
}

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(185,154,93,.08), transparent 24%),
    var(--ivory);
}

.site-header {
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(248, 243, 234, .965);
  border-bottom: 1px solid rgba(185,154,93,.22);
  box-shadow: 0 8px 28px rgba(26, 31, 25, .035);
}

.brand-logo { width: 158px; }

.site-nav {
  font-size: .86rem;
  letter-spacing: .045em;
}
.site-nav a { color: #352f2a; }
.site-nav a:hover { color: var(--cranberry); opacity: 1; }
.nav-cta {
  padding: 11px 19px;
  color: var(--burgundy-deep) !important;
  border-color: rgba(185,154,93,.75);
  background: linear-gradient(135deg, #ead6a8, #c8a45f);
  box-shadow: 0 8px 24px rgba(112,82,35,.12);
}
.nav-cta:hover { box-shadow: 0 10px 28px rgba(112,82,35,.2); }
.nav-toggle span { background: var(--cranberry); }

.glow {
  width: 490px;
  height: 490px;
  background: radial-gradient(circle, rgba(218,187,122,.32), rgba(218,187,122,0) 67%);
  filter: blur(12px);
}
.tree-layer {
  background: linear-gradient(145deg, #315d47 0%, #102d23 58%, #0b211a 100%);
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.22));
}
.tree-star { color: #e7c989; text-shadow: 0 0 22px rgba(231,201,137,.5); }
.bauble {
  background: radial-gradient(circle at 32% 28%, #f3d9c1 0 7%, #8b243c 25%, #4c0e1d 78%);
  box-shadow: 0 0 22px rgba(240, 206, 138, .18);
}
.b3, .b5, .b7 {
  background: radial-gradient(circle at 30% 28%, #fff1ce, #c99f53 36%, #76501f 82%);
}
.parcel { box-shadow: 0 20px 35px rgba(0,0,0,.22); }
.parcel-one { background: #15382d; }
.parcel-two { background: #741b30; }
.parcel-three { background: #ad8a4d; }
.parcel::before, .parcel::after { background: #d8ba7c; }
.parcel-three::before, .parcel-three::after { background: #4a1020; }

.trust-strip {
  max-width: 1160px;
  padding: 24px;
  color: #5d554e;
  border-top-color: rgba(185,154,93,.28);
  border-bottom-color: rgba(185,154,93,.28);
  font-size: .77rem;
  letter-spacing: .16em;
}
.trust-strip span + span { border-left-color: rgba(185,154,93,.24); }

.section { padding-top: 118px; padding-bottom: 118px; }
.eyebrow {
  color: var(--cranberry);
  letter-spacing: .23em;
  font-size: .7rem;
}
.section-heading h2,
.contact-copy h2 {
  color: #231d19;
  letter-spacing: -.035em;
}
.section-copy,
.section-intro,
.card p,
.process-step p,
.contact-copy > p { color: #746d66; }
.text-link { color: var(--cranberry); }
.text-link:hover { color: #4d0e1c; }

#about.two-column {
  gap: 110px;
  padding-top: 126px;
  padding-bottom: 126px;
}
#about .section-copy {
  padding-left: 34px;
  border-left: 1px solid rgba(185,154,93,.35);
}

.soft-section {
  position: relative;
  background:
    radial-gradient(circle at 15% 12%, rgba(187,154,93,.11), transparent 28%),
    linear-gradient(180deg, #112e25 0%, #173a2f 100%);
  color: #f8f2e8;
  border-top: 1px solid rgba(210,185,133,.16);
  border-bottom: 1px solid rgba(210,185,133,.16);
}
.soft-section .eyebrow { color: #d3b472; }
.soft-section .section-heading h2 { color: #fff9ef; }
.soft-section .section-intro { color: rgba(248,243,234,.62); }
.service-grid { gap: 20px; }
.card {
  min-height: 286px;
  padding: 32px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(218,190,132,.19);
  box-shadow: 0 18px 42px rgba(0,0,0,.085);
  backdrop-filter: blur(5px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(218,190,132,.42);
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.05));
}
.card-number { color: #d6b673; font-size: 1.18rem; }
.card h3 { color: #fff9ef; margin-top: 42px; }
.card p { color: rgba(248,243,234,.64); }

.gallery-item {
  border-radius: 18px;
  border: 1px solid rgba(185,154,93,.18);
  box-shadow: 0 14px 36px rgba(29,26,22,.06);
}
.gallery-item figcaption {
  color: #f8ebd3;
  background: rgba(14,35,28,.82);
  border: 1px solid rgba(207,176,111,.25);
  letter-spacing: .04em;
}

.process-section { border-top-color: rgba(185,154,93,.22); }
.process-step span {
  width: 50px;
  border-color: rgba(185,154,93,.7);
  color: var(--cranberry);
  background: rgba(185,154,93,.08);
}
.process-step h3 { color: #2a231f; }

.feature-banner {
  position: relative;
  min-height: 470px;
  padding: 78px;
  border: 1px solid rgba(218,190,132,.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 22%, rgba(226,196,135,.19), transparent 22%),
    linear-gradient(127deg, #0d281f 0%, #12382c 53%, #671629 115%);
  box-shadow: 0 30px 72px rgba(25, 45, 35, .14);
}
.feature-banner::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(238,221,186,.14);
  border-radius: 21px;
  pointer-events: none;
}
.feature-content { position: relative; z-index: 2; }
.feature-content .eyebrow { color: #d6b877; }
.feature-content p { color: rgba(255,249,239,.7); }
.button-light {
  color: #14271f;
  background: linear-gradient(135deg, #f1dfb8, #c6a158);
  border-color: rgba(255,255,255,.15);
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.contact-section { gap: 92px; }
.contact-details {
  padding-top: 8px;
  border-top: 1px solid rgba(185,154,93,.2);
}
.contact-details div {
  padding: 9px 0;
  border-bottom: 1px solid rgba(185,154,93,.12);
}
.contact-details span { color: #8b7352; }
.contact-form {
  padding: 38px;
  border: 1px solid rgba(185,154,93,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(251,247,239,.96));
  box-shadow: 0 28px 72px rgba(23, 56, 45, .12);
}
.contact-form label { color: #3a322d; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  border-color: rgba(126,102,64,.2);
  background: #f9f4eb;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #b99a5d;
  box-shadow: 0 0 0 3px rgba(185,154,93,.13);
}

.site-footer {
  border-top-color: rgba(185,154,93,.22);
  background: #122c24;
  color: rgba(248,243,234,.66);
}
.site-footer .footer-logo { filter: drop-shadow(0 4px 16px rgba(0,0,0,.12)); }

@media (max-width: 980px) {
  .site-nav { background: linear-gradient(180deg, rgba(18, 40, 32, .98), rgba(14, 31, 25, .98)); border: 1px solid rgba(206, 176, 111, .16); }
  .hero.section {
    margin-top: 18px;
    padding: 72px 46px;
  }
  #about .section-copy { padding-left: 0; border-left: 0; }
}

@media (max-width: 640px) {
  .brand-logo { width: 126px; }
  .hero.section {
    margin: 12px 14px 30px;
    padding: 62px 26px 44px;
    border-radius: 26px;
  }
  .hero.section::before { inset: 10px; border-radius: 18px; }
  .hero.section::after { right: 20px; bottom: 15px; }
  .hero-copy h1 { font-size: clamp(3rem, 13.5vw, 4.4rem); }
  .soft-section { padding-left: 20px; padding-right: 20px; }
  .feature-banner { padding: 50px 30px; }
  .contact-form { padding: 26px; }
}

/* Header matched to footer */
.site-header {
  background: #122c24 !important;
  border-bottom: 1px solid rgba(185,154,93,.22) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.site-header .brand-logo {
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.12));
}
.site-header .site-nav a {
  color: rgba(248,243,234,.72) !important;
}
.site-header .site-nav a:hover {
  color: #d6b877 !important;
  opacity: 1;
}
.site-header .nav-cta {
  color: rgba(248,243,234,.9) !important;
  border: 1px solid rgba(185,154,93,.34) !important;
  background: transparent !important;
  box-shadow: none !important;
}
.site-header .nav-cta:hover {
  color: #f3dfb4 !important;
  border-color: rgba(185,154,93,.58) !important;
  background: rgba(255,255,255,.035) !important;
}
.site-header .nav-toggle span {
  background: rgba(248,243,234,.78) !important;
}
@media (max-width: 980px) {
  .site-header .site-nav {
    background: #122c24 !important;
    border: 1px solid rgba(185,154,93,.22) !important;
    box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
  }
}

/* =========================================================
   Site-wide deep green luxury theme
   Requested: solid #122c24, discreet gold lines, minimal shadow
   ========================================================= */
body {
  background: #122c24 !important;
  color: rgba(248,243,234,.9) !important;
}

/* Keep the hero photography, but remove gradient-like visual treatment */
.hero-photo {
  background: #122c24 !important;
}
.hero-overlay {
  background: rgba(18,44,36,.28) !important;
}
.hero-photo .hero-copy {
  background: rgba(18,44,36,.72) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  border: 1px solid rgba(185,154,93,.22);
}
.hero .button-primary,
.button-primary,
.button-light {
  background: #b99a5d !important;
  color: #122c24 !important;
  border: 1px solid rgba(238,226,199,.2) !important;
  box-shadow: none !important;
}
.hero .button-secondary,
.button-secondary {
  background: transparent !important;
  color: #eee2c7 !important;
  border: 1px solid rgba(185,154,93,.42) !important;
  box-shadow: none !important;
}
.button:hover {
  box-shadow: none !important;
}

/* One consistent surface across every section */
.trust-strip,
#about,
#services,
#gallery,
#process,
.feature-banner,
#contact,
.site-footer {
  background: #122c24 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.trust-strip,
#about,
#services,
#gallery,
#process,
#contact,
.site-footer {
  border-top: 1px solid rgba(185,154,93,.22) !important;
}

#services,
#gallery,
#process,
#contact {
  border-bottom: 0 !important;
}

/* Typography on dark green */
.eyebrow,
.soft-section .eyebrow,
.feature-content .eyebrow {
  color: #d6b877 !important;
}
.section-heading h2,
.contact-copy h2,
.soft-section .section-heading h2,
.process-step h3,
.card h3,
.feature-content h2 {
  color: #fff9ef !important;
}
.section-copy,
.section-intro,
.soft-section .section-intro,
.card p,
.process-step p,
.contact-copy > p,
.feature-content p {
  color: rgba(248,243,234,.68) !important;
}
.text-link,
.text-link:hover,
.contact-details a {
  color: #d9bd82 !important;
}

/* Clean gold-line components without heavy fills */
.card {
  background: #122c24 !important;
  background-image: none !important;
  border: 1px solid rgba(185,154,93,.22) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.card:hover {
  background: #122c24 !important;
  border-color: rgba(185,154,93,.42) !important;
  box-shadow: none !important;
  transform: none !important;
}
.card-number {
  color: #d6b877 !important;
}

.process-section {
  border-top: 1px solid rgba(185,154,93,.22) !important;
}
.process-step span {
  color: #d6b877 !important;
  background: transparent !important;
  border: 1px solid rgba(185,154,93,.42) !important;
  box-shadow: none !important;
}

.feature-banner {
  border: 1px solid rgba(185,154,93,.28) !important;
  border-radius: 30px;
}
.feature-banner::after {
  display: none !important;
}

.gallery-item {
  border: 1px solid rgba(185,154,93,.22) !important;
  box-shadow: none !important;
}
.gallery-item figcaption {
  background: #122c24 !important;
  color: #eee2c7 !important;
  border: 1px solid rgba(185,154,93,.28) !important;
  backdrop-filter: none !important;
}

.trust-strip {
  color: rgba(248,243,234,.7) !important;
  border-bottom: 1px solid rgba(185,154,93,.22) !important;
}
.trust-strip span + span {
  border-left-color: rgba(185,154,93,.22) !important;
}

#about .section-copy {
  border-left-color: rgba(185,154,93,.28) !important;
}

/* Contact: same green field treatment and discreet gold rules */
.contact-details {
  border-top-color: rgba(185,154,93,.22) !important;
}
.contact-details div {
  border-bottom-color: rgba(185,154,93,.16) !important;
}
.contact-details span {
  color: #c5a86f !important;
}
.contact-form {
  background: #122c24 !important;
  background-image: none !important;
  border: 1px solid rgba(185,154,93,.28) !important;
  box-shadow: none !important;
}
.contact-form label {
  color: rgba(248,243,234,.86) !important;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #122c24 !important;
  color: rgba(248,243,234,.92) !important;
  border: 1px solid rgba(185,154,93,.26) !important;
  box-shadow: none !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(248,243,234,.46) !important;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(214,184,119,.72) !important;
  box-shadow: none !important;
}
.form-note {
  color: rgba(248,243,234,.5) !important;
}

/* Header + footer: identical solid surface and gold rule */
.site-header,
.site-footer {
  background: #122c24 !important;
  background-image: none !important;
  border-color: rgba(185,154,93,.22) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.site-header .brand-logo {
  width: 178px !important;
  max-height: 66px !important;
  filter: none !important;
}
.site-footer .footer-logo {
  filter: none !important;
}
.site-header .site-nav a {
  color: rgba(248,243,234,.74) !important;
}
.site-header .site-nav a:hover {
  color: #d6b877 !important;
}
.site-header .nav-cta {
  background: transparent !important;
  border: 1px solid rgba(185,154,93,.34) !important;
  color: rgba(248,243,234,.9) !important;
  box-shadow: none !important;
}
.site-header .nav-cta:hover {
  background: transparent !important;
  border-color: rgba(185,154,93,.58) !important;
  color: #f3dfb4 !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  .site-header .site-nav {
    background: #122c24 !important;
    background-image: none !important;
    border: 1px solid rgba(185,154,93,.22) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 640px) {
  .site-header .brand-logo {
    width: 142px !important;
    max-height: 56px !important;
  }
}
