@charset "utf-8";
/*------------------------------------------------------------------
Project: Bennett Decor
-------------------------------------------------------------------*/
/* ==============================
   Common styles
   ============================== */
  
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.text-justify{ text-align: justify !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.black{ color: #111 !important; }
.color{ color: #e41919 !important; }
.glass{ opacity: .5; }
.z-99 {z-index: 99}
.validate {
    color: red;
    font-size: 12px;
}
dl, ol, ul {
  margin-bottom: 0;
}
body.modal-open {
    padding-right: 0 !important;
    overflow: visible !important;
}
.image-fullwidth img{
    width: 100%;
}
.stick-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
}
.round{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.round2{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}
::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;    background:#000; }
::selection{ color: #fff;    background:#000; }

.animate, .animate *{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
    -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.shadow{
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}
.small-section {
  padding: 70px 0;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 2%;
}
@media (min-width: 768px) {
    .container{
    	width: 750px;
    }
}
@media (min-width: 992px){ 
    .container{
        width: 970px;
    }
}
@media (min-width: 1200px){ 
    .container{
        width: 1170px;
    }
}
.container-1400{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream: #FFFFFF;
    --stone: #F5F0EB;
    --stone-mid: #E0D8D0;
    --brand: #4A0404;
    --brand-mid: #7A0606;
    --warm-gold: #4A0404;
    --dark-gold: #7A0606;
    --charcoal: #1A0202;
    --charcoal-mid: #3D0303;
    --gray: #7A6060;
    --light-gray: #C0B0B0;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Jost', sans-serif;
    --nav-h: 80px;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--cream);
    color: var(--charcoal);
    font-family: var(--sans);
    font-weight: 300;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    z-index: 100;
    transition: background 0.4s, box-shadow 0.4s;
  }
  nav.scrolled {
    background: rgba(255,255,255,0.97);
    box-shadow: 0 1px 0 var(--stone-mid);
    backdrop-filter: blur(8px);
  }
    .nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .nav-logo:hover { opacity: 0.85; }
  .nav-logo-icon { height: 44px; width: auto; transition: filter 0.4s; }
  .nav-logo-text {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #F1EDE6;
    transition: color 0.4s;
    line-height: 1.2;
  }
  .nav-logo-text span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-family: var(--sans);
    color: rgba(241,237,230,0.55);
    transition: color 0.4s;
    margin-top: 2px;
  }
  nav.scrolled .nav-logo-text { color: var(--charcoal); }
  nav.scrolled .nav-logo-text span { color: var(--gray); }
  /* On dark hero: logo roof = cream, bd = cream. On scrolled: roof = #4A0404, bd = charcoal */
  .logo-roof { fill: #F1EDE6; transition: fill 0.4s; }
  .logo-bd   { fill: #F1EDE6; transition: fill 0.4s; }
  .logo-base { fill: #4A0404; transition: fill 0.4s; }
  nav.scrolled .logo-roof { fill: #4A0404; }
  nav.scrolled .logo-bd   { fill: #1A0202; }
  nav.scrolled .logo-base { fill: #4A0404; }
  /* Footer logo variant */
  .footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .footer-logo-text {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--charcoal);
    line-height: 1.2;
  }
  .footer-logo-text span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: var(--sans);
    color: var(--gray);
    margin-top: 2px;
  }
  .footer-logo .logo-roof { fill: #4A0404; }
  .footer-logo .logo-bd   { fill: #1A0202; }
  .footer-logo .logo-base { fill: #4A0404; }
  .nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
  }
  .nav-links a {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(241,237,230,0.85);
    text-decoration: none;
    transition: color 0.3s;
  }
  nav.scrolled .nav-links a { color: var(--charcoal-mid); }
  .nav-links a:hover { color: var(--warm-gold); }
  .nav-cta {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #F1EDE6;
    border: 0.5px solid rgba(241,237,230,0.5);
    padding: 10px 22px;
    text-decoration: none;
    transition: all 0.3s;
  }
  nav.scrolled .nav-cta { color: var(--charcoal); border-color: var(--charcoal); }
  .nav-cta:hover { background: var(--warm-gold); border-color: var(--warm-gold); color: #F1EDE6; }

  /* ── HERO ── */
  .hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    background: #1A0202;
    overflow: hidden;
  }
  .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.4s ease;
    pointer-events: none;
  }
  .hero-video.loaded { opacity: 1; }
  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,4,4,0.82) 0%, rgba(15,4,4,0.35) 50%, rgba(15,4,4,0.5) 100%);
    z-index: 1;
  }
  .hero-video-ctrl {
    position: absolute;
    bottom: 36px;
    right: 60px;
    z-index: 3;
    background: none;
    border: 0.5px solid rgba(241,237,230,0.35);
    color: rgba(241,237,230,0.7);
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 10px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.3s, color 0.3s;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 1.3s;
  }
  .hero-video-ctrl:hover { border-color: rgba(241,237,230,0.7); color: #F1EDE6; }
  /* Decorative vertical lines */
  .hero-lines {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 1;
  }
  .hero-lines::before { display: none; }
  .hero-lines::after { display: none; }
  .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 60px 80px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .hero-text {}
  .hero-eyebrow {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.3s;
  }
  .hero-title {
    font-family: var(--serif);
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 300;
    line-height: 1.0;
    color: #F1EDE6;
    letter-spacing: -0.01em;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.5s;
  }
  .hero-title em {
    font-style: italic;
    color: #4A0404;
  }
  .hero-sub {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: rgba(241,237,230,0.6);
    margin-top: 28px;
    max-width: 340px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.7s;
  }
  .hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.8s;
  }
  .hero-stat {
    text-align: right;
  }
  .hero-stat-num {
    font-family: var(--serif);
    font-size: 40px;
    font-weight: 300;
    color: #F1EDE6;
    line-height: 1;
  }
  .hero-stat-label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(241,237,230,0.5);
    margin-top: 4px;
  }
  .hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(200,80,80,0.3);
    margin-left: auto;
  }
  .hero-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 1.1s;
  }
  .hero-scroll span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(241,237,230,0.45);
  }
  .scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(200,80,80,0.6), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
  }
  @keyframes scrollPulse {
    0%, 100% { opacity: 0.5; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.15); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ── INTRO STRIP ── */
  .intro-strip {
    background: var(--charcoal);
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
  }
  .intro-strip-text {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: rgba(241,237,230,0.8);
    letter-spacing: 0.02em;
  }
  .intro-strip-line {
    flex: 1;
    height: 0.5px;
    background: rgba(200,80,80,0.25);
    margin: 0 50px;
  }
  .intro-strip-link {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a08c8c;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
  }
  .intro-strip-link::after {
    content: '';
    width: 32px;
    height: 0.5px;
    background: var(--warm-gold);
    transition: width 0.3s;
  }
  .intro-strip-link:hover::after { width: 52px; }

  /* ── ABOUT EDITORIAL ── */
  .about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
  }
  .about-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4A0404;
    margin-bottom: 28px;
  }
  .about-heading {
    font-family: var(--serif);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 300;
    line-height: 1.15;
    color: var(--charcoal);
    letter-spacing: -0.01em;
  }
  .about-heading em { font-style: italic; color: var(--dark-gold); }
  .about-body {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--charcoal-mid);
    margin-top: 32px;
    max-width: 500px;
  }
  .about-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 44px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--charcoal);
    text-decoration: none;
    transition: gap 0.3s;
  }
  .about-cta::after {
    content: '';
    width: 40px;
    height: 0.5px;
    background: var(--charcoal);
    transition: width 0.3s;
  }
  .about-cta:hover { gap: 24px; }
  .about-cta:hover::after { width: 60px; }

  .about-image-wrap {
    position: relative;
  }
  .about-image {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 2px;
  }
  .about-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 40% 60%, rgba(200,80,80,0.2) 0%, transparent 70%),
      radial-gradient(ellipse 50% 40% at 70% 20%, rgba(140,123,96,0.15) 0%, transparent 60%);
  }
  /* Simulated interior photo elements */
  .about-image::after {
    content: 'Interior Excellence\ASince 2012';
    white-space: pre;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(241,237,230,0.4);
    line-height: 2;
  }
  .about-image-tag {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border: 0.5px solid var(--stone-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    background: var(--cream);
  }
  .about-image-tag-num {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 300;
    color: var(--charcoal);
    line-height: 1;
  }
  .about-image-tag-text {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray);
    text-align: center;
  }

  /* ── SERVICES ── */
  .services-bg {
    background: var(--charcoal);
  }
  .services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    border-bottom: 0.5px solid rgba(200,80,80,0.2);
    padding-bottom: 40px;
  }
  .services-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(241,237,230,0.6);
    margin-bottom: 16px;
  }
  .services-title {
    font-family: var(--serif);
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 300;
    color: #F1EDE6;
    line-height: 1.15;
  }
  .services-title em { font-style: italic; }
  .services-intro {
    font-size: 14px;
    font-weight: 300;
    color: rgba(241,237,230,0.5);
    max-width: 320px;
    line-height: 1.8;
    text-align: right;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .service-item {
    padding: 48px 40px;
    border-right: 0.5px solid rgba(200,80,80,0.15);
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
  }
  .service-item:last-child { border-right: none; }
  .service-item:hover { background: rgba(200,80,80,0.06); }
  .service-num {
    font-family: var(--serif);
    font-size: 13px;
    color: #4A0404;
    margin-bottom: 36px;
    font-weight: 300;
  }
  .service-name {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 300;
    color: #F1EDE6;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .service-desc {
    font-size: 13px;
    font-weight: 300;
    color: rgba(241,237,230,0.45);
    line-height: 1.8;
  }
  .service-arrow {
    position: absolute;
    bottom: 48px;
    right: 40px;
    width: 32px;
    height: 0.5px;
    background: rgba(200,80,80,0.4);
    transition: width 0.3s;
  }
  .service-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-right: 0.5px solid rgba(200,80,80,0.4);
    border-top: 0.5px solid rgba(200,80,80,0.4);
    transform: rotate(45deg);
  }
  .service-item:hover .service-arrow { width: 48px; }

  /* ── PROJECTS ── */
  .projects {
    padding: 0;
  }
  .projects-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }
  .section-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4A0404;
    margin-bottom: 16px;
  }
  .section-title {
    font-family: var(--serif);
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.1;
    color: #1A0202;
  }
  .section-title em { font-style: italic; }
  .view-all {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--charcoal-mid);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 4px;
    border-bottom: 0.5px solid var(--stone-mid);
    transition: color 0.3s, border-color 0.3s;
  }
  .view-all:hover { color: var(--warm-gold); border-color: var(--warm-gold); }
  .projects-masonry {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }
  .project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .project-card:nth-child(1) {
    grid-row: 1 / 3;
  }
  .project-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .project-card:nth-child(1) .project-img { min-height: 580px; }
  .project-card:hover .project-img { transform: scale(1.04); }
  /* Simulated project image backgrounds */
  .proj-bg-1 { background: linear-gradient(145deg, #2A0202 0%, #3D0404 50%, #2C0303 100%); }
  .proj-bg-2 { background: linear-gradient(135deg, #200202 0%, #350404 50%, #1A0202 100%); }
  .proj-bg-3 { background: linear-gradient(150deg, #280202 0%, #3D0606 50%, #240202 100%); }
  .proj-bg-4 { background: linear-gradient(140deg, #220202 0%, #380404 50%, #1E0202 100%); }
  .proj-bg-1::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 60% 50%, rgba(200,80,80,0.15) 0%, transparent 70%); }
  .proj-bg-2::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 40% 60%, rgba(140,150,165,0.12) 0%, transparent 70%); }
  .proj-bg-3::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% 40%, rgba(184,168,138,0.1) 0%, transparent 70%); }
  .proj-bg-4::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 60% 60%, rgba(140,123,96,0.12) 0%, transparent 70%); }
  .project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,12,8,0.85) 0%, rgba(15,12,8,0.1) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .project-card:hover .project-overlay { opacity: 1; }
  .project-category {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4A0404;
    margin-bottom: 8px;
  }
  .project-title {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 300;
    color: #F1EDE6;
    line-height: 1.2;
  }
  .project-location {
    font-size: 12px;
    color: rgba(241,237,230,0.55);
    margin-top: 6px;
    font-weight: 300;
  }

  /* ── PROCESS ── */
  .process {
    background: #F5F0EB;
  }
  .process-header {
    text-align: center;
    margin-bottom: 80px;
  }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .process-steps::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 10%;
    right: 10%;
    height: 0.5px;
    background: var(--stone-mid);
  }
  .process-step {
    padding: 0 32px;
    text-align: center;
  }
  .step-dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0.5px solid var(--stone-mid);
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 300;
    color: var(--charcoal);
    position: relative;
    z-index: 1;
  }
  .step-name {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 300;
    color: var(--charcoal);
    margin-bottom: 12px;
  }
  .step-desc {
    font-size: 13px;
    font-weight: 300;
    color: var(--gray);
    line-height: 1.8;
  }

  /* ── TESTIMONIAL ── */
  .testimonial {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 120px;
    align-items: center;
  }
  .testimonial-label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4A0404;
    margin-bottom: 28px;
  }
  .testimonial-logos {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .client-logo {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 300;
    color: var(--stone-mid);
    padding: 16px 0;
    border-bottom: 0.5px solid var(--stone-mid);
    cursor: pointer;
    transition: color 0.3s;
  }
  .client-logo.active { color: var(--charcoal); }
  .client-logo:hover { color: var(--charcoal-mid); }
  .testimonial-quote {
    position: relative;
  }
  .quote-mark {
    font-family: var(--serif);
    font-size: 120px;
    font-weight: 300;
    color: var(--stone);
    line-height: 0.7;
    margin-bottom: 20px;
  }
  .quote-text {
    font-family: var(--serif);
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    color: var(--charcoal);
    letter-spacing: 0.01em;
  }
  .quote-author {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .quote-author-line {
    width: 32px;
    height: 0.5px;
    background: var(--warm-gold);
  }
  .quote-author-name {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--charcoal-mid);
  }
  .quote-author-title {
    font-size: 12px;
    font-weight: 300;
    color: var(--gray);
    margin-left: 4px;
  }

  /* ── CONTACT CTA ── */
  .cta-section {
    background: var(--charcoal);
    padding: 120px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
  .cta-left {}
  .cta-eyebrow {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4A0404;
    margin-bottom: 20px;
  }
  .cta-title {
    font-family: var(--serif);
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 300;
    color: #F1EDE6;
    line-height: 1.1;
  }
  .cta-title em { font-style: italic; }
  .cta-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 420px;
  }
  .form-field {
    border-bottom: 0.5px solid rgba(200,80,80,0.3);
    padding: 20px 0;
    display: flex;
    align-items: center;
    transition: border-color 0.3s;
  }
  .form-field:focus-within { border-color: rgba(200,80,80,0.8); }
  .form-field label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(200,80,80,0.6);
    width: 80px;
    flex-shrink: 0;
  }
  .form-field input {
    background: none;
    border: none;
    outline: none;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: #F1EDE6;
    flex: 1;
    caret-color: #4A0404;
  }
  .form-field input::placeholder { color: rgba(241,237,230,0.2); }
  .form-submit {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--charcoal);
    background: var(--cream);
    border: none;
    padding: 18px 40px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
  }
  .btn-primary::after {
    content: '';
    width: 20px;
    height: 0.5px;
    background: var(--charcoal);
    transition: width 0.3s;
  }
  .btn-primary:hover { background: var(--warm-gold); color: #F1EDE6; }
  .btn-primary:hover::after { background: var(--cream); width: 32px; }
  .form-note {
    font-size: 11px;
    font-weight: 300;
    color: rgba(241,237,230,0.3);
    letter-spacing: 0.04em;
  }

  /* ── FOOTER ── */
  footer {
    padding: 60px;
    border-top: 0.5px solid var(--stone-mid);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--cream);
  }
  .footer-logo {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 400;
    color: var(--charcoal);
    text-decoration: none;
  }
  .footer-links {
    display: flex;
    gap: 36px;
    list-style: none;
  }
  .footer-links a {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gray);
    text-decoration: none;
    transition: color 0.3s;
  }
  .footer-links a:hover { color: var(--charcoal); }
  .footer-copy {
    font-size: 11px;
    font-weight: 300;
    color: var(--light-gray);
    letter-spacing: 0.04em;
  }
  .footer-social {
    display: flex;
    gap: 20px;
  }
  .footer-social a {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: var(--gray);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .footer-social a:hover { color: var(--warm-gold); }

  /* PNG logo filters for different contexts */
  .nav-logo-img {
    height: 46px;
    width: auto;
    display: block;
    /* White logo on dark hero */
    filter: brightness(0) invert(1);
    transition: filter 0.4s;
  }
  nav.scrolled .nav-logo-img {
    /* Force entire logo to #4A0404 on white nav */
    filter: brightness(0) saturate(100%) invert(10%) sepia(80%) saturate(3500%) hue-rotate(335deg) brightness(75%);
  }
  .footer-logo-img {
    height: 40px;
    width: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(10%) sepia(80%) saturate(3500%) hue-rotate(335deg) brightness(75%);
  }

  /* ── ENQUIRY FORM CARD ── */
  .enquiry-card {
    position: absolute;
    bottom: 80px;
    right: 70px;
    z-index: 10;
    width: 310px;
    background: rgba(26,2,2,0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 14px;
    padding: 28px 26px 24px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 24px 64px rgba(0,0,0,0.5);
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.9s;
  }
  .enquiry-card h3 {
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 600;
    color: #F1EDE6;
    margin: 0 0 5px 0;
    letter-spacing: 0.01em;
  }
  .enq-subtitle {
    font-size: 11px;
    font-weight: 300;
    color: rgba(241,237,230,0.4);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
  }
  .enq-field {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 11px 13px;
    margin-bottom: 9px;
    gap: 10px;
    transition: border-color 0.2s, background 0.2s;
  }
  .enq-field:focus-within {
    border-color: rgba(241,237,230,0.5);
    background: rgba(255,255,255,0.13);
  }
  .enq-field .enq-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: rgba(241,237,230,0.4);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .enq-field input {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: #F1EDE6;
    width: 100%;
  }
  .enq-field input::placeholder { color: rgba(241,237,230,0.32); }
  .enq-select-wrap {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 11px 13px;
    margin-bottom: 14px;
    gap: 10px;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
  }
  .enq-select-wrap:focus-within { border-color: #4A0404; }
  .enq-select-wrap .enq-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #999;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .enq-select-wrap select {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: rgba(241,237,230,0.32);
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  .enq-select-wrap select option {
    background: #ffffff;
    color: #1A0202;
    font-size: 13px;
    font-weight: 300;
  }
  .enq-select-wrap select:valid,
  .enq-select-wrap select.has-value {
    color: #F1EDE6;
  }
  .enq-chevron {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #999;
    font-size: 13px;
  }
  .enq-submit {
    width: 100%;
    background: #1A0202;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    padding: 14px;
    cursor: pointer;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.3s;
  }
  .enq-submit:hover { background: #4A0404; }

  /* ═══════════════════════════════════════
     MOBILE RESPONSIVE — max 768px
  ═══════════════════════════════════════ */
  @media (max-width: 768px) {

    /* NAV */
    nav {
      padding: 0 24px;
      height: 64px;
    }
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .nav-logo-img { height: 36px; }
    .nav-logo-text { font-size: 15px; }
    .nav-logo-text span { display: none; }

    /* Hamburger menu button */
    .nav-hamburger {
      display: flex;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 8px;
      z-index: 200;
    }
    .nav-hamburger span {
      display: block;
      width: 24px;
      height: 1.5px;
      background: #F1EDE6;
      transition: all 0.3s;
    }
    nav.scrolled .nav-hamburger span { background: #1A0202; }

    /* Mobile menu overlay */
    .mobile-menu {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(26,2,2,0.97);
      z-index: 150;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 36px;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      font-family: var(--serif);
      font-size: 32px;
      font-weight: 300;
      color: #F1EDE6;
      text-decoration: none;
      letter-spacing: 0.04em;
      opacity: 0.85;
    }
    .mobile-menu a:hover { opacity: 1; color: #fff; }
    .mobile-menu-close {
      position: absolute;
      top: 24px;
      right: 24px;
      background: none;
      border: none;
      color: #F1EDE6;
      font-size: 28px;
      cursor: pointer;
      line-height: 1;
    }
    .mobile-menu-cta {
      margin-top: 12px;
      border: 1px solid rgba(241,237,230,0.3) !important;
      padding: 14px 36px !important;
      font-family: var(--sans) !important;
      font-size: 13px !important;
      letter-spacing: 0.14em !important;
      text-transform: uppercase !important;
    }

    /* HERO */
    .hero { min-height: 100svh; }
    .hero-lines { display: none; }
    .hero-content {
      padding: 0 24px 220px;
    }
    .hero-eyebrow { font-size: 10px; }
    .hero-title { font-size: clamp(38px, 11vw, 56px); }
    .hero-sub { font-size: 12px; max-width: 100%; }

    /* Enquiry card — bottom full width on mobile */
    .enquiry-card {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      border-radius: 20px 20px 0 0;
      padding: 24px 20px 20px;
      border-left: none;
      border-right: none;
      border-bottom: none;
    }
    .enquiry-card h3 { font-size: 16px; }
    .enq-subtitle { margin-bottom: 14px; }
    .enq-field { padding: 10px 12px; margin-bottom: 8px; }
    .enq-select-wrap { padding: 10px 12px; margin-bottom: 12px; }
    .enq-submit { padding: 13px; }

    /* Mute button */
    .hero-video-ctrl { right: 24px; bottom: 180px; }

    /* Scroll indicator */
    .hero-scroll { display: none; }

    /* INTRO STRIP */
    .intro-strip { padding: 0 24px; flex-direction: column; gap: 12px; min-height: auto; padding: 20px 24px; text-align: center; }
    .intro-strip-line { display: none; }
    .intro-strip-text { font-size: 15px; }

    /* ABOUT */
    .about {
      grid-template-columns: 1fr;
      padding: 80px 24px;
      gap: 48px;
    }
    .about-image { aspect-ratio: 4/3; }
    .about-image-tag { top: -16px; right: -8px; width: 90px; height: 90px; }
    .about-image-tag-num { font-size: 28px; }

    /* SERVICES */
    .services { padding: 80px 24px; }
    .services-header { flex-direction: column; gap: 16px; margin-bottom: 48px; }
    .services-intro { text-align: left; max-width: 100%; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .service-item { padding: 32px 24px; border-right: none; border-bottom: 0.5px solid rgba(200,80,80,0.15); }
    .service-item:nth-child(odd) { border-right: 0.5px solid rgba(200,80,80,0.15); }
    .service-name { font-size: 20px; }

    /* PROJECTS */
    .projects { padding: 80px 24px; }
    .projects-header { flex-direction: column; gap: 20px; align-items: flex-start; }
    .projects-masonry {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .project-card:nth-child(1) { grid-row: auto; }
    .project-img { min-height: 240px; }
    .project-card:nth-child(1) .project-img { min-height: 300px; }
    .project-overlay { opacity: 1; }

    /* PROCESS */
    .process { padding: 80px 24px; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
    .process-steps::before { display: none; }

    /* TESTIMONIAL */
    .testimonial {
      grid-template-columns: 1fr;
      padding: 80px 24px;
      gap: 48px;
    }
    .testimonial-logos { flex-direction: row; flex-wrap: wrap; gap: 0; }
    .client-logo { padding: 12px 0; font-size: 14px; width: 50%; }
    .quote-text { font-size: clamp(18px, 4.5vw, 26px); }
    .quote-mark { font-size: 80px; }

    /* CTA SECTION */
    .cta-section {
      flex-direction: column;
      padding: 80px 24px;
      gap: 48px;
      align-items: flex-start;
    }
    .cta-form { min-width: unset; width: 100%; }
    .cta-title { font-size: clamp(32px, 8vw, 48px); }

    /* FOOTER */
    footer {
      flex-direction: column;
      gap: 24px;
      padding: 40px 24px;
      text-align: center;
      align-items: center;
    }
    .footer-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
    .footer-social { justify-content: center; }
  }

  /* ═══════════════════════════════════════
     SMALL MOBILE — max 480px
  ═══════════════════════════════════════ */
  @media (max-width: 480px) {
    .services-grid { grid-template-columns: 1fr; }
    .service-item { border-right: none !important; }
    .process-steps { grid-template-columns: 1fr; }
    .hero-title { font-size: clamp(34px, 10vw, 48px); }
  }

  /* Hide hamburger on desktop */
  .nav-hamburger { display: none; }
  .mobile-menu { display: none; }


  /* Testimonial auto-rotate dots */
  .testi-dots {
    display: flex;
    gap: 8px;
    margin-top: 32px;
  }
  .testi-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--stone-mid);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    border: none;
    padding: 0;
  }
  .testi-dot.active {
    background: #4A0404;
    transform: scale(1.4);
  }
  /* Smooth quote transition */
  .testimonial-quote {
    transition: opacity 0.4s ease;
  }
  .testimonial-quote.fading {
    opacity: 0;
  }

  /* ── CUSTOM CURSOR ── */
  * { cursor: none !important; }

  .cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background:#F1EDE6;border-radius:50%;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);transition:width 0.25s,height 0.25s;box-shadow:0 0 6px rgba(241,237,230,0.8);}

  .cursor-ring{position:fixed;top:0;left:0;width:40px;height:40px;border:1.5px solid rgba(241,237,230,0.7);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);opacity:0.8;transition:width 0.3s,height 0.3s,opacity 0.3s;}

  /* Expand ring on hover over links/buttons */
  a:hover ~ .cursor-ring,
  button:hover ~ .cursor-ring{position:fixed;top:0;left:0;width:40px;height:40px;border:1.5px solid rgba(241,237,230,0.7);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);opacity:0.8;transition:width 0.3s,height 0.3s,opacity 0.3s;}

  .cursor-ring.hover{width:60px;height:60px;border-color:rgba(74,4,4,0.9);opacity:1;}

  .cursor-dot.hover {
    transform: translate(-50%, -50%) scale(0.4);
  }

  @media (max-width: 768px) {
    * { cursor: auto !important; }
    .cursor-dot, .cursor-ring{position:fixed;top:0;left:0;width:40px;height:40px;border:1.5px solid rgba(241,237,230,0.7);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);opacity:0.8;transition:width 0.3s,height 0.3s,opacity 0.3s;}
  }
  
  /* Page loads fade IN (overlay fades out) */
  #pageTransition {
    position: fixed; inset: 0; background: #4A0404;
    z-index: 99999; opacity: 0; pointer-events: none;
    transition: opacity 0.4s ease;
  }
  #pageTransition.active {
    opacity: 1;
    pointer-events: all;
  }
  #pageTransition.fade-out {
    opacity: 0;
    pointer-events: none;
  }

  #bd-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%) translateY(20px);background:#1A0202;color:#F1EDE6;font-size:13px;font-weight:300;line-height:1.6;padding:18px 30px;max-width:480px;width:90%;text-align:center;border-left:3px solid #C87941;opacity:0;pointer-events:none;z-index:999999;transition:opacity 0.4s,transform 0.4s;}
  #bd-toast.show{opacity:1;transform:translateX(-50%) translateY(0);}

.page-banner {
  padding: 120px 0 80px !important;
  background: var(--brand);
  color: #F1EDE6;
}

.page-banner-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(241, 237, 230, 0.5);
  margin-bottom: 10px;
}

.page-banner-title {
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 300;
  line-height: 1.08;
}

.page-banner-title em {
  font-style: italic;
  color: rgba(241, 237, 230, 0.5);
}

.page-banner-sub {
  font-size: 13px;
  color: rgba(241, 237, 230, 0.65);
  max-width: 460px;
  line-height: 1.7;
  margin-top: 12px;
}

@media(max-width:768px) {
  .page-banner {
    padding: calc(var(--nav-h)+20px) 24px 32px !important;
  }
}

section {
  padding: 70px 0px;
}

.who-strip {
  display: flex;
  align-items: center;
  gap: 36px;
}
.who-strip-bg {
  background: #F5F0EB;
  border-bottom: 1px solid #e0d8d0;
  padding: 28px 0px;
}
.who-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand);
  white-space: nowrap;
}

.who-div {
  width: 32px;
  height: 0.5px;
  background: #C0AFA0;
  flex-shrink: 0;
}

.who-text {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.5;
}

.who-text em {
  font-style: italic;
  color: #7A6060;
}

.found-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}

.found-grid img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}

.sec-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}

h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 16px;
}

h2 em {
  font-style: italic;
  color: #7A6060;
}

p.bt {
  font-size: 14px;
  line-height: 1.85;
  color: #5A4040;
  margin-bottom: 13px;
}

.cta-lnk {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
}

.cta-lnk::after {
  content: '';
  width: 32px;
  height: 0.5px;
  background: var(--charcoal);
  transition: width 0.3s;
}

.cta-lnk:hover::after {
  width: 48px;
}

.ceo-sec {
  background: var(--brand);
  color: #F1EDE6;
  padding: 70px 0px;
}

.ceo-sec .sec-label {
  color: rgba(241, 237, 230, 0.45);
}

.ceo-grid {
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 52px;
  align-items: start;
  margin-top: 24px;
}

.ceo-wrap {
  position: relative;
}

.ceo-wrap img {
  width: 268px;
  height: 340px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ceo-sig {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(10, 2, 2, 0.92) 0%, rgba(10, 2, 2, 0.5) 55%, transparent 100%);
}

.sig-name {
  font-family: 'Great Vibes', cursive;
  font-size: 42px;
  color: #F1EDE6;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.sig-role {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(241, 237, 230, 0.48);
  margin-top: 5px;
}

.ceo-sec h2 {
  color: #F1EDE6;
  margin-bottom: 13px;
}

.ceo-sec h2 em {
  color: rgba(241, 237, 230, 0.42);
}

.ceo-quote {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  color: rgba(241, 237, 230, 0.62);
  border-left: 2px solid rgba(241, 237, 230, 0.18);
  padding-left: 18px;
  margin: 14px 0 18px;
  line-height: 1.65;
}

.ceo-sec p.bt {
  color: rgba(241, 237, 230, 0.68);
}

.ceo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(241, 237, 230, 0.1);
  margin-top: 24px;
}

.cstat {
  padding: 18px 12px;
  border-right: 1px solid rgba(241, 237, 230, 0.08);
  text-align: center;
}

.cstat:last-child {
  border-right: none;
}

.cstat-n {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 300;
  color: #F1EDE6;
  line-height: 1;
}

.cstat-l {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(241, 237, 230, 0.38);
  margin-top: 4px;
}

.val-sec {
  background: #F5F0EB;
}

.val-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 12px;
}

.val-card {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #e0d8d0;
}

.val-icon {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--brand);
}

.val-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}

.val-card p {
  font-size: 13px;
  color: #7A6060;
  line-height: 1.75;
}
.cta-bar-bg {
  background: var(--charcoal);
}

.cta-bar {
  color: #F1EDE6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.cta-bar h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 40px);
  font-weight: 300;
  line-height: 1.2;
}

.cta-bar a {
  background: #F1EDE6;
  color: var(--charcoal);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 32px;
  text-decoration: none;
  transition: all 0.3s;
}

.cta-bar a:hover {
  background: var(--brand);
  color: #F1EDE6;
}

@media(max-width:768px) {
  section {
    padding: 44px 24px;
  }

  .who-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 22px 24px;
  }

  .found-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .found-grid img {
    height: 220px;
  }

  .ceo-sec {
    padding: 44px 24px;
  }

  .ceo-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ceo-wrap img {
    width: 100%;
    height: 240px;
  }

  .ceo-stats {
    grid-template-columns: 1fr 1fr;
  }

  .val-grid {
    grid-template-columns: 1fr;
  }

  .cta-bar {
    padding: 44px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
/* CONTACT LAYOUT */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}

.contact-left {
  background: var(--charcoal);
  color: #F1EDE6;
  padding: 60px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-left h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 32px;
}

.contact-left h2 em {
  font-style: italic;
  color: rgba(241, 237, 230, 0.45);
}

.cinfo-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cinfo {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.cinfo-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(241, 237, 230, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.cinfo-body label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(241, 237, 230, 0.38);
  margin-bottom: 5px;
}

.cinfo-body a,
.cinfo-body span {
  font-size: 13px;
  color: #F1EDE6;
  text-decoration: none;
  line-height: 1.6;
  display: block;
}

.cinfo-body a:hover {
  color: rgba(241, 237, 230, 0.65);
}

.hours {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(241, 237, 230, 0.1);
}

.hours label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(241, 237, 230, 0.38);
  margin-bottom: 8px;
}

.hours p {
  font-size: 13px;
  color: rgba(241, 237, 230, 0.55);
  line-height: 1.75;
}

.dir-btn {
  display: inline-block;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F1EDE6;
  border: 1px solid rgba(241, 237, 230, 0.25);
  padding: 11px 20px;
  text-decoration: none;
  transition: all 0.3s;
}

.dir-btn:hover {
  background: rgba(241, 237, 230, 0.08);
}

/* FORM */
.contact-right {
  padding: 60px 52px;
  background: #fff;
}

.contact-right h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 300;
  margin-bottom: 6px;
}

.form-sub {
  font-size: 13px;
  color: #7A6060;
  margin-bottom: 28px;
  line-height: 1.6;
}

.fgrp {
  margin-bottom: 20px;
}

.fgrp label {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 8px;
}

.fgrp input,
.fgrp textarea,
.fgrp select {
  width: 100%;
  padding: 11px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #e0d8d0;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

.fgrp input:focus,
.fgrp textarea:focus,
.fgrp select:focus {
  border-bottom-color: var(--brand);
}

.fgrp input::placeholder,
.fgrp textarea::placeholder {
  color: #C5B5B5;
}

.fgrp select {
  color: #C5B5B5;
  cursor: pointer;
}

.fgrp select.chosen {
  color: var(--charcoal);
}

.fgrp textarea {
  resize: none;
  height: 88px;
}

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sub-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 6px;
}

.sub-btn {
  background: var(--brand);
  color: #F1EDE6;
  border: none;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 15px 38px;
  cursor: pointer;
  transition: background 0.3s;
}

.sub-btn:hover {
  background: #6B0606;
}

.form-note {
  font-size: 12px;
  color: #9A8080;
}

.ok-msg {
  display: none;
  background: #F5F0EB;
  border-left: 3px solid var(--brand);
  padding: 13px 17px;
  font-size: 13px;
  color: var(--charcoal);
  margin-top: 14px;
  line-height: 1.6;
}

/* SOCIAL */
.soc-strip {
  padding: 36px 52px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #e0d8d0;
  flex-wrap: wrap;
}

.soc-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand);
}

.soc-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.soc-link {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #e0d8d0;
  transition: all 0.3s;
}

.soc-link:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.mkt-intro-bg {
  background: #F5F0EB;
}

.mkt-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}

.mkt-intro-txt h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 1.2;
}

.mkt-intro-txt p {
  font-size: 13px;
  line-height: 1.85;
  color: #7A6060;
  margin-bottom: 10px;
}

.mkt-sell-btn {
  display: inline-block;
  background: var(--brand);
  color: #F1EDE6;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 13px 28px;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.3s;
}

.mkt-sell-btn:hover {
  background: #6B0606;
}

.mkt-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.mstat-n {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 300;
  color: var(--brand);
  line-height: 1;
}

.mstat-l {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7A6060;
  margin-top: 3px;
}

.tab-bar {
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e0d8d0;
}

.tab-row {
  display: flex;
  overflow-x: auto;
  padding: 0;
}

.tab-btn {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 17px 22px;
  border: none;
  background: none;
  color: #7A6060;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.3s;
}

.tab-btn.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
  font-weight: 500;
}

.tab-btn:hover {
  color: var(--charcoal);
}

.mkt-sec {
  padding: 50px 0px;
  display: none;
}

.mkt-sec.active {
  display: block;
}

.mkt-sec-hdr {
  margin-bottom: 32px;
}

.mkt-sec-hdr h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.1;
}

.mkt-sec-hdr p {
  font-size: 13px;
  color: #7A6060;
  margin-top: 6px;
  max-width: 460px;
  line-height: 1.7;
}

.mkt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: 24px;
}

.mkt-card {
  background: #fff;
  border: 1px solid #e0d8d0;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.mkt-card:hover {
  box-shadow: 0 8px 28px rgba(74, 4, 4, 0.1);
  transform: translateY(-3px);
}

.mkt-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #F5F0EB, #EDE5DC);
  overflow: hidden;
}

.mkt-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mkt-card-body {
  padding: 16px 18px 18px;
}

.mkt-cat {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 5px;
}

.mkt-name {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 3px;
}

.mkt-artist {
  font-size: 12px;
  color: #7A6060;
  margin-bottom: 11px;
}

.mkt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mkt-price {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
}

.mkt-enq {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--charcoal);
  color: #fff;
  border: none;
  padding: 7px 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.mkt-enq:hover {
  background: var(--brand);
}

.sell-bar-bg {
    background: var(--brand);
}

.sell-bar {
  color: #F1EDE6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.sell-bar h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 300;
  line-height: 1.2;
}

.sell-bar p {
  font-size: 13px;
  color: rgba(241, 237, 230, 0.65);
  margin-top: 8px;
  max-width: 380px;
  line-height: 1.75;
}

.sell-bar-btn {
  display: inline-block;
  background: #F1EDE6;
  color: var(--brand);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 32px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}

.sell-bar-btn:hover {
  background: #fff;
}

@media(max-width:768px) {
  .mkt-intro {
    padding: 32px 24px;
    gap: 24px;
  }

  .tab-row {
    padding: 0 14px;
  }

  .mkt-sec {
    padding: 32px 24px;
  }

  .sell-bar {
    padding: 32px 24px;
  }
}

#bd-toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1A0202;
  color: #F1EDE6;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  padding: 18px 30px;
  max-width: 480px;
  width: 90%;
  text-align: center;
  border-left: 3px solid #C87941;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.4s, transform 0.4s;
}

#bd-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── Market Enquiry Modal ───────────────────────────────────── */
.meq-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(8, 1, 1, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}

.meq-overlay.open {
  display: flex;
}

.meq-card {
  background: rgba(26, 2, 2, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 28px 28px;
  width: 360px;
  max-width: 92vw;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7);
  position: relative;
  animation: meqFadeUp 0.3s ease;
}

@keyframes meqFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.meq-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(241, 237, 230, 0.4);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.meq-close:hover {
  color: #F1EDE6;
}

.meq-item-label {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C87941;
  margin-bottom: 6px;
}

.meq-item-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  color: #F1EDE6;
  margin-bottom: 2px;
  line-height: 1.2;
}

.meq-item-artist {
  font-size: 12px;
  color: rgba(241, 237, 230, 0.4);
  margin-bottom: 20px;
}

.meq-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 0 20px;
}

.meq-field {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 11px 13px;
  margin-bottom: 9px;
  gap: 10px;
  transition: border-color 0.2s, background 0.2s;
}

.meq-field:focus-within {
  border-color: rgba(241, 237, 230, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.meq-field svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: rgba(241, 237, 230, 0.38);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.meq-field input,
.meq-field textarea {
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #F1EDE6;
  width: 100%;
  resize: none;
}

.meq-field input::placeholder,
.meq-field textarea::placeholder {
  color: rgba(241, 237, 230, 0.3);
}

.meq-submit {
  width: 100%;
  background: #4A0404;
  color: #F1EDE6;
  border: none;
  border-radius: 7px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 6px;
}

.meq-submit:hover {
  background: #6B0606;
}
.filter-bar {
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e0d8d0;
  display: flex;
  overflow-x: auto;
}

.filter-btn {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 18px 24px;
  border: none;
  background: none;
  color: #7A6060;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.3s;
}

.filter-btn.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
  font-weight: 500;
}

.filter-btn:hover {
  color: var(--charcoal);
}

.proj-wrap {
  padding: 50px 0px;
}

.rcount {
  font-size: 12px;
  color: #7A6060;
  margin-bottom: 24px;
}

.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #e0d8d0;
}

.proj-card {
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.proj-card:hover .proj-img {
  transform: scale(1.04);
}

.proj-card:hover .proj-ov {
  opacity: 1;
}

.proj-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.proj-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 2, 2, 0.85) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.ov-cat {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(241, 237, 230, 0.6);
  margin-bottom: 4px;
}

.ov-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  color: #F1EDE6;
  margin-bottom: 3px;
}

.ov-loc {
  font-size: 12px;
  color: rgba(241, 237, 230, 0.55);
  margin-bottom: 12px;
}

.ov-btn {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F1EDE6;
  border: 1px solid rgba(241, 237, 230, 0.35);
  padding: 7px 16px;
}

.proj-body {
  padding: 16px 20px;
  border-top: 1px solid #e0d8d0;
}

.p-cat {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 4px;
}

.p-name {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
  color: var(--charcoal);
}

.p-meta {
  font-size: 12px;
  color: #7A6060;
  margin-top: 2px;
}

.m-ov {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 2, 2, 0.92);
  z-index: 200;
  overflow-y: auto;
}

.m-ov.open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 16px;
}

.modal {
  background: #fff;
  max-width: 880px;
  width: 100%;
  position: relative;
  height: inherit;
  display: block;
}

.m-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--charcoal);
  z-index: 10;
  line-height: 1;
}

.m-hero {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #F5F0EB;
  display: block;
}

.m-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #e0d8d0;
  margin-top: 2px;
}

.m-gimg {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.3s;
}

.m-gimg:hover {
  opacity: 0.82;
}

.m-body {
  padding: 32px;
}

.m-cat {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 6px;
}

.m-title {
  font-family: var(--serif);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 300;
  margin-bottom: 6px;
}

.m-meta {
  font-size: 13px;
  color: #7A6060;
  margin-bottom: 20px;
}

.m-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #5A4040;
  margin-bottom: 24px;
}

.m-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid #e0d8d0;
  padding-top: 20px;
}

.spec label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  display: block;
  margin-bottom: 3px;
}

.spec span {
  font-size: 14px;
  color: var(--charcoal);
}

.m-enq {
  display: inline-block;
  background: var(--brand);
  color: #F1EDE6;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 32px;
  text-decoration: none;
  margin-top: 24px;
  border: none;
  cursor: pointer;
}

.m-enq:hover {
  background: #6B0606;
}
/* ── Project Enquiry Modal ──────────────────────────────────── */
.penq-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9500;
  background: rgba(8, 1, 1, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}

.penq-overlay.open {
  display: flex;
}

.penq-card {
  background: rgba(26, 2, 2, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 28px 28px;
  width: 370px;
  max-width: 92vw;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.75);
  position: relative;
  animation: penqFadeUp 0.3s ease;
}

@keyframes penqFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.penq-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(241, 237, 230, 0.4);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.penq-close:hover {
  color: #F1EDE6;
}

.penq-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C87941;
  margin-bottom: 6px;
}

.penq-project {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  color: #F1EDE6;
  margin-bottom: 18px;
  line-height: 1.2;
}

.penq-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 0 20px;
}

.penq-field {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 11px 13px;
  margin-bottom: 9px;
  gap: 10px;
  transition: border-color 0.2s, background 0.2s;
}

.penq-field:focus-within {
  border-color: rgba(241, 237, 230, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.penq-field svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: rgba(241, 237, 230, 0.38);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.penq-field input,
.penq-field textarea {
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #F1EDE6;
  width: 100%;
  resize: none;
}

.penq-field input::placeholder,
.penq-field textarea::placeholder {
  color: rgba(241, 237, 230, 0.3);
}

.penq-submit {
  width: 100%;
  background: #4A0404;
  color: #F1EDE6;
  border: none;
  border-radius: 7px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 6px;
}

.penq-submit:hover {
  background: #6B0606;
}