/* Giving Tree Vacations — light, airy boutique style (inspired by aastays.com) */
:root {
  --white: #ffffff;
  --bg-soft: #f6f7f9;
  --ink: #16233f;
  --ink-soft: #3c4763;
  --gray: #667085;
  --line: #e4e7ee;
  --blue: #1f5cf0;
  --blue-dark: #1748c9;
  --gold: #e3a008;
  --shadow: 0 14px 40px rgba(22, 35, 63, 0.10);
  --radius: 14px;
  --font: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, 92%); margin: 0 auto; }
section { padding: 84px 0; }

.eyebrow {
  font-size: 12px; letter-spacing: 0.30em; text-transform: uppercase;
  color: var(--blue); font-weight: 700; margin-bottom: 14px;
}
h1, h2, h3 { line-height: 1.18; letter-spacing: 0.02em; }
.section-title {
  font-size: clamp(26px, 3.6vw, 40px); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 12px;
}
.section-sub { color: var(--gray); font-size: 17px; max-width: 640px; }
.center { text-align: center; }
.center .section-sub { margin: 0 auto; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.98); box-shadow: 0 2px 18px rgba(22,35,63,0.08);
  padding: 14px 0;
}
.nav .container { display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 800; font-size: 22px; letter-spacing: 0.06em; color: var(--ink); text-decoration: none; text-transform: uppercase; }
.brand small { display: block; font-size: 10px; letter-spacing: 0.30em; color: var(--blue); font-weight: 700; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-links a {
  color: var(--ink); text-decoration: none; font-size: 13px;
  letter-spacing: 0.10em; text-transform: uppercase; font-weight: 600;
  padding: 10px 16px; border-radius: 999px; transition: background 0.2s, color 0.2s;
}
.nav-links a:hover { background: var(--bg-soft); }
.nav-links a.active { background: var(--ink); color: var(--white); }

.btn {
  display: inline-block; background: var(--blue); color: var(--white) !important;
  padding: 14px 32px; border-radius: 8px; text-decoration: none;
  font-size: 14px; letter-spacing: 0.10em; text-transform: uppercase; font-weight: 700;
  border: none; cursor: pointer; box-shadow: 0 8px 22px rgba(31,92,240,0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; box-shadow: none; }
.btn-outline:hover { background: var(--ink); color: var(--white) !important; }
.nav-toggle { display: none; background: none; border: none; color: var(--ink); font-size: 28px; cursor: pointer; }

/* ---------- Hero (light, framed banner) ---------- */
.hero { background: var(--white); padding: 150px 0 70px; text-align: center; }
.hero-banner {
  background: var(--white);
  border-top: 3px solid #111; border-bottom: 3px solid #111;
  box-shadow: var(--shadow);
  padding: 34px 30px; max-width: 860px; margin: 0 auto 44px;
}
.hero-banner h1 {
  font-size: clamp(30px, 5vw, 54px); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 12px;
}
.hero-banner p { color: var(--gray); font-size: 17px; letter-spacing: 0.04em; }
.hero-photo { max-width: 1080px; margin: 0 auto 44px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: clamp(300px, 52vw, 560px); object-fit: cover; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }

.book-bar {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  display: flex; flex-wrap: wrap; align-items: stretch;
  max-width: 880px; margin: 0 auto; overflow: hidden; text-align: left;
}
.book-bar .field { flex: 1 1 160px; padding: 16px 22px; border-right: 1px solid var(--line); }
.book-bar .field label { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); font-weight: 700; margin-bottom: 4px; }
.book-bar .field input, .book-bar .field select {
  border: none; background: transparent; font-size: 16px; font-family: var(--font);
  color: var(--ink); width: 100%; outline: none;
}
.book-bar .btn { border-radius: 0; padding: 0 38px; box-shadow: none; display: flex; align-items: center; }

/* ---------- Stats strip ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); padding: 30px 0; }
.stats .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.stat { text-align: center; flex: 1 1 120px; }
.stat .num { font-size: 34px; font-weight: 800; color: var(--ink); }
.stat .lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray); font-weight: 600; }

/* ---------- Welcome / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.split .copy p { margin-bottom: 18px; color: var(--ink-soft); font-size: 17px; }
.split .copy p strong { color: var(--ink); }

/* ---------- Amenities ---------- */
.amenities { background: var(--bg-soft); }
.amen-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; margin-top: 44px; }
.amen {
  background: var(--white); border-radius: var(--radius); padding: 28px 24px;
  border: 1px solid var(--line); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.amen:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.amen .icon { font-size: 30px; margin-bottom: 12px; }
.amen h3 { font-size: 16px; margin-bottom: 6px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.amen p { font-size: 14.5px; color: var(--gray); }

/* ---------- Circular medallion gallery (homepage) ---------- */
.medallions { display: flex; justify-content: center; flex-wrap: wrap; gap: 34px; margin-top: 48px; }
.medallion { text-align: center; text-decoration: none; width: 190px; }
.medallion img {
  width: 190px; height: 190px; object-fit: cover; border-radius: 50%;
  border: 3px solid var(--ink); margin: 0 auto 14px;
  transition: transform 0.25s ease;
}
.medallion:hover img { transform: scale(1.05); }
.medallion .name {
  display: inline-block; background: var(--white); border: 1.5px solid #111;
  padding: 8px 18px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em;
}
.medallion .cap { display: block; margin-top: 8px; font-size: 13px; font-style: italic; color: var(--gray); }

/* ---------- Gallery page grid ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.gal-grid a { border-radius: 10px; overflow: hidden; }
.gal-grid img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.4s ease; }
.gal-grid a:hover img { transform: scale(1.05); }
.gal-grid a:first-child { grid-column: span 2; grid-row: span 2; }
.gal-grid a:first-child img { height: 494px; }

.lightbox { position: fixed; inset: 0; background: rgba(10,14,25,0.94); z-index: 200; display: none; align-items: center; justify-content: center; flex-direction: column; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 82vh; border-radius: 8px; }
.lightbox .cap { color: #fff; margin-top: 14px; font-size: 15px; }
.lightbox .close { position: absolute; top: 22px; right: 30px; color: #fff; font-size: 40px; background: none; border: none; cursor: pointer; }
.lightbox .nav-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.12); border: none; color: #fff; font-size: 34px; width: 56px; height: 56px; border-radius: 50%; cursor: pointer; }
.lightbox .prev { left: 26px; } .lightbox .next { right: 26px; }

/* ---------- Reviews ---------- */
.reviews { background: var(--bg-soft); }
.rev-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 44px; }
.rev { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.rev .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; font-size: 18px; }
.rev p { font-size: 15.5px; color: var(--ink-soft); }
.rev .who { margin-top: 14px; font-size: 13px; color: var(--gray); }
.rev-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 34px;
  border: 2px solid var(--ink); border-radius: 8px; padding: 12px 26px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.06em; color: var(--ink); text-decoration: none;
  text-transform: uppercase;
}
.rev-badge strong { color: var(--gold); font-size: 20px; }

/* ---------- Things to do cards ---------- */
.todo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; margin-top: 44px; }
.todo-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none; display: block; border-top: 4px solid var(--blue);
}
.todo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.todo-card .body { padding: 26px; }
.todo-card h3 { font-size: 18px; margin-bottom: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.todo-card p { font-size: 15px; color: var(--gray); }
.todo-card .dist { display: inline-block; margin-top: 12px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); font-weight: 700; }

/* Things-to-do article */
.article { max-width: 780px; margin: 0 auto; }
.article h2 { font-size: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin: 54px 0 14px; padding-top: 10px; }
.article h2:first-of-type { margin-top: 30px; }
.article p { color: var(--ink-soft); margin-bottom: 16px; font-size: 17px; }
.article ul { color: var(--ink-soft); margin: 0 0 16px 22px; font-size: 17px; }
.article .tip { background: var(--bg-soft); border-left: 4px solid var(--blue); padding: 18px 22px; border-radius: 0 10px 10px 0; margin: 22px 0; font-size: 16px; }

.page-hero { padding: 160px 0 60px; background: var(--white); text-align: center; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; }
.page-hero p { color: var(--gray); max-width: 620px; margin: 14px auto 0; font-size: 18px; }

/* ---------- Location ---------- */
.location { background: var(--bg-soft); }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 40px; }
.loc-list { list-style: none; }
.loc-list li { padding: 16px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; font-size: 16px; }
.loc-list li span:last-child { color: var(--blue); font-weight: 700; white-space: nowrap; }
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: var(--white); text-align: center; padding: 84px 0; }
.cta-band h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.72); margin-bottom: 30px; font-size: 18px; }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: rgba(255,255,255,0.72); padding: 70px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; margin-bottom: 50px; }
.foot-grid h4 { color: var(--white); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.foot-grid a { display: block; color: rgba(255,255,255,0.72); text-decoration: none; margin-bottom: 10px; font-size: 15px; }
.foot-grid a:hover { color: var(--white); }
.foot-brand { font-size: 26px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.45); }

/* ---------- Widgets ---------- */
.widget-wrap { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); margin-top: 40px; }
.widget-wrap iframe { width: 100%; border: 0; min-height: 700px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; align-items: stretch; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; border-top: 4px solid var(--blue); }
.contact-card h3 { font-size: 18px; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-card p { color: var(--gray); margin-bottom: 8px; }
.contact-card a.big { font-size: 28px; font-weight: 800; color: var(--blue); text-decoration: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .split, .loc-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); flex-direction: column; padding: 20px; gap: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12); align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-grid a:first-child { grid-column: span 2; grid-row: auto; }
  .gal-grid a:first-child img { height: 280px; }
  .foot-grid { grid-template-columns: 1fr; }
  section { padding: 60px 0; }
  .book-bar .btn { padding: 18px; justify-content: center; flex: 1 1 100%; }
  .medallion, .medallion img { width: 150px; }
  .medallion img { height: 150px; }
}
