/* Lenis Smooth Scroll Styles v1.3.4 */
/* Downloaded from: https://unpkg.com/lenis@1.3.4/dist/lenis.css */
html.lenis,
html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
.padding-section-xsmall {
  padding-top: var(--section--xsmall);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #2a2520;
  --body-bg: #faf8f5;
  --footer-bg: #f2ede6;
  --footer-bt: #e6dfd5;
  --mid-bg: #ebe4da;
  --bot-bg: #e2dbd0;
  --warm-mid: #7a7065;
  --warm-body: #4a433b;
  --accent: #8c6d3f;
  --accent-lt: #b08a55;
  --border: #ddd6cc;
  --ff-serif: "Questrial", sans-serif;
  --ff-sans: "Montserrat", sans-serif;
  --nav-h: 72px;
  --_colors---primary--accent: #8c6d3f;
  --footer-bg: #f2ede6;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--body-bg);
  font-family: var(--ff-sans);
  color: var(--ink);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-wrapper {
  background: #f2ede6;
}
/* ═══════════════════════════════════════
       HERO / PAGE HEADER
    ═══════════════════════════════════════ */
.page-header {
  margin-top: var(--nav-h);
  padding: 6rem clamp(1.5rem, 7vw, 7rem) 4.5rem;
  position: relative;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

/* decorative large letter */
.contact-page-header::before {
  content: "Contact Us";
  position: absolute;
  right: clamp(1rem, 3vw, 8rem);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ff-serif);
  font-size: clamp(10rem, 20vw, 11rem);
  font-weight: 300;
  color: rgba(140, 109, 63, 0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.header-eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header-eyebrow::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--accent);
}

.header-title {
  font-family: var(--ff-serif);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: 0.02em;
  max-width: 14ch;
}

.header-title em {
  font-style: italic;
  color: var(--accent);
}

.header-sub {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--warm-mid);
  line-height: 1.8;
  max-width: 44ch;
}

/* ═══════════════════════════════════════
       MAIN CONTACT SECTION
    ═══════════════════════════════════════ */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  flex: 1;
}

/* ── LEFT SIDEBAR ── */
.contact-sidebar {
  padding: 4.5rem clamp(1.5rem, 4vw, 4rem);
  border-right: 1px solid var(--border);
  background: var(--footer-bg);
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.sidebar-block {
}

.sidebar-label {
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.sidebar-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}

.info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.info-item .i-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-mid);
  font-weight: 400;
}

.info-item .i-val {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--warm-body);
  line-height: 1.55;
}

.info-item a {
  color: var(--warm-body);
  text-decoration: none;
  transition: color 0.2s;
}
.info-item a:hover {
  color: var(--accent);
}

/* Hours table */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}
.hours-table tr {
  border-bottom: 1px solid rgba(230, 223, 213, 0.6);
}
.hours-table td {
  padding: 0.55rem 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--warm-body);
}
.hours-table td:last-child {
  text-align: right;
  color: var(--warm-mid);
}
.hours-table .today td {
  color: var(--accent);
  font-weight: 400;
}

/* Social links */
.social-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.s-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--border);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-body);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
}
.s-chip svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
  flex-shrink: 0;
}
.s-chip:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(140, 109, 63, 0.05);
}

/* ── RIGHT: FORM ── */
.contact-form-wrap {
  padding: 4.5rem clamp(1.5rem, 5vw, 5.5rem);
  background: var(--body-bg);
}

.form-header {
  margin-bottom: 2.5rem;
}

.form-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

.form-subtitle {
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--warm-mid);
  line-height: 1.7;
}

/* service selector */
.service-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.service-chip {
  padding: 0.4rem 1rem;
  border: 1px solid var(--border);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-mid);
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
  background: none;
  font-family: var(--ff-sans);
  font-weight: 400;
  user-select: none;
}
.service-chip:hover {
  border-color: var(--accent-lt);
  color: var(--warm-body);
}
.service-chip.selected {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(140, 109, 63, 0.06);
}

/* form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--warm-mid);
  font-weight: 400;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  font-family: var(--ff-sans);
  font-size: 0.83rem;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.02em;
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(122, 112, 101, 0.45);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  background: #fff;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

/* select arrow */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 5px;
  background: var(--warm-mid);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

/* budget slider */
.budget-display {
  font-size: 0.78rem;
  color: var(--accent);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 1px;
  background: var(--border);
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  margin-top: 0.5rem;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  border: none;
  cursor: pointer;
}

/* checkbox */
.check-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.check-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid var(--border);
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition:
    border-color 0.2s,
    background 0.2s;
  display: inline-block;
  border-radius: 3px;
}
.check-group input[type="checkbox"]:hover {
  border-color: var(--accent-lt);
}
.check-group input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}
.check-group input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(43deg);
}
.check-group label {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--warm-mid);
  line-height: 1.65;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-transform: none;
}

/* submit */
.form-footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 2.4rem;
  background: var(--accent);
  font-family: var(--ff-sans);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  transition:
    background 0.25s,
    gap 0.25s;
}
.btn-submit svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.btn-submit:hover {
  background: var(--accent-lt);
  gap: 1.2rem;
}
.btn-submit:hover svg {
  transform: translateX(4px);
}

.form-note {
  font-size: 0.7rem;
  font-weight: 300;
  color: var(--warm-mid);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* ═══════════════════════════════════════
       MAP STRIP
    ═══════════════════════════════════════ */
.map-strip {
  border-top: 1px solid var(--border);
  position: relative;
  height: 320px;
  background: var(--mid-bg);
  overflow: hidden;
}

/* SVG city-grid illustration map placeholder */
.map-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.map-svg {
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.map-pin-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.map-pin {
  width: 14px;
  height: 14px;
  background: var(--accent);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 16px rgba(140, 109, 63, 0.4);
  position: relative;
}
.map-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.map-label {
  background: #fff;
  border: 1px solid var(--border);
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--ink);
  font-weight: 400;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(42, 37, 32, 0.08);
}

.map-overlay-text {
  position: absolute;
  bottom: 1.5rem;
  right: clamp(1.5rem, 4vw, 4rem);
  font-family: var(--ff-serif);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  color: var(--warm-mid);
  font-style: italic;
  letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════
       FAQ / QUICK INFO STRIP
    ═══════════════════════════════════════ */
.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
}

.info-card {
  padding: 3rem clamp(1.5rem, 3.5vw, 3.5rem);
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.info-card:last-child {
  border-right: none;
}
.info-card:hover {
  background: rgba(230, 223, 213, 0.3);
}

.ic-num {
  font-family: var(--ff-serif);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(140, 109, 63, 0.2);
  line-height: 1;
  margin-bottom: 1rem;
}

.ic-title {
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.ic-body {
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--warm-mid);
  line-height: 1.75;
}

/* ═══════════════════════════════════════
       FOOTER
    ═══════════════════════════════════════ */
footer {
  background: var(--footer-bg);
  color: var(--warm-body);
  position: relative;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

footer > * {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3rem 4rem;
  padding: 5rem clamp(2rem, 7vw, 7rem) 4rem;
  border-bottom: 1px solid var(--footer-bt);
}

.brand-wordmark {
  font-family: var(--ff-serif);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.brand-wordmark span {
  display: block;
  font-size: 0.42em;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  font-style: normal;
  margin-top: 0.2em;
}

.brand-rule {
  width: 2.5rem;
  height: 1px;
  background: var(--accent);
  margin: 1.5rem 0;
}

.brand-desc {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--warm-mid);
  max-width: 28ch;
}

.brand-awards {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.award-badge {
  border: 1px solid rgba(140, 109, 63, 0.35);
  padding: 0.35rem 0.75rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
}

.col-label {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.6rem;
  font-family: var(--ff-sans);
}

.nav-col ul,
.services-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0;
}

.nav-col ul a,
.services-col ul a {
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 300;
  color: var(--warm-body);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}
.nav-col ul a::before,
.services-col ul a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.25s ease;
  flex-shrink: 0;
}
.nav-col ul a:hover,
.services-col ul a:hover {
  color: var(--accent);
  gap: 0.9rem;
}
.nav-col ul a:hover::before,
.services-col ul a:hover::before {
  width: 1rem;
}

.contact-col .contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding: 0;
}
.contact-col .contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.contact-col .c-label {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-mid);
  font-weight: 400;
}
.contact-col .c-value {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--warm-body);
  line-height: 1.5;
}
.contact-col a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-col a:hover {
  color: var(--accent);
}

.footer-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem clamp(2rem, 7vw, 7rem);
  border-bottom: 1px solid var(--footer-bt);
  background: var(--mid-bg);
  flex-wrap: wrap;
}

.social-label {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--warm-mid);
  font-weight: 400;
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(140, 109, 63, 0.3);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-body);
  text-decoration: none;
  font-family: var(--ff-sans);
  font-weight: 400;
  transition:
    border-color 0.25s,
    color 0.25s,
    background 0.25s;
}
.social-btn svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  flex-shrink: 0;
}
.social-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(140, 109, 63, 0.07);
}

.newsletter-wrap {
  max-width: 360px;
  width: 100%;
}
.newsletter-label {
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}
.newsletter-sub {
  font-size: 0.72rem;
  color: var(--warm-mid);
  font-weight: 300;
  margin-bottom: 1rem;
}
.newsletter-form {
  display: flex;
  height: 2.6rem;
}
.newsletter-form input {
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(140, 109, 63, 0.25);
  border-right: none;
  padding: 0 1rem;
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-form input::placeholder {
  color: rgba(122, 112, 101, 0.5);
}
.newsletter-form input:focus {
  border-color: rgba(140, 109, 63, 0.55);
}
.newsletter-form button {
  background: var(--accent);
  border: none;
  padding: 0 1.2rem;
  font-family: var(--ff-sans);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s;
  white-space: nowrap;
}
.newsletter-form button:hover {
  background: var(--accent-lt);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.6rem clamp(2rem, 7vw, 7rem);
  background: var(--bot-bg);
}

.copyright {
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--warm-mid);
  letter-spacing: 0.06em;
}
.copyright strong {
  font-weight: 400;
  color: var(--ink);
}

.legal-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.legal-links a {
  font-size: 0.68rem;
  font-weight: 300;
  color: var(--warm-mid);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}
.legal-links a:hover {
  color: var(--accent);
}

.back-top {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(140, 109, 63, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm-mid);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.back-top svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.back-top:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ═══════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
  .contact-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .info-strip {
    grid-template-columns: 1fr;
  }
  .info-card {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .info-card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 860px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .brand-col {
    grid-column: 1 / -1;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-group.full {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .page-header {
    padding: 3.5rem 1.5rem 3rem;
  }
  .page-header::before {
    display: none;
  }

  .contact-sidebar,
  .contact-form-wrap {
    padding: 2.5rem 1.5rem;
  }

  .info-strip {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem 2.5rem;
    gap: 2.5rem;
  }
  .footer-mid {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4rem 1.5rem;
  }
  .newsletter-wrap {
    max-width: 100%;
  }
  .back-top {
    align-self: flex-end;
  }
}
.navbar_logo {
  width: 8rem !important;
}
.home-services_number {
  background-color: #8c6d3f;
}

/* ═══════════════════════════════════════
   PORTFOLIO PAGE - PORT- CLASSES
   ═══════════════════════════════════════ */

/* Header Classes */
.port-header {
  background: linear-gradient(135deg, var(--body-bg) 0%, var(--surface) 100%);
}

.port-header-line {
  opacity: 0.8;
}

.port-header-bg-text {
  font-weight: 200;
  letter-spacing: -0.02em;
}

.port-header-eyebrow {
  font-family: var(--ff-sans);
}

.port-header-title {
  text-shadow: 0 2px 20px rgba(140, 109, 63, 0.1);
}

.port-header-title-line {
  display: block;
}

.port-header-meta {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}

.port-meta-stat {
  transition: transform 0.3s ease;
}

.port-meta-stat:hover {
  transform: translateY(-2px);
}

.port-meta-num {
  font-weight: 400;
}

.port-meta-lbl {
  opacity: 0.8;
}

.port-meta-divider {
  opacity: 0.5;
}

/* Filter Bar Classes */
.port-filter-bar {
  box-shadow: 0 2px 10px rgba(42, 37, 32, 0.05);
}

.port-filter-tabs {
  margin: 0;
  padding: 0;
}

.port-filter-btn {
  font-family: var(--ff-sans);
  transition: all 0.3s ease;
}

.port-filter-btn:hover {
  background: rgba(140, 109, 63, 0.05);
}

.port-filter-count {
  font-family: var(--ff-sans);
}

/* Featured Section Classes */
.port-featured-wrap {
  background: linear-gradient(to bottom, var(--body-bg), var(--surface));
}

.port-section-label {
  opacity: 0.9;
}

.port-featured-card {
  box-shadow: 0 4px 30px rgba(42, 37, 32, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.port-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(42, 37, 32, 0.12);
}

.port-featured-img {
  background: var(--surface-2);
}

.port-img-inner {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.port-featured-content {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
}

.port-proj-tag {
  font-family: var(--ff-sans);
}

.port-proj-title {
  transition: color 0.3s ease;
}

.port-proj-desc {
  opacity: 0.9;
}

.port-proj-specs {
  background: rgba(255, 255, 255, 0.3);
}

.port-spec-item {
  transition: transform 0.3s ease;
}

.port-spec-item:hover {
  transform: translateX(3px);
}

.port-spec-lbl {
  font-family: var(--ff-sans);
}

.port-spec-val {
  font-weight: 400;
}

.port-proj-link {
  font-family: var(--ff-sans);
  transition: all 0.3s ease;
}

.port-proj-link:hover {
  color: var(--accent-lt);
}

/* Grid Section Classes */
.port-grid-section {
  background: var(--body-bg);
}

.port-projects-grid {
  position: relative;
}

.port-grid-card {
  transition: all 0.4s ease;
  box-shadow: 0 2px 15px rgba(42, 37, 32, 0.05);
}

.port-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(42, 37, 32, 0.12);
}

.port-grid-card-img {
  position: relative;
  background: var(--surface);
}

.port-year-badge {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.port-grid-card:hover .port-year-badge {
  background: rgba(140, 109, 63, 0.9);
  color: #fff;
}

.port-card-overlay {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.port-overlay-cta {
  font-family: var(--ff-sans);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.port-grid-card-body {
  background: linear-gradient(
    to bottom,
    var(--body-bg),
    rgba(250, 248, 245, 0.5)
  );
}

.port-grid-card-tag {
  font-family: var(--ff-sans);
}

.port-grid-card-title {
  transition: color 0.3s ease;
}

.port-grid-card:hover .port-grid-card-title {
  color: var(--accent);
}

.port-grid-card-loc {
  opacity: 0.8;
}

/* Editorial Section Classes */
.port-editorial-section {
  background: var(--body-bg);
}

.port-editorial-row {
  transition: all 0.4s ease;
}

.port-editorial-row:hover {
  box-shadow: 0 6px 25px rgba(42, 37, 32, 0.1);
}

.port-editorial-img {
  overflow: hidden;
  background: var(--surface-2);
}

.port-editorial-content {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
}

.port-editorial-num {
  opacity: 0.15;
  transition: opacity 0.3s ease;
}

.port-editorial-row:hover .port-editorial-num {
  opacity: 0.25;
}

.port-editorial-title {
  transition: color 0.3s ease;
}

.port-editorial-row:hover .port-editorial-title {
  color: var(--accent);
}

.port-editorial-body {
  opacity: 0.9;
}

.port-editorial-tags {
  margin-top: 1.5rem;
}

.port-e-tag {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
}

.port-e-tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(140, 109, 63, 0.08);
}

/* Awards Strip Classes */
.port-awards-strip {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
}

.port-awards-track {
  will-change: transform;
}

.port-award-item {
  transition: all 0.3s ease;
}

.port-award-item:hover {
  background: rgba(140, 109, 63, 0.05);
}

.port-award-year {
  font-family: var(--ff-sans);
}

.port-award-name {
  transition: color 0.3s ease;
}

.port-award-item:hover .port-award-name {
  color: var(--accent);
}

.port-award-project {
  opacity: 0.8;
}

/* Masonry Section Classes */
.port-masonry-section {
  background: var(--body-bg);
}

.port-masonry-grid {
  position: relative;
}

.port-mason-card {
  transition: all 0.4s ease;
  box-shadow: 0 2px 15px rgba(42, 37, 32, 0.05);
}

.port-mason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(42, 37, 32, 0.12);
}

.port-mason-img {
  background: var(--surface);
}

.port-mason-caption {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.port-mason-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.port-mason-sub {
  font-family: var(--ff-sans);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Stats Section Classes */
.port-stats-section {
  background: linear-gradient(to bottom, var(--body-bg), var(--surface));
}

.port-stat-block {
  transition: all 0.3s ease;
}

.port-stat-block:hover {
  transform: translateY(-3px);
  background: rgba(140, 109, 63, 0.03);
}

.port-stat-num {
  transition: color 0.3s ease;
}

.port-stat-block:hover .port-stat-num {
  color: var(--accent);
}

.port-stat-label {
  opacity: 0.85;
}

/* Philosophy Section Classes */
.port-philosophy-section {
  background: var(--body-bg);
}

.port-phil-left {
  position: relative;
}

.port-phil-heading {
  transition: color 0.3s ease;
}

.port-phil-body {
  opacity: 0.9;
}

.port-phil-right {
  position: relative;
}

.port-phil-item {
  transition: all 0.3s ease;
}

.port-phil-item:hover {
  background: rgba(140, 109, 63, 0.02);
  padding-left: 1rem;
}

.port-phil-num {
  transition: color 0.3s ease;
}

.port-phil-item:hover .port-phil-num {
  color: var(--accent);
  opacity: 0.4;
}

.port-phil-title {
  transition: color 0.3s ease;
}

.port-phil-item:hover .port-phil-title {
  color: var(--accent);
}

.port-phil-text {
  opacity: 0.9;
}

/* CTA Banner Classes */
.port-cta-banner {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
  position: relative;
}

.port-cta-heading {
  transition: color 0.3s ease;
}

.port-cta-sub {
  opacity: 0.9;
}

.port-cta-btn {
  font-family: var(--ff-sans);
  box-shadow: 0 4px 20px rgba(140, 109, 63, 0.3);
  transition: all 0.3s ease;
}

.port-cta-btn:hover {
  box-shadow: 0 6px 30px rgba(140, 109, 63, 0.4);
  transform: translateY(-2px);
}

/* Responsive Adjustments for Port Classes */
@media (max-width: 1024px) {
  .port-header-bg-text {
    font-size: clamp(8rem, 18vw, 16rem);
  }

  .port-grid-card:hover {
    transform: translateY(-4px);
  }

  .port-mason-card:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 640px) {
  .port-header {
    padding: 3rem 1.5rem 2.5rem;
  }

  .port-filter-bar {
    padding: 0.5rem 1rem;
  }

  .port-featured-card:hover {
    transform: none;
  }

  .port-grid-card:hover {
    transform: translateY(-2px);
  }

  .port-stat-block:hover {
    transform: none;
  }

  .port-phil-item:hover {
    padding-left: 0.5rem;
  }
}
/* Minimal Footer Styles */
.footer-minimal {
  background-color: #f5f5f5;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-logo-img {
  width: 20rem;
  height: auto;
}

.footer-tagline {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #666;
  line-height: 1.4;
}

.tagline-main {
  color: #333;
  font-weight: 600;
}

.footer-divider {
  width: 1px;
  height: 170px;
  background-color: #ccc;
  flex-shrink: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  flex: 1;
  max-width: 400px;
}

.contact-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.contact-label {
  font-weight: 600;
  color: #333;
  min-width: 15px;
  flex-shrink: 0;
}

.contact-value {
  flex: 1;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}

.social-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #666;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 32px;
  height: 32px;
  background-color: #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #333;
}

.social-icon svg {
  width: 16px;
  height: 16px;
}

.footer-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-top {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  border-color: #333;
  color: #333;
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
    text-align: center;
  }

  .footer-divider {
    display: none;
  }

  .footer-social {
    align-items: center;
  }

  .footer-logo {
    align-items: center;
  }

  .contact-item {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .footer-minimal {
    padding: 40px 0;
  }

  .footer-container {
    gap: 30px;
  }

  .footer-logo-img {
    width: 150px;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icon {
    width: 28px;
    height: 28px;
  }

  .social-icon svg {
    width: 14px;
    height: 14px;
  }
}

/* Updated Footer Responsive Styles */
@media (max-width: 1024px) {
  .footer-container {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-logo {
    flex-basis: 100%;
    justify-content: center;
  }

  .footer-divider {
    display: none;
  }

  .footer-contact {
    flex-basis: 60%;
    max-width: none;
  }

  .footer-social {
    flex-basis: 35%;
    align-items: center;
  }

  .footer-arrow {
    flex-basis: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column !important;
    text-align: center !important;
    gap: 30px !important;
  }

  .footer-logo {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .footer-contact {
    align-items: center !important;
  }

  .contact-item {
    justify-content: center !important;
  }

  .footer-social {
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 0 20px !important;
    gap: 25px !important;
  }

  .footer-logo-img {
    width: 100px !important;
  }
}
/* Font Styles */
body {
  font-family: var(--ff-sans); /* Montserrat for body content */
}

/* All headings use Questrial and are bold */
h1,
h2,
h3,
h4,
h5,
h6,
.header-title,
.form-title,
.brand-wordmark,
.newsletter-label,
.port-header-title,
.port-proj-title,
.port-grid-card-title,
.port-editorial-title,
.port-award-name,
.port-phil-heading,
.port-cta-heading,
.ic-title {
  font-family: var(--ff-serif) !important; /* Questrial */
  font-weight: 700 !important; /* Bold */
}

/* Navbar uses Montserrat */
nav,
.navbar,
.nav-link,
.menu-item,
.navigation {
  font-family: var(--ff-sans) !important; /* Montserrat */
}

/* Content text uses Montserrat */
p,
span,
div,
a,
button,
input,
textarea,
select,
label {
  font-family: var(--ff-sans); /* Montserrat */
}

/* Footer tagline uses Montserrat */
.footer-tagline {
  font-family: var(--ff-sans) !important; /* Montserrat */
}

/* Contact labels and values use Montserrat */
.contact-label,
.contact-value {
  font-family: var(--ff-sans) !important; /* Montserrat */
}

/* Social labels use Montserrat */
.social-label {
  font-family: var(--ff-sans) !important; /* Montserrat */
}
/* Additional Font Overrides */
.col-label {
  font-family: var(--ff-sans) !important; /* Montserrat for labels */
}

.nav-col ul a,
.services-col ul a {
  font-family: var(--ff-sans) !important; /* Montserrat for navigation */
}

.contact-col .c-label,
.contact-col .c-value {
  font-family: var(--ff-sans) !important; /* Montserrat for contact info */
}

.social-btn {
  font-family: var(--ff-sans) !important; /* Montserrat for social buttons */
}

.legal-links a {
  font-family: var(--ff-sans) !important; /* Montserrat for legal links */
}

.copyright {
  font-family: var(--ff-sans) !important; /* Montserrat for copyright */
}

/* Make sure all headings are bold */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

/* Specific heading classes that should be bold */
.header-eyebrow,
.sidebar-label,
.form-subtitle,
.service-chip,
.check-group label,
.form-note,
.map-label,
.award-badge {
  font-family: var(--ff-sans) !important; /* Montserrat for these elements */
}
