@font-face {
  font-family: "Fahkwang Trikis";
  src: url("../fonts/Fahkwang-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Fahkwang Trikis";
  src: url("../fonts/Fahkwang-ExtraLight.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
}

:root {
  --terracota: #A04F34;
  --terracota-soft: rgba(160, 79, 52, .58);
  --terracota-line: rgba(160, 79, 52, .34);
  --hueso: #F5EEE7;
  --page: min(1320px, calc(100vw - 96px));
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--hueso);
}

body {
  margin: 0;
  background: var(--hueso);
  color: var(--terracota);
  font-family: "Fahkwang Trikis", system-ui, sans-serif;
  font-weight: 300;
  text-rendering: geometricPrecision;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  padding: 24px 52px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.brand-small,
.nav-links a { pointer-events: auto; }

.brand-small img { width: 82px; height: auto; }

.nav-links {
  display: flex;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  font-size: 15px;
  letter-spacing: .02em;
}

.nav-links a { opacity: .86; transition: opacity .35s var(--ease); }
.nav-links a:hover { opacity: 1; }

.section-frame {
  min-height: 100svh;
  position: relative;
  padding: 0 52px;
}

.top-rule {
  position: absolute;
  top: 88px;
  left: 52px;
  right: 52px;
  height: 1px;
  background: var(--terracota-line);
}

.hero-center {
  min-height: calc(100svh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.hero-logo {
  width: clamp(360px, 36vw, 640px);
  height: auto;
  transform: translateX(-3.2%);
}

.hero-subtitle {
  margin: 28px 0 36px;
  font-size: clamp(16px, 1.35vw, 22px);
  letter-spacing: .28em;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  min-height: 48px;
  padding: 12px 28px;
  border: 1px solid var(--terracota);
  border-radius: 999px;
  font-size: 16px;
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}

.pill-button:hover {
  background: var(--terracota);
  color: var(--hueso);
  transform: translateY(-1px);
}

.hero-cat {
  position: absolute;
  right: 7.5vw;
  bottom: 154px;
  width: clamp(110px, 8vw, 148px);
  opacity: .78;
}

.info-footer {
  border-top: 1px solid var(--terracota-line);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  color: var(--terracota);
}

.hero-info {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 0;
  min-height: 118px;
  align-items: center;
}

.info-footer > div:nth-child(2) { text-align: center; }
.info-footer > div:nth-child(3) { text-align: right; }

.label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: .34em;
  color: var(--terracota-soft);
}

.info-footer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.info-footer a { border-bottom: 1px solid transparent; }
.info-footer a:hover { border-bottom-color: currentColor; }

.page-width { width: var(--page); margin-inline: auto; }

.menu-section { padding: 112px 0 0; }

.menu-hero {
  min-height: 250px;
  position: relative;
  border-top: 1px solid var(--terracota-line);
  border-bottom: 1px solid var(--terracota-line);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-hero h1 {
  margin: 0;
  font-weight: 200;
  font-size: clamp(90px, 11.2vw, 178px);
  line-height: .9;
  letter-spacing: -.045em;
}

.menu-cat {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: clamp(190px, 21vw, 330px);
  opacity: .76;
}

.menu-category {
  display: grid;
  grid-template-columns: minmax(210px, 280px) 1fr;
  column-gap: clamp(50px, 8vw, 128px);
  border-bottom: 1px solid var(--terracota-line);
  padding: 46px 0 60px;
}

.menu-category h2,
.specials-section h2,
.visit-title-row h2 {
  margin: 0;
  font-weight: 200;
  font-size: clamp(50px, 5.8vw, 96px);
  line-height: .98;
  letter-spacing: -.045em;
}

.compact-category h2 { font-size: clamp(44px, 4.8vw, 78px); }

.items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 70px;
}

.two-items,
.cakes-grid { grid-template-columns: 1fr 1fr; }

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  min-height: 44px;
}

.menu-item p {
  margin: 0;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.28;
}

.menu-item span {
  font-size: .72em;
  color: var(--terracota-soft);
}

.menu-item strong {
  font-weight: 300;
  font-size: clamp(18px, 1.45vw, 24px);
  white-space: nowrap;
}

.menu-item small {
  grid-column: 1 / 2;
  margin-top: 4px;
  color: var(--terracota-soft);
  font-size: clamp(14px, 1.08vw, 18px);
  line-height: 1.28;
}

.has-description { align-items: start; }
.final-category { padding-bottom: 72px; }

.menu-end-note {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--terracota-line);
}

.menu-end-note p {
  margin: 0;
  color: var(--terracota-soft);
  font-size: clamp(17px, 1.38vw, 22px);
}

.menu-end-note a {
  font-size: 17px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
  white-space: nowrap;
}

.specials-section {
  min-height: 380px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) 1fr;
  gap: clamp(46px, 8vw, 120px);
  align-items: center;
  border-bottom: 1px solid var(--terracota-line);
  padding: 72px 0;
}

.specials-section h2 { margin-bottom: 24px; }
.specials-section p { margin: 0; font-size: clamp(22px, 2.2vw, 36px); line-height: 1.35; }

.specials-illustrations {
  position: relative;
  min-height: 230px;
}

.specials-illustrations .icon {
  position: absolute;
  opacity: .72;
}

.icon-kettle { width: 92px; left: 2%; top: 12%; transform: rotate(-8deg); }
.icon-fork { width: 72px; left: 30%; top: 4%; transform: rotate(12deg); }
.icon-croissant { width: 104px; left: 56%; top: 0; transform: rotate(5deg); }
.icon-filter { width: 90px; left: 76%; top: 20%; transform: rotate(-4deg); }
.icon-cookie { width: 82px; left: 16%; top: 60%; transform: rotate(8deg); }
.icon-cup { width: 72px; left: 42%; top: 48%; transform: rotate(-8deg); }
.icon-roll { width: 86px; left: 64%; top: 62%; transform: rotate(9deg); }
.icon-cake { width: 96px; left: 84%; top: 68%; transform: rotate(-3deg); }
.icon-takeaway { width: 88px; left: 0; top: 76%; transform: rotate(3deg); }

.visit-section { padding: 86px 0 92px; }

.visit-title-row {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--terracota-line);
  padding-bottom: 0;
}

.visit-title-row h2 { font-size: clamp(82px, 10.2vw, 168px); line-height: .8; }

.visit-title-row img {
  width: clamp(128px, 11vw, 190px);
  margin-bottom: 16px;
  opacity: .78;
}

.visit-info { border-top: none; padding-top: 34px; }

@media (max-width: 860px) {
  :root { --page: min(100vw - 34px, 720px); }

  .site-header { height: 66px; padding: 16px 16px 0; }
  .brand-small img { width: 68px; }
  .nav-links { gap: 14px; font-size: 12px; }

  .section-frame { padding-inline: 18px; min-height: auto; }
  .top-rule { left: 18px; right: 18px; top: 58px; }

  .hero-center {
    min-height: auto;
    padding: 136px 0 26px;
  }

  .hero-logo { width: min(82vw, 430px); transform: translateX(-3.2%); }
  .hero-subtitle { margin: 20px 0 30px; font-size: 13px; letter-spacing: .22em; }

  .hero-cat {
    position: static;
    width: 92px;
    margin: 10px auto 28px;
    opacity: .78;
  }

  .hero-info {
    position: static;
    min-height: unset;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
    padding: 22px 0 50px;
    text-align: center;
  }

  .hero-info > div:nth-child(2),
  .hero-info > div:nth-child(3) { text-align: center; }

  .label { font-size: 11px; }
  .info-footer p { font-size: 16px; }

  .menu-section { padding-top: 0; }
  .menu-hero {
    min-height: 180px;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    padding: 28px 0 26px;
  }

  .menu-hero h1 { font-size: clamp(76px, 23vw, 110px); text-align: center; }
  .menu-cat { position: static; width: 150px; margin: 0 auto; }

  .menu-category {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px 0 42px;
  }

  .menu-category h2,
  .compact-category h2,
  .specials-section h2,
  .visit-title-row h2 { font-size: clamp(48px, 15vw, 72px); }

  .items-grid,
  .two-items,
  .cakes-grid { grid-template-columns: 1fr; gap: 28px; }
  .menu-item { gap: 18px; min-height: 34px; }
  .menu-item p, .menu-item strong { font-size: 18px; }
  .menu-item small { font-size: 14px; }

  .menu-end-note {
    min-height: 164px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .menu-end-note p { font-size: 16px; line-height: 1.45; }

  .specials-section {
    min-height: 420px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 50px 0 54px;
  }

  .specials-section p { font-size: 24px; }
  .specials-illustrations { min-height: 180px; }
  .specials-illustrations .icon { opacity: .66; }
  .icon-kettle { width: 62px; left: 8%; top: 24%; }
  .icon-fork { width: 48px; left: 72%; top: 0; }
  .icon-croissant { width: 70px; left: 42%; top: 34%; }
  .icon-filter { width: 58px; left: 74%; top: 52%; }
  .icon-cookie { width: 56px; left: 16%; top: 66%; }
  .icon-cup { width: 52px; left: 48%; top: 4%; }
  .icon-roll { width: 54px; left: 2%; top: 2%; }
  .icon-cake { width: 62px; left: 66%; top: 80%; }
  .icon-takeaway { width: 58px; left: 32%; top: 76%; }

  .visit-section { padding: 58px 0 72px; text-align: center; }
  .visit-title-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-bottom: 28px;
  }

  .visit-title-row h2 { text-align: center; line-height: .9; }
  .visit-title-row img { width: 96px; margin: 0; opacity: .78; }

  .visit-info {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
    text-align: center;
  }

  .visit-info > div:nth-child(2),
  .visit-info > div:nth-child(3) { text-align: center; }

.menu-category{
    grid-template-columns: 1fr;
    row-gap: 26px;
}

.menu-category h2{
    text-align: center;
    margin-bottom: 0;
}

.items-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  
}
.specials-section{
  grid-template-columns: 1fr;
  text-align: center;
}

.specials-section h2{
  text-align: center;
}

.visit-title-row{
  justify-content: center;
  text-align: center;
}

.visit-title-row h2{
  text-align: center;
} 
}

@media (max-width: 420px) {
  .nav-links { gap: 11px; font-size: 11px; }
  .brand-small img { width: 60px; }
  .site-header { padding-inline: 14px; }
  .section-frame { padding-inline: 14px; }
  .top-rule { left: 14px; right: 14px; }
  .hero-logo { width: 86vw; }
}
