.duke-p1-home {
  --p1-navy: #0e1a29;
  --p1-navy-soft: #172638;
  --p1-forest: #2d4a3e;
  --p1-forest-light: #3d6455;
  --p1-cream: #f6efdf;
  --p1-cream-soft: #fbf8f1;
  --p1-white: #fffefa;
  --p1-sand: #dfc89d;
  --p1-copper: #8f6031;
  --p1-ink: #0e1a29;
  --p1-muted: #606a74;
  --p1-line: #ded8cc;
  --p1-radius: 22px;
  scroll-padding-top: 82px;
}

body.duke-p1-home {
  margin: 0;
  background: var(--p1-white);
  color: var(--p1-ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.duke-p1-home *,
.duke-p1-home *::before,
.duke-p1-home *::after { box-sizing: border-box; }
.duke-p1-home main { overflow: clip; }
.duke-p1-home img { display: block; max-width: 100%; }
.duke-p1-home p,
.duke-p1-home h1,
.duke-p1-home h2,
.duke-p1-home h3,
.duke-p1-home figure { margin: 0; }
.duke-p1-home a { color: inherit; }
.duke-p1-home [hidden] { display: none !important; }

.p1-container {
  position: relative;
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
}

.p1-new-section { position: relative; z-index: 1; }
.p1-section { padding-block: 76px; }
.p1-section--cream { background: var(--p1-cream); }
.p1-section--soft { background: var(--p1-cream-soft); }
.p1-eyebrow {
  color: var(--p1-copper);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.p1-heading {
  max-width: 760px;
  margin-top: 10px;
  color: var(--p1-navy);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.p1-copy {
  max-width: 700px;
  margin-top: 14px;
  color: var(--p1-muted);
  font-size: 14px;
  line-height: 1.65;
}
.p1-mobile-copy { display: none; }
.p1-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.p1-section-link,
.p1-all-stays > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--p1-line);
  border-radius: 999px;
  background: var(--p1-white);
  color: var(--p1-navy);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.p1-all-stays > summary { list-style: none; }
.p1-all-stays > summary::-webkit-details-marker { display: none; }
.p1-all-stays > summary::after { margin-left: 8px; content: '+'; }
.p1-all-stays[open] > summary::after { content: '−'; }
.p1-section-link:hover,
.p1-all-stays > summary:hover { border-color: var(--p1-forest); }

.p1-header {
  position: sticky;
  z-index: 70;
  top: 0;
  border-bottom: 1px solid rgba(14, 26, 41, .08);
  background: rgba(255, 254, 250, .96);
  color: var(--p1-navy);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease;
}
.p1-header.nav-scrolled { box-shadow: 0 10px 30px rgba(14, 26, 41, .08); }
.p1-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(100% - 48px, 1420px);
  min-height: 76px;
  margin-inline: auto;
}
.p1-brand {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  min-width: 178px;
  min-height: 52px;
  text-decoration: none;
}
.p1-brand__wordmark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}
.p1-brand__descriptor {
  margin-top: 5px;
  color: var(--p1-copper);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
}
.p1-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.25vw, 34px);
  margin-left: auto;
}
.p1-nav-link,
.p1-context-link,
.p1-language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--p1-navy);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.p1-nav-link { position: relative; }
.p1-nav-link::after {
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  height: 2px;
  background: var(--p1-copper);
  content: '';
  transition: right .18s ease, left .18s ease;
}
.p1-nav-link:hover::after,
.p1-nav-link[data-p1-active='true']::after { right: 18%; left: 18%; }
.p1-header__right { display: flex; align-items: center; gap: 10px; }
.p1-language,
.p1-context-link {
  padding-inline: 16px;
  border: 1px solid var(--p1-line);
  border-radius: 999px;
  background: var(--p1-white);
}
.duke-p1-home .p1-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--p1-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.p1-primary-cta--dark { background: var(--p1-navy); color: #fff; }
.p1-primary-cta--sand { background: var(--p1-sand); color: var(--p1-navy); }
.p1-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--p1-line);
  border-radius: 999px;
  color: var(--p1-navy);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.p1-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--p1-forest);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.p1-mobile-menu {
  position: fixed;
  z-index: 69;
  inset: 68px 0 0;
  overflow-y: auto;
  background: var(--p1-white);
  color: var(--p1-navy);
}
.p1-mobile-menu__inner { display: grid; padding: 18px 20px calc(28px + env(safe-area-inset-bottom)); }
.p1-mobile-menu .mobile-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  border-bottom: 1px solid var(--p1-line);
  color: var(--p1-navy);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}
.p1-mobile-menu .mobile-link small { margin-top: 3px; color: var(--p1-muted); font-size: 11px; font-weight: 450; }
.p1-mobile-menu__cta { margin-top: 20px; }

.p1-hero {
  padding: 48px 0 30px;
  background: var(--p1-navy);
  color: #fff;
}
.p1-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: center;
}
.p1-hero .p1-eyebrow { color: var(--p1-sand); }
.p1-hero h1 {
  margin-top: 18px;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 780;
  letter-spacing: -.06em;
  line-height: .98;
}
.p1-hero h1 span { display: block; }
.p1-hero__body {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
}
.p1-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.p1-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding-inline: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(61, 100, 85, .22);
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  line-height: 1.3;
}
.p1-hero__visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #244b3e, #10263a);
}
.p1-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 26, 41, .08), rgba(14, 26, 41, .72));
  content: '';
}
.p1-hero__image { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.p1-hero__visual-kicker {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.p1-hero__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.p1-hero__visual figcaption strong { font-size: clamp(34px, 3.5vw, 56px); letter-spacing: -.045em; line-height: 1; }
.p1-hero__visual figcaption span { margin-top: 8px; color: var(--p1-sand); font-size: 11px; font-weight: 700; letter-spacing: .14em; }

.p1-booking {
  padding: 0 0 34px;
  background: var(--p1-navy);
}
.p1-booking__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}
.p1-booking__heading h2 { color: var(--p1-navy); font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.p1-booking__heading p { color: var(--p1-muted); font-size: 10px; line-height: 1.5; text-align: right; }
.p1-search-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: var(--p1-white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}
.p1-search-grid {
  display: grid;
  grid-template-columns: 1.05fr .9fr .9fr .7fr 1.5fr;
  gap: 10px;
}
.p1-search-field,
.p1-search-submit {
  min-width: 0;
  min-height: 60px;
  border-radius: 12px;
  font: inherit;
}
.p1-search-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--p1-line);
  background: var(--p1-white);
  color: var(--p1-navy);
  text-align: left;
  cursor: pointer;
}
.p1-search-field--static { cursor: default; }
.p1-search-field span {
  color: var(--p1-muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.2;
}
.p1-search-field strong { margin-top: 5px; overflow: hidden; font-size: 12px; font-weight: 620; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.p1-search-submit {
  border: 0;
  background: var(--p1-forest);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  cursor: pointer;
}
.p1-search-submit:hover { background: var(--p1-forest-light); }
.p1-policy-note {
  margin-top: 12px !important;
  padding: 10px 14px;
  border-radius: 10px;
  background: #faf4e7;
  color: #5f5b54;
  font-size: 10px;
  line-height: 1.55;
}
.p1-calendar-popover {
  width: min(100%, 860px);
  margin: 14px auto 0;
  padding: 22px;
  border: 1px solid var(--p1-line);
  border-radius: 18px;
  background: #fff;
  color: var(--p1-navy);
  box-shadow: 0 20px 50px rgba(14, 26, 41, .22);
}
.p1-calendar-popover button { min-width: 44px; min-height: 44px; }
.p1-search-results { width: min(100%, 1040px); margin: 24px auto 0; }
.p1-book-form { width: min(100%, 860px); margin: 24px auto 0; padding: 28px; border: 1px solid var(--p1-line); border-radius: 18px; background: #fff; }

.p1-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px max(24px, calc((100% - 1360px) / 2));
  border-bottom: 1px solid var(--p1-line);
  background: var(--p1-white);
}
.p1-trust-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 70px;
  padding: 12px 18px;
  border-right: 1px solid var(--p1-line);
}
.p1-trust-item:last-child { border-right: 0; }
.p1-trust-index {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--p1-cream);
  color: var(--p1-copper);
  font-size: 8px;
  font-weight: 750;
}
.p1-trust-item strong { display: block; color: var(--p1-navy); font-size: 11px; line-height: 1.35; }
.p1-trust-item small { display: block; margin-top: 5px; color: var(--p1-muted); font-size: 9px; line-height: 1.45; }

.p1-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.p1-cards--featured { margin-top: 34px; }
.p1-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--p1-line);
  border-radius: 20px;
  background: var(--p1-white);
  box-shadow: 0 1px 0 rgba(14, 26, 41, .02);
}
.p1-card__link { display: flex; height: 100%; flex-direction: column; color: var(--p1-navy); text-decoration: none; }
.p1-card__media { position: relative; aspect-ratio: 1.55 / 1; overflow: hidden; background: var(--p1-navy-soft); }
.p1-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.p1-card__link:hover .p1-card__image { transform: scale(1.025); }
.p1-card__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 26, 41, .08), rgba(14, 26, 41, .35)); content: ''; }
.p1-card__media > span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  color: rgba(255, 255, 255, .88);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}
.p1-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.p1-card__title { margin-top: 7px !important; color: var(--p1-navy); font-size: 20px; font-weight: 750; letter-spacing: -.025em; line-height: 1.15; }
.p1-card__meta { margin-top: 9px !important; color: var(--p1-muted); font-size: 11px; line-height: 1.55; }
.p1-card__cta { display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; padding-top: 14px; color: var(--p1-forest); font-size: 11px; font-weight: 700; }
.p1-stays-actions { display: contents; }
.p1-swipe-hint { display: none; }
.p1-all-stays { display: contents; }
.p1-all-stays > summary { position: absolute; top: 0; right: 0; }
.p1-cards--all { grid-column: 1 / -1; margin-top: 28px; }
.p1-all-stays:not([open]) > .p1-cards--all { display: none; }

.p1-section-heading--planning { align-items: start; }
.p1-planning-context {
  padding-top: 30px;
  color: var(--p1-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.p1-planning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}
.p1-planning-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--p1-line);
  border-radius: 22px;
  color: var(--p1-navy);
  text-decoration: none;
}
.p1-planning-card--long { background: var(--p1-cream-soft); }
.p1-planning-card--travel { border-color: var(--p1-navy); background: var(--p1-navy); color: #fff; }
.p1-planning-card h3 { max-width: 520px; margin-top: 22px !important; font-size: 26px; font-weight: 750; letter-spacing: -.035em; line-height: 1.1; }
.p1-planning-card p:not(.p1-eyebrow) { max-width: 600px; margin-top: 15px !important; color: var(--p1-muted); font-size: 12px; line-height: 1.65; }
.p1-planning-card--travel .p1-eyebrow { color: var(--p1-sand); }
.p1-planning-card--travel p:not(.p1-eyebrow) { color: rgba(255, 255, 255, .7); }
.p1-planning-card a,
.p1-planning-card > span { display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; color: var(--p1-forest); font-size: 11px; font-weight: 700; text-decoration: none; }
.p1-planning-card--travel > span { color: var(--p1-sand); }

.p1-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr);
  gap: 20px;
  margin-top: 34px;
}
.p1-guide-feature {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(260px, 1.1fr);
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--p1-line);
  border-radius: 22px;
  background: var(--p1-white);
  color: var(--p1-navy);
  text-decoration: none;
}
.p1-guide-feature__media {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
  padding: 18px;
  background: linear-gradient(120deg, #123143, #7ca9a6);
  color: rgba(255, 255, 255, .86);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}
.p1-guide-feature__content { display: flex; flex-direction: column; padding: 26px; }
.p1-guide-feature__content small,
.p1-guide-link small,
.p1-guide-list-title { color: var(--p1-copper); font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .1em; line-height: 1.4; }
.p1-guide-feature__content strong { margin-top: 14px; font-size: 27px; letter-spacing: -.035em; line-height: 1.08; }
.p1-guide-feature__content > span { margin-top: 15px; color: var(--p1-muted); font-size: 12px; line-height: 1.65; }
.p1-guide-feature__content b { display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; color: var(--p1-forest); font-size: 11px; }
.p1-guide-link-list {
  padding: 24px;
  border: 1px solid var(--p1-line);
  border-radius: 22px;
  background: var(--p1-white);
}
.p1-guide-list-title { margin-bottom: 8px !important; }
.p1-guide-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 16px;
  border-bottom: 1px solid var(--p1-line);
  color: var(--p1-navy);
  text-decoration: none;
}
.p1-guide-link:last-child { border-bottom: 0; }
.p1-guide-link small,
.p1-guide-link strong,
.p1-guide-link em { display: block; }
.p1-guide-link strong { margin-top: 4px; font-size: 13px; line-height: 1.35; }
.p1-guide-link em { margin-top: 3px; color: var(--p1-muted); font-size: 10px; font-style: normal; line-height: 1.4; }
.p1-guide-link > span:last-child { color: var(--p1-forest); font-size: 18px; }

.p1-journey-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
  gap: 20px;
}
.p1-trip,
.p1-hospitality { min-height: 330px; padding: 32px; border-radius: 22px; }
.p1-trip { background: var(--p1-navy); color: #fff; }
.p1-trip .p1-eyebrow { color: var(--p1-sand); }
.p1-trip .p1-heading { max-width: 720px; color: #fff; font-size: clamp(30px, 3vw, 44px); }
.p1-trip .p1-copy { max-width: 760px; color: rgba(255, 255, 255, .68); }
.p1-trip-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 38px;
}
.p1-trip-form input,
.p1-trip-form button {
  min-height: 50px;
  border-radius: 11px;
  font: inherit;
}
.p1-trip-form input {
  min-width: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
}
.p1-trip-form input::placeholder { color: rgba(255, 255, 255, .5); }
.p1-trip-form button {
  min-width: 170px;
  padding-inline: 24px;
  border: 0;
  background: var(--p1-sand);
  color: var(--p1-navy);
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
}
.p1-trip-helper { margin-top: 12px !important; color: rgba(255, 255, 255, .5); font-size: 11px; line-height: 1.55; }
.p1-hospitality { border: 1px solid var(--p1-line); background: var(--p1-cream-soft); }
.p1-hospitality h2 { max-width: 360px; margin-top: 18px !important; font-size: 30px; font-weight: 760; letter-spacing: -.04em; line-height: 1.08; }
.p1-hospitality > p:not(.p1-eyebrow) { margin-top: 16px !important; color: var(--p1-muted); font-size: 12px; line-height: 1.65; }
.p1-hospitality > a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 34px; color: var(--p1-forest); font-size: 11px; font-weight: 700; text-decoration: none; }

.p1-footer {
  padding: 48px 0 28px;
  background: #142437;
  color: #fff;
}
.p1-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(150px, .65fr));
  gap: 34px;
}
.p1-footer__brand { font-size: 20px; font-weight: 760; letter-spacing: -.02em; }
.p1-footer__intro > p:not(.p1-footer__brand) { margin-top: 12px !important; color: rgba(255, 255, 255, .74); font-size: 12px; }
.p1-footer__intro small { display: block; margin-top: 8px; color: rgba(255, 255, 255, .48); font-size: 10px; }
.p1-footer__grid nav { display: flex; flex-direction: column; }
.p1-footer__grid nav strong { color: var(--p1-sand); font-size: 10px; letter-spacing: .12em; line-height: 1.4; }
.p1-footer__grid nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
}
.p1-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  line-height: 1.6;
}
.p1-footer__legal nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0 14px; }
.p1-footer__legal a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; color: rgba(255, 255, 255, .55); text-decoration: none; }
.p1-footer__owner { margin-top: 14px !important; color: rgba(255, 255, 255, .5); font-size: 9px; line-height: 1.6; }

.duke-p1-home :where(a, button, input, summary):focus-visible {
  outline: 3px solid #e1bd72;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .p1-calendar-popover { padding-inline: 16px; }
  .p1-container { width: min(100% - 32px, 1040px); }
  .p1-header__nav { width: min(100% - 28px, 1060px); gap: 14px; }
  .p1-brand { min-width: 158px; }
  .p1-desktop-nav { gap: 14px; }
  .p1-nav-link { font-size: 11px; }
  .p1-context-link { display: none; }
  .p1-header__right { gap: 7px; }
  .p1-header__right .p1-primary-cta { padding-inline: 18px; }
  .p1-hero { padding-top: 36px; }
  .p1-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 28px; }
  .p1-hero h1 { font-size: clamp(46px, 6vw, 62px); }
  .p1-hero__visual,
  .p1-hero__image { min-height: 330px; }
  .p1-search-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .p1-search-submit { grid-column: 1 / -1; }
  .p1-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 20px; }
  .p1-trust-item:nth-child(2) { border-right: 0; }
  .p1-trust-item:nth-child(-n + 2) { border-bottom: 1px solid var(--p1-line); }
  .p1-heading { font-size: clamp(31px, 4.4vw, 42px); }
  .p1-card__title { font-size: 18px; }
  .p1-planning-card { min-height: 230px; }
  .p1-guide-layout { grid-template-columns: minmax(0, 1.35fr) minmax(270px, .8fr); }
  .p1-guide-feature { grid-template-columns: .9fr 1.1fr; }
  .p1-guide-feature__content { padding: 22px; }
  .p1-guide-feature__content strong { font-size: 23px; }
  .p1-journey-grid { grid-template-columns: minmax(0, 1.35fr) minmax(260px, .75fr); }
  .p1-trip,
  .p1-hospitality { min-height: 300px; padding: 26px; }
  .p1-footer__grid { grid-template-columns: 1.2fr repeat(3, minmax(120px, .7fr)); }
}

@media (min-width: 768px) and (max-width: 920px) {
  .p1-desktop-nav,
  .p1-header__right > .p1-primary-cta { display: none; }
  .p1-header__right { margin-left: auto; }
  .p1-menu-button { display: inline-flex; }
  .p1-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(270px, .72fr); }
  .p1-hero h1 { font-size: 48px; }
  .p1-hero__body { font-size: 13px; }
  .p1-cards { gap: 12px; }
  .p1-card__body { padding: 14px; }
  .p1-card__title { font-size: 16px; }
  .p1-card__meta { font-size: 10px; }
  .p1-planning-card { padding: 22px; }
  .p1-guide-layout { grid-template-columns: 1.15fr .85fr; }
  .p1-guide-feature { grid-template-columns: 1fr; }
  .p1-guide-feature__media { min-height: 150px; }
  .p1-guide-link-list { padding: 18px; }
  .p1-journey-grid { grid-template-columns: 1.25fr .75fr; }
  .p1-trip-form { grid-template-columns: 1fr; }
  .p1-trip-form button { width: 100%; }
}

@media (max-width: 767px) {
  .duke-p1-home { scroll-padding-top: 68px; }
  body.duke-p1-home { padding-bottom: 58px; }
  .p1-container { width: calc(100% - 20px); }
  .p1-section { padding-block: 44px; }
  .p1-desktop-copy { display: none; }
  .p1-mobile-copy { display: inline; }
  .p1-heading { margin-top: 8px; font-size: 30px; line-height: 1.02; }
  .p1-copy { margin-top: 11px; font-size: 11px; line-height: 1.65; }
  .p1-eyebrow { font-size: 11px; letter-spacing: .12em; line-height: 1.4; }
  .p1-section-heading { display: block; }
  .p1-section-link { display: none; }

  .p1-header__nav { width: calc(100% - 20px); min-height: 68px; }
  .p1-brand { min-width: 0; margin-right: auto; }
  .p1-brand__wordmark { font-size: 16px; }
  .p1-brand__descriptor { max-width: 170px; font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
  .p1-desktop-nav,
  .p1-context-link,
  .p1-header__right > .p1-primary-cta { display: none; }
  .p1-header__right { gap: 6px; margin-left: 0; }
  .p1-language { min-width: 64px; min-height: 44px; padding-inline: 12px; font-size: 10px; }
  .p1-menu-button { display: inline-flex; min-width: 50px; min-height: 44px; }

  .p1-hero { padding: 26px 0 14px; }
  .p1-hero__grid { display: block; }
  .p1-hero h1 { margin-top: 12px; font-size: 43px; line-height: .97; }
  .p1-hero__body { margin-top: 13px; font-size: 11px; line-height: 1.55; }
  .p1-hero__chips { display: none; }
  .p1-hero__visual { min-height: 176px; margin-top: 18px; border-radius: 16px; }
  .p1-hero__image { min-height: 176px; }
  .p1-hero__visual-kicker { top: 12px; left: 12px; font-size: 9px; }
  .p1-hero__visual figcaption { right: 12px; bottom: 12px; left: 12px; }
  .p1-hero__visual figcaption strong { display: none; }
  .p1-hero__visual figcaption span { margin-top: 0; font-size: 10px; }

  .p1-booking { padding-bottom: 18px; }
  .p1-search-card { padding: 12px; border-radius: 16px; background: #17283a; box-shadow: none; }
  .p1-booking__heading { display: block; margin-bottom: 10px; }
  .p1-booking__heading h2 { color: #fff; font-size: 18px; }
  .p1-booking__heading p { margin-top: 4px; color: var(--p1-sand); font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-align: left; text-transform: none; }
  .p1-search-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .p1-search-field { min-height: 58px; padding: 9px 12px; border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .08); color: #fff; }
  .p1-search-field--static,
  .p1-search-field:nth-child(4),
  .p1-search-submit { grid-column: 1 / -1; }
  .p1-search-field span { color: var(--p1-sand); font-size: 11px; letter-spacing: .04em; }
  .p1-search-field strong { font-size: 12px; }
  .p1-search-submit { min-height: 56px; background: var(--p1-sand); color: var(--p1-navy); }
  .p1-policy-note { margin-top: 9px !important; padding: 0; background: transparent; color: rgba(255, 255, 255, .72); font-size: 11px; line-height: 1.55; }
  .p1-calendar-popover { padding: 14px 9px; border-radius: 14px; }
  .p1-calendar-popover button { min-width: 44px; min-height: 44px; }
  .p1-book-form { padding: 18px 14px; }

  .p1-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 10px; border: 0; background: var(--p1-forest); }
  .p1-trust-item,
  .p1-trust-item:nth-child(-n + 2) { display: block; min-height: 64px; padding: 10px; border: 0; border-radius: 11px; background: rgba(255, 255, 255, .09); }
  .p1-trust-index { display: none; }
  .p1-trust-item strong { color: #fff; font-size: 11px; }
  .p1-trust-item small { margin-top: 4px; color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.5; }

  .p1-cards--featured {
    display: flex;
    gap: 10px;
    margin: 24px -10px 0;
    padding: 0 10px 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .p1-cards--featured::-webkit-scrollbar { display: none; }
  .p1-cards--featured .p1-card { flex: 0 0 min(82vw, 320px); scroll-snap-align: start; }
  .p1-card { border-radius: 16px; }
  .p1-card__body { padding: 13px; }
  .p1-card__title { font-size: 16px; }
  .p1-card__meta { font-size: 10px; line-height: 1.45; }
  .p1-card__cta { min-height: 44px; padding-top: 10px; font-size: 11px; }
  .p1-stays-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
  .p1-swipe-hint { display: block; color: var(--p1-muted); font-size: 10px; }
  .p1-all-stays { display: contents; }
  .p1-all-stays > summary { position: static; min-height: 44px; padding-inline: 16px; font-size: 11px; }
  .p1-cards--all { flex: 0 0 100%; grid-template-columns: 1fr; width: 100%; margin-top: 12px; }

  .p1-section-heading--planning { display: block; }
  .p1-planning-context { display: none; }
  .p1-planning-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
  .p1-planning-card { min-height: 0; padding: 18px; border-radius: 16px; }
  .p1-planning-card h3 { margin-top: 8px !important; font-size: 18px; }
  .p1-planning-card p:not(.p1-eyebrow) { margin-top: 8px !important; font-size: 11px; line-height: 1.55; }
  .p1-planning-card a,
  .p1-planning-card > span { min-height: 44px; margin-top: 4px; font-size: 11px; }

  .p1-guide-layout { grid-template-columns: 1fr; gap: 9px; margin-top: 22px; }
  .p1-guide-feature { grid-template-columns: 1fr; min-height: 0; border-radius: 16px; }
  .p1-guide-feature__media { min-height: 134px; padding: 12px; }
  .p1-guide-feature__content { padding: 14px; }
  .p1-guide-feature__content small { font-size: 11px; letter-spacing: .08em; }
  .p1-guide-feature__content strong { margin-top: 8px; font-size: 18px; }
  .p1-guide-feature__content > span { margin-top: 8px; font-size: 11px; line-height: 1.55; }
  .p1-guide-feature__content b { min-height: 44px; margin-top: 5px; font-size: 11px; }
  .p1-guide-link-list { display: grid; gap: 7px; padding: 0; border: 0; background: transparent; }
  .p1-guide-list-title { display: none; }
  .p1-guide-link {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--p1-line);
    border-radius: 999px;
    background: var(--p1-white);
  }
  .p1-guide-link small,
  .p1-guide-link em,
  .p1-guide-link > span:last-child { display: none; }
  .p1-guide-link strong { margin: 0; font-size: 11px; text-align: center; }
  .p1-guide-link > span:first-child { width: 100%; }

  .p1-journey-grid { grid-template-columns: 1fr; gap: 0; }
  .p1-trip,
  .p1-hospitality { min-height: 0; margin-inline: -10px; padding: 30px 20px; border-radius: 0; }
  .p1-trip .p1-heading { font-size: 27px; }
  .p1-trip-form { grid-template-columns: 1fr; gap: 8px; margin-top: 20px; }
  .p1-trip-form input,
  .p1-trip-form button { width: 100%; min-height: 50px; }
  .p1-hospitality { margin-top: 0; border-width: 0 0 1px; background: var(--p1-cream-soft); }
  .p1-hospitality h2 { margin-top: 10px !important; font-size: 23px; }
  .p1-hospitality > p:not(.p1-eyebrow) { margin-top: 11px !important; font-size: 11px; line-height: 1.55; }
  .p1-hospitality > a { margin-top: 16px; font-size: 11px; }

  .p1-footer { padding: 36px 0 22px; }
  .p1-footer__grid { grid-template-columns: 1fr; gap: 10px; }
  .p1-footer__intro { margin-bottom: 8px; }
  .p1-footer__grid nav strong { margin-top: 8px; font-size: 11px; letter-spacing: .1em; }
  .p1-footer__grid nav a { min-height: 44px; }
  .p1-footer__legal { display: block; margin-top: 22px; padding-top: 18px; font-size: 11px; }
  .p1-footer__legal nav { justify-content: flex-start; margin-top: 8px; }
  .p1-footer__legal a { min-height: 44px; }
  .p1-footer__owner { font-size: 11px; line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
  .duke-p1-home *,
  .duke-p1-home *::before,
  .duke-p1-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
