:root {
  --green: #124331;
  --green-2: #0a5a3d;
  --gold: #d9aa54;
  --red: #bb4338;
  --ink: #17241c;
  --muted: #6f766f;
  --line: rgba(20, 64, 45, .14);
  --paper: #fffdf8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #f6f3eb;
}

button,
input {
  font: inherit;
}

.df-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 52px);
  background: rgba(255, 253, 248, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.df-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.df-brand img {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
}

.df-brand strong {
  display: block;
  font-size: 18px;
}

.df-brand em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.df-home {
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 70px;
}

.df-hero {
  min-height: 540px;
  border-radius: 30px;
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 35, 25, .88), rgba(8, 35, 25, .48), rgba(8, 35, 25, .14)),
    url("./menu-posters/photo-bg-beauty-hall.png") center / cover;
  color: white;
  box-shadow: 0 24px 60px rgba(20, 45, 32, .18);
}

.eyebrow {
  margin: 0 0 18px;
  color: #f1d79c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.df-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 1.08;
}

.df-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.8;
}

.df-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.df-hero-actions a,
.df-hero-actions button {
  min-width: 150px;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  text-align: center;
  font-weight: 900;
  cursor: pointer;
}

.df-hero-actions a {
  background: #fff;
  color: var(--green);
  text-decoration: none;
}

.df-hero-actions button {
  background: rgba(255, 255, 255, .16);
  color: white;
  border: 1px solid rgba(255, 255, 255, .35);
}

.df-hero-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 24px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px);
}

.df-hero-stat {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.df-hero-stat:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.df-hero-stat strong {
  display: block;
  font-size: 54px;
  line-height: .95;
  color: #ffe3a5;
}

.df-hero-stat span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 900;
}

.df-hero-card small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 1.7;
}

.df-trust-banner {
  position: relative;
  order: -1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: center;
  min-height: 138px;
  border: 1px solid rgba(255, 227, 165, .34);
  border-radius: 24px;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(5, 28, 21, .94), rgba(12, 71, 49, .78), rgba(255, 227, 165, .2)),
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0));
  box-shadow: 0 22px 48px rgba(4, 24, 17, .22);
}

.df-trust-banner::before {
  content: "";
  position: absolute;
  inset: -40% -12% auto auto;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 227, 165, .24);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 227, 165, .2), rgba(255, 227, 165, 0) 64%);
}

.df-trust-banner::after {
  content: "ICN  SEL  DUTY FREE";
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 14px;
  color: rgba(255, 255, 255, .11);
  font-size: clamp(28px, 6vw, 70px);
  font-weight: 1000;
  letter-spacing: 0;
  white-space: nowrap;
}

.df-trust-copy,
.df-trust-points {
  position: relative;
  z-index: 1;
}

.df-trust-copy span {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 227, 165, .14);
  color: #ffe3a5;
  font-size: 12px;
  font-weight: 1000;
}

.df-trust-copy h2 {
  margin: 12px 0 0;
  color: white;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.12;
}

.df-trust-copy p {
  max-width: 680px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.7;
}

.df-trust-points {
  display: grid;
  justify-items: start;
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 24px;
}

.df-trust-points strong {
  color: #ffe3a5;
  font-size: clamp(42px, 6vw, 70px);
  line-height: .9;
}

.df-trust-points em {
  margin-top: 10px;
  color: white;
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}

.df-trust-points small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.6;
}

.df-steps,
.df-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.df-steps article,
.df-summary article {
  min-height: 88px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: var(--paper);
}

.df-steps strong {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #1d3326;
}

.df-steps span,
.df-summary span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.df-base-section {
  margin-top: 34px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 248, 231, .9)),
    var(--paper);
}

.df-section-title {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.df-section-title span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: #f5ead1;
  color: #8a5a1e;
  font-size: 13px;
  font-weight: 900;
}

.df-section-title h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.df-section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.df-base-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.df-base-card {
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: white;
  box-shadow: 0 12px 22px rgba(31, 44, 36, .04);
}

.df-base-card strong {
  display: block;
  font-size: 19px;
  line-height: 1.25;
}

.df-base-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.df-rate-block {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  gap: 2px 8px;
  align-items: baseline;
  max-width: 100%;
  width: fit-content;
  margin-top: 12px;
  border: 1px solid rgba(187, 67, 56, .16);
  border-radius: 14px;
  padding: 9px 11px;
  background: linear-gradient(135deg, #fff6ed, #fff);
  color: var(--red);
}

.df-rate-block span {
  color: #9b5a3f;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.df-rate-block strong {
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.df-rate-block small {
  grid-column: 1 / -1;
  color: #9b7262;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.df-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 18px;
  align-items: end;
  margin-top: 34px;
}

.df-toolbar h2 {
  margin: 0;
  font-size: 34px;
}

.df-toolbar p {
  margin: 8px 0 0;
  color: var(--muted);
}

.df-toolbar input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  background: white;
  outline: none;
}

.df-toolbar input:focus {
  border-color: rgba(10, 90, 61, .55);
  box-shadow: 0 0 0 4px rgba(10, 90, 61, .08);
}

.df-filter-row {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 16px 0 0;
}

.df-filter-row button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: white;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.df-filter-row button.active {
  background: var(--green);
  color: white;
}

.df-filter-row span {
  margin-left: 6px;
  color: inherit;
  opacity: .68;
}

.df-summary article {
  min-height: 94px;
}

.df-summary strong {
  display: block;
  color: var(--green-2);
  font-size: 34px;
}

.df-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.df-brand-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: white;
  box-shadow: 0 14px 28px rgba(31, 44, 36, .05);
}

.df-brand-main span {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 9px;
  background: #f5ead1;
  color: #8a5a1e;
  font-size: 12px;
  font-weight: 900;
}

.df-brand-main h3 {
  margin: 10px 0 4px;
  font-size: 22px;
  line-height: 1.25;
}

.df-brand-main p {
  margin: 0;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.df-store-list {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.df-store-list::-webkit-scrollbar {
  display: none;
}

.df-store-list em {
  flex: 0 0 auto;
  border: 1px solid #e9e1d6;
  border-radius: 999px;
  padding: 7px 10px;
  color: #b6aaa0;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.df-store-list em.available {
  border-color: rgba(10, 90, 61, .18);
  background: #e9f5ee;
  color: var(--green-2);
}

.df-brand-card > small {
  color: var(--red);
  line-height: 1.6;
}

.df-empty {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: 18px;
  padding: 30px;
  background: white;
  color: var(--muted);
  text-align: center;
}

.df-advisor-widget {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  top: 56%;
  z-index: 60;
  transform: translateY(-50%);
}

.df-advisor-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
  background: var(--green);
  color: white;
  box-shadow: 0 16px 34px rgba(18, 67, 49, .28);
  cursor: pointer;
  font-weight: 900;
  white-space: nowrap;
}

.df-advisor-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ffe1a0;
  color: var(--green);
  font-size: 18px;
  font-weight: 1000;
}

.df-advisor-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 306px;
  border: 1px solid rgba(18, 67, 49, .14);
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 253, 248, .97);
  box-shadow: 0 24px 58px rgba(28, 43, 35, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.96);
  transform-origin: bottom right;
  transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(18px);
}

.df-advisor-widget.is-open .df-advisor-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.df-advisor-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.df-advisor-kicker {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  background: #f5ead1;
  color: #8a5a1e;
  font-size: 12px;
  font-weight: 900;
}

.df-advisor-panel h2 {
  margin: 14px 34px 0 0;
  font-size: 24px;
  line-height: 1.2;
}

.df-advisor-panel p {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.df-advisor-panel img {
  display: block;
  width: min(100%, 206px);
  margin: 0 auto;
  border: 10px solid white;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(31, 44, 36, .08);
}

.df-advisor-panel small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 900px) {
  main {
    width: min(100% - 24px, 680px);
  }

  .df-hero {
    min-height: 620px;
    grid-template-columns: 1fr;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(8, 35, 25, .88), rgba(8, 35, 25, .45), rgba(8, 35, 25, .18)),
      url("./menu-posters/photo-bg-beauty-hall.png") center / cover;
  }

  .df-hero-card {
    align-self: end;
    width: min(100%, 320px);
  }

  .df-trust-banner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .df-trust-points {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding: 16px 0 0;
  }

  .df-steps,
  .df-summary,
  .df-base-grid,
  .df-grid,
  .df-toolbar {
    grid-template-columns: 1fr;
  }

  .df-base-card {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .df-header {
    padding: 10px 12px;
  }

  .df-brand img {
    width: 44px;
    height: 44px;
  }

  .df-brand strong {
    font-size: 16px;
  }

  .df-home {
    padding: 9px 12px;
    font-size: 13px;
  }

  main {
    width: calc(100% - 20px);
    padding-top: 12px;
  }

  .df-hero {
    min-height: 650px;
    border-radius: 22px;
    padding: 24px;
    gap: 20px;
  }

  .df-hero h1 {
    font-size: 40px;
  }

  .df-hero p {
    font-size: 16px;
  }

  .df-hero-actions a,
  .df-hero-actions button {
    flex: 1 1 130px;
    min-width: 0;
  }

  .df-trust-banner {
    border-radius: 20px;
    padding: 18px;
  }

  .df-trust-copy h2 {
    font-size: 28px;
  }

  .df-trust-copy p {
    font-size: 14px;
  }

  .df-trust-points strong {
    font-size: 46px;
  }

  .df-toolbar h2 {
    font-size: 28px;
  }

  .df-brand-main h3 {
    font-size: 20px;
  }

  .df-advisor-widget {
    right: 12px;
    top: auto;
    bottom: 70px;
    transform: none;
  }

  .df-advisor-toggle {
    padding-right: 12px;
    box-shadow: 0 12px 28px rgba(18, 67, 49, .28);
  }

  .df-advisor-panel {
    right: 0;
    bottom: 60px;
    width: min(326px, calc(100vw - 24px));
  }
}
