:root {
  --text: #5f5f5f;
  --heading: #777777;
  --soft: #f5f5f5;
  --white: #ffffff;
  --dark: #252522;
  --accent: #1fa4cf;
  --shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.72;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 5vw, 68px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
}

.brand {
  display: block;
  width: clamp(168px, 18vw, 260px);
  padding: 8px 12px;
  background: rgba(37, 37, 34, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

nav a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.hero {
  position: relative;
  min-height: 62svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.hero > img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero > img {
  object-fit: cover;
  z-index: -2;
}

.hero-shade {
  z-index: -1;
  background: rgba(0, 0, 0, 0.18);
}

.hero-inner {
  width: min(1100px, calc(100% - 36px));
  padding-top: 78px;
}

.hero p {
  margin: 0;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}

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

.section-narrow {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
}

.section-wide {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  padding: clamp(58px, 9vw, 92px) 0 28px;
  text-align: center;
}

.kicker {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

h2 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(1.85rem, 3.6vw, 3.2rem);
  font-weight: 400;
  line-height: 1.12;
}

.intro h2 {
  color: #555;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 800;
}

.intro p:last-child {
  margin: 16px auto 0;
  max-width: 700px;
}

.collage {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr minmax(320px, 1.18fr) 0.72fr;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  min-height: 650px;
  margin-bottom: 44px;
}

.collage img {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.collage-ice {
  height: 620px;
}

.collage-cake {
  height: 220px;
  align-self: start;
  margin-top: 92px;
}

.collage-coffee {
  height: 230px;
  align-self: end;
  margin-bottom: 110px;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: clamp(36px, 8vw, 104px);
  align-items: center;
  padding: clamp(68px, 10vw, 112px) 0;
}

.feature-right {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.88fr);
}

.feature-right .feature-copy {
  order: 1;
}

.feature-right img {
  order: 2;
}

.feature img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-copy p {
  margin: 22px 0 0;
}

.feature-copy strong {
  display: block;
  margin-top: 16px;
  color: #777;
}

.soft-band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1120px) / 2));
  background: var(--soft);
}

.coffee-panel {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  align-items: stretch;
  margin-top: 86px;
  margin-bottom: 110px;
  background: #fff;
  box-shadow: var(--shadow);
}

.coffee-panel img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.coffee-panel div {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
  text-align: center;
}

.coffee-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.coffee-panel p {
  margin: 24px 0 0;
  font-weight: 700;
}

.events {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: 30px 0 120px;
}

.event-copy h2 {
  color: #595959;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.event-copy p:last-child {
  margin-top: 22px;
}

.event-images {
  position: relative;
  min-height: 640px;
}

.event-images img {
  position: absolute;
  width: 58%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.event-images img:nth-child(1) {
  top: 0;
  right: 7%;
}

.event-images img:nth-child(2) {
  top: 210px;
  left: 0;
}

.event-images img:nth-child(3) {
  right: 0;
  bottom: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  background: #f4f4f4;
}

.contact-card {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(46px, 8vw, 92px) 24px;
  text-align: center;
}

.contact-card h2 {
  color: #666;
  font-size: 1.1rem;
  font-weight: 800;
}

address {
  margin: 22px 0;
  font-style: normal;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 16px;
  padding: 0 20px;
  color: #fff;
  background: var(--accent);
  border-radius: 2px;
  font-weight: 800;
  text-decoration: none;
}

.contact iframe {
  display: block;
  width: 100%;
  min-height: 460px;
  border: 0;
}

.map-consent {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 32px;
  background:
    linear-gradient(rgba(245, 245, 245, 0.88), rgba(245, 245, 245, 0.88)),
    url("assets/old-page/img-033.png") center / cover;
}

.map-consent > div {
  max-width: 520px;
  padding: clamp(26px, 5vw, 44px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
}

.map-consent h2 {
  color: #555;
  font-size: 1.7rem;
  font-weight: 800;
}

.map-consent p {
  margin: 16px 0 22px;
}

.map-consent button {
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.legal-page {
  background: #f6f6f6;
}

.legal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(18px, 5vw, 68px);
  background: var(--dark);
}

.legal-content {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(52px, 8vw, 96px) 0;
}

.legal-content h1 {
  margin: 0 0 24px;
  color: #555;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.05;
}

.legal-content section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.legal-content h2 {
  color: #555;
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  font-weight: 800;
}

.legal-content p {
  margin: 14px 0 0;
}

.legal-content a {
  color: var(--accent);
}

.legal-note {
  padding: 18px 20px;
  background: #fff;
  border-left: 4px solid var(--accent);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  color: #aaa;
  background: var(--dark);
  border-top: 4px solid var(--accent);
  font-size: 0.82rem;
}

footer a {
  color: var(--accent);
  text-decoration: none;
}

@media (max-width: 880px) {
  .site-header {
    position: absolute;
    display: grid;
    justify-items: start;
  }

  .legal-header {
    display: grid;
    justify-items: start;
  }

  nav {
    justify-content: flex-start;
    gap: 14px;
  }

  .hero {
    min-height: 660px;
  }

  .collage {
    display: grid;
    gap: 20px;
    min-height: auto;
  }

  .collage img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .feature,
  .feature-right,
  .events,
  .contact,
  .coffee-panel {
    grid-template-columns: 1fr;
  }

  .feature-right .feature-copy,
  .feature-right img {
    order: initial;
  }

  .coffee-panel {
    margin-top: 34px;
    margin-bottom: 80px;
  }

  .event-images {
    display: grid;
    gap: 20px;
    min-height: auto;
  }

  .event-images img {
    position: static;
    width: 100%;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .site-header {
    padding: 14px 16px;
  }

  nav {
    display: none;
  }

  .brand {
    width: 188px;
  }

  .hero {
    min-height: 540px;
  }

  .feature {
    padding: 54px 0;
  }

  .soft-band {
    padding-inline: 18px;
  }

  footer {
    display: grid;
    text-align: center;
  }
}
