:root {
  --o1314-promo-height: 52px;
  --o1314-header-height: 82px;
  --o1314-nav-total-height: calc(var(--o1314-promo-height) + var(--o1314-header-height));
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  padding-top: var(--o1314-nav-total-height);
}

/* =========================================================
   ONETHREEONEFOUR NAV RESET
========================================================= */
.o1314-nav,
.o1314-nav * {
  box-sizing: border-box;
}

.o1314-nav a,
.o1314-nav button {
  -webkit-tap-highlight-color: transparent;
}

.o1314-nav img {
  display: block;
  max-width: 100%;
  border: 0;
}

.o1314-nav ul,
.o1314-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o1314-nav a {
  text-decoration: none !important;
}

.o1314-nav .o1314-megamenu a,
.o1314-nav .o1314-drawer a {
  float: none !important;
}

.o1314-nav .o1314-megamenu img,
.o1314-nav .o1314-drawer img {
  max-width: none;
}

/* =========================================================
   VARIABLES
========================================================= */
.o1314-nav {
  --o1314-green: #405530;
  --o1314-green-dark: #314223;
  --o1314-text: #5a5a5a;
  --o1314-heading: #4c4c4c;
  --o1314-bg: #f5f5f3;
  --o1314-line: #ddd8d2;
  --o1314-promo: #c46d3a;
  --o1314-white: #ffffff;
  --o1314-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  --o1314-container: 1600px;
  --o1314-radius: 20px;
  position: relative;
  z-index: 2000;
}

/* =========================================================
   TOP BAR
========================================================= */
.o1314-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--o1314-promo-height);
  background: var(--o1314-promo);
  z-index: 3000;
  cursor: pointer;
}

.o1314-topbar__inner {
  max-width: var(--o1314-container);
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.o1314-topbar__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.o1314-topbar__link:hover {
  text-decoration: none;
}

/* =========================================================
   HEADER
========================================================= */
.o1314-header {
  position: fixed;
  top: var(--o1314-promo-height);
  left: 0;
  width: 100%;
  height: var(--o1314-header-height);
  background: rgba(245, 245, 243, 0.995);
  backdrop-filter: blur(12px);
  z-index: 2990;

  box-shadow:
  0 2px 0 rgba(0,0,0,0.03),
  0 16px 40px rgba(0,0,0,0.10);
}

.o1314-header__inner {
  position: relative;
  max-width: var(--o1314-container);
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 40px;
}

.o1314-brand {
  display: inline-flex;
  align-items: center;
  min-height: 1px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1;
  color: var(--o1314-green) !important;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.o1314-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--o1314-green);
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.2s ease;
}

.o1314-cta:hover {
  background: var(--o1314-green-dark);
}

.o1314-icon-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--o1314-green);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

.o1314-hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
}

.o1314-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--o1314-green);
  border-radius: 999px;
}

/* =========================================================
   DESKTOP NAV
========================================================= */
.o1314-desktop-nav {
  height: 100%;
}

.o1314-nav-list {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
}

.o1314-nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.o1314-nav-item--mega {
  position: static;
}

.o1314-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #5b5b5b !important;
  white-space: nowrap;
}

.o1314-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 2px;
  background: #666;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.o1314-nav-link:hover::after {
  opacity: 1;
}

.o1314-nav-link:hover {
  font-weight: 400 !important;
}

/* =========================================================
   MEGAMENU
========================================================= */
.o1314-megamenu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: var(--o1314-bg);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: var(--o1314-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 2980;
}

.o1314-nav-item--mega:hover .o1314-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.o1314-megamenu__inner {
  max-width: var(--o1314-container);
  margin: 0 auto;
  padding: 36px 84px 40px;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(540px, 1.1fr);
  gap: 80px;
  align-items: start;
}

.o1314-megamenu__left,
.o1314-megamenu__right {
  min-width: 0;
}

.o1314-megamenu__label {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #666;
}

.o1314-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 22px 28px;
  margin-bottom: 34px;
}

.o1314-destination-item {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
  width: 100%;
  color: #5c5c5c !important;
}

.o1314-destination-item img {
  width: 72px !important;
  aspect-ratio: 3 / 2;
  height: auto !important;
  min-width: 72px;
  flex: 0 0 72px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 !important;
}

.o1314-destination-item span {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #5c5c5c;
  white-space: normal;
  word-break: normal;
}

.o1314-see-all {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--o1314-green) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.o1314-see-all__arrow {
  font-size: 30px;
  line-height: 1;
}

.o1314-season-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 34px;
}

.o1314-season-card {
  display: block;
  min-width: 0;
  width: 100%;
}

.o1314-season-card__title {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: 0px;
}

.o1314-season-card img {
  width: 100% !important;
  height: auto;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  border-radius: var(--o1314-radius);
  margin-bottom: 15px;
}

/* =========================================================
   MOBILE DRAWER
========================================================= */
.o1314-drawer,
.o1314-drawer-backdrop {
  display: none;
}

html.drawer-open,
body.drawer-open {
  overflow: hidden;
  height: 100%;
}

.o1314-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(340px, 88vw);
  height: 100dvh;
  z-index: 3100;
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  overflow: hidden;
}

.o1314-drawer.is-open {
  transform: translateX(0);
}

.o1314-drawer__panel {
  width: 100%;
  height: 100dvh;
  background: var(--o1314-bg);
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
}


.o1314-drawer.is-open .o1314-drawer__panel {
  box-shadow: 18px 0 40px rgba(0,0,0,0.16);
}

.o1314-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 3090;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.o1314-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.o1314-drawer__header {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 74px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  background: var(--o1314-bg);
  border-bottom: 1px solid var(--o1314-line);
}

.o1314-brand--mobile {
  font-size: 20px;
  justify-content: center;
  text-align: center;
}

.o1314-drawer__body {
  padding: 22px 14px 34px;
}

.o1314-mobile-section {
  margin-bottom: 18px;
}

.o1314-mobile-toggle {
  width: 100%;
  padding: 0 0 18px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--o1314-green);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.o1314-mobile-toggle i {
  font-size: 12px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.o1314-mobile-toggle i {
  transition: transform .25s ease;
}

.o1314-mobile-toggle.is-open i {
  transform: rotate(180deg);
}

.o1314-mobile-content {
  display: none;
}

.o1314-mobile-content.show {
  display: block;
}

.o1314-megamenu__label--mobile {
  margin-bottom: 16px;
  font-size: 13px;
}

.o1314-destination-grid--mobile {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 18px 12px;
  margin-bottom: 24px;
}

.o1314-destination-item--mobile {
  gap: 10px;
}

.o1314-destination-item--mobile img {
  width: 60px !important;
  height: 40px !important;
  min-width: 60px;
  flex-basis: 60px;
}

.o1314-destination-item--mobile span {
  font-size: 15px;
}

.o1314-see-all--mobile {
  margin-bottom: 30px;
  font-size: 16px;
}

.o1314-mobile-season {
  margin-top: 24px;
}

.o1314-season-card--mobile {
  margin-bottom: 22px;
}

.o1314-season-card--mobile .o1314-season-card__title {
  font-size: 16px;
  margin-bottom: 12px;
}

.o1314-mobile-links {
  margin-top: 10px;
  border-top: 1px solid var(--o1314-line);
}

.o1314-mobile-link {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid var(--o1314-line);
  color: var(--o1314-green) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.o1314-cta--mobile {
  min-width: 0;
  width: 100%;
  max-width: 210px;
  margin-top: 28px;
  margin-bottom: 24px;
  height: 44px;
  font-size: 12px;
}

.o1314-mobile-contact-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  color: #666;
  margin-top: 60px;
}

.o1314-mobile-contact-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666 !important;
}

.o1314-mobile-contact-links i {
  width: 18px;
  text-align: center;
  font-size: 16px;
  color: var(--o1314-green);
}



/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1200px) {
  .o1314-nav-list {
    gap: 28px;
  }

  .o1314-megamenu__inner {
    padding: 40px 32px;
    gap: 44px;
  }

  .o1314-season-grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  :root {
    --o1314-promo-height: 40px;
    --o1314-header-height: 74px;
    --o1314-nav-total-height: calc(var(--o1314-promo-height) + var(--o1314-header-height));
  }

  .o1314-topbar__inner {
    padding: 0 18px;
    font-size: 12px;
    gap: 12px;
  }

  .o1314-header__inner {
    padding: 0 18px;
    grid-template-columns: auto 1fr auto;
    column-gap: 20px;
  }

  .o1314-brand {
    font-size: 22px;
  }

  .o1314-nav-list {
    gap: 24px;
  }

  .o1314-nav-link {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .o1314-nav-link::after {
    bottom: 16px;
  }

  .o1314-cta--desktop {
    min-width: 100px;
    height: 36px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .o1314-megamenu__inner {
    padding: 28px 24px 32px;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
    gap: 32px;
  }

  .o1314-destination-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 18px 18px;
  }

  .o1314-destination-item img {
    width: 64px !important;
    min-width: 64px;
    flex: 0 0 64px;
  }

  .o1314-destination-item span {
    font-size: 14px;
  }

  .o1314-season-grid {
    gap: 20px;
  }

  .o1314-season-card__title {
    font-size: 14px;
  }

  .o1314-desktop-nav {
    display: block;
  }

  .o1314-cta--desktop {
    display: inline-flex;
  }

  .o1314-icon-btn {
    display: none;
  }

  .o1314-drawer,
  .o1314-drawer-backdrop {
    display: none;
  }
}

@media (max-width: 767px) {
  .o1314-topbar__inner {
    justify-content: center;
    padding: 0 14px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .o1314-topbar__inner span:last-child {
    display: none;
  }

  .o1314-header__inner {
    padding: 0 14px;
    grid-template-columns: 42px 1fr 42px;
    column-gap: 12px;
  }

  .o1314-brand {
    font-size: 22px;
    justify-content: center;
    text-align: center;
  }

  .o1314-desktop-nav,
  .o1314-cta--desktop {
    display: none;
  }

  .o1314-icon-btn {
    display: inline-flex;
  }

  .o1314-drawer,
  .o1314-drawer-backdrop {
    display: block;
  }
}