:root {
  color-scheme: light;
  --cream: #f4f0df;
  --cream-deep: #eae4cf;
  --surface: #fbf8eb;
  --green: #244c3a;
  --green-deep: #17372b;
  --green-muted: #607866;
  --border: #d8d0b7;
  --border-green: rgba(36, 76, 58, 0.24);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, Manrope, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
  min-width: 320px;
  background: #eae4cf;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--green-deep);
  background:
    radial-gradient(circle at 50% 7%, rgba(255, 255, 255, 0.65), transparent 32rem),
    radial-gradient(circle at 8% 84%, rgba(96, 120, 102, 0.07), transparent 26rem),
    var(--cream-deep);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.055;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

.hospitality-card {
  position: relative;
  width: 100%;
  max-width: 492px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding:
    max(14px, env(safe-area-inset-top))
    clamp(18px, 5vw, 30px)
    max(16px, env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.82), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 44%),
    var(--cream);
}

.hospitality-card::before,
.hospitality-card::after {
  position: absolute;
  width: 102px;
  height: 102px;
  pointer-events: none;
  content: "";
  opacity: 0.28;
}

.hospitality-card::before {
  top: -52px;
  left: -52px;
  border-right: 1px solid var(--green-muted);
  border-bottom: 1px solid var(--green-muted);
  border-radius: 0 0 100% 0;
}

.hospitality-card::after {
  right: -52px;
  bottom: -52px;
  border-top: 1px solid var(--green-muted);
  border-left: 1px solid var(--green-muted);
  border-radius: 100% 0 0;
}

.top-flourish {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  align-items: center;
  width: 134px;
  margin: 0 auto 7px;
  color: var(--green-muted);
}

.top-flourish span {
  height: 1px;
  background: currentColor;
  opacity: 0.52;
}

.top-flourish svg,
.wheat-divider svg {
  display: block;
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-flourish circle {
  fill: var(--cream);
}

.brand-header {
  text-align: center;
}

.logo-frame {
  position: relative;
  display: grid;
  width: clamp(116px, 34vw, 142px);
  aspect-ratio: 1;
  margin: 0 auto 9px;
  place-items: center;
}

.logo-frame::before {
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(36, 76, 58, 0.17);
  border-radius: 50%;
  content: "";
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(23, 55, 43, 0.08));
}

.location {
  margin: 0 0 3px;
  color: var(--green-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.location span,
.descriptor span,
footer span {
  margin-inline: 0.32em;
}

h1 {
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(2rem, 9vw, 2.55rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.045em;
}

.descriptor {
  margin: 6px 0 0;
  color: var(--green-muted);
  font-family: var(--serif);
  font-size: 0.91rem;
  font-style: italic;
  letter-spacing: 0.055em;
}

.heritage {
  margin: 11px auto 0;
  color: var(--green-deep);
  font-family: var(--serif);
  font-size: clamp(1rem, 4vw, 1.08rem);
  line-height: 1.35;
}

.instruction {
  max-width: 385px;
  margin: 5px auto 0;
  color: #405b4e;
  font-size: 0.82rem;
  line-height: 1.42;
}

.wheat-divider {
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  align-items: center;
  gap: 8px;
  width: min(254px, 72%);
  margin: 10px auto;
  color: var(--green-muted);
}

.divider-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
  opacity: 0.48;
}

.divider-line:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.wheat-divider svg {
  height: 18px;
}

.actions {
  display: grid;
  gap: 9px;
}

.action-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  align-items: center;
  min-height: 72px;
  padding: 10px 13px 10px 11px;
  border: 1px solid var(--border-green);
  border-radius: 17px;
  color: var(--green-deep);
  background: rgba(251, 248, 235, 0.82);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 4px 14px rgba(23, 55, 43, 0.045);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(36, 76, 58, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.action-card--primary {
  border-color: rgba(36, 76, 58, 0.5);
  background: rgba(255, 253, 244, 0.94);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 6px 18px rgba(23, 55, 43, 0.075);
}

.action-icon {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(36, 76, 58, 0.17);
  border-radius: 50%;
  color: var(--green);
  background: rgba(96, 120, 102, 0.075);
  place-items: center;
}

.action-card--primary .action-icon {
  color: var(--cream);
  background: var(--green);
}

.action-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action-icon .icon-dot {
  fill: currentColor;
  stroke: none;
}

.action-copy {
  min-width: 0;
  padding-inline: 3px 8px;
}

.action-copy strong,
.action-copy small {
  display: block;
}

.action-copy strong {
  color: var(--green-deep);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.15;
}

.action-copy small {
  margin-top: 4px;
  overflow: hidden;
  color: #567064;
  font-size: 0.72rem;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-arrow {
  display: grid;
  width: 22px;
  height: 32px;
  color: var(--green-muted);
  place-items: center;
}

.action-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.action-card:focus-visible {
  outline: 3px solid rgba(36, 76, 58, 0.32);
  outline-offset: 3px;
}

footer {
  margin-top: 13px;
  color: var(--green-muted);
  text-align: center;
}

footer p {
  margin: 0;
  font-family: var(--serif);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

footer small {
  display: block;
  margin-top: 4px;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@media (hover: hover) and (pointer: fine) {
  .action-card:hover {
    transform: translateY(-2px);
    border-color: rgba(36, 76, 58, 0.48);
    background: #fffdf4;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9) inset,
      0 9px 22px rgba(23, 55, 43, 0.09);
  }

  .action-card:hover .action-arrow svg {
    transform: translateX(2px);
  }
}

.action-card:active {
  transform: scale(0.985);
}

@media (min-width: 560px) {
  body {
    display: grid;
    padding: 26px;
    place-items: center;
  }

  .hospitality-card {
    min-height: 0;
    padding-top: 19px;
    padding-bottom: 20px;
    border: 1px solid rgba(36, 76, 58, 0.15);
    border-radius: 28px;
    box-shadow:
      0 22px 65px rgba(23, 55, 43, 0.13),
      0 1px 0 rgba(255, 255, 255, 0.8) inset;
  }
}

@media (max-width: 360px) {
  .hospitality-card {
    padding-inline: 14px;
  }

  .action-card {
    grid-template-columns: 43px minmax(0, 1fr) 20px;
  }

  .action-copy strong {
    font-size: 0.96rem;
  }
}

@media (max-height: 740px) {
  .hospitality-card {
    padding-top: max(9px, env(safe-area-inset-top));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .top-flourish {
    margin-bottom: 3px;
  }

  .logo-frame {
    width: clamp(103px, 29vw, 118px);
    margin-bottom: 6px;
  }

  h1 {
    font-size: 1.92rem;
  }

  .heritage {
    margin-top: 7px;
  }

  .wheat-divider {
    margin-block: 6px;
  }

  .action-card {
    min-height: 68px;
  }

  .actions {
    gap: 7px;
  }

  footer {
    margin-top: 9px;
  }
}

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