/* contact — page-specific styles (loaded after style.css) */

header { position: fixed; top: 0; left: 0; width: 100%; padding: 2rem 4rem; display: flex; justify-content: space-between; align-items: center; z-index: 1010; transition: all 0.7s var(--ease-smooth); }

/* Hero, intimate, personal, 70vh */
        .page-hero {
            position: relative; height: auto; min-height: 68vh;
            display: flex; flex-direction: column;
            justify-content: flex-end; align-items: flex-start;
            overflow: hidden; padding: 10rem 8% 6rem;
        }

.hero-bg img { position: absolute; top: -20%; left: 0; width: 100%; height: 140%; object-fit: cover; object-position: center 20%; filter: brightness(0.28) saturate(0.65); }

.hero-gradient { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to bottom, rgba(17,17,17,0.2) 0%, rgba(17,17,17,0.65) 100%); }

.hero-content { position: relative; z-index: 3; max-width: 800px; }

.hero-eyebrow { font-family: 'Federo', sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.5em; color: var(--burnt-orange); display: block; margin-bottom: 2rem; opacity: 0; animation: riseUp 1.4s var(--ease-smooth) 0.3s forwards; }

.hero-title { font-family: var(--font-serif); font-size: clamp(3rem, 5.5vw, 6.5rem); font-weight: 300; font-style: italic; line-height: 1.0; color: var(--warm-cream); margin-bottom: 2rem; opacity: 0; animation: riseUp 1.8s cubic-bezier(0.25,0.35,0.45,0.5) 0.55s forwards; }

.hero-subline { font-family: var(--font-serif); font-size: clamp(1.1rem, 1.8vw, 1.4rem); font-style: italic; color: rgba(247,241,232,0.6); opacity: 0; animation: riseUp 1.4s var(--ease-smooth) 1.0s forwards; line-height: 1.6; }

/* Contact Body */
        .contact-body {
            padding: 9rem 8%; display: grid;
            grid-template-columns: 1fr 1.2fr; gap: 9rem;
            max-width: 1500px; margin: 0 auto; align-items: start;
        }

/* Left col, info */
        .contact-info { position: sticky; top: 10rem; }

.contact-info h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: 1.1; margin-bottom: 2rem; }

.contact-info > p { font-size: 1.4rem; margin-bottom: 3.5rem; }

.info-block { margin-bottom: 2.8rem; }

.info-block h3 { font-family: 'Federo', sans-serif; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.4em; color: var(--burnt-orange); margin-bottom: 0.8rem; }

.info-block p, .info-block a { font-size: 1.1rem; color: rgba(247,241,232,0.72); display: block; text-decoration: none; line-height: 1.7; transition: color 0.4s; }

.info-block a:hover { color: var(--warm-cream); }

.enquiry-types { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 3rem; }

.enq-type { padding: 0.9rem 0; border-bottom: 1px solid rgba(247,241,232,0.09); font-size: 0.9rem; color: rgba(247,241,232,0.5); display: flex; justify-content: space-between; align-items: center; }

.enq-type .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--burnt-orange); opacity: 0.6; }

/* Right col, form */
        .contact-form { display: flex; flex-direction: column; gap: 3rem; }

.form-intro { font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; color: rgba(247,241,232,0.65); line-height: 1.6; margin-bottom: 1rem; }

.form-group { position: relative; }

.form-input {
            width: 100%; background: transparent; border: none;
            border-bottom: 1px solid rgba(247,241,232,0.18); padding: 1.2rem 0 1rem;
            color: var(--warm-cream); font-family: var(--font-sans); font-size: 1rem;
            transition: border-color 0.5s; outline: none;
        }

.form-input::placeholder { color: transparent; }

.form-input:focus { border-bottom-color: var(--burnt-orange); }

.form-label {
            position: absolute; left: 0; top: 1.2rem;
            font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.2em;
            color: rgba(247,241,232,0.35); pointer-events: none;
            transition: all 0.4s var(--ease-smooth); font-family: var(--font-sans);
        }

.form-input:focus ~ .form-label,
        .form-input:not(:placeholder-shown) ~ .form-label {
            top: -0.9rem; font-size: 0.62rem; color: var(--soft-gold);
        }

textarea.form-input { resize: none; height: 130px; padding-top: 1.2rem; }

.form-select {
            width: 100%; background: transparent; border: none;
            border-bottom: 1px solid rgba(247,241,232,0.18); padding: 1.2rem 0 1rem;
            color: rgba(247,241,232,0.5); font-family: var(--font-sans); font-size: 0.85rem;
            letter-spacing: 0.08em; outline: none; cursor: pointer; appearance: none;
            transition: border-color 0.5s;
        }

.form-select:focus { border-bottom-color: var(--burnt-orange); color: var(--warm-cream); }

.form-select option { background: #1a1a1a; color: var(--warm-cream); }

.select-wrap { position: relative; }

.select-wrap::after { content: '↓'; position: absolute; right: 0; top: 1.2rem; font-size: 0.8rem; color: rgba(247,241,232,0.3); pointer-events: none; }

.select-label { display: block; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--soft-gold); margin-bottom: 0.5rem; font-family: var(--font-sans); }

.form-submit {
            align-self: flex-start; background: transparent; border: 1px solid rgba(247,241,232,0.3);
            color: var(--warm-cream); padding: 1.2rem 3.5rem; font-family: var(--font-sans);
            font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.28em; cursor: pointer;
            transition: all 0.6s var(--ease-smooth); margin-top: 1rem;
        }

.form-submit:hover { background: var(--warm-cream); color: var(--bg-deep-black); border-color: var(--warm-cream); }

.form-note { font-size: 0.8rem; color: rgba(247,241,232,0.55); font-family: var(--font-sans); }

/* Location */
        .location-section {
            background: #161616; padding: 9rem 8%; position: relative;
        }

.location-section::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 68px; background: var(--soft-gold); opacity: 0.18; }

.location-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: center; max-width: 1400px; margin: 0 auto; }

.location-text h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: 1.1; margin-bottom: 2.5rem; }

.location-detail { margin-bottom: 2.5rem; }

.location-detail h3 { font-family: 'Federo', sans-serif; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.4em; color: var(--burnt-orange); margin-bottom: 0.8rem; }

.location-detail p { font-size: 1.1rem; color: rgba(247,241,232,0.72); line-height: 1.7; }

.map-placeholder {
            aspect-ratio: 4/3; background: #1c1c1c;
            border: 1px solid rgba(247,241,232,0.07); position: relative;
            display: flex; align-items: center; justify-content: center; overflow: hidden;
        }

.map-placeholder::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(ellipse at 40% 55%, rgba(198,90,17,0.08) 0%, transparent 65%);
        }

.map-inner { text-align: center; position: relative; z-index: 2; }

.map-pin { font-size: 2.5rem; display: block; margin-bottom: 1rem; opacity: 0.4; }

.map-label { font-family: 'Federo', sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.4em; color: rgba(247,241,232,0.35); }

.map-grid-lines {
            position: absolute; inset: 0; z-index: 1;
            background-image: linear-gradient(rgba(247,241,232,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(247,241,232,0.04) 1px, transparent 1px);
            background-size: 40px 40px;
        }

/* Closing */
        .closing {
            position: relative; min-height: 70vh;
            display: grid; grid-template-columns: 1fr 1fr;
        }

.closing-image { position: relative; overflow: hidden; }

.closing-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; filter: brightness(0.72) saturate(0.85); }

.closing-text {
            background: #0f0f0f; padding: 7rem 8%;
            display: flex; flex-direction: column; justify-content: center;
        }

.closing-text blockquote {
            font-family: var(--font-serif); font-size: clamp(1.8rem, 2.8vw, 2.8rem);
            font-style: italic; font-weight: 300; line-height: 1.45; color: var(--warm-cream);
            margin-bottom: 2.5rem;
        }

.closing-text cite { font-family: 'Federo', sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.35em; color: var(--burnt-orange); font-style: normal; display: block; margin-bottom: 3rem; }

.closing-link { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.25em; color: var(--warm-cream); text-decoration: none; border-bottom: 1px solid rgba(247,241,232,0.25); padding-bottom: 0.2rem; display: inline-block; transition: all 0.6s var(--ease-smooth); font-family: var(--font-sans); }

.closing-link:hover { border-bottom-color: var(--burnt-orange); color: var(--soft-gold); }

footer { background: #0d0d0d; padding: 6rem 8% 0; border-top: 1px solid rgba(247,241,232,0.06); }

@media (max-width: 1100px) {
            .contact-body { grid-template-columns: 1fr; gap: 5rem; }
            .contact-info { position: static; }
            .location-inner { grid-template-columns: 1fr; gap: 4rem; }
            .closing { grid-template-columns: 1fr; }
            .closing-image img { min-height: 360px; }
            .footer-inner { grid-template-columns: 1fr 1fr; gap: 4rem; }
        }

@media (max-width: 768px) {
            header { padding: 1.5rem 2rem; }
            .contact-body { padding: 6rem 6%; }
            .footer-inner { grid-template-columns: 1fr; gap: 3rem; }
        }

.menu-btn { background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 6px; }

@media (max-width: 1240px) {
            nav { display: none; }
            .menu-btn { display: flex; }
            .mobile-nav { display: flex; }
        }
