:root {
  --bg: #f4f2ef;
  --panel: #f6efe3;
  --panel-deep: #e6d9c5;
  --ink: #2f241e;
  --ink-soft: rgba(47, 36, 30, 0.76);
  --charcoal: #181514;
  --charcoal-soft: #221d1a;
  --cream: #f3eadb;
  --cream-soft: rgba(243, 234, 219, 0.76);
  --accent: #d66a28;
  --accent-deep: #b6541c;
  --line: rgba(47, 36, 30, 0.12);
  --line-light: rgba(243, 234, 219, 0.14);
  --shadow: 0 22px 54px rgba(30, 23, 17, 0.1);
  --radius-xl: 22px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --max: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top right, rgba(214, 106, 40, 0.08), transparent 20%),
    linear-gradient(180deg, #f6f4f1 0%, #efebe4 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

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

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

.site {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 20px 0 36px;
  display: grid;
  gap: 18px;
}

.panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.paper-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(circle at 14% 18%, rgba(214, 106, 40, 0.05), transparent 20%),
    radial-gradient(circle at 84% 12%, rgba(214, 106, 40, 0.08), transparent 18%),
    radial-gradient(circle at 74% 78%, rgba(47, 36, 30, 0.03), transparent 24%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 2px,
      rgba(47, 36, 30, 0.012) 2px,
      rgba(47, 36, 30, 0.012) 4px
    );
}

.section-rule {
  width: 56px;
  height: 2px;
  background: rgba(214, 106, 40, 0.78);
}

.section-rule--accent {
  margin-top: 24px;
}

.section-rule--tight {
  margin: 18px 0 0;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.script-line {
  margin: 0;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-style: italic;
}

.brand-mark {
  display: inline-grid;
  gap: 4px;
  justify-items: start;
  color: var(--accent);
}

.brand-mark__name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.brand-mark__cup {
  position: relative;
  width: 72px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.brand-mark__cup::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -11px;
  width: 14px;
  height: 16px;
  border: 2px solid currentColor;
  border-left: none;
  border-radius: 0 18px 18px 0;
}

.brand-mark__tag {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-mark--hero .brand-mark__tag,
.brand-mark--footer .brand-mark__tag {
  color: rgba(243, 234, 219, 0.64);
}

.brand-mark--photo {
  transform: scale(0.92);
}

.brand-mark--photo .brand-mark__tag {
  color: rgba(214, 106, 40, 0.82);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--solid {
  background: linear-gradient(180deg, #df742e 0%, #cd5f20 100%);
  color: #fff7ee;
}

.button--solid:hover {
  background: linear-gradient(180deg, #cb6524 0%, #b5511b 100%);
}

.button--ghost {
  color: var(--cream);
  border-color: rgba(243, 234, 219, 0.44);
  background: rgba(255, 255, 255, 0.03);
}

.button--text {
  min-height: auto;
  padding: 0 0 2px;
  border-radius: 0;
  color: rgba(47, 36, 30, 0.8);
  border-bottom: 1px solid rgba(47, 36, 30, 0.26);
}

.icon-circle {
  display: inline-grid;
  place-items: center;
  width: 20px;
  color: var(--accent);
  font-weight: 800;
}

.hero {
  min-height: 690px;
  background: var(--charcoal);
}

.hero__photo,
.hero__photo img {
  width: 100%;
  height: 100%;
}

.hero__photo img {
  min-height: 690px;
  object-fit: cover;
  object-position: 58% center;
}

.hero__shade {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42%, 430px);
  background:
    linear-gradient(180deg, rgba(24, 21, 20, 0.98), rgba(24, 21, 20, 0.96)),
    radial-gradient(circle at top left, rgba(214, 106, 40, 0.13), transparent 34%);
}

.hero__content {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42%, 430px);
  padding: 34px 42px 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.hero h1,
.hero__subtitle,
.offerings h2,
.proof h2,
.proof__address h3,
.cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.hero h1 {
  margin-top: 58px;
  color: var(--cream);
  font-size: clamp(3rem, 5.3vw, 5.1rem);
}

.hero__subtitle {
  margin-top: 8px;
  color: var(--cream);
  font-size: clamp(1.9rem, 3.1vw, 3.05rem);
}

.hero__subtitle span {
  color: var(--accent);
}

.hero__facts {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.hero__facts li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--cream-soft);
  font-size: 1rem;
}

.hero__actions,
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero .script-line {
  margin-top: 34px;
}

.hero__logo-float {
  position: absolute;
  left: 58%;
  top: 68px;
}

.offerings {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 1.12fr);
  gap: 22px 34px;
  padding: 34px 34px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #f7f0e5 0%, #f1e6d6 100%);
}

.offerings > * {
  position: relative;
  z-index: 1;
}

.offerings__copy {
  padding: 10px 0 0;
}

.offerings h2 {
  max-width: 6.4ch;
  margin-top: 16px;
  font-size: clamp(3rem, 5.4vw, 5.2rem);
}

.offerings h2::after {
  content: ".";
  color: var(--accent);
}

.offerings__lede {
  max-width: 21rem;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.78;
}

.offerings__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.pillar {
  display: grid;
  gap: 10px;
  padding-right: 14px;
  border-right: 1px solid var(--line);
}

.pillar:last-child {
  padding-right: 0;
  border-right: 0;
}

.pillar__icon,
.footer-block__icon,
.meta-card__icon,
.proof__address-icon {
  color: var(--accent);
}

.pillar__icon {
  font-size: 1.7rem;
  line-height: 1;
}

.pillar h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.pillar p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 0.95rem;
}

.offerings__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.58fr;
  gap: 14px;
}

.offerings__cabinet,
.offerings__pastry,
.proof__photo,
.cta__photo-card,
.cta__croissant {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--panel-deep);
}

.offerings__cabinet {
  position: relative;
  min-height: 530px;
}

.offerings__cabinet img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.offerings__cabinet figcaption {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  min-width: 78px;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(25, 20, 17, 0.92);
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.offerings__stack {
  display: grid;
  gap: 14px;
}

.latte-shot,
.offerings__pastry {
  min-height: 258px;
}

.latte-shot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.2), transparent 26%),
    linear-gradient(180deg, #ddd1bd 0%, #ece2d3 100%);
}

.latte-shot__surface {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(47, 36, 30, 0.12) 1.2px, transparent 1.3px);
  background-size: 11px 11px;
  opacity: 0.35;
}

.latte-shot__cup {
  position: relative;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 44%, #f9ddb0 0%, #d49f67 56%, #b87d47 100%);
  box-shadow:
    inset 0 0 0 10px rgba(247, 239, 229, 0.94),
    0 16px 30px rgba(50, 34, 23, 0.16);
}

.latte-shot__cup::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 34%;
  width: 28px;
  height: 52px;
  border: 6px solid #b48962;
  border-left: none;
  border-radius: 0 28px 28px 0;
}

.latte-shot__art,
.cta__coffee-art {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  overflow: hidden;
}

.latte-shot__art::before,
.latte-shot__art::after,
.latte-shot__art span,
.cta__coffee-art::before,
.cta__coffee-art::after,
.cta__coffee-art span {
  content: "";
  position: absolute;
  left: 50%;
  background: rgba(255, 249, 241, 0.96);
  transform: translateX(-50%);
}

.latte-shot__art::before,
.cta__coffee-art::before {
  top: 14%;
  width: 15%;
  height: 72%;
  border-radius: 999px;
}

.latte-shot__art::after,
.latte-shot__art span,
.cta__coffee-art::after,
.cta__coffee-art span {
  top: 20%;
  width: 53%;
  height: 24%;
  border-radius: 100% 100% 78% 78%;
}

.latte-shot__art::after,
.cta__coffee-art::after {
  transform: translateX(-50%) rotate(46deg);
}

.latte-shot__art span,
.cta__coffee-art span {
  transform: translateX(-50%) rotate(-46deg);
}

.latte-shot__logo {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
}

.offerings__pastry {
  padding: 0;
  background: var(--panel-deep);
}

.offerings__pastry img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.offerings__meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 4px 0 0;
}

.meta-card {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.meta-card__icon {
  font-size: 1.45rem;
  line-height: 1;
}

.meta-card div {
  display: grid;
  gap: 2px;
}

.meta-card strong {
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.meta-card span:not(.meta-card__icon) {
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 0.92rem;
}

.proof {
  background: linear-gradient(180deg, #f8f0e3 0%, #f0e3d0 100%);
}

.proof__top {
  display: grid;
  grid-template-columns: minmax(320px, 1.02fr) minmax(320px, 0.98fr);
  background:
    radial-gradient(circle at top left, rgba(214, 106, 40, 0.05), transparent 22%),
    linear-gradient(145deg, #1a1715 0%, #221d19 100%);
}

.proof__photo {
  position: relative;
  margin: 22px 0 0 22px;
  min-height: 338px;
  border: 1px solid rgba(243, 234, 219, 0.22);
}

.proof__photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.proof__photo-logo {
  position: absolute;
  left: 20px;
  top: 18px;
}

.proof__copy {
  padding: 36px 34px 28px;
  color: var(--cream);
}

.proof h2 {
  max-width: 8.5ch;
  font-size: clamp(3rem, 4.8vw, 4.55rem);
}

.proof h2 span {
  color: var(--accent);
  font-style: italic;
}

.proof__rating {
  margin: 24px 0 0;
  color: rgba(243, 234, 219, 0.84);
  font-size: 1.06rem;
  font-weight: 700;
}

.proof__details {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.proof__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
}

.proof__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream-soft);
}

.proof__list li::before {
  color: var(--accent);
  font-size: 1.12rem;
}

.proof__list li:nth-child(1)::before {
  content: "☺";
}

.proof__list li:nth-child(2)::before {
  content: "☕";
}

.proof__list li:nth-child(3)::before {
  content: "◜◝";
}

.proof__quote {
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid var(--line-light);
}

.proof__quote p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  line-height: 1.16;
}

.proof__quote footer {
  display: grid;
  gap: 3px;
  margin-top: 16px;
}

.proof__quote strong {
  color: var(--accent);
}

.proof__quote span {
  color: var(--cream-soft);
  font-size: 0.9rem;
}

.proof__bottom {
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(300px, 1.06fr);
  align-items: center;
  gap: 22px;
  padding: 16px 22px 18px;
  background: linear-gradient(180deg, #faf3e7 0%, #f3e8d8 100%);
}

.proof__address {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: start;
}

.proof__address-icon {
  font-size: 1.85rem;
  line-height: 1;
}

.proof__address-copy {
  display: grid;
  gap: 6px;
}

.proof__address h3 {
  font-size: clamp(2rem, 3.2vw, 3.05rem);
}

.proof__address-eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof__address p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 31rem;
}

.proof__map {
  position: relative;
  min-height: 154px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(47, 36, 30, 0.09);
  background: linear-gradient(180deg, #efe0cb 0%, #f8f1e4 100%);
}

.proof__map-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 36, 30, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 36, 30, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
}

.proof__map-park {
  position: absolute;
  left: 9%;
  top: 14%;
  width: 22%;
  height: 58%;
  border-radius: 50%;
  background: rgba(171, 184, 137, 0.22);
}

.proof__map-road {
  position: absolute;
  background: rgba(47, 36, 30, 0.16);
}

.proof__map-road--one {
  width: 2px;
  height: 100%;
  left: 72%;
  top: 0;
  transform: rotate(15deg);
}

.proof__map-road--two {
  width: 100%;
  height: 2px;
  left: 0;
  top: 66%;
}

.proof__map-road--three {
  width: 2px;
  height: 84%;
  left: 54%;
  top: 12%;
}

.proof__map-pin {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 26px;
  height: 26px;
  border-radius: 50% 50% 50% 0;
  background: var(--accent);
  transform: translate(-50%, -84%) rotate(-45deg);
  box-shadow: 0 0 0 10px rgba(214, 106, 40, 0.12);
}

.proof__map-label {
  position: absolute;
  left: calc(62% + 16px);
  top: calc(50% - 20px);
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 10px 22px rgba(47, 36, 30, 0.1);
}

.proof__map-label span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.cta {
  background: linear-gradient(180deg, #f8f1e5 0%, #efe2d0 100%);
}

.cta__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  padding: 28px 34px 0;
}

.cta__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0 34px;
}

.cta__brand {
  margin: 0;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.cta h2 {
  max-width: 7.1ch;
  margin-top: 12px;
  font-size: clamp(3.15rem, 5.2vw, 5rem);
}

.cta h2 span {
  color: var(--accent);
}

.cta__hours {
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta__visual {
  position: relative;
  min-height: 330px;
}

.cta__ring {
  position: absolute;
  left: 4px;
  top: 0;
  width: 104px;
  aspect-ratio: 1;
  border: 6px solid rgba(153, 104, 52, 0.18);
  border-radius: 50%;
}

.cta__brush {
  position: absolute;
  inset: 36px 10px 26px 110px;
  border-radius: 18px;
  background:
    linear-gradient(
      90deg,
      rgba(214, 106, 40, 0) 0%,
      rgba(214, 106, 40, 0.82) 14%,
      rgba(214, 106, 40, 0.82) 86%,
      rgba(214, 106, 40, 0) 100%
    );
}

.cta__photo-card {
  position: absolute;
  inset: 16px 112px 34px 108px;
  border: 10px solid rgba(252, 248, 241, 0.98);
  background: #f7efe2;
  transform: rotate(-4.5deg);
  box-shadow: 0 18px 40px rgba(32, 24, 18, 0.15);
}

.cta__photo-card img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cta__photo-logo {
  position: absolute;
  left: 22px;
  top: 18px;
}

.cta__croissant {
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: min(40%, 220px);
  aspect-ratio: 1.55 / 1;
  padding: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at top, #eee1cf 0%, #b69575 100%);
  box-shadow: 0 18px 36px rgba(32, 24, 18, 0.16);
}

.cta__croissant img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px;
}

.cta__coffee {
  position: absolute;
  right: 6px;
  bottom: 12px;
  width: min(31%, 172px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 44%, #f7d7a5 0%, #d29d63 56%, #b47842 100%);
  box-shadow:
    inset 0 0 0 10px rgba(247, 239, 228, 0.94),
    0 18px 38px rgba(32, 24, 18, 0.16);
}

.cta__coffee::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 34%;
  width: 30px;
  height: 54px;
  border: 6px solid #b5885e;
  border-left: none;
  border-radius: 0 28px 28px 0;
}

.cta__footer {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  background:
    radial-gradient(circle at center top, rgba(214, 106, 40, 0.06), transparent 18%),
    linear-gradient(180deg, #201c1a 0%, #151311 100%);
  color: var(--cream);
  padding: 0 34px 18px;
}

.cta__footer-grid {
  display: grid;
  grid-template-columns:
    minmax(185px, 1.08fr)
    minmax(160px, 1fr)
    minmax(160px, 1fr)
    minmax(150px, 0.88fr)
    minmax(120px, 0.7fr);
  border-top: 1px solid var(--line-light);
}

.footer-block {
  display: grid;
  gap: 10px;
  padding: 22px 18px 20px;
  border-right: 1px solid var(--line-light);
}

.footer-block:last-child {
  border-right: 0;
}

.footer-block--brand {
  padding-left: 0;
}

.footer-block p,
.footer-block--nav a {
  margin: 0;
  color: var(--cream-soft);
  line-height: 1.58;
  font-size: 0.94rem;
}

.footer-block strong {
  font-size: 0.98rem;
  line-height: 1.45;
}

.footer-block__socials {
  display: flex;
  gap: 12px;
}

.footer-block__socials a {
  color: var(--accent);
}

.footer-block__icon {
  font-size: 1.35rem;
  line-height: 1;
}

.cta__footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 12px;
  color: rgba(243, 234, 219, 0.62);
  font-size: 0.88rem;
}

.cta__footer-bottom .script-line {
  font-size: 1.5rem;
}

.cta__footer-links {
  display: flex;
  gap: 16px;
  align-items: center;
}

.cta__footer-links a {
  color: rgba(243, 234, 219, 0.68);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
  }

  .hero__photo img {
    min-height: 520px;
  }

  .hero__shade,
  .hero__content {
    position: relative;
    width: 100%;
    max-width: none;
  }

  .hero__shade {
    position: absolute;
    inset: auto 0 0 0;
    top: auto;
    bottom: 0;
    height: 54%;
    width: 100%;
    background: linear-gradient(180deg, rgba(24, 21, 20, 0), rgba(24, 21, 20, 0.95));
  }

  .hero__content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 30px 28px 32px;
    justify-content: flex-end;
  }

  .hero__logo-float {
    left: auto;
    right: 24px;
    top: 24px;
  }

  .offerings,
  .proof__top,
  .proof__bottom,
  .cta__top {
    grid-template-columns: 1fr;
  }

  .offerings__gallery {
    grid-template-columns: minmax(0, 1fr) 0.48fr;
  }

  .proof__photo {
    margin-right: 22px;
  }

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

  .footer-block {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .footer-block--brand {
    padding-left: 18px;
  }
}

@media (max-width: 760px) {
  .site {
    width: min(calc(100% - 20px), var(--max));
    padding-top: 10px;
    gap: 14px;
  }

  .hero h1,
  .hero__subtitle,
  .offerings h2,
  .proof h2,
  .proof__address h3,
  .cta h2 {
    max-width: none;
  }

  .hero h1 {
    margin-top: 36px;
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .hero__subtitle,
  .offerings h2,
  .proof h2,
  .proof__address h3,
  .cta h2 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .hero__actions,
  .cta__actions,
  .cta__footer-links,
  .cta__footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .button--text {
    width: auto;
  }

  .offerings,
  .proof__copy,
  .proof__bottom,
  .cta__top,
  .cta__footer {
    padding-inline: 18px;
  }

  .offerings__pillars,
  .offerings__gallery,
  .offerings__meta,
  .proof__details,
  .cta__footer-grid {
    grid-template-columns: 1fr;
  }

  .pillar {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pillar:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .offerings__cabinet {
    min-height: 420px;
  }

  .latte-shot,
  .offerings__pastry {
    min-height: 220px;
  }

  .proof__photo {
    margin: 18px 18px 0;
    min-height: 280px;
  }

  .proof__quote {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line-light);
    padding-top: 18px;
  }

  .proof__map {
    min-height: 190px;
  }

  .cta__visual {
    min-height: 300px;
  }

  .cta__ring {
    width: 88px;
  }

  .cta__brush {
    inset: 32px 0 26px 56px;
  }

  .cta__photo-card {
    inset: 12px 70px 42px 54px;
  }

  .cta__croissant {
    width: min(48%, 200px);
  }

  .cta__coffee {
    width: min(34%, 140px);
  }
}
