.hero {
  overflow: clip;
  padding-block: 0 1.6rem;
}

.hero__grid {
  position: relative;
  display: grid;
  min-height: clamp(26rem, 48vw, 38rem);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(20rem, 0.88fr) minmax(27rem, 1.12fr);
}

.hero__grid::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: clamp(8rem, 16vw, 13rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-orange), #ef8b30);
  content: "";
}

.hero__content {
  z-index: 2;
  padding-block: 1.6rem 2.3rem;
}

.hero .eyebrow {
  display: none;
}

.hero h1 {
  max-width: 12ch;
  margin: 0 0 1.35rem;
  font-size: clamp(2.5rem, 4vw, 4.15rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero h1 em {
  color: var(--color-red);
  font-style: normal;
}

.hero h1 > span,
.hero__intro > span {
  display: block;
  white-space: nowrap;
}

.hero__intro {
  max-width: 36rem;
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.hero__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(26rem, 48vw, 38rem);
  place-items: center;
  padding: 2rem;
  border-radius: 48% 48% 12% 48%;
  color: var(--color-text-muted);
  background:
    radial-gradient(circle at 65% 35%, rgb(255 255 255 / 75%), transparent 12rem),
    linear-gradient(145deg, #f4d4ad, #fff4df 52%, #cf713a);
  box-shadow: var(--shadow-soft);
  text-align: center;
  margin: 0;
}

.hero__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.values {
  display: flex;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.values li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.values strong,
.value-copy > span {
  display: block;
}

.value-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--color-red);
  background: #f8ead9;
}

.value-icon svg {
  width: 1.8rem;
  height: 1.8rem;
  overflow: visible;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.values strong {
  font-size: 0.96rem;
}

.value-copy > span {
  color: var(--color-text-muted);
  font-size: 0.78rem;
  white-space: nowrap;
}

.hero .button__icon {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero .button {
  position: absolute;
  z-index: 3;
  right: clamp(2rem, 10vw, 8rem);
  bottom: 0;
  min-width: clamp(19rem, 30vw, 24rem);
  min-height: 4rem;
  font-size: 1rem;
  box-shadow: 0 0.75rem 1.3rem rgb(135 48 16 / 20%);
}

.countdown-section {
  padding-block: 0 1.35rem;
}

.countdown-card,
.contact-strip__grid,
.event-card,
.contact-placeholder {
  border: 0.0625rem solid rgb(233 218 202 / 75%);
  border-radius: 0.9rem;
  background: rgb(255 252 247 / 88%);
  box-shadow: var(--shadow-soft);
}

.countdown-card {
  min-height: 15.25rem;
  padding: 1.75rem 2rem 1.35rem;
  background:
    radial-gradient(circle at 30% 50%, rgb(243 213 176 / 26%), transparent 18rem),
    rgb(255 252 247 / 85%);
  text-align: center;
}

.countdown-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 500;
}

.countdown {
  display: grid;
  max-width: 27.5rem;
  margin: 0.8rem auto 0.7rem;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.countdown > div {
  padding: 0.85rem 0.45rem 0.65rem;
  border-radius: 0.65rem;
  background: #f9eddf;
}

.countdown strong,
.countdown span {
  display: block;
}

.countdown strong {
  color: var(--color-red);
  font-family: var(--font-serif);
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1;
}

.countdown span {
  margin-top: 0.45rem;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.launch-date {
  margin: 0.65rem 0 0;
  color: var(--color-red);
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.handwritten {
  margin: 0.45rem 0 0;
  font-family: cursive;
  font-size: 1.25rem;
  font-style: italic;
}

.contact-strip {
  padding-block: 0 clamp(2.5rem, 5vw, 4.5rem);
}

.contact-strip__grid {
  display: grid;
  min-height: 10.5rem;
  grid-template-columns: 1fr 0.9fr 1.35fr 1.35fr;
}

.contact-strip__grid > div {
  min-width: 0;
  padding: clamp(1.5rem, 2.5vw, 2.25rem) clamp(1.2rem, 2.2vw, 2rem);
}

.contact-strip__grid > div + div {
  border-left: 0.0625rem solid var(--color-border);
}

.contact-strip h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
}

.contact-strip p,
.contact-strip address,
.contact-strip a {
  font-size: 0.82rem;
  line-height: 1.6;
}

.contact-strip address {
  font-style: normal;
}

.contact-strip a {
  overflow-wrap: anywhere;
}

.no-break {
  white-space: nowrap;
}

@media (min-width: 62.01rem) {
  .hours-saturday {
    white-space: nowrap;
  }
}

.concept {
  padding-block: clamp(1rem, 2.5vw, 2rem) clamp(3.5rem, 7vw, 6rem);
  background: transparent;
}

.concept__grid {
  display: grid;
  align-items: stretch;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
}

.concept__image {
  position: relative;
  min-height: 0;
  margin: 0;
}

.concept__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
  object-position: center top;
}

.concept .eyebrow {
  margin-top: 1.25rem;
  color: var(--color-text);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
}

.concept h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.concept p:last-child {
  margin: 0;
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.7;
}

.opening-week {
  padding-block: 0 clamp(3.5rem, 7vw, 6rem);
}

.opening-week > .container > .eyebrow {
  display: none;
}

.opening-week h2 {
  max-width: 50rem;
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.12;
  text-align: center;
}

.event-grid {
  display: grid;
  min-height: 19.7rem;
  align-items: stretch;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.event-card {
  padding: clamp(1.4rem, 2.3vw, 2rem) clamp(1rem, 1.8vw, 1.5rem);
  border-radius: 0;
  box-shadow: none;
}

.event-card:first-child {
  border-radius: 0.7rem 0 0 0.7rem;
}

.event-card:last-child {
  border-radius: 0 0.7rem 0.7rem 0;
}

.event-card + .event-card {
  border-left: 0;
}

.event-card h3 {
  margin: 0 0 0.85rem;
  color: var(--color-red);
  font-family: var(--font-sans);
  font-size: 0.9rem;
}

.event-card ul {
  margin: 0;
  padding-left: 0.8rem;
}

.event-card li {
  font-size: clamp(0.7rem, 0.9vw, 0.82rem);
  line-height: 1.55;
}

.event-card li + li {
  margin-top: 0.6rem;
}

.contact {
  padding-block: clamp(1rem, 2vw, 2rem) clamp(2rem, 4vw, 3.5rem);
  background: transparent;
}

.contact__grid {
  display: grid;
  min-height: 10.5rem;
  align-items: center;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.contact .eyebrow {
  display: none;
}

.contact h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.contact__heading {
  max-width: 52rem;
  margin: 0 auto clamp(1.25rem, 2.5vw, 2rem);
  text-align: center;
}

.contact__body {
  display: grid;
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.contact p {
  margin-block: 0.3rem;
  font-size: 1rem;
}

.contact-placeholder {
  padding: 1.2rem;
}

.contact-placeholder h3 {
  margin: 0;
  font-size: 1rem;
}

html[data-view="simple"] .hero__grid,
html[data-view="simple"] .contact__body {
  max-width: 55rem;
  grid-template-columns: 1fr;
}

html[data-view="simple"] .hero__visual {
  display: none;
}

html[data-view="simple"] .hero .button {
  position: static;
  margin-top: 1.5rem;
}

html[data-view="simple"] .event-grid {
  grid-template-columns: 1fr;
}

html[data-view="simple"] .event-card {
  border: 0.125rem solid var(--color-border);
  border-radius: var(--radius-small);
}

@media (max-width: 62rem) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 22rem;
  }

  .hero .button {
    position: static;
    min-width: 0;
    margin-top: 1.5rem;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .hero h1 > span,
  .hero__intro > span {
    display: inline;
    white-space: normal;
  }

  .hero h1 > span::after,
  .hero__intro > span::after {
    content: " ";
  }

  .contact-strip__grid,
  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-strip__grid > div + div {
    border-left: 0;
  }

  .event-card,
  .event-card:first-child,
  .event-card:last-child {
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.7rem;
  }

  .concept__grid {
    grid-template-columns: 1fr;
  }

  .concept__image {
    min-height: 18rem;
  }
}

@media (max-width: 48rem) {
  .contact__body {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 62.01rem) and (max-width: 75rem) {
  .hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.4rem);
  }

  .values span {
    white-space: normal;
  }
}

@media (max-width: 36rem) {
  .values,
  .contact-strip__grid,
  .event-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .countdown {
    gap: 0.4rem;
  }

  .countdown-card {
    padding-inline: 0.8rem;
  }

  .countdown > div {
    padding-inline: 0.2rem;
  }

  .countdown strong {
    font-size: 2rem;
  }

  .countdown span {
    font-size: 0.53rem;
  }
}
