:root {
  --page-bg: #f0f2f5;
  --text: #000000;
  --muted: rgba(46, 45, 49, 0.63);
  --line: rgba(46, 45, 49, 0.22);
  --panel: #ffffff;
  --soft: #E5E7EB;
  --tab: #5a5a5a;
  --blue: #4b91f1;
  --link: #2491ff;
  --orange: #ff4500;
  --green: #16b719;
  --notice: #877400;
  --notice-border: rgba(255, 192, 0, 0.7);
  --notice-bg: #fffff2;
  --shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  --radius: 8px;
  --page-width: 366px;
  --copied-label: " Afritað";
  color-scheme: light;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

:root:lang(en) {
  --copied-label: " Copied";
}

:root:lang(th) {
  --copied-label: " คัดลอกแล้ว";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page-bg);
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.45;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

button {
  outline: none;
  cursor: pointer;
}

button:focus,
button:focus-visible,
summary:focus,
summary:focus-visible,
[role="button"]:focus,
[role="button"]:focus-visible {
  outline: none;
  box-shadow: none;
}

.page {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  padding: 36px 14px 42px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Header */
.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 16px;
}

.logo {
  display: flex;
  width: 60px;
  flex: 0 0 60px;
  align-items: center;
}

.logo img {
  width: 100%;
  height: auto;
}

.brand {
  flex: 0 0 auto;
}

.brand-title {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.contact-line {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.language-switcher {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 5;
}

.language-switcher summary {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 45, 49, 0.28);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  list-style: none;
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-menu {
  position: absolute;
  top: 42px;
  right: 0;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(46, 45, 49, 0.18);
  border-radius: 999px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.language-menu a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-size: 1.18rem;
  line-height: 1;
}

.language-menu a[aria-current="true"] {
  border-color: rgba(46, 45, 49, 0.28);
  background: #ffffff;
}

/* Home card and main menu */
.home-card {
  overflow: hidden;
  margin-bottom: 64px;
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  cursor: zoom-in;
}

.home-menu {
  display: grid;
  gap: 14px;
  padding: 48px 30px;
}

.menu-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 10px 20px;
  background: var(--soft);
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.2;
}

.menu-button-dark {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}

.menu-button-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.menu-button i {
  width: 1.25rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.menu-gift-icon {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
}

.menu-star-icon {
  display: block;
  width: 1.34rem;
  height: 1.34rem;
  flex: 0 0 1.34rem;
}

.menu-social-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
}

/* Shared panels */
.tab-section {
  position: relative;
  margin: 0 0 40px;
}

.tab-heading {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  align-items: baseline;
  gap: 0.35em;
  margin-bottom: -10px;
  border-radius: 5px 5px 5px 0;
  padding: 10px 15px;
  background: var(--tab);
  color: #ffffff;
}

.tab-heading h1,
.tab-heading h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.tab-heading i {
  font-size: 1.05rem;
}

.panel {
  border-radius: 0 8px 8px 8px;
  padding: 40px 30px 30px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.panel h3 {
  margin: 0 0 0.2rem;
  color: #000000;
  font-size: 1.1875rem;
  line-height: 1.35;
}

.panel p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.panel p:last-child {
  margin-bottom: 0;
}

.panel a {
  color: var(--link);
}

hr {
  height: 1px;
  margin: 1rem 0;
  border: 0;
  background: var(--line);
}

.link-icon {
  margin-left: 0.18rem;
  color: var(--link);
  font-size: 0.62rem;
  vertical-align: 0.08em;
}

/* Services and payments */
.panel p.price {
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: 1.0625rem;
  font-weight: 700;
}

.price-dot {
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  margin: 0 0.28em;
  border-radius: 999px;
  background: #000000;
  vertical-align: 0.18em;
}

.service p:not(.price),
.payment-list p {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.service-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin: 0.15rem 0 1rem;
  padding: 0;
  list-style: none;
}

.service-tags li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  padding: 0.3rem 0.48rem;
  background: var(--soft);
  color: rgba(46, 45, 49, 0.76);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.service-tags i {
  color: var(--link);
  font-size: 0.86rem;
}

.payment-list strong {
  color: #000000;
  font-size: 1.1875rem;
}

.payment-list .muted-strong {
  color: var(--muted);
  font-size: 1.0625rem;
}

.check-icon {
  color: var(--green);
}

.copy-value {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--link);
  font: inherit;
}

.copy-value span {
  position: relative;
}

.copy-value.is-copied span::after {
  content: var(--copied-label);
  position: absolute;
  inset: -0.12rem 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: 0.78rem;
  line-height: 1.1;
  white-space: nowrap;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

.copy-value i {
  font-size: 0.72rem;
  opacity: 0.72;
}

/* Staff and location */
.staff-list {
  display: grid;
  gap: 1rem;
}

.staff-member {
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.9rem;
  align-items: start;
  border-radius: 8px;
  cursor: zoom-in;
}

.staff-member + .staff-member {
  padding-top: 1rem;
}

.staff-member + .staff-member::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line);
}

.staff-photo {
  display: block;
  width: 100%;
  border-radius: 8px;
  cursor: zoom-in;
}

.staff-list .staff-photo {
  width: 5.5rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.staff-profile h3 {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.35rem;
  color: #000000;
  font-size: 1.1875rem;
  line-height: 1.2;
}

.staff-profile p {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.staff-heart {
  margin-left: 0.08rem;
  font-size: 0.95rem;
  vertical-align: -0.03em;
}

.staff-heart-pink {
  color: #ff4fb3;
}

.staff-heart-green {
  color: #39d44b;
}

.staff-heart-blue {
  color: #2491ff;
}

.gallery {
  margin-bottom: 1rem;
}

.slides {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
}

.slide {
  display: none;
  width: 100%;
  border-radius: 8px;
}

.slide.is-active {
  display: block;
  cursor: zoom-in;
}

.gallery-pill {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  padding: 0.32rem 0.48rem;
  background: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  font-size: 0.68rem;
  line-height: 1;
}

.slide-arrow {
  position: absolute;
  bottom: 0.45rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #333333;
  font-size: 0.9rem;
}

.slide-arrow-prev {
  left: 0.45rem;
}

.slide-arrow-next {
  right: 0.45rem;
}

.gallery + .location-profile {
  padding-top: 12px;
}

.location-name,
.location-profile a,
.contact-profile a {
  color: var(--link);
}

table {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
}

th,
td {
  padding: 0.35rem 0;
  color: var(--muted);
  font-size: 1.0625rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

td {
  text-align: right;
}

tr.is-today th,
tr.is-today td {
  color: #000000;
  font-weight: 700;
}

tr.is-today th {
  position: relative;
  padding-left: 0.8rem;
}

tr.is-today th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--link);
  transform: translateY(-50%);
}

.panel p.note {
  color: var(--muted);
  font-size: 1.0625rem;
}

/* Content pages */
.content-panel {
  position: relative;
  color: var(--muted);
}

.terms-close {
  position: absolute;
  top: -34px;
  right: 0;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--orange) !important;
  font-size: 1.4375rem;
  line-height: 1;
}

.content-section + .content-section {
  margin-top: 1rem;
}

.content-section h2 {
  margin: 0 0 0.35rem;
  color: #000000;
  font-size: 1.1875rem;
  line-height: 1.2;
}

.content-section p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.content-section p:last-child {
  margin-bottom: 0;
}

.content-panel .notice-text {
  color: var(--orange) !important;
  font-weight: 400;
}

.bottom-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 2rem;
  color: var(--link) !important;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
}

.bottom-back-link i {
  font-size: 0.85rem;
}

/* Gift card pages */
.gift-card-image {
  width: 100%;
  margin-bottom: calc(1rem + 12px);
  border-radius: 8px;
}

.bank-details p {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.bank-details strong {
  color: #000000;
  font-weight: 700;
}

.service-price-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.service-price-list div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.04rem;
}

.service-price-list dt,
.service-price-list dd {
  margin: 0;
}

.service-price-list dd {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #000000;
  font-weight: 700;
  text-align: left;
}

.service-price-list dd i {
  color: var(--link);
  font-size: 0.62rem;
  vertical-align: 0.08em;
}

.service-row-link {
  position: absolute;
  inset: -0.18rem 0;
  border-radius: 4px;
}

.order-steps {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.order-steps li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
}

.order-steps li::before {
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: 700;
}

.order-steps li:nth-child(1)::before {
  content: "1.";
}

.order-steps li:nth-child(2)::before {
  content: "2.";
}

.order-steps li:nth-child(3)::before {
  content: "3.";
}

/* Gift card checkout */
.payment-test-panel {
  display: grid;
  gap: 1.5rem;
  padding-top: 38px;
}

.giftcard-order-intro {
  display: grid;
  gap: 0.35rem;
}

.giftcard-order-intro h2 {
  margin: 0;
  color: #000000;
  font-size: 1.22rem;
  line-height: 1.2;
}

.giftcard-order-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.42;
}

.payment-test-form {
  display: grid;
  gap: 1.5rem;
}

.payment-test-form fieldset {
  display: grid;
  gap: 0.6rem;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.payment-test-form legend {
  margin-bottom: 0.62rem;
  color: #000000;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.giftcard-options {
  display: grid;
  gap: 0.7rem;
}

.payment-option {
  position: relative;
  display: grid;
  gap: 0.66rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.82rem;
  padding-right: 2.62rem;
  background: #ffffff;
  color: #000000;
  scroll-margin-top: 1rem;
}

.service-info-button {
  position: absolute;
  top: 0.58rem;
  right: 0.58rem;
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--link);
  font-size: 1rem;
  line-height: 1;
}

.payment-option.is-selected {
  border-color: rgba(36, 145, 255, 0.72);
  background: rgba(36, 145, 255, 0.08);
}

.payment-option.is-info-open {
  border-color: rgba(36, 145, 255, 0.42);
}

.giftcard-options.is-invalid .payment-option {
  border-color: rgba(183, 38, 38, 0.7);
  background: rgba(183, 38, 38, 0.06);
}

.payment-option-text {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.payment-option-text strong {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
}

.payment-option-text small {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.service-info-inline {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.12rem;
  border-top: 1px solid rgba(46, 45, 49, 0.14);
  padding-top: 0.82rem;
  color: var(--muted);
}

.service-info-inline[hidden] {
  display: none;
}

.service-info-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-info-tags li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  padding: 0.3rem 0.48rem;
  background: var(--soft);
  color: rgba(46, 45, 49, 0.76);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.service-info-tags i {
  color: var(--link);
  font-size: 0.86rem;
}

.service-info-copy {
  display: grid;
  gap: 0.58rem;
}

.service-info-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.giftcard-quantity {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(36, 145, 255, 0.34);
  border-radius: 7px;
  background: #ffffff;
}

.giftcard-quantity button,
.giftcard-quantity input {
  min-width: 0;
  height: 2rem;
  border: 0;
  margin: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.giftcard-quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--link);
  cursor: pointer;
}

.giftcard-quantity button:disabled {
  color: rgba(46, 45, 49, 0.26);
  cursor: default;
}

.giftcard-quantity input {
  border-right: 1px solid rgba(36, 145, 255, 0.2);
  border-left: 1px solid rgba(36, 145, 255, 0.2);
  text-align: center;
  appearance: textfield;
}

.giftcard-quantity input::-webkit-outer-spin-button,
.giftcard-quantity input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.payment-field {
  position: relative;
  display: grid;
  gap: 0.22rem;
  min-width: 0;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
}

.payment-field small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.payment-field input {
  margin-top: 0.13rem;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.76rem 2.5rem 0.76rem 0.78rem;
  background: #ffffff;
  color: #000000;
  font: inherit;
  font-weight: 500;
  line-height: 1.2;
}

.payment-field input:focus {
  border-color: rgba(36, 145, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(36, 145, 255, 0.14);
  outline: none;
}

.payment-field input[aria-invalid="true"] {
  border-color: rgba(183, 38, 38, 0.7);
}

.payment-field-status {
  position: absolute;
  right: 0.82rem;
  bottom: 0.82rem;
  display: none;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.payment-field.is-valid .payment-field-status,
.payment-field.is-invalid .payment-field-status {
  display: grid;
}

.payment-field.is-valid .payment-field-status {
  background: transparent;
  color: #2f8a24;
  font-family: "Font Awesome 6 Free";
  font-size: 1.15rem;
  font-weight: 400;
}

.payment-field.is-invalid .payment-field-status {
  background: transparent;
  color: #b72626;
  font-family: "Font Awesome 6 Free";
  font-size: 1.15rem;
  font-weight: 400;
}

.payment-field-message {
  color: var(--orange);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.payment-field-message[hidden] {
  display: none;
}

.payment-field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 0.7rem;
}

.payment-section-divider {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0;
  background: rgba(46, 45, 49, 0.16);
}

.payment-test-form .payment-contact-fields {
  gap: 0;
}

.payment-contact-fields .payment-field + .payment-field {
  margin-top: 1.35rem;
}

.payment-test-summary {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  border: 0;
  border-radius: 8px;
  padding: 0.7rem 0.85rem;
  background: #ffffff;
  color: #2e2d31;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.35;
}

.payment-test-summary.has-amount {
  display: flex;
  border: 1px solid rgba(36, 145, 255, 0.72);
  background: rgba(36, 145, 255, 0.08);
}

.payment-test-summary strong {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.payment-test-submit {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  border: 0;
  border-radius: 7px;
  padding: 0.7rem 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  background: #e6ea3d;
  color: #000000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.payment-test-submit-icon {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  border-radius: 5px;
}

.payment-test-submit-spinner {
  display: block;
  flex: 0 0 auto;
  color: #000000;
  font-size: 1rem;
  line-height: 1;
}

.payment-test-submit-spinner[hidden] {
  display: none;
}

.payment-test-submit:disabled {
  cursor: wait;
}

.payment-test-error {
  margin: -0.2rem 0 0;
  color: var(--orange);
  font-size: 0.96rem;
  line-height: 1.35;
}

.payment-test-error[hidden] {
  display: none;
}

.giftcard-test-panel {
  padding-top: 34px;
}

.giftcard-test-image {
  margin-bottom: 0;
  cursor: zoom-in;
}

.pickup-info {
  position: relative;
  border: 0.5px solid #000000;
  border-radius: 8px;
  padding: 0.86rem 0.9rem;
  background: #dde048;
}

.pickup-info > div {
  padding-bottom: 2.05rem;
}

.pickup-info-image-frame {
  position: relative;
  display: block;
  width: 100%;
  max-width: 23rem;
  aspect-ratio: 530 / 375;
  margin: 0 0 1.35rem;
  border: 0.5px solid #000000;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26), 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pickup-info-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup-info p {
  margin: 0;
  color: #2e2d31;
  font-size: 1.0625rem;
  line-height: 1.35;
}

.pickup-info p + p {
  margin-top: 0.5rem;
}

.pickup-info-list {
  margin: 0.65rem 0 0;
  padding-left: 1.15rem;
  color: #2e2d31;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
}

.pickup-info-list li + li {
  margin-top: 0.25rem;
}

.pickup-info-buy-cue {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translateX(-50%);
}

.pickup-info-buy-cue i {
  color: var(--link);
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
  animation: pickup-arrow-pulse 1.45s ease-in-out infinite;
}

@keyframes pickup-arrow-pulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(2px) scale(1.16);
  }
}

.pickup-info-teya {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 6px;
}

.confirmation-title {
  margin: 0;
  color: #000000;
  font-size: 1.35rem;
  line-height: 1.2;
}

.confirmation-reference {
  margin-top: 0.25rem !important;
  color: #000000 !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.payment-result-section {
  width: min(100%, 28rem);
  margin: 1.3rem auto 0;
}

.payment-alert {
  --alert-accent: #2f7d32;
  --alert-soft: #f4fbf4;
  --alert-line: rgba(47, 125, 50, 0.22);
  position: relative;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--alert-line);
  border-radius: 8px;
  padding: 1.35rem 3.2rem 1.35rem 1.35rem;
  background: linear-gradient(90deg, var(--alert-soft), #ffffff 72%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.payment-alert-failure {
  --alert-accent: #d64720;
  --alert-soft: #fff7f4;
  --alert-line: rgba(214, 71, 32, 0.26);
}

.payment-alert-icon {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--alert-accent);
  color: #ffffff;
  font-size: 0.78rem;
  flex: 0 0 auto;
}

.payment-alert-label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--alert-accent);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.1;
}

.payment-alert-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--alert-accent) !important;
  font-size: 1.05rem;
  line-height: 1;
}

.payment-alert h1 {
  margin: 0;
  color: #000000;
  font-size: 1.42rem;
  line-height: 1.16;
}

.payment-alert p {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.4;
}

.payment-alert .bottom-back-link {
  margin-top: 0.25rem;
}

.payment-alert-action {
  width: 100%;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  border-radius: 8px;
  background: var(--alert-accent);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.payment-alert-action i {
  font-size: 0.88rem;
}

@media (max-width: 360px) {
  .payment-test-panel {
    padding-right: 24px;
    padding-left: 24px;
  }

  .payment-alert {
    padding: 1.2rem 1.15rem;
  }
}

/* Review pages */
.review-intro h2 {
  margin-bottom: 1.55rem;
}

.review-stars {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.25rem 0 0.15rem;
  line-height: 1 !important;
}

.review-stars i {
  background: linear-gradient(145deg, #fff1a8 0 36%, #e6b82f 37% 100%);
  color: #e6b82f;
  font-size: 1.72rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(115, 76, 0, 0.18);
  transform-origin: 50% 90%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-stars .star-3 {
  background-image: linear-gradient(145deg, #ffb1bc 0 36%, #e63747 37% 100%);
  color: #e63747;
  font-size: 2.05rem;
}

.review-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.review-action {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 10px 20px;
  background: var(--soft);
  color: #000000 !important;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.review-action span {
  min-width: 0;
  font-size: inherit;
}

.review-action i {
  flex: 0 0 auto;
  width: 1.25rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.review-action-icon {
  display: block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.review-action .fa-heart {
  color: #e63747;
}

/* Notice modal */
.floating-notice {
  position: absolute;
  top: -12px;
  right: 44px;
  z-index: 15;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c87500;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 242, 0.96);
  color: #c87500;
  font-size: 1rem;
  line-height: 1;
}

.floating-notice i {
  font-size: 1rem;
}

.floating-notice:focus-visible {
  background: rgba(255, 255, 242, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 192, 0, 0.28);
}

.notice-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.56);
}

.notice-modal.is-open {
  display: flex;
}

.notice-modal-card {
  position: relative;
  width: min(100%, 320px);
  max-height: min(82vh, 620px);
  overflow: auto;
  border: 2px solid var(--notice-border);
  border-radius: 8px;
  padding: 1.45rem;
  background: var(--notice-bg);
  box-shadow: var(--shadow);
  transform-origin: top center;
}

@media (max-width: 366px) {
  .notice-modal {
    align-items: flex-start;
  }
}

.notice-modal-card h2 {
  margin: 0 2rem 0.55rem 0;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.2;
}

.notice-modal-card p {
  margin: 0;
  color: #c87500;
  font-size: 1.0625rem;
  line-height: 1.35;
}

.notice-modal-message p + p {
  margin-top: 0.75rem;
}

.notice-inline-icon {
  margin-right: 0.32em;
  color: #c87500;
  font-size: 0.88em;
  vertical-align: 0.02em;
}

.notice-modal-message ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.9rem;
  padding: 0;
  list-style: none;
}

.notice-modal-message li {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(36, 145, 255, 0.28);
  border-radius: 999px;
  padding: 0.3rem 0.48rem;
  background: rgba(36, 145, 255, 0.12);
  color: #000000;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
}

.notice-modal-message li i {
  color: var(--link);
  font-size: 0.82rem;
}

.service-info-modal .notice-modal-card {
  border-color: rgba(255, 192, 0, 0.78);
  background: #fffdf2;
}

.service-info-modal .notice-modal-card p {
  color: #2e2d31;
}

.notice-text::before {
  content: "\f071";
  display: inline-block;
  margin-right: 0.4em;
  color: inherit;
  font-family: "Font Awesome 6 Free";
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: 0.05em;
}

.notice-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #c87500;
  border-radius: 999px;
  background: var(--notice-bg);
  color: #c87500;
  font-size: 1rem;
}

.notice-modal-close:hover,
.notice-modal-close:focus-visible {
  background: var(--notice-bg);
  color: #c87500;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.92);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-frame {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: calc(100vw - 2rem);
  max-height: 82vh;
  margin: 0;
}

.lightbox-image {
  display: block;
  width: auto;
  max-width: calc(100vw - 2rem);
  max-height: 82vh;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.lightbox-caption {
  position: absolute;
  left: 0.55rem;
  bottom: 0.55rem;
  width: fit-content;
  max-width: calc(100vw - 2rem);
  border-radius: 6px;
  padding: 0.35rem 0.55rem;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.lightbox-close,
.lightbox-arrow {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  color: #000000;
  font-size: 1.2rem;
}

.lightbox-close {
  position: fixed;
  top: 0.7rem;
  right: 0.7rem;
  background: #ffffff;
}

.lightbox-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 0.55rem;
}

.lightbox-next {
  right: 0.55rem;
}

.lightbox.has-single-image .lightbox-arrow {
  display: none;
}

/* Interaction states */
.language-switcher summary,
.language-menu a,
.menu-button,
.copy-value,
.slide-arrow,
.terms-close,
.bottom-back-link,
.service-info-button,
.giftcard-quantity button,
.payment-test-submit,
.payment-alert-close,
.payment-alert-action,
.review-action,
.floating-notice,
.notice-modal-close,
.lightbox-close,
.lightbox-arrow {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, filter 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.menu-button:active,
.review-action:active,
.payment-test-submit:active,
.payment-alert-action:active,
.floating-notice:active {
  transform: translateY(1px);
}

.lightbox-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.copy-value:active,
.slide-arrow:active,
.terms-close:active,
.bottom-back-link:active,
.service-info-button:active,
.giftcard-quantity button:active:not(:disabled),
.payment-alert-close:active,
.notice-modal-close:active,
.lightbox-close:active,
.language-switcher summary:active,
.language-menu a:active {
  transform: scale(0.96);
}

@media (hover: hover) and (pointer: fine) {
  .language-switcher summary:hover,
  .language-menu a:hover,
  .menu-button:hover,
  .copy-value:hover,
  .slide-arrow:hover,
  .service-info-button:hover,
  .giftcard-quantity button:hover:not(:disabled),
  .payment-test-submit:hover:not(:disabled),
  .payment-alert-close:hover,
  .payment-alert-action:hover,
  .review-action:hover,
  .floating-notice:hover,
  .notice-modal-close:hover,
  .lightbox-close:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
    transform: translateY(-1px);
  }

  .lightbox-arrow:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
    transform: translateY(calc(-50% - 1px));
  }
}

@media (max-width: 340px) {
  .contact-line {
    font-size: 0.9375rem;
  }

  .brand-title {
    font-size: 1.35rem;
  }

  .home-menu {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-button {
    font-size: 1.125rem;
  }
}
