/* ================================
   CSS CUSTOM PROPERTIES
================================ */
@font-face {
  font-display: swap;
  font-family: "ramillas-medium";
  src: url("https://secure-netstorage.macys.com/social/images/snippet/fonts/ttramillas/TTRamillas-Medium.eot?#iefix") format("eot"), url("https://secure-netstorage.macys.com/social/images/snippet/fonts/ttramillas/TTRamillas-Medium.woff2") format("woff2"), url("https://secure-netstorage.macys.com/social/images/snippet/fonts/ttramillas/TTRamillas-Medium.woff") format("woff");
}

:root {
  --campaign-color-bg: #F5F2EC;
  --campaign-color-text: #000;
  --campaign-color-purple: #6B4FBB;
  --campaign-color-border: #D0CBC0;
  --campaign-font-serif: "ramillas-medium", Georgia, serif;
  --campaign-font-script: "ramillas-medium", cursive;
  --campaign-font-sans: 'Macys Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --campaign-max-width: 1440px;
}

/* ================================
   RESPONSIVE BREAK HELPERS
================================ */
.mobile-only { display: none; }
@media only screen and (max-width: 719px) {
  .mobile-only { display: inline; }
  .desktop-only { display: none; }
}

/* ================================
   RESET / BASE
================================ */
#campaign *, #campaign *::before, #campaign *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#campaign section {
  max-width: 1440px;
  margin: 0 auto;
}

#campaign a {
  color: var(--campaign-color-text);
  text-decoration: underline;
}

#campaign a:hover { opacity: 1; text-decoration: underline; text-decoration-style: dotted; }

#campaign button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
}

/* ================================
   SLIDESHOW
================================ */
#campaign .slideshow-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 600;
  overflow: hidden;
  background: #fdf0e6;
  max-width: var(--campaign-max-width);
  margin: 0 auto;
}

#campaign .slideshow-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 719px) {
  #campaign .slideshow-wrapper {
    aspect-ratio: 309 / 430;
    height: auto !important;
  }
}

#campaign .slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slide 1 — soft peach/pink/yellow gradient */
#campaign .slide--1 {
  background-image: url(https://secure-netstorage.macys.com/social/images/catpages/2026/images/slide1_dt_v2.webp);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 719px) {
  #campaign .slide--1 {
    background-image: url(https://secure-netstorage.macys.com/social/images/catpages/2026/images/slide1_mw_v2.webp);
  }
}
#campaign .slide--1 .slide__eyebrow,
#campaign .slide--1 .slide__heading,
#campaign .slide--1 .slide__subtext {
  color: #fff;
}

#campaign .slide__content {
  text-align: center;
  padding: 24px 32px;
}

#campaign .slide__eyebrow {
  font-family: var(--campaign-font-serif);
  font-size: clamp(13px, 2.1vw, 30px);
  font-weight: 400;
  letter-spacing: 0.1em;
  /*color: var(--campaign-color-purple);*/
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 719px) {
  #campaign .slide__eyebrow {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}

#campaign .slide__heading {
  font-family: var(--campaign-font-serif);
  font-size: clamp(38px, 7.5vw, 108px);
  font-weight: 400;
  line-height: 1.0;
  color: #1A1A1A;
  margin-bottom: 18px;
}
@media only screen and (max-width: 719px) {
  #campaign .slide__heading {
    font-size: 16vw;
  }
}

#campaign .slide__subtext {
  font-size: clamp(15px, 2.1vw, 30px);
  color: #333;
  /*font-style: italic;*/
  font-family: var(--campaign-font-serif);
}
@media only screen and (max-width: 719px) {
  #campaign .slide__subtext {
    font-size: 4.8vw;
    margin-top: 5vw;
  }
}

/* Slide 2 — Father's Day Gift Guide */
#campaign .slide--2 {
  align-items: stretch;
  justify-content: flex-start;
  aspect-ratio: 1440 / 600;
  overflow: hidden;
  position: relative;
}
#campaign .slide--2 .video-left,
#campaign .slide--2 .video-right {
  flex: 0 0 33.333%;
  overflow: hidden;
}
#campaign .slide--2 .video-left video,
#campaign .slide--2 .video-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#campaign .slide--2 .center-content {
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  background-color: #1b2d4f;
  position: relative;
}
#campaign .slide--2 .center-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#campaign .slide--2 .logo-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}
#campaign .slide--2 .eyebrow-text {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  font-size: 18px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
#campaign .slide--2 .subtitle-text {
  font-size: 25px;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.2;
  font-weight: 400;
}
#campaign .slide--2 .slide-cta {
  display: inline-block;
  border-radius: 0.36em;
  background-color: #fff;
  padding: 0.57em 1.14em;
  font-family: "Macys Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 1.1428571429;
  margin-top: 15px;
  text-decoration: none;
}
@media (min-width: 720px) and (max-width: 1440px) {
  #campaign .slide--2 .eyebrow-text  { font-size: 1.25vw; }
  #campaign .slide--2 .subtitle-text { font-size: 1.736vw; }
  #campaign .slide--2 .slide-cta     { font-size: 0.9722222222vw; margin-top: 1.0416666667vw; }
  #campaign .slide--2 .logo-img      { width: 22.22vw; max-width: none; }
}
br.desktop { display: block; }
br.mobile  { display: none; }
#campaign .slide--2 .video-controls {
  z-index: 4;
  position: absolute;
  bottom: 16px;
  left: 24px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("https://secure-netstorage.macys.com/social/images/snippet/2024/images/button-pause.svg");
  background-repeat: no-repeat;
  pointer-events: all;
}
#campaign .slide--2 .mobile-cta {
  display: none;
}
@media (max-width: 719px) {
  br.desktop { display: none; }
  br.mobile  { display: block; }
  #campaign .slide--2 {
    flex-direction: row;
    flex-wrap: wrap;
    aspect-ratio: 309 / 420;
    align-items: flex-start;
    overflow: hidden;
    background: #1b2d4f;
    justify-content: flex-start;
  }
  #campaign .slide--2 .center-content {
    order: 1;
    flex: 0 0 100%;
    padding: 0;
    background: #1b2d4f;
    justify-content: flex-start;
  }
  #campaign .slide--2 .center-header {
    background-color: #1b2d4f;
    width: 100%;
    padding: 9vw 5.33vw 0;
  }
  #campaign .slide--2 .logo-img {
    width: 60.84vw;
    max-width: none;
    margin-bottom: 3.8835vw;
  }
  #campaign .slide--2 .eyebrow-text { display: none; }
  #campaign .slide--2 .slide-cta    { display: none; }
  #campaign .slide--2 .center-text {
    padding: 0 0 4vw;
    background: #1b2d4f;
    width: 100%;
  }
  #campaign .slide--2 .subtitle-text {
    font-size: 3.8835vw;
    color: #fff;
    letter-spacing: -0.015em;
    line-height: 1.2;
    font-weight: 400;
  }
  #campaign .slide--2 .video-left,
  #campaign .slide--2 .video-right {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: round(68vw, 1px);
    overflow: hidden;
  }
  #campaign .slide--2 .video-left  { left: 0; }
  #campaign .slide--2 .video-right { right: 0; }
  #campaign .slide--2 .mobile-cta {
    display: block;
    position: absolute;
    bottom: 16vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap;
  }
  #campaign .slide--2 .mobile-cta a {
    display: inline-block;
    border-radius: 0.36em;
    background-color: #fff;
    padding: 0.57em 1.14em;
    font-family: "Macys Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 3.2vw;
    color: #000;
    line-height: 1.1428571429;
    text-decoration: none;
  }
  #campaign .slide--2 .video-controls {
    bottom: 4.27vw;
    left: 6.4vw;
    width: 6.67vw;
    height: 6.67vw;
  }
}

/* Arrows — hidden on mobile */
#campaign .slide-arrow {
  display: none;
  position: absolute;
  padding-bottom: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  color: #1A1A1A;
  z-index: 10;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

#campaign .slide-arrow:hover { background: white; }
#campaign .slide-arrow--prev { left: 20px; }
#campaign .slide-arrow--next { right: 20px; }

/* Controls: pause + dots */
#campaign .slide-controls {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

#campaign .slide-pause {
  font-size: 11px;
  color: #000;
  line-height: 1;
  padding: 2px 4px;
}
#campaign .slide-pause [hidden] {
  display: none;
}

#campaign .slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.25s;
}

#campaign .slide-dot.active {
  background: #000;
}

#campaign .slide-controls:has(.slide-dot[data-index="0"].active) .slide-dot {
  background: rgba(255, 255, 255, 0.45);
}
#campaign .slide-controls:has(.slide-dot[data-index="0"].active) .slide-dot.active {
  background: rgba(255, 255, 255, 0.9);
}
#campaign .slide-controls:has(.slide-dot[data-index="0"].active) .slide-pause {
  color: rgba(255, 255, 255, 0.75);
}

/* Desktop */
@media (min-width: 720px) {
  #campaign .slideshow-wrapper { aspect-ratio: 1440 / 600; height: auto; }

  #campaign .slide-arrow { display: flex; }
  #campaign .slide--2 .slide-arrow { background: #fff; }
  #campaign .slide--2 .slide-arrow:hover { background: #fff; }

  #campaign .slide-controls:has(.slide-dot[data-index="1"].active) .slide-dot {
    background: rgba(255, 255, 255, 0.45);
  }
  #campaign .slide-controls:has(.slide-dot[data-index="1"].active) .slide-dot.active {
    background: rgba(255, 255, 255, 0.9);
  }
  #campaign .slide-controls:has(.slide-dot[data-index="1"].active) .slide-pause {
    color: rgba(255, 255, 255, 0.75);
  }
}

/* ================================
   SHIPPING GRID
================================ */
#campaign .shipping-grid {
  background: #fff;
  margin: 4em auto 2em auto;
  /*padding: 32px 0;*/
  width: calc(100vw - 40px);
}

#campaign .shipping-grid__inner {
  max-width: var(--campaign-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

#campaign .tile {
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--campaign-color-bg);
}
@media only screen and (max-width: 719px) {
  #campaign .tile {
    padding: 6.6vw 0;
  }
}

#campaign .tile__icon {
  width: clamp(44px, 3.8vw, 58px);
  height: clamp(44px, 3.8vw, 58px);
  margin-bottom: 16px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
}

#campaign .tile__icon svg {
  width: 100%;
  height: 100%;
}
#campaign .tile:nth-child(6) .tile__icon {
  margin-bottom: clamp(1px, 0.6vw, 10px);
}

#campaign .tile__icon--ups {
  width: 44px;
  height: 52px;
  transform: scale(2);
}
@media only screen and (max-width: 719px) {
  #campaign .tile__icon {
    width: 10.6vw;
    height: 10.6vw;
  }
  #campaign .tile__icon--ups {
    width: 9.4vw;
    height: 11.1vw;
  }
  #campaign .tile:nth-child(1) .tile__icon {
    width: 8.4vw;
    height: 8.4vw;
  }
  #campaign .tile:nth-child(2) .tile__icon {
    height: 7.2vw;
    margin-bottom: 2vw;
  }
  #campaign .tile:nth-child(3) .tile__icon {
    margin-bottom: 2vw;
  }
  #campaign .tile:nth-child(5) .tile__icon,
  #campaign .tile:nth-child(6) .tile__icon {
    height: 9vw;
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
  }
}

#campaign .tile__title {
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  #campaign .tile__title {
    font-size: 4.8vw;
  }
}

#campaign .tile__title sup {
  font-size: 10px;
}

#campaign .tile__body {
  font-family: var(--campaign-font-sans) !important;
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--campaign-color-text);
  margin-bottom: 12px;
  max-width: 424px;
  font-weight: 500;
}
@media only screen and (max-width: 719px) {
  #campaign .tile__body {
    font-size: 3.73333vw;
    max-width: unset;
    margin-bottom: 3.47vw;
  }
}

#campaign .tile__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}

#campaign .tile__links a {
  font-family: var(--campaign-font-sans) !important;
  font-weight: 500;
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 719px) {
  #campaign .tile__links a {
    font-size: 3.73333vw;
  }
}

@media (min-width: 720px) {
  #campaign .shipping-grid__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  #campaign .tile {
    border-bottom: none;
    padding: 2.083vw 1.5vw;
  }

  #campaign .tile:nth-child(3n) {
    border-right: none;
  }
}

/* ================================
   ORDER-BY DATES ACCORDION
================================ */
#campaign .order-dates__inner {
  max-width: var(--campaign-max-width);
  margin: 0 auto;
  padding: 32px 0;
  width: calc(100vw - 40px);
}

#campaign .order-dates__label-col {
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  #campaign .order-dates__label-col,
  #campaign .order-dates__sublabel {
    text-align: center;
  }
}

#campaign .order-dates__label {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  line-height: 0;
}
@media only screen and (max-width: 719px) {
  #campaign .order-dates__label {
    font-size: 8vw;
  }
}

#campaign .order-dates__sublabel {
  font-size: clamp(13px, 2.5vw, 18px);
  color: var(--campaign-color-text);
  margin-bottom: 16px;
}
@media only screen and (max-width: 719px) {
  #campaign .order-dates__sublabel {
    font-size: 4.8vw;
    line-height: 1.1;
    margin-bottom: 4.27vw;
  }
}

#campaign .order-dates__accordion {
  background: var(--campaign-color-bg);
}

/* Accordion items — divider between rows */
#campaign .accordion-item {
  border-bottom: 1px solid #000;
}
#campaign .accordion-item:first-child {
  border-top: 1px solid #000;
}
#campaign .accordion-item:last-child {
  border-bottom: none;
}

#campaign .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  font-size: clamp(13px, 2.2vw, 16px);
  font-weight: 700;
  color: var(--campaign-color-text);
  text-align: left;
  gap: 12px;
}

#campaign .accordion-header:hover {
  opacity: 0.75;
}

/* Chevron arrow */
#campaign .accordion-chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  color: #000;
}

#campaign .accordion-chevron::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-right: 1.8px solid currentColor;
  border-top: 1.8px solid currentColor;
  transform: translate(-65%, -50%) rotate(45deg);
  transition: transform 0.25s ease;
}

#campaign .accordion-item.open .accordion-chevron::before {
  transform: translate(-50%, -30%) rotate(135deg);
}

/* Body: hidden by default */
#campaign .accordion-body {
  overflow: hidden;
  max-height: 0;
  padding: 0 24px;
  transition: max-height 0.38s ease;
}

#campaign .accordion-item.open .accordion-body {
  max-height: 3200px;
}

/* Table */
#campaign .dates-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(11px, 1.9vw, 14px);
  margin-bottom: 20px;
}

#campaign .dates-table thead th {
  text-align: left;
  font-weight: 700;
  font-size: clamp(13px, 2.2vw, 16px);
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.04em;*/
  padding: 6px 0 12px;
  /*border-bottom: 1px solid var(--campaign-color-border);*/
  color: var(--campaign-color-text);
}

#campaign .dates-table thead th:last-child {
  text-align: left;
}
@media only screen and (max-width: 719px) {
  #campaign .dates-table thead th {
    font-size: 4.27vw;
    letter-spacing: -0.03em;
  }
}

#campaign .dates-table tbody td {
  padding: 9px 0;
  vertical-align: top;
  border-bottom: 1px solid #e8e3db;
  line-height: 1.5;
  color: var(--campaign-color-text);
  font-weight: 500;
}

#campaign .dates-table tbody td:last-child {
  text-align: left;
  white-space: nowrap;
  padding-left: 0;
  color: var(--campaign-color-text);
}
@media only screen and (max-width: 719px) {
  #campaign .dates-table tbody td {
    font-size: 3vw;
    border-bottom: none;
  }
  #campaign .dates-table tbody td:first-child,
  #campaign .dates-table thead th:first-child {
    width: 67%;
  }
  #campaign .dates-table tbody td:last-child {
    text-align: left;
    padding-left: 0;
  }
  #campaign .dates-table thead th:last-child {
    text-align: left;
  }
}

#campaign .dates-table .category-row td {
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 4px;
  border-bottom: none;
  color: #1A1A1A;
  text-align: left !important;
  padding-left: 0 !important;
  font-size: clamp(13px, 2.2vw, 16px);
}
@media only screen and (max-width: 719px) {
  #campaign .accordion-header {
    font-size: 5.33vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  #campaign .dates-table .category-row td {
    font-size: 4.27vw;
  }
}

#campaign .dates-table .note {
  display: block;
  font-size: clamp(10px, 1.6vw, 12px);
  color: var(--campaign-color-text);
  font-weight: 400;
  margin-top: 2px;
}
@media only screen and (max-width: 719px) {
  #campaign .dates-table .note {
    font-size: 2.67vw;
  }
}

/* Footnotes */
#campaign .accordion-footnotes {
  padding-bottom: 28px;
}

#campaign .accordion-footnotes p {
  font-size: clamp(10px, 1.6vw, 12px);
  color: var(--campaign-color-text);
  line-height: 1.65;
  margin-bottom: 6px;
}
@media only screen and (max-width: 719px) {
  #campaign .accordion-footnotes p {
    font-size: 2.67vw;
  }
}

@media (min-width: 720px) {
  #campaign .order-dates__inner {
    /*padding: 0;*/
  }
  #campaign .dates-table tbody td:first-child,
  #campaign .dates-table thead th:first-child {
    width: 80%;
  }
}
@media (min-width: 720px) {
  #campaign .order-dates__inner {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 48px;
    align-items: start;

  }

  #campaign .order-dates__label-col {
    margin-bottom: 0;
    top: 20px;
  }

  #campaign .order-dates__label {
    font-size: 26px;
  }

  #campaign .order-dates__sublabel {
    font-size: 13px;
    margin-bottom: 16px;
  }

  /* Extend accordion's beige background leftward to fill the blank space
     under "Order-by dates:" — offset = label-col width (210px) + gap (48px) */
  #campaign .order-dates__accordion {
    box-shadow: -258px 0 0 0 var(--campaign-color-bg);
  }
}

/* ================================
   LEGAL COPY
================================ */
#campaign .legal-copy {
  background: var(--campaign-color-bg);
  border-top: 1px solid var(--campaign-color-border);
  padding: 32px 24px 40px;
}

#campaign .legal-copy__inner {
  max-width: var(--campaign-max-width);
  margin: 0 auto;
}

#campaign .legal-copy__inner p {
  font-size: 12px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 14px;
}

#campaign .legal-copy__inner strong {
  color: #444;
}

#campaign .legal-copy__footer {
  max-width: var(--campaign-max-width);
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid var(--campaign-color-border);
  font-size: 12px;
  color: #444;
}

#campaign .legal-copy__footer a {
  color: #444;
  font-size: 12px;
}

@media (min-width: 720px) {
  #campaign .legal-copy {
    padding: 48px 80px 56px;
  }
}
@media (max-width: 719px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 720px) {
  .mobile-only {
    display: none;
  }
}
