:root {
    --sage: #667063;
    --sage-dark: #4f594d;
    --sage-soft: #dfe3db;
    --ivory: #f4f0e8;
    --cream: #ebe4d8;
    --paper: #fbfaf6;
    --ink: #283029;
    --muted: #666d66;
    --white: #fff;
    --line: rgba(40, 48, 41, .14);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --container: 1360px;
    --shadow: 0 24px 60px rgba(33, 39, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--sage); }

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 1000;
    padding: 12px 18px;
    color: var(--white);
    background: var(--ink);
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    transition: background .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled {
    background: rgba(251, 250, 246, .94);
    box-shadow: 0 8px 30px rgba(34, 39, 33, .07);
    backdrop-filter: blur(16px);
}
.header-inner {
    min-height: 94px;
    display: grid;
    grid-template-columns: 145px 1fr auto;
    align-items: center;
    gap: 34px;
}
.brand { position: relative; z-index: 2; display: inline-flex; width: fit-content; }
.brand img { width: 105px; height: 72px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.1vw, 36px); }
.main-nav a {
    position: relative;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 1px;
    background: currentColor;
    transition: right .25s ease;
}
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .25s, opacity .25s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button {
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: background .25s, color .25s, transform .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--sage); }
.button-primary:hover { background: var(--sage-dark); }
.text-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.text-link::after { content: "→"; transition: transform .25s; }
.text-link:hover::after { transform: translateX(5px); }

.eyebrow {
    margin: 0 0 13px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
h2 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 76px); line-height: .98; }
h3 { margin-bottom: 8px; font-size: 28px; line-height: 1.05; }
.section { padding: 125px 0; }

.hero {
    min-height: 800px;
    display: grid;
    grid-template-columns: 38% 62%;
    background: var(--ivory);
}
.hero-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 150px clamp(38px, 6vw, 110px) 90px;
}
.hero h1 { margin: 8px 0 26px; font-size: clamp(66px, 6.5vw, 108px); line-height: .84; }
.hero-text { max-width: 430px; margin: 0; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-actions .text-link { margin-top: 0; }
.botanical {
    position: absolute;
    right: -5px;
    bottom: -22px;
    width: 230px;
    height: 310px;
    fill: none;
    stroke: rgba(102, 112, 99, .2);
    stroke-width: 1.3;
}
.hero-media { position: relative; min-width: 0; overflow: hidden; background: #a8aaa4; }
.hero-slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.25s ease, transform 7s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25, 30, 25, .06), transparent 45%); }
.hero-pagination { position: absolute; right: 35px; bottom: 32px; display: flex; gap: 9px; }
.hero-pagination button { width: 30px; height: 2px; border: 0; padding: 0; background: rgba(255,255,255,.5); cursor: pointer; }
.hero-pagination button.is-active { background: var(--white); }

.facts-band {
    position: relative;
    z-index: 5;
    width: min(calc(100% - 64px), var(--container));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: -45px auto 0;
    padding: 28px 30px;
    color: var(--white);
    background: var(--sage);
    box-shadow: var(--shadow);
}
.fact { text-align: center; border-right: 1px solid rgba(255,255,255,.2); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.1; }
.fact span { display: block; margin-top: 5px; font-size: 10px; opacity: .8; letter-spacing: .05em; }

.intro-section { padding-top: 155px; }
.intro-grid { display: grid; grid-template-columns: .83fr 1.35fr; align-items: center; gap: clamp(60px, 9vw, 145px); }
.intro-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.editorial-image { position: relative; border: 0; padding: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.editorial-image img { width: 100%; height: 610px; object-fit: cover; transition: transform .8s ease; }
.editorial-image:hover img { transform: scale(1.025); }
.image-label { position: absolute; right: 0; bottom: 0; padding: 15px 20px; color: var(--ink); background: rgba(251,250,246,.92); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.story-section { padding-top: 20px; }
.story-grid { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); gap: 20px; align-items: start; }
.story-lead { padding-right: clamp(20px, 3vw, 50px); }
.story-lead p:not(.eyebrow), .story-card p { color: var(--muted); }
.story-card button { width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.story-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .7s ease; }
.story-card button:hover img { transform: scale(1.035); }
.story-card h3 { margin-top: 20px; }
.story-card p { margin: 0; font-size: 13px; line-height: 1.7; }

.amenities-section { color: var(--white); background: var(--sage); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.amenities-section .section-heading > p { color: rgba(255,255,255,.7); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.amenity { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.amenity span { font-family: var(--serif); font-size: 18px; opacity: .55; }
.amenity strong { font-size: 13px; font-weight: 500; }

.gallery-section { background: var(--paper); }
.gallery-mosaic { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-auto-rows: 280px; gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; background: #d5d0c6; cursor: zoom-in; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span { position: absolute; left: 0; bottom: 0; padding: 12px 16px; color: var(--white); background: rgba(39,45,39,.74); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.experience-section { background: var(--cream); }
.experience-grid { display: grid; grid-template-columns: .8fr 1.4fr; gap: 100px; align-items: start; }
.experience-copy { position: sticky; top: 140px; }
.experience-copy p:not(.eyebrow) { max-width: 470px; color: var(--muted); }
.experience-cards { border-top: 1px solid var(--line); }
.experience-card { position: relative; display: grid; grid-template-columns: 70px 1fr 1.2fr; align-items: baseline; gap: 25px; padding: 37px 0; border-bottom: 1px solid var(--line); }
.experience-card > span { font-family: var(--serif); font-size: 20px; color: var(--sage); }
.experience-card h3 { margin: 0; }
.experience-card p { margin: 0; color: var(--muted); }

.architecture-section { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 690px; background: var(--sage-soft); }
.architecture-image img { width: 100%; height: 100%; object-fit: cover; }
.architecture-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 6vw, 100px); }
.architecture-copy p:not(.eyebrow) { color: var(--muted); }

.location-section { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.location-copy p:not(.eyebrow) { max-width: 550px; color: var(--muted); }
.location-list { border-top: 1px solid var(--line); }
.location-list div { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.location-list strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }

.booking-section { position: relative; isolation: isolate; padding: 105px 0; color: var(--white); overflow: hidden; }
.booking-background { position: absolute; inset: 0; z-index: -2; background-position: center; background-size: cover; }
.booking-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(38,45,38,.67); }
.booking-inner { display: grid; grid-template-columns: .72fr 1.45fr; align-items: end; gap: 75px; }
.booking-copy p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.8); }
.booking-form { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 10px; padding: 18px; color: var(--ink); background: rgba(251,250,246,.96); }
.booking-form label span { display: block; margin-bottom: 4px; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; min-height: 49px; padding: 0 12px; color: var(--ink); border: 1px solid var(--line); background: var(--white); }
.booking-form .button { align-self: end; white-space: nowrap; }
.form-note { grid-column: 1 / -1; min-height: 18px; margin: 0; color: var(--sage-dark); font-size: 11px; }

.site-footer { padding-top: 80px; background: #edf0ea; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; padding-bottom: 60px; }
.footer-brand img { width: 110px; height: 80px; object-fit: contain; margin-bottom: 15px; }
.footer-brand p { max-width: 300px; color: var(--muted); }
.footer-grid h3 { margin: 0 0 18px; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 7px; color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-bottom p { margin: 0; }

.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 50px 90px; opacity: 0; visibility: hidden; background: rgba(17,19,17,.95); transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 130px); object-fit: contain; }
.lightbox figcaption { width: 100%; padding-top: 15px; color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .08em; text-align: center; }
.lightbox-close, .lightbox-nav { position: absolute; border: 0; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { top: 17px; right: 25px; font-family: var(--serif); font-size: 46px; line-height: 1; }
.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 30px; }
.lightbox-prev { left: 28px; }
.lightbox-next { right: 28px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
    .header-inner { grid-template-columns: 125px 1fr auto; gap: 22px; }
    .main-nav { gap: 16px; }
    .hero { grid-template-columns: 43% 57%; }
    .story-grid { grid-template-columns: repeat(3, 1fr); }
    .story-lead { grid-column: 1 / -1; max-width: 680px; }
    .booking-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 860px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .site-header { background: rgba(251,250,246,.94); backdrop-filter: blur(15px); }
    .header-inner { min-height: 78px; grid-template-columns: 1fr auto; }
    .brand img { width: 88px; height: 60px; }
    .header-cta { display: none; }
    .menu-toggle { position: relative; z-index: 2; display: block; }
    .main-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 90px 30px 40px; opacity: 0; visibility: hidden; background: var(--paper); transition: opacity .3s, visibility .3s; }
    .main-nav.is-open { opacity: 1; visibility: visible; }
    .main-nav a { width: 100%; padding: 14px 0; font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: 0; text-align: center; text-transform: none; }
    .main-nav a::after { display: none; }

    .hero { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy { min-height: 600px; padding: 125px 26px 80px; }
    .hero-media { min-height: 590px; }
    .hero h1 { font-size: clamp(66px, 16vw, 95px); }
    .facts-band { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); gap: 24px 0; margin-top: -30px; }
    .fact { border-right: 0; }
    .fact:last-child { grid-column: 1 / -1; }
    .section { padding: 85px 0; }
    .intro-section { padding-top: 120px; }
    .intro-grid, .experience-grid, .location-grid { grid-template-columns: 1fr; gap: 50px; }
    .editorial-image img { height: 520px; }
    .story-grid { grid-template-columns: 1fr; gap: 40px; }
    .story-lead { grid-column: auto; }
    .story-card img { aspect-ratio: 16 / 11; }
    .amenities-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
    .gallery-item-wide { grid-column: span 2; }
    .gallery-item-tall { grid-row: auto; }
    .experience-copy { position: static; }
    .experience-card { grid-template-columns: 55px 1fr; }
    .experience-card p { grid-column: 2; }
    .architecture-section { grid-template-columns: 1fr; }
    .architecture-image { min-height: 520px; }
    .booking-form { grid-template-columns: 1fr 1fr; }
    .booking-form .button { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .hero-copy { min-height: 560px; }
    .hero-media { min-height: 480px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .facts-band { grid-template-columns: 1fr 1fr; padding-inline: 12px; }
    .fact strong { font-size: 25px; }
    h2 { font-size: 48px; }
    .editorial-image img { height: 420px; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
    .amenities-grid { grid-template-columns: 1fr; }
    .amenity { min-height: 110px; }
    .gallery-mosaic { grid-template-columns: 1fr; grid-auto-rows: 260px; }
    .gallery-item-wide { grid-column: auto; }
    .experience-card { grid-template-columns: 40px 1fr; gap: 15px; }
    .architecture-image { min-height: 430px; }
    .architecture-copy { padding: 70px 25px; }
    .location-list div { align-items: flex-start; flex-direction: column; gap: 4px; }
    .booking-section { padding: 80px 0; }
    .booking-form { grid-template-columns: 1fr; }
    .booking-form .button { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { flex-direction: column; }
    .lightbox { padding: 65px 15px 30px; }
    .lightbox-nav { top: auto; bottom: 18px; }
    .lightbox-prev { left: 25px; }
    .lightbox-next { right: 25px; }
}

/* Multi-page additions */
.main-nav a.is-active::after { transform: scaleX(1); }
.page-hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; background-image: var(--page-hero); background-size: cover; background-position: center; color: #fff; }
.page-hero.compact { min-height: 62vh; }
.page-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(20,25,20,.62),rgba(20,25,20,.08) 70%),linear-gradient(0deg,rgba(20,25,20,.42),transparent 55%); }
.page-hero-content { position:relative; z-index:1; padding-top:180px; padding-bottom:90px; }
.page-hero h1 { max-width:900px; margin:12px 0 20px; font-size:clamp(72px,9vw,142px); line-height:.82; color:#fff; }
.page-hero p:not(.eyebrow) { max-width:620px; font-size:18px; line-height:1.8; }
.page-hero .eyebrow { color:#fff; }
.space-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:34px; }
.space-card { background:#f4f1e9; }
.space-card img { width:100%; height:430px; object-fit:cover; }
.space-card div { padding:28px 30px 34px; }
.space-card h3 { margin:0 0 10px; font-size:38px; }
.space-card p { margin:0; }
.gallery-page-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-flow:dense; gap:16px; }
.gallery-page-item { border:0; padding:0; background:none; cursor:pointer; overflow:hidden; min-height:360px; }
.gallery-page-item.is-large { grid-column:span 2; grid-row:span 2; min-height:736px; }
.gallery-page-item img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.gallery-page-item:hover img { transform:scale(1.035); }
.destination-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(55,61,52,.2); border-bottom:1px solid rgba(55,61,52,.2); }
.destination-card { padding:42px 32px; border-right:1px solid rgba(55,61,52,.2); }
.destination-card:last-child { border-right:0; }
.destination-card span { font-size:12px; letter-spacing:.18em; }
.destination-card h3 { font-size:38px; margin:24px 0 12px; }
.map-section { padding:0 0 110px; }
.map-placeholder { min-height:460px; display:grid; place-items:center; text-align:center; background:linear-gradient(135deg,#e8e4da,#d8ddd5); }
.map-placeholder h2 { margin:8px 0 12px; }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.contact-details { position:sticky; top:150px; }
.contact-details dl { margin-top:46px; }
.contact-details dl div { padding:20px 0; border-bottom:1px solid rgba(55,61,52,.2); }
.contact-details dt { margin-bottom:5px; font-size:11px; text-transform:uppercase; letter-spacing:.15em; }
.contact-details dd { margin:0; font-size:18px; }
.contact-form { padding:45px; background:#f4f1e9; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.contact-form label { display:block; margin-bottom:20px; }
.contact-form label span { display:block; margin-bottom:8px; font-size:11px; text-transform:uppercase; letter-spacing:.13em; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:1px solid rgba(55,61,52,.25); padding:15px 16px; background:#fff; color:inherit; font:inherit; }
.contact-form textarea { resize:vertical; }
.home-gallery a { text-decoration:none; }
.editorial-image { display:block; text-decoration:none; }
.story-card a { display:block; overflow:hidden; }
.story-card a img { transition:transform .7s ease; }
.story-card a:hover img { transform:scale(1.035); }
@media(max-width:860px){.page-hero,.page-hero.compact{min-height:70vh}.page-hero-content{padding-top:150px;padding-bottom:65px}.page-hero h1{font-size:clamp(62px,18vw,100px)}.space-grid{grid-template-columns:1fr}.gallery-page-grid{grid-template-columns:1fr 1fr}.gallery-page-item.is-large{grid-column:span 2;min-height:620px}.destination-grid{grid-template-columns:1fr 1fr}.destination-card:nth-child(2){border-right:0}.destination-card:nth-child(-n+2){border-bottom:1px solid rgba(55,61,52,.2)}.contact-grid{grid-template-columns:1fr;gap:55px}.contact-details{position:static}}
@media(max-width:560px){.page-hero,.page-hero.compact{min-height:640px}.page-hero h1{font-size:64px}.page-hero-content{padding-bottom:55px}.space-card img{height:340px}.gallery-page-grid{grid-template-columns:1fr}.gallery-page-item,.gallery-page-item.is-large{grid-column:auto;grid-row:auto;min-height:420px}.destination-grid{grid-template-columns:1fr}.destination-card,.destination-card:nth-child(2){border-right:0;border-bottom:1px solid rgba(55,61,52,.2)}.destination-card:last-child{border-bottom:0}.contact-form{padding:28px 20px}.form-row{grid-template-columns:1fr}.map-placeholder{min-height:360px;padding:35px 20px}}
