/* =============================================
   TOAST NOTIFICATION
   ============================================= */
.cc-toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1a1a1a;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 18px 40px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  white-space: nowrap;
  pointer-events: none;
}

.cc-toast--success {
  background: #1a1a1a;
  border-left: 3px solid #b8a98a;
}

.cc-toast--error {
  background: #1a1a1a;
  border-left: 3px solid #c0392b;
}

.cc-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* =============================================
   HARPER CHARLES — Global Reset & Base
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 300;
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

.script-heading {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
}


/* =============================================
   SECTION 1 — HERO
   ============================================= */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-color: #2a2520;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Subtle dark overlay to keep text legible */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
  z-index: 2;
}

/* ---- Navigation ---- */
.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
}

.nav-left {
  display: flex;
  gap: 40px;
}

.nav-left a,
.nav-right {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.nav-left a:hover {
  opacity: 1;
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-logo {
  font-family: 'Great Vibes', cursive;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.02em;
}

.nav-monogram {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #fff;
  opacity: 0.85;
}

/* ---- Hero Content ---- */
.hero-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.hero-title {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 40px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.hero-links {
  display: flex;
  gap: 80px;
}

.hero-links a {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  transition: opacity 0.25s;
  position: relative;
}

.hero-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.hero-links a:hover {
  opacity: 1;
}

.hero-links a:hover::after {
  width: 100%;
}


/* =============================================
   SECTION 2 — CRAFTSMANSHIP
   ============================================= */
.craftsmanship {
  position: relative;
  width: 100%;
  min-height: 85vh;
  background-color: #1a1714;
  background-image: url('images/bedroom.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}

.craftsmanship::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}

.craftsmanship-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 0 64px 72px;
}

.craftsmanship-content .script-heading {
  font-size: clamp(36px, 4vw, 54px);
  margin-bottom: 24px;
  line-height: 1.15;
}

.craftsmanship-content p {
  font-size: 14px;
  line-height: 1.85;
  font-weight: 300;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.01em;
}


/* =============================================
   SECTION 3 — FOUNDERS / VIDEO
   ============================================= */
.founders {
  display: flex;
  width: 100%;
  height: 90vh;
  min-height: 600px;
}

.founders-half {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.founders-left {
  background-color: #2e2b27;
  background-image: url('images/founder.jpeg');
  background-size: cover;
  background-position: center top;
}

.founders-right {
  background-color: #1c1b1a;
}

.founders-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.founders-half::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.05) 60%);
  pointer-events: none;
  z-index: 2;
}

.founders-label {
  position: relative;
  z-index: 2;
  padding: 0 48px 48px;
  color: #fff;
}

.founders-label .script-heading {
  font-size: clamp(34px, 3.5vw, 52px);
  margin-bottom: 8px;
}

.founders-sub {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.75);
}


/* =============================================
   SECTION 4 — CTA / DELIVERY
   ============================================= */
.delivery {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 420px;
  background-color: #2d3326;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.delivery-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.delivery::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
  pointer-events: none;
  z-index: 2;
}

.delivery-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
}

.delivery-title {
  font-size: clamp(50px, 6.5vw, 90px);
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.15);
}

.delivery-sub {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.9);
  margin-bottom: 8px;
}

.delivery-ctas {
  display: flex;
  gap: 64px;
  margin-top: 12px;
}

.cta-link {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  position: relative;
  transition: opacity 0.25s;
}

.cta-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.cta-link:hover {
  opacity: 1;
}

.cta-link:hover::after {
  width: 100%;
}


/* =============================================
   SECTION 5 — FOOTER
   ============================================= */
.footer {
  background-color: #EDEAE4;
  padding: 80px 64px 0;
  color: #3a3a3a;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 64px;
  border-bottom: none;
}

.footer-newsletter {
  flex: 0 0 260px;
}

.footer-links-col {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 auto;
}

.footer-about {
  flex: 0 0 280px;
  margin-left: auto;
}

/* Newsletter column */
.footer-label {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: #5a5a5a;
}

.footer-newsletter-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #1a1a1a;
}

.footer-newsletter-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #5a5a5a;
  margin-bottom: 28px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-row {
  display: flex;
  gap: 12px;
}

.form-row input,
.newsletter-form input.form-full {
  flex: 1;
  border: 1px solid #c8c3bb;
  background: transparent;
  padding: 14px 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 300;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s;
}

.form-row input::placeholder,
.newsletter-form input::placeholder {
  color: #9a9590;
  font-size: 13px;
}

.form-row input:focus,
.newsletter-form input:focus {
  border-color: #8a8070;
}

.subscribe-btn {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 16px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s;
  width: 100%;
}

.subscribe-btn:hover {
  background: #333;
}

/* Links column */
.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 6px;
  text-align: center;
}

.footer-links-col a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 300;
  color: #5a5a5a;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.footer-links-col a:hover {
  color: #1a1a1a;
}

/* About column */
.footer-about {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 6px;
  text-align: right;
}

.footer-about-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.4;
}

.footer-about p {
  font-size: 13.5px;
  line-height: 1.8;
  color: #6a6560;
  font-weight: 300;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 40px 0 28px;
  border-top: 1px solid #d6d1ca;
}

.footer-social a {
  color: #6a6560;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.footer-social a:hover {
  color: #1a1a1a;
}

/* Copyright bar */
.footer-bottom {
  padding: 20px 0 32px;
}

.footer-bottom p {
  font-family: 'Jost', sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #8a8580;
}


/* =============================================
   INTERIOR DESIGN PAGE
   ============================================= */

/* --- Hero --- */
.id-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-color: #2a2520;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.id-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.id-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  pointer-events: none;
  z-index: 2;
}

.id-hero-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.id-hero-title {
  font-size: clamp(54px, 8vw, 100px);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.2);
}

.id-hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.04em;
}

/* --- Unseen video panel --- */
.ow-unseen-video {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

.ow-unseen-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Portfolio Carousel Section --- */
.id-portfolio {
  background: #f5f3f0;
  padding: 80px 0 80px;
}

.id-portfolio-image {
  width: 100%;
  height: 70vh;
  min-height: 480px;
  background-size: cover;
  background-position: center;
}

.id-portfolio .id-carousel {
  padding: 0 48px;
}

.id-portfolio .id-carousel-btn {
  left: 48px;
}

.id-portfolio .id-carousel-next {
  left: auto;
  right: 48px;
}

.id-portfolio-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 72px;
}

.id-portfolio-title {
  font-size: clamp(38px, 5vw, 62px);
  color: #1a1a1a;
  margin-bottom: 28px;
  line-height: 1.15;
}

.id-portfolio-header p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* --- "For those that love luxury" --- */
.id-quote-banner {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 600px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.id-quote-banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.id-quote-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,8,6,0.36);
  pointer-events: none;
  z-index: 2;
}

.id-quote-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
  padding: 0 48px;
}

.id-quote-heading {
  font-size: clamp(40px, 5.5vw, 72px);
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.id-quote-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.8);
  line-height: 1.95;
  letter-spacing: 0.01em;
}

/* --- Design, Procurement & Delivery --- */
.id-services {
  background: #f5f3f0;
  padding: 100px 0 0;
}

.id-services-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.id-services-title {
  font-size: clamp(38px, 5vw, 62px);
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.15;
}

.id-services-header p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* Carousel */
.id-carousel {
  position: relative;
  width: 100%;
}

.id-carousel-track-wrapper {
  width: 100%;
  overflow: hidden;
  height: 70vh;
  min-height: 480px;
}

.id-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.id-carousel-slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.id-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  color: #fff;
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  cursor: pointer;
  padding: 20px 28px;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  transition: opacity 0.2s;
  opacity: 0.75;
}

.id-carousel-btn:hover { opacity: 1; }
.id-carousel-prev { left: 0; }
.id-carousel-next { right: 0; }

/* --- Hotel-Inspired Master Suites --- */
.id-suites-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  background-color: #1a1714;
  background-image: url('images/curtainsnbed.jpeg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.id-suites-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
}

.id-suites-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.id-suites-title {
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.id-suites-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.id-suites-cta {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  position: relative;
  transition: opacity 0.25s;
  margin-top: 4px;
}

.id-suites-cta::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.55);
}

.id-suites-cta:hover { opacity: 1; }

/* --- Our Design Language --- */
.id-design-language {
  background: #f5f3f0;
}

.id-design-language-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 24px 80px;
}

.id-design-language-title {
  font-size: clamp(38px, 5vw, 62px);
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.15;
}

.id-design-language-header p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* Crafted From The Finest Materials */
.id-materials {
  display: grid;
  grid-template-columns: 45fr 55fr;
  min-height: 75vh;
}

.id-materials-text {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #f5f3f0;
}

.id-materials-heading {
  font-size: clamp(26px, 3vw, 42px);
  color: #1a1a1a;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.2;
}

.id-materials-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  max-width: 420px;
}

.id-materials-image {
  background-color: #2a2520;
  background-image: url('images/bedroom2.jpg');
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

/* --- CTA --- */
.id-cta {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 440px;
  background-color: #1a1a1a;
  background-image: url('images/chessdesigns.jpeg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.id-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.50);
  pointer-events: none;
}

.id-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
}

.id-cta-title {
  font-size: clamp(40px, 5.5vw, 78px);
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.15);
}

.id-cta-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  max-width: 720px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.id-cta-links {
  display: flex;
  gap: 64px;
  margin-top: 12px;
}

/* --- Interior Design Responsive --- */
@media (max-width: 768px) {
  .id-materials {
    grid-template-columns: 1fr;
  }
  .id-materials-text {
    padding: 60px 32px;
  }
  .id-materials-image {
    min-height: 60vw;
  }
  .id-cta-links {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .id-quote-content,
  .id-suites-content {
    padding: 0 32px;
  }
  .id-services {
    padding: 80px 0 0;
  }
  .id-carousel-track-wrapper {
    height: 50vw;
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .id-materials-text {
    padding: 48px 24px;
  }
}


/* =============================================
   OUR WORLD PAGE
   ============================================= */

/* Active nav link */
.nav-active {
  opacity: 1 !important;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  padding-bottom: 2px;
}

/* --- Hero --- */
.ow-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-color: #2a2520;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.ow-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ow-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.38);
  z-index: 2;
  pointer-events: none;
}

.ow-hero-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.ow-hero-title {
  font-size: clamp(60px, 9vw, 110px);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 28px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.2);
}

.ow-hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  max-width: 700px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* --- One of One Pieces --- */
.ow-intro {
  background: #f5f3f0;
  padding: 100px 24px 80px;
  text-align: center;
}

.ow-intro-inner {
  max-width: 640px;
  margin: 0 auto;
}

.ow-intro-title {
  font-size: clamp(38px, 5vw, 62px);
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.15;
}

.ow-intro-inner p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.ow-intro--packages .ow-intro-inner {
  max-width: 1080px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 64px;
  text-align: left;
}

.package-card {
  background: #fff;
  padding: 48px 40px 52px;
  border-top: 1px solid #e0dbd4;
}

.package-card--featured {
  background: #1a1a1a;
}

.package-tier {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8a98a;
  margin-bottom: 10px;
}

.package-name {
  font-size: clamp(28px, 3vw, 40px);
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.1;
}

.package-card--featured .package-name {
  color: #fff;
}

.package-desc {
  font-size: 13.5px;
  color: #6a6560;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0dbd4;
  padding-bottom: 20px;
}

.package-card--featured .package-desc {
  color: rgba(255,255,255,0.6);
  border-bottom-color: rgba(255,255,255,0.15);
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.package-list li {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #6a6560;
  letter-spacing: 0.01em;
  padding-left: 16px;
  position: relative;
}

.package-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #b8a98a;
  font-size: 11px;
}

.package-card--featured .package-list li {
  color: rgba(255,255,255,0.65);
}

/* --- The Unseen Luxury --- */
.ow-unseen {
  background: #f5f3f0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 68vh;
  padding-bottom: 80px;
}

.ow-unseen-text {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ow-unseen-heading {
  font-size: clamp(34px, 3.5vw, 52px);
  color: #1a1a1a;
  margin-bottom: 24px;
  font-style: italic;
}

.ow-unseen-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  max-width: 420px;
}

.ow-unseen-image {
  background-color: #2e2b27;
  background-image: url('images/shelves.jpeg');
  background-size: cover;
  background-position: center;
  min-height: 960px;
}

/* --- Our Interior Design Process Banner --- */
.ow-process-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 560px;
  background-color: #1a1a1a;
  background-image: url('images/kitchen.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.ow-process-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32);
  pointer-events: none;
}

.ow-process-banner-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding: 0 48px;
}

.ow-process-banner-title {
  font-size: clamp(44px, 6vw, 82px);
  margin-bottom: 28px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.15);
}

.ow-process-banner-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  max-width: 660px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

/* --- Phase 1 – The Brief --- */
.ow-phase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}

.ow-phase-text {
  background: #f5f3f0;
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ow-phase-title {
  font-size: clamp(30px, 3vw, 44px);
  color: #1a1a1a;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.2;
}

.ow-phase-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #6a6560;
  font-weight: 300;
  max-width: 400px;
}

.ow-phase-image {
  background-color: #2a2520;
  background-image: url('images/dinningtable.jpeg');
  background-size: cover;
  background-position: center;
  min-height: 960px;
}

/* Center-align text variant for flipped phases */
.ow-phase-text--center {
  justify-content: center;
}

/* --- Designed & Handcrafted UK Banner --- */
.ow-uk-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 520px;
  background-color: #2a2520;
  background-image: url('images/handcrafted.jpg');
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.ow-uk-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  pointer-events: none;
}

.ow-uk-banner-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ow-uk-banner-title {
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.ow-uk-banner-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.02em;
  line-height: 1.75;
}

/* --- Begin Your Journey CTA --- */
.ow-cta {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 440px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.ow-cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ow-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  pointer-events: none;
  z-index: 2;
}

.ow-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
}

.ow-cta-title {
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.15);
}

.ow-cta-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  max-width: 720px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.ow-cta-links {
  display: flex;
  gap: 64px;
  margin-top: 12px;
}

/* --- Our World Responsive --- */
@media (max-width: 768px) {
  .ow-unseen,
  .ow-phase {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .ow-unseen-text,
  .ow-phase-text {
    padding: 60px 32px;
    order: 2;
  }
  .ow-unseen-image,
  .ow-phase-image {
    min-height: 60vw;
    order: 1;
  }
  .ow-cta-links {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .ow-intro {
    padding: 80px 32px 0;
  }
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ow-process-banner-content,
  .ow-uk-banner-content {
    padding: 0 32px;
  }
}

@media (max-width: 480px) {
  .ow-unseen-text,
  .ow-phase-text {
    padding: 48px 24px;
  }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 22px 28px;
  }
  .nav-left {
    gap: 24px;
  }
  .nav-logo {
    font-size: 24px;
  }

  .hero-title {
    font-size: clamp(34px, 9vw, 60px);
  }

  .hero-links {
    gap: 40px;
  }

  .craftsmanship-content {
    padding: 0 32px 48px;
  }

  .founders {
    flex-direction: column;
    height: auto;
  }

  .founders-half {
    min-height: 55vw;
  }

  .founders-label {
    padding: 0 32px 36px;
  }

  .delivery-ctas {
    flex-direction: column;
    gap: 24px;
  }

  .footer {
    padding: 60px 32px 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-about {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .nav-left {
    display: none;
  }
  .nav-monogram {
    display: block;
  }
  .nav-center {
    position: static;
    transform: none;
  }
  .nav {
    justify-content: space-between;
  }
  .form-row {
    flex-direction: column;
  }
}

/* =============================================
   INNER PAGES — SHARED NAV (light version)
   ============================================= */
.nav--light {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav--light .nav-left a,
.nav--light .nav-right {
  color: #1a1a1a;
  opacity: 0.8;
}
.nav--light .nav-logo {
  color: #1a1a1a;
}
.nav--light .nav-monogram {
  color: #1a1a1a;
  opacity: 0.7;
}
.nav--light .nav-left a:hover {
  opacity: 1;
}

/* Hero subtitle (contact page) */
.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.8);
  margin-top: 0;
}

/* =============================================
   CONTACT PAGE — HERO
   ============================================= */
.contact-hero {
  background-image: url('images/bedroom2.jpg');
}

/* =============================================
   CONTACT PAGE — FORM SECTION
   ============================================= */
.form-section {
  background: #f5f3f0;
  padding: 80px 24px;
}
.form-container {
  max-width: 580px;
  margin: 0 auto;
}
.form-section .script-heading {
  font-size: clamp(30px, 4vw, 48px);
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.2;
}
.form-intro {
  font-size: 14px;
  line-height: 1.85;
  color: #6a6560;
  margin-bottom: 14px;
  font-weight: 300;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 40px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13.5px;
  font-weight: 300;
  color: #5a5a5a;
  letter-spacing: 0.03em;
}
.form-input,
.form-select,
.form-textarea {
  border: 1px solid #d0ccc6;
  background: #fff;
  padding: 13px 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #8a8070;
}
.form-textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}
.phone-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 12px;
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}
.form-submit-btn {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 18px 64px;
  font-family: 'Jost', sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s;
  align-self: center;
  margin-top: 8px;
}
.form-submit-btn:hover {
  background: #333;
}

/* =============================================
   CONTACT INFO BAR
   ============================================= */
.contact-info-bar {
  background: #fff;
  padding: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
  border-top: 1px solid #e8e4de;
}
.contact-info-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.contact-info-item p,
.contact-info-item a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 300;
  color: #6a6560;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  display: block;
}
.contact-info-item a:hover {
  color: #1a1a1a;
}

/* =============================================
   PAGE HEADER (brochure / schedule pages)
   ============================================= */
.page-wrapper {
  background: #f5f3f0;
  min-height: calc(100vh - 73px);
}
.page-header {
  text-align: center;
  padding: 80px 24px 40px;
}
.page-header .script-heading {
  font-size: clamp(34px, 5vw, 58px);
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.15;
}
.page-header-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  color: #6a6560;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.page-form-section {
  padding: 40px 24px 80px;
}
.page-form-container {
  max-width: 580px;
  margin: 0 auto;
}
.page-form-container .contact-form {
  margin-top: 0;
}

/* =============================================
   FAQ PAGE
   ============================================= */
.faq-page {
  background: #f5f3f0;
}
.faq-header {
  text-align: center;
  padding: 80px 24px 64px;
}
.faq-header .script-heading {
  font-size: clamp(34px, 5vw, 58px);
  color: #1a1a1a;
}
.faq-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px 100px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
}
.faq-sidebar {
  padding-top: 4px;
}
.faq-sidebar-link {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  color: #8a8580;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  transition: color 0.2s;
}
.faq-sidebar-link.active {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq-sidebar-link:hover {
  color: #1a1a1a;
}
.faq-content-section {
  display: none;
}
.faq-content-section.active {
  display: block;
}
.faq-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0ccc6;
}
.faq-item {
  border-bottom: 1px solid #d0ccc6;
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  letter-spacing: 0.01em;
  gap: 24px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: #8a8580;
  flex-shrink: 0;
  line-height: 1;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-answer {
  padding: 0 0 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.85;
  color: #6a6560;
  max-width: 640px;
}

/* Responsive adjustments for inner pages */
@media (max-width: 768px) {
  .contact-info-bar {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 32px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px 80px;
  }
  .faq-sidebar {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .faq-sidebar-link {
    margin-bottom: 0;
  }
  .phone-row {
    grid-template-columns: 1fr;
  }
  .form-field-row {
    grid-template-columns: 1fr;
  }
  .contact-info-bar {
    padding: 40px 24px;
  }
}
