 :root {
      --cream: #faf6f0;
      --ivory: #f5ede0;
      --gold: #c9a96e;
      --gold-light: #e8d5b0;
      --dark: #1a1410;
      --charcoal: #2e2820;
      --warm-gray: #7a706a;
      --text: #3d3530;
    }
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

    /* ── CURSOR (desktop only) ── */
    .cursor, .cursor-ring { display: none; }
    @media (hover: hover) and (pointer: fine) {
      .cursor { display: block; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); mix-blend-mode: multiply; }
      .cursor-ring { display: block; width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); opacity: .6; }
    }

    /* ── NAVBAR ── */
    .navbar { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 1.1rem 1.2rem; transition: all .5s; background: transparent; }
    .navbar.scrolled { background: rgba(250,246,240,.97); backdrop-filter: blur(12px); padding: .75rem 1.2rem; box-shadow: 0 1px 30px rgba(26,20,16,.08); }
    .navbar-brand { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.15rem, 3.5vw, 1.55rem); font-weight: 300; letter-spacing: .08em; color: #fff !important; transition: color .5s; }
    .navbar.scrolled .navbar-brand { color: var(--dark) !important; }
    .navbar-brand span { color: var(--gold); font-style: italic; }
    .brand-logo { height: clamp(52px, 7vw, 76px); width: auto; display: block; transition: filter .5s; }
    .navbar.scrolled .brand-logo { filter: invert(1) brightness(.15); }
    .footer-logo { height: clamp(54px, 7vw, 90px); width: auto; display: block; filter: brightness(.9); }
    .nav-link { font-family: 'Jost', sans-serif; font-weight: 300; font-size: .95rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.85) !important; padding: .55rem 1rem !important; transition: color .3s; }
    .navbar.scrolled .nav-link { color: var(--warm-gray) !important; }
    .nav-link:hover { color: var(--gold) !important; }
    /* Mobile menu open: dark backdrop */
    .navbar-collapse.show, .navbar-collapse.collapsing { background: rgba(20,15,12,.97); padding: .8rem 1.2rem 1.2rem; margin: 0 -1.2rem; border-top: 1px solid rgba(201,169,110,.2); }
    .navbar-collapse.show .nav-link, .navbar-collapse.collapsing .nav-link { color: rgba(255,255,255,.85) !important; }
    .navbar-collapse.show .nav-link:hover { color: var(--gold) !important; }
    .navbar-toggler { border: none; padding: .28rem .4rem; background: rgba(255,255,255,.1); border-radius: 3px; }
    .navbar-toggler:focus { box-shadow: none; }
    .navbar-toggler-icon { filter: invert(1); width: 1.2rem; height: 1.2rem; }
    .navbar.scrolled .navbar-toggler { background: rgba(46,40,32,.1); }
    .navbar.scrolled .navbar-toggler-icon { filter: none; }
    .btn-nav-signin { font-family: 'Jost', sans-serif; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 400; color: rgba(255,255,255,.9) !important; border: 1px solid rgba(255,255,255,.4); padding: .42rem 1rem; border-radius: 0; transition: all .3s; background: transparent; cursor: pointer; }
    .navbar.scrolled .btn-nav-signin { color: var(--charcoal) !important; border-color: var(--charcoal); }
    .btn-nav-signin:hover { border-color: var(--gold) !important; color: #fff !important; background: var(--gold); }
    .navbar-collapse.show .btn-nav-signin { color: rgba(255,255,255,.9) !important; border-color: rgba(255,255,255,.4) !important; }
    .btn-nav-booking { font-family: 'Jost', sans-serif; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 400; background: var(--gold); color: #fff !important; border: 1px solid var(--gold); padding: .5rem 1.2rem; border-radius: 0; transition: all .3s; cursor: pointer; }
    .btn-nav-booking:hover { background: var(--dark); border-color: var(--dark); color: #fff !important; }
    .nav-social-icon { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: rgba(255,255,255,.9); font-size: 1.15rem; transition: all .3s; display: flex; align-items: center; justify-content: center; text-decoration: none; }
    .nav-social-icon:hover { background: var(--gold); color: #fff !important; border-color: var(--gold) !important; }
    .navbar.scrolled .nav-social-icon { color: var(--charcoal); border-color: rgba(26,20,16,.2); }
    .navbar.scrolled .nav-social-icon:hover { background: var(--gold); color: #fff !important; border-color: var(--gold); }
    @media (max-width: 991.98px) {
      .navbar-nav-btns { display: flex; flex-direction: column; gap: .5rem; margin-top: .8rem; width: 100%; }
      .btn-nav-signin, .btn-nav-booking { width: 100%; text-align: center; padding: .65rem; }
    }
    @media (min-width: 992px) {
      .navbar-nav-btns { display: flex; flex-direction: row; gap: .5rem; align-items: center; }
    }

    /* ── HERO CAROUSEL ── */
    #heroCarousel { height: 100svh; min-height: 480px; }
    .carousel-item { height: 100svh; min-height: 480px; position: relative; }
    .hero-slide { height: 100svh; min-height: 480px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
    .hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(26,20,16,.62) 0%, rgba(26,20,16,.3) 50%, rgba(26,20,16,.68) 100%); }
    .slide-1 { background-image: url('https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=1800&q=80'); }
    .slide-2 { background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?w=1800&q=80'); }
    .slide-3 { background-image: url('https://images.unsplash.com/photo-1606216794074-735e91aa2c92?w=1800&q=80'); }
    .hero-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 1rem; opacity: 0; transform: translateY(30px); transition: opacity 1s ease .3s, transform 1s ease .3s; max-width: 860px; width: 100%; }
    .carousel-item.active .hero-content { opacity: 1; transform: translateY(0); }
    .hero-tag { display: inline-block; font-size: clamp(.56rem,.85vw,.66rem); letter-spacing: .28em; text-transform: uppercase; color: var(--gold-light); border-top: 1px solid rgba(201,169,110,.5); border-bottom: 1px solid rgba(201,169,110,.5); padding: .32rem .9rem; margin-bottom: 1.1rem; }
    .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 8vw, 6.5rem); font-weight: 300; line-height: 1.05; letter-spacing: .03em; margin-bottom: .9rem; }
    .hero-title em { font-style: italic; color: var(--gold-light); }
    .hero-sub { font-size: clamp(.68rem,.85vw,.82rem); letter-spacing: .18em; text-transform: uppercase; font-weight: 200; color: rgba(255,255,255,.72); margin-bottom: 1.8rem; }
    @media (max-width: 479px) { .hero-sub { display: none; } }
    .hero-btns { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; }
    .btn-hero { font-size: clamp(.62rem,.78vw,.73rem); letter-spacing: .18em; text-transform: uppercase; font-weight: 400; border: 1px solid var(--gold); color: #fff; padding: .7rem clamp(1rem, 3vw, 2.2rem); border-radius: 0; background: transparent; transition: all .4s; text-decoration: none; display: inline-block; cursor: pointer; }
    .btn-hero:hover { background: var(--gold); color: #fff !important; }
    .btn-hero-fill { background: var(--gold); }
    .btn-hero-fill:hover { background: rgba(255,255,255,0.15); border: 1px solid #fff; color: #fff !important; }
    .btn-hero-outline { border-color: var(--gold); color: var(--gold); }
    .btn-hero-outline:hover { background: var(--gold); color: #fff !important; }
    .carousel-indicators [data-bs-target] { width: 22px; height: 1px; background: rgba(255,255,255,.45); border: none; border-radius: 0; transition: all .4s; }
    .carousel-indicators .active { background: var(--gold); width: 44px; }
    @media (max-width: 575px) { .carousel-control-prev, .carousel-control-next { display: none; } }
    .scroll-indicator { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .3rem; color: rgba(255,255,255,.45); font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; animation: scrollBounce 2s infinite; }
    @media (max-width: 575px) { .scroll-indicator { display: none; } }
    .scroll-line { width: 1px; height: 28px; background: linear-gradient(to bottom, rgba(255,255,255,.45), transparent); }
    @keyframes scrollBounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

    /* ── SHARED SECTION ── */
    section { padding: clamp(3rem, 7vw, 6.5rem) 0; }
    .section-tag { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: .65rem; }
    .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.75rem, 5vw, 3.6rem); font-weight: 300; line-height: 1.1; color: var(--dark); }
    .section-title em { font-style: italic; color: var(--gold); }
    .section-line { width: 38px; height: 1px; background: var(--gold); margin: 1rem 0; }
    .section-body { font-size: clamp(.83rem, 1.4vw, .92rem); line-height: 1.9; color: var(--warm-gray); font-weight: 300; }
    .reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s ease, transform .9s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── ABOUT ── */
    #about { background: var(--cream); }
    .about-img-wrap { position: relative; margin-bottom: clamp(1.5rem, 3vw, 0rem); }
    .about-img-main { width: 100%; height: clamp(240px, 50vw, 540px); object-fit: cover; display: block; }
    .about-img-accent { position: absolute; bottom: clamp(-1rem,-2.5vw,-1.5rem); right: clamp(-.5rem,-1.5vw,-1rem); width: clamp(95px, 16vw, 185px); height: clamp(130px, 21vw, 250px); object-fit: cover; border: 4px solid var(--cream); box-shadow: 0 12px 36px rgba(26,20,16,.14); }
    @media (max-width: 479px) { .about-img-accent { display: none; } }
    .about-badge { position: absolute; top: 1rem; left: clamp(-.5rem,-1.5vw,-1rem); background: var(--gold); color: #fff; width: clamp(66px, 11vw, 86px); height: clamp(66px, 11vw, 86px); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; text-align: center; }
    @media (max-width: 479px) { .about-badge { display: none; } }
    .about-badge strong { font-size: clamp(1.1rem, 2.5vw, 1.7rem); font-weight: 600; line-height: 1; }
    .about-badge span { font-size: .5rem; letter-spacing: .08em; }
    .about-stats { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 1.2rem 0; }
    .about-stat { border-left: 1px solid var(--gold-light); padding-left: .9rem; }
    .about-stat strong { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 3vw, 2rem); color: var(--dark); font-weight: 300; display: block; }
    .about-stat small { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--warm-gray); }

    /* ── PROJECTS ── */
    #projects { background: var(--charcoal); }
    #projects .section-title { color: var(--cream); }
    #projects .section-body { color: rgba(250,246,240,.5); }
    .project-card { position: relative; overflow: hidden; cursor: pointer; }
    .project-img { width: 100%; object-fit: cover; display: block; transition: transform .8s ease; }
    .project-img-lg { height: clamp(220px, 42vw, 460px); }
    .project-img-sm { height: clamp(120px, 20vw, 218px); }
    .project-card:hover .project-img { transform: scale(1.06); }
    .project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,20,16,.85) 0%, transparent 55%); display: flex; align-items: flex-end; padding: 1.2rem; opacity: 0; transition: opacity .4s; }
    @media (hover: none) { .project-overlay { opacity: 1; } }
    .project-card:hover .project-overlay { opacity: 1; }
    .project-info { color: #fff; }
    .project-info h5 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1rem, 2.5vw, 1.45rem); font-weight: 300; margin-bottom: .2rem; }
    .project-info small { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); }

    /* ── GALLERY ── */
    #gallery { background: var(--ivory); }
    .gallery-grid { display: grid; gap: 7px; grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
    .gallery-item { overflow: hidden; position: relative; cursor: pointer; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
    .gallery-item:hover img { transform: scale(1.07); }
    /* 2-col mobile layout */
    .gallery-item:nth-child(1) { grid-column: span 2; height: clamp(150px, 30vw, 300px); }
    .gallery-item:nth-child(2) { height: clamp(120px, 22vw, 220px); }
    .gallery-item:nth-child(3) { height: clamp(120px, 22vw, 220px); }
    .gallery-item:nth-child(4) { height: clamp(120px, 22vw, 220px); }
    .gallery-item:nth-child(5) { height: clamp(120px, 22vw, 220px); }
    .gallery-item:nth-child(6) { grid-column: span 2; height: clamp(120px, 22vw, 220px); }
    /* 3-col desktop mosaic */
    @media (min-width: 640px) {
      .gallery-item:nth-child(1) { grid-column: span 2; height: clamp(200px, 26vw, 320px); }
      .gallery-item:nth-child(2) { height: clamp(200px, 26vw, 320px); grid-column: span 1; }
      .gallery-item:nth-child(3) { height: clamp(160px, 20vw, 245px); grid-column: span 1; }
      .gallery-item:nth-child(4) { height: clamp(160px, 20vw, 245px); grid-column: span 2; }
      .gallery-item:nth-child(5) { height: clamp(145px, 18vw, 210px); grid-column: span 2; }
      .gallery-item:nth-child(6) { height: clamp(145px, 18vw, 210px); grid-column: span 1; }
    }
    .gallery-hover { position: absolute; inset: 0; background: rgba(201,169,110,.18); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .4s; }
    .gallery-item:hover .gallery-hover { opacity: 1; }
    .gallery-hover i { font-size: clamp(1.2rem, 2.5vw, 1.6rem); color: #fff; }

    /* ── VIDEO ── */
    #video { background: var(--dark); padding: 0; }
    .video-wrap { position: relative; height: clamp(260px, 55vw, 68vh); overflow: hidden; }
    .video-bg { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
    .video-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: #fff; padding: 1rem; }
    .play-btn { width: clamp(54px, 9vw, 78px); height: clamp(54px, 9vw, 78px); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .4s; margin-bottom: 1.2rem; position: relative; }
    .play-btn::before { content: ''; position: absolute; inset: -8px; border: 1px solid rgba(201,169,110,.3); border-radius: 50%; animation: pulse 2s infinite; }
    .play-btn:hover { background: var(--gold); border-color: var(--gold); }
    .play-btn i { font-size: clamp(1rem, 2.5vw, 1.7rem); margin-left: 4px; }
    @keyframes pulse { 0%,100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.2); opacity: 0; } }
    .video-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 5vw, 3.8rem); font-weight: 300; }
    .video-sub { font-size: clamp(.6rem,.85vw,.76rem); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light); margin-top: .5rem; }
    .video-modal-inner { position: relative; padding-top: 56.25%; }
    .video-modal-inner iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

    /* ── PACKAGES ── */
    #packages { background: var(--cream); }
    .pkg-card { border: 1px solid var(--gold-light); padding: clamp(1.4rem, 3.5vw, 2.8rem) clamp(1rem, 2.5vw, 1.8rem); text-align: center; position: relative; transition: all .4s; background: #fff; height: 100%; }
    .pkg-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(201,169,110,.13); }
    .pkg-card.featured { background: var(--charcoal); border-color: var(--gold); }
    .pkg-card.featured .pkg-name, .pkg-card.featured .pkg-price, .pkg-card.featured .pkg-feature { color: var(--cream); }
    .pkg-card.featured .pkg-feature-item { border-color: rgba(250,246,240,.1); }
    .pkg-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; padding: .26rem .9rem; white-space: nowrap; }
    .pkg-name { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 1rem; display: block; }
    .pkg-price { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 300; color: var(--dark); line-height: 1; }
    .pkg-price sup { font-size: 1.1rem; vertical-align: top; margin-top: .65rem; }
    .pkg-feature-list { list-style: none; margin: 1.2rem 0; text-align: left; }
    .pkg-feature-item { padding: .52rem 0; border-bottom: 1px solid var(--ivory); font-size: clamp(.76rem, 1.4vw, .84rem); color: var(--warm-gray); display: flex; gap: .6rem; align-items: center; }
    .pkg-feature-item i { color: var(--gold); font-size: .72rem; flex-shrink: 0; }
    .btn-pkg { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold); padding: .7rem 1.2rem; background: transparent; transition: all .3s; cursor: pointer; width: 100%; }
    .btn-pkg:hover { background: var(--gold); color: #fff !important; }
    .pkg-card.featured .btn-pkg { background: var(--gold); color: #fff; border-color: var(--gold); }
    .pkg-card.featured .btn-pkg:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff !important; }

    /* ── TESTIMONIALS ── */
    #testimonials { background: var(--ivory); }
    .testi-card { background: #fff; padding: clamp(1.2rem, 2.8vw, 2.3rem); border-left: 3px solid var(--gold); height: 100%; }
    .testi-quote { font-family: 'Cormorant Garamond', serif; font-size: clamp(.95rem, 1.9vw, 1.12rem); font-style: italic; color: var(--charcoal); line-height: 1.8; margin-bottom: 1rem; }
    .testi-author { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--warm-gray); }
    .testi-author strong { color: var(--gold); }
    .stars { color: var(--gold); font-size: .8rem; margin-bottom: .7rem; }

    /* ── CTA ── */
    #cta { background: url('https://images.unsplash.com/photo-1543736959-29af8bb44c91?w=1600&q=80') center/cover; position: relative; text-align: center; background-attachment: scroll; }
    @media (min-width: 768px) { #cta { background-attachment: fixed; } }
    #cta::before { content: ''; position: absolute; inset: 0; background: rgba(26,20,16,.72); }
    #cta .inner { position: relative; z-index: 1; color: #fff; }
    .btn-cta { font-size: clamp(.66rem,.9vw,.76rem); letter-spacing: .18em; text-transform: uppercase; background: var(--gold); color: #fff; padding: .85rem clamp(1.5rem, 3vw, 2.5rem); border: none; border-radius: 0; transition: all .3s; cursor: pointer; text-decoration: none; display: inline-block; }
    .btn-cta:hover { background: var(--charcoal); color: #fff !important; }

    /* ── FOOTER ── */
    footer { background: var(--dark); color: rgba(250,246,240,.48); padding: clamp(2.5rem, 5vw, 4.5rem) 0 2rem; }
    .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.25rem, 3vw, 1.7rem); font-weight: 300; color: var(--cream); letter-spacing: .08em; margin-bottom: .9rem; display: block; }
    .footer-brand span { color: var(--gold); font-style: italic; }
    .footer-title { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .9rem; }
    .footer-link { display: block; color: rgba(250,246,240,.38); font-size: .8rem; margin-bottom: .42rem; text-decoration: none; transition: color .3s; font-weight: 300; }
    .footer-link:hover { color: var(--gold); }
    .social-btn { width: 34px; height: 34px; border: 1px solid rgba(201,169,110,.28); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold); font-size: .88rem; text-decoration: none; transition: all .3s; margin-right: .32rem; margin-bottom: .32rem; }
    .social-btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
    .footer-input { background: rgba(250,246,240,.06); border: 1px solid rgba(201,169,110,.22); color: var(--cream); font-size: .8rem; font-family: 'Jost', sans-serif; padding: .58rem .85rem; outline: none; width: 100%; min-width: 0; transition: border-color .3s; }
    .footer-input::placeholder { color: rgba(250,246,240,.28); }
    .footer-input:focus { border-color: var(--gold); }
    .footer-bottom { border-top: 1px solid rgba(201,169,110,.1); margin-top: 2.5rem; padding-top: 1.2rem; font-size: .7rem; text-align: center; }

    /* ── LIGHTBOX ── */
    .lightbox { display: none; position: fixed; inset: 0; z-index: 9000; background: rgba(26,20,16,.95); align-items: center; justify-content: center; padding: 1rem; }
    .lightbox.open { display: flex; }
    .lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; }
    .lightbox-close { position: absolute; top: .9rem; right: 1.1rem; font-size: 1.5rem; color: rgba(255,255,255,.6); cursor: pointer; transition: color .3s; z-index: 1; }
    .lightbox-close:hover { color: var(--gold); }

    /* ── MODALS ── */
    .modal-content { border-radius: 0; border: none; }
    .modal-header { background: var(--charcoal); border: none; padding: 1.1rem 1.4rem; }
    .modal-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem, 3vw, 1.55rem); font-weight: 300; color: var(--cream); }
    .modal-body { padding: clamp(1.2rem, 4vw, 2.3rem); background: var(--cream); }
    .form-control, .form-select { border: none; border-bottom: 1px solid var(--gold-light); border-radius: 0; background: transparent; font-family: 'Jost', sans-serif; font-size: clamp(.8rem, 1.4vw, .87rem); color: var(--text); padding: .7rem 0; transition: border-color .3s; }
    .form-control:focus, .form-select:focus { box-shadow: none; border-color: var(--gold); background: transparent; }
    .form-label { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--warm-gray); }
    .btn-submit { background: var(--gold); color: #fff; border: none; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; padding: .82rem 1.8rem; border-radius: 0; transition: all .3s; width: 100%; cursor: pointer; }
    .btn-submit:hover { background: var(--charcoal); }