:root{
  --bg: #0f3a39;           /* deep teal page background */
  --card: #d6cec4;         /* warm beige panel */
  --text: #e9e6e1;         /* light text for contrast on teal */
  --heading: #f1ede9;      /* slightly brighter for headings on teal */
  --ink: #22302e;          /* dark ink for text on beige */
  --muted: #4b5c59;        /* muted teal */
  --btn: #ffffff;          /* button text */
  --btn-bg: #f0f0f0;       /* button bg on beige */
  --btn-bg-hover: #e4e4e4; /* button hover */
  --radius-xl: 18px;
  --shadow-lg: 0 20px 40px rgba(0,0,0,.25);
  --shadow-md: 0 10px 24px rgba(0,0,0,.20);
  --maxw: 1040px;
  --nav-h: 64px;           /* sticky nav height */
}

html, body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap{
    width: min(92vw, var(--maxw));
    margin: 0 auto;
}

/* ---------- HERO ---------- */
.hero{
    padding: 0 32px;
}

.panel{
  background: var(--card);
  color: var(--ink);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(28px, 6vw, 48px) clamp(24px, 6vw, 56px);
  text-align: center;
}

.title{
  font-family: "Cormorant Garamond", serif;
  color: #0f3a39;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.1;
  margin: 6px 0 18px;
  text-transform: uppercase;
  font-size: clamp(28px, 4.2vw, 42px);
}

.title .line{
    display:block;
}

.subtitle {
  max-width: 900px;
  margin: 0 auto 22px;
  font-weight: 400;
  color: #0f3a39;
  opacity: .9;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* required for ellipsis */
}

.btn{
  display:inline-block;
  background: var(--btn-bg);
  color:#1d2a28;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration:none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

.btn:hover{
    background: var(--btn-bg-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

.btn:active{
    transform: translateY(0);
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

/* ---------- SECTION 2 ---------- */
.section{
    padding: clamp(24px, 5vw, 44px) 0 36px;
}

.grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
}

.kicker{
    color:#cfd7d4;
    text-transform: none;
    letter-spacing:.02em;
}

.h2{
    font-family: "Cormorant Garamond", serif;
    font-weight:600;
    color: var(--heading);
    font-size: clamp(26px, 3.2vw, 34px);
    line-height:1.2;
    margin: 0 0 6px;
}

.h2 .line{
    display:block;
}

.copy{
    color:#dfe7e4;
    max-width: 48ch;
}

.bullets{
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.bullets li{
    position: relative;
    padding-left: 22px;
    margin: 9px 0;
    color:#e8eeec;
}

.bullets li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#c7ddd8;
}

.image-card{
  background: #0b2f2e;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.image-card img{
    display:block;
    width:100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* Checks variant of bullets */
.bullets.checks li::before{
  content: "✓";
  color: #c7ddd8;            /* soft mint that fits your palette */
  font-weight: 700;
}

/* Make sure bold looks right with loaded Inter weights */
.bullets strong{
    font-weight: 600;
}

/* small screens */
@media (max-width: 880px){
  .grid{
    grid-template-columns: 1fr;
 }
  .image-card{
    order: 2;
 }
}

/* ---------- DESTINATIONS GRID ---------- */
.destinations{
    background:#efe6dc;
    color:#2b3735;
    padding: clamp(20px, 4vw, 36px) 0 clamp(28px, 6vw, 56px);
}

.destinations .section-title{
    font-family:"Cormorant Garamond", serif;
    font-weight:700;
    text-align:center;
    color:#2b3735;
    font-size: clamp(32px, 4vw, 48px);
    margin:0 0 24px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(360px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1600px;   /* optional, keeps grid from stretching too wide */
  margin: 0 auto;      /* centers the grid */
  justify-content: center; /* makes sure cards are centered */
}

@media (max-width: 1535px) and (min-width: 1160px) {
  .destinations .wrap {
    width: 100%;   /* full width */
    max-width: 100%;
    margin: 0;
  }

  .card-grid {
    margin: 0 10px !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;      
    max-width: 100%;
    margin: 0;
  }

  .stay-card .card-title {
    font-size: 14px !important;   
    line-height: 1.2 !important;
    white-space: normal !important ;  
  }

  .stay-card .card-sub {
    font-size: 12px !important;  
    line-height: 1.2 !important;
    white-space: normal !important;  
  }

  .btn-outline {
    font-size: 12px;
    padding: 6px 10px;
  }
}

@media (max-width: 1160px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(360px, 1fr));
  }
}

@media (max-width: 800px) {
  .stay-card .card-sub {
    font-size: 12px;
  }
  .card-grid {
    grid-template-columns: 1fr; 
  }
}

.stay-card{
    background:#f7f3ef;
    border-radius:16px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    overflow:hidden;
    display:flex;
    flex-direction:column;
}

.stay-card .thumb{
    width:100%;
    height: 250px; /* increase this to make image taller */
    object-fit: cover;
    display:block;
    border-top-left-radius:16px;
    border-top-right-radius:16px;
}

.stay-card .card-body{
    padding: 12px 14px 16px;
    display:flex;
    flex-direction:column;
    gap:8px;
    flex:1;
}

.stay-card .card-title{
    font-weight: 600;
    font-size: 18px; 
    line-height: 1.2;
    color: #1f2a29;
    margin: 0;
}

.stay-card .card-sub{
    font-size: 14px;  
    line-height: 1.4;
    color: #4a5956;
    margin: 2px 0 10px;
}

.btn-outline{
    margin-top: auto;
    align-self: stretch;    
    text-align: center;   
    background: var(--bg);
    border: 1px solid rgba(0,0,0,.2);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
}

.btn-outline:hover{
    border: 1px solid var(--bg);
    color: var(--bg);
    background: rgba(0,0,0,.04);
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0,0,0,.08);
}

/* ---------- REVIEWS ---------- */
.reviews{
    background:#F9F3E8;
    color:#2b3735;
    padding: clamp(18px, 3.5vw, 32px) 0 clamp(24px, 5vw, 48px);
}

.reviews-title{
    font-family:"Cormorant Garamond", serif;
    font-weight:700;
    text-align:center;
    color:#3a2b4b;
    font-size: clamp(32px, 4vw, 48px);
    margin:0 0 18px;
}

.reviews-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(10px, 3vw, 28px);
    align-items:center;
}

.review-item{
    text-align:center;
    padding: 8px 22px;
}

.review-item + .review-item{
    border-left: 1px solid rgba(0,0,0,.18);
}

.stars{
    color:#f5a623;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 6px;
}

.quote{
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    color:#2b3735;
}

@media (max-width: 720px){
  .reviews-grid{
    grid-template-columns: 1fr;
 }
  .review-item + .review-item{
    border-left: 0;
    border-top: 1px solid rgba(0,0,0,.18);
    padding-top: 18px;
    margin-top: 6px;
 }
}

/* ---------- FEATURES (Boutique & Sustainable) ---------- */
.features{
    background:#F5EDE6;
    color:#2b3735;
    padding: clamp(16px, 3.5vw, 32px) 0 clamp(24px, 5vw, 48px);
}

.features .section-title{
    font-family:"Cormorant Garamond", serif;
    font-weight:700;
    text-align:center;
    color:#3a2b4b;
    font-size: clamp(32px, 4vw, 48px);
    margin:0 0 18px;
}

.feature-stack{
    display:grid;
    gap: 18px;
}

.feature-card{
    background:#ffffff;
    border-radius:16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    padding: 14px;
    display:grid;
    grid-template-columns: 1.25fr .95fr;
    gap: 14px;
    align-items:center;
}

.feature-card.image-left{
    grid-template-columns: .95fr 1.25fr;
}

.feature-media{
    overflow:hidden;
    border-radius: 12px;
}

.feature-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    aspect-ratio: 16 / 10;
}

.feature-body{
    padding: 4px 8px;
}

.feature-title strong {
  color: var(--bg);     /* uses your deep teal brand color */
  font-size: 20px;      /* slightly larger */
  font-weight: 700;     /* bolder */
  display: inline-block;
  border-bottom: 3px solid var(--bg); /* underline highlight */
  padding-bottom: 2px;
}

.feature-text{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#42514f;
}

@media (max-width: 860px){
  .feature-card, .feature-card.image-left{
    grid-template-columns: 1fr;
 }
  .feature-media{
    order: 2;
 }
  .feature-card.image-left .feature-media{
    order: 1;
 }
}

/* ---------- FAQ ---------- */
.faq{
    background:#F9F3E8;
    color:#2b3735;
    padding: clamp(16px, 3.5vw, 32px) 0 clamp(22px, 5vw, 44px);
}

.faq .section-title{
    font-family:"Cormorant Garamond", serif;
    font-weight:600; text-align:center;
    color:#3a2b4b;
    font-size: clamp(24px, 3vw, 32px);
    margin:0 0 18px;
}

.accordion{
    display:grid;
    gap: 12px;
}

.faq-item{
    background:#ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.06);
    overflow:hidden;
}

.faq-item summary{
    list-style:none;
    cursor:pointer;
    padding: 14px 18px;
    font-weight:600;
    font-size: 15px;
    position:relative;
    outline:none;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    font-weight:700;
}

.faq-item[open] summary{
    border-bottom:1px solid rgba(0,0,0,.08);
}

.faq-item[open] summary::after{
    content:"×";
    font-size: 18px;
}

.faq-body{
    padding: 10px 18px 16px;
    font-size: 13px;
    color:#4a5956;
    line-height:1.6;
}

/* ---------- CONTACT ---------- */
.contact{
    background:#F5EDE6;
    color:#2b3735;
    padding: clamp(16px, 3.5vw, 32px) 0 clamp(24px, 5vw, 48px);
}

.contact .section-title{
    font-family:"Cormorant Garamond", serif;
    font-weight:700;
    text-align:center;
    color:#3a2b4b;
    font-size: clamp(32px, 4vw, 48px);
    margin:0 0 6px;
}

.contact .section-sub{
    text-align:center;
    margin: 0;
    font-weight:700;
    font-size: clamp(18px, 2.4vw, 22px);
}

.contact .intro{
    text-align:center;
    max-width: 740px;
    margin: 8px auto 14px;
    color:#4a5956;
    font-size:14px;
}

.contact .actions{
    text-align:center;
    margin-bottom: 18px;
}

.btn-teal {
    display: inline-block;
    background: var(--bg);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px; /* Rounded corners */
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.btn-teal:hover{
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.contact-grid{
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(18px, 3vw, 28px);
    align-items:start;
}

.contact-form{
    background: transparent;
}

.field-grid.two{
    display:grid;
    grid-template-columns: 1fr 1fr; gap: 12px;
}

.field{
    margin-bottom: 12px;
}

.label{
    display:block;
    font-size:12px;
    color:#5b6a67;
    margin-bottom: 6px;
}

.input, .textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid rgba(0,0,0,.2);
    background:#fff;
    color:#2b3735;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    outline:none;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.textarea{
    min-height: 120px;
    resize: vertical;
}

.input:focus, .textarea:focus{
    border-color: #a1b7b3;
    box-shadow: 0 0 0 3px rgba(13,110,96,.15);
}

.agree{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:12px;
    color:#4a5956;
    margin: 8px 0 12px;
}

.agree input{
    margin-top: 3px;
}

.submit{
    width:100%;
    text-align:center;
}

.contact-media {
    margin-left: 100px;
    width: 80%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    height: 500px; 
}

.contact-media img {
    width: 100%;
    height: 100%;
    object-position: center; 
    display: block;
}


/* ---------- FOOTER ---------- */
.footer{
    background: linear-gradient(#f2f2f2, #d7d7d7);
    color:#2b3735;
    padding: 34px 0;
}

.footer .grid{
    display:grid;
    grid-template-columns: 1.2fr 1fr 1.2fr 1fr;
    gap: clamp(16px, 3vw, 32px);
    align-items:start;
}

.footer h4{
    margin:0 0 10px;
    font-size: 24px;
    color:#1f2a29;
    font-weight:600;
    font-family: "Cormorant Garamond", serif;
}

.footer .brand{
    font-family:"Cormorant Garamond", serif;
    font-weight:600;
    letter-spacing:.02em;
    line-height:1.1;
}

.footer .brand .line{
    display:block;
    font-size: xx-large;
}

.footer .list{
    list-style:none;
    padding:0;
    margin:0;
}

.footer .list li{
    margin:6px 0;
}

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

.footer a:hover {
  color: #0A0D36;
}

.contact-line{
    display:flex;
    align-items:center;
    gap:8px;
    margin:6px 0;
    font-size:14px;
}

.ico{
    width:16px;
    height:16px;
    display:inline-block;
}

.socials{
    display:flex;
    gap:12px;
    margin-top:6px;
}

.socials a{
    width:40px;
    height:40px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 3px 8px rgba(0,0,0,.15);
    color:#fff;
    text-decoration:none;
}

.socials a.fb{
    background:#1877F2;
}

.socials a.ig{
    background: linear-gradient(45deg,#f58529,#feda75,#dd2a7b,#8134af,#515bd4);
}

.socials a.in{
    background:#0A66C2;
}

.socials a.yt{
    background:#FF0000;
}

.socials svg{
    width:20px;
    height:20px;
}

.madeby .badge{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:6px;
}

.madeby .logo{
    height:28px;
    width:auto;
    display:block;
}

.madeby .rr{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0f3a39;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:14px;
    box-shadow:0 2px 6px rgba(0,0,0,.2);
}

@media (max-width: 900px){
    .footer .grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px){
    .footer .grid{
        grid-template-columns: 1fr;
    }
}

/* ---------- TOP NAVIGATION ---------- */
.topnav{
    padding: 8px 0;
    position:sticky;
    top:0;
    z-index:1000;
    background:#ffffff;
    color:#1f2a29;
    /* border-bottom: 2px solid #0f3a39; */
}

.topnav .nav-inner{
    height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.brandmark{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:inherit;
}

.brandmark .logo{
    width:36px;
    height:36px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background: radial-gradient(circle at 50% 50%, #ff4d6d 0%, #ff4d6d 60%, #ffffff 61%);
    box-shadow: 0 0 0 3px #e31d4f inset;
}

.brandmark .logo svg{
    width:18px;
    height:18px;
    color:#ffffff;
}

.menu{
    display:flex;
    gap:135px;
    margin:0 10px;
    padding:0;
    list-style:none;
    align-items:center;
}

.menu a{
    letter-spacing: 0.8px;
    text-decoration:none;
    color:#1f2a29;
    font-weight:600;
    font-size:18px;
}

.menu a:hover{
    color: var(--bg);
}

.nav-right{
    display:flex;
    align-items:center;
    gap:14px;
}

.nav-contact {
  position: absolute;
  right: 20px; 
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg);
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-contact:hover {
  background: #005f73;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.icon-btn{
    width:34px;
    height:34px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:none;
    background:transparent;
    color:#20302d;
    cursor:pointer;
}

.icon-btn:hover{
    background: rgba(0,0,0,.06);
}

.btn-cta{
    display:inline-block;
    background: var(--bg);
    color:#fff;
    padding:10px 16px;
    border-radius:10px;
    font-weight:600;
    text-decoration:none;
}

/* Mobile */
.hamburger{
    display:none;
    width:40px;
    height:40px;
    border-radius:8px;
    border:1px solid rgba(0,0,0,.12);
    background:#fff;
    align-items:center;
    justify-content:center;
}

.hamburger span{
    width:18px;
    height:2px;
    background:#1f2a29;
    position:relative;
    display:block;
}

.hamburger span::before, .hamburger span::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    height:2px;
    background:#1f2a29;
}

.hamburger span::before{
    top:-6px;
}

.hamburger span::after{
    top:6px;
}

/* Fix CTA to the middle of the right border */
.topnav .nav-right .btn-cta {
  position: absolute; 
  right: 350px; 
  top: 10px; /* controls vertical position */
  margin-right: 0; /* remove negative margin */
  transform: none; 
  z-index: 1100; /* keeps it on top */
}

.topnav .nav-right .btn-cta:hover {
  background: #005f73; /* change to a slightly darker/lighter color */
  color: #fff; /* or any contrasting color */
  transform: translateY(-3px); /* subtle lift on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* soft shadow */
  transition: all 0.3s ease; /* smooth transition */
}

/* Anchor offsets so sticky nav doesn't hide headings */
#destinations, #reviews, #boutique, #faq, #contact{
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

.privacy {
  background: #f7f2e9; /* light beige background */
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.privacy .wrap {
  max-width: 800px;
  margin: auto;
}

.privacy h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #2b2b2b;
}

.privacy h2 {
  font-size: 1.4rem;
  margin-top: 30px;
  color: #444;
}

.privacy p {
  margin-top: 10px;
}

.last-updated {
  font-size: 0.9rem;
  color: #666;        /* softer gray */
  margin-bottom: 10px;
  text-align: center; /* keeps it centered above the title */
}

.privacy-intro {
  text-align: center;
  max-width: 700px;   /* keeps text from stretching too wide */
  margin: 0 auto 20px; /* centers and adds space below */
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    max-width: 1200px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
    font-size: 0.95rem;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    word-break: break-word;
    width: 90%; /* keep responsive */
}

.info-box strong {
    color: #1a103f;
    margin-right: 6px;
}

.info-left p,
.info-right p {
    margin: 8px 0;
}

/* ✅ Allow wrapping */
.info-left .nowrap,
.info-right .nowrap {
    white-space: normal;
}

.info-right {
    text-align: left;
}

.translate-btn {
  background: #ffffff;           
  border: 2px solid #0f3a39;     
  border-radius: 6px;           
  padding: 6px;               
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.translate-btn img {
  width: 28px;  
  height: 28px;
}

.translate-btn:hover {
  background: #0f3a39;     
  border-color: #0f3a39;
  transform: scale(1.1);  
}

.translate-btn:hover img {
  filter: brightness(0) invert(1); 
}

#google_translate_element {
  position: absolute;
  top: 80px; 
  right: 0;
  background: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
}

@media (max-width: 900px){
    .menu{
        display:none;
    }
    
    .hamburger{
        display:inline-flex;
    }
}

/* Responsive for smaller screens */
@media (max-width: 700px) {
    .info-box {
        grid-template-columns: 1fr;
    }
    .info-right {
        text-align: left;
    }
}

/* Contact form responsiveness */
@media (max-width: 860px) {
  .contact-grid {
    grid-template-columns: 1fr;  
    gap: 20px;
  }

  .contact-media {
    margin: 0 35px !important;
    order: 2; 
    height: 300px; 
  }
}

@media (max-width: 600px) {
  .field-grid.two {
    grid-template-columns: 1fr; 
  }

  .submit button {
    width: 100% !important; 
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .wrap {
    width: auto;
    margin: 0 14px;  /* controls hero + all sections */
  }
}

@media (max-width: 900px) {
  .menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    width: 95%;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
    margin-top: 15px;
    gap: 0;
  }

  .menu li {
    text-align: center;
    margin: 10px 0;
  }

  .menu a {
    font-size: 18px;
    color: #0f3a39;
    padding: 12px 0;
    display: block;
  }

  .menu.menu-open {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .menu {
    display: none;
  }
  .hamburger {
    display: inline-flex;
  }
}

@media (max-width: 1200px) {
  .menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    width: 95%;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
    margin-top: 15px;
    gap: 0;
  }

  .menu li {
    text-align: center;
    margin: 10px 0;
  }

  .menu a {
    font-size: 18px;
    color: #0f3a39;
    padding: 12px 0;
    display: block;
  }

  .menu.menu-open {
    display: flex;
  }
}


