:root {
  --calm-cream: #fbf5e7;
  --calm-cream-2: #f2e6cf;
  --calm-paper: #fffaf0;
  --calm-brown: #3f260f;
  --calm-ink: #2f261f;
  --calm-muted: #766858;
  --calm-orange: #f58a45;
  --calm-orange-dark: #d96f2f;
  --calm-line: rgba(63, 38, 15, 0.16);
  --calm-shadow: 0 22px 70px rgba(63, 38, 15, 0.14);
  --calm-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 138, 69, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 6%, rgba(63, 38, 15, 0.08), transparent 24rem),
    linear-gradient(180deg, var(--calm-cream), #fffaf0 42%, var(--calm-cream-2)) !important;
  color: var(--calm-ink);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(63, 38, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 38, 15, 0.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 62%);
}

img,
video {
  max-width: 100%;
}

a,
button,
.btn,
.sqs-button-element--primary,
.sqs-button-element--secondary {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), background-color 180ms ease, color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

a:active,
button:active,
.btn:active,
.sqs-button-element--primary:active,
.sqs-button-element--secondary:active {
  transform: translateY(1px);
}

/* Shared static pages */
.hdr {
  background: rgba(251, 245, 231, 0.86);
  border-bottom: 1px solid var(--calm-line);
  box-shadow: 0 10px 34px rgba(63, 38, 15, 0.08);
}

.hdr-in {
  min-height: 82px;
}

.hdr nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 12px;
}

.hdr nav a:hover,
.hdr nav a[aria-current] {
  border-color: rgba(245, 138, 69, 0.28);
  background: rgba(245, 138, 69, 0.12);
  color: var(--calm-brown);
}

.brand img {
  height: 58px;
  filter: drop-shadow(0 8px 14px rgba(63, 38, 15, 0.12));
}

.btn,
.sqs-button-element--primary,
.sqs-button-element--secondary {
  border-radius: 999px !important;
  box-shadow: 0 12px 26px rgba(217, 111, 47, 0.18);
}

.btn:hover,
.sqs-button-element--primary:hover,
.sqs-button-element--secondary:hover {
  transform: translateY(-1px);
}

.phero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 112px) 24px clamp(40px, 6vw, 64px);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(251, 245, 231, 0.95), rgba(251, 245, 231, 0.76)),
    url("/assets/img/a4f91243_calm.jpg") center / cover;
}

.phero::after {
  content: "";
  position: absolute;
  inset: auto 8vw -70px auto;
  width: min(340px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(63, 38, 15, 0.14);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.34);
}

.phero > * {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.phero h1 {
  max-width: 860px;
  font-size: clamp(44px, 6.8vw, 88px);
  letter-spacing: 0;
}

.phero p {
  max-width: 660px;
  margin-left: 0;
  font-size: clamp(18px, 2vw, 23px);
}

.wrap {
  max-width: 1180px;
}

main {
  padding: clamp(44px, 6vw, 76px) 0;
}

section.blk {
  margin-bottom: clamp(48px, 7vw, 84px);
}

.grid2 {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 72px);
}

.grid3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.card,
.quote,
.note {
  border-radius: var(--calm-radius);
  background: rgba(255, 250, 240, 0.78);
  border-color: var(--calm-line);
  box-shadow: var(--calm-shadow);
  backdrop-filter: blur(10px);
}

.card {
  min-height: 100%;
}

.card h3 {
  font-size: 24px;
}

figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--calm-radius);
  box-shadow: var(--calm-shadow);
}

.grid2 figure img {
  max-height: 520px;
}

.menu-cat {
  padding: 30px;
  border: 1px solid var(--calm-line);
  border-radius: var(--calm-radius);
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 16px 44px rgba(63, 38, 15, 0.08);
}

.menu-item {
  padding: 14px 0;
}

.menu-item .n {
  font-size: 20px;
}

.quote {
  font-size: 16px;
}

.ftr {
  background:
    linear-gradient(135deg, rgba(47, 33, 21, 0.97), rgba(35, 23, 14, 0.98)),
    var(--calm-brown);
}

/* Squarespace homepage refinement */
.calm-home main {
  padding: 0;
}

.home-hero,
.home-feature,
.home-strip,
.home-tiles,
.home-gallery,
.home-reviews,
.home-cta {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: min(760px, 86dvh);
  padding: clamp(64px, 9vw, 118px) 0 clamp(36px, 7vw, 76px);
}

.home-hero h1,
.home-feature h2,
.home-reviews h2,
.home-cta h2 {
  margin: 0;
  color: var(--calm-brown);
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  letter-spacing: 0;
  line-height: 0.98;
}

.home-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 7.8vw, 108px);
}

.home-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--calm-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-hero-media {
  margin: 0;
}

.home-hero-media img {
  width: 100%;
  height: min(620px, 72dvh);
  object-fit: cover;
  border-radius: var(--calm-radius);
  box-shadow: var(--calm-shadow);
}

.home-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--calm-line);
  border-radius: var(--calm-radius);
  background: var(--calm-line);
  box-shadow: 0 16px 44px rgba(63, 38, 15, 0.08);
}

.home-strip div {
  padding: 18px 20px;
  background: rgba(255, 250, 240, 0.86);
}

.home-strip strong,
.home-strip span {
  display: block;
}

.home-strip strong {
  color: var(--calm-brown);
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: 18px;
}

.home-strip span {
  color: var(--calm-muted);
  font-size: 15px;
}

.home-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(58px, 9vw, 110px) 0 0;
}

.home-feature-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.home-feature figure {
  margin: 0;
}

.home-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--calm-radius);
  box-shadow: var(--calm-shadow);
}

.home-feature h2,
.home-reviews h2,
.home-cta h2 {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 70px);
}

.home-feature p,
.home-cta p {
  max-width: 680px;
  color: var(--calm-muted);
  font-size: 18px;
  line-height: 1.7;
}

.home-tiles {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.95fr;
  gap: 18px;
  padding-top: clamp(58px, 9vw, 110px);
}

.home-tiles article,
.home-reviews blockquote,
.home-cta {
  border: 1px solid var(--calm-line);
  border-radius: var(--calm-radius);
  background: rgba(255, 250, 240, 0.78);
  box-shadow: var(--calm-shadow);
  backdrop-filter: blur(10px);
}

.home-tiles article {
  padding: 28px;
}

.home-tiles span {
  color: var(--calm-orange-dark);
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-tiles h3 {
  margin: 12px 0 10px;
  color: var(--calm-brown);
  font-size: 28px;
}

.home-tiles p {
  margin: 0;
  color: var(--calm-muted);
}

.home-gallery {
  display: grid;
  grid-template-columns: 0.75fr 1.1fr 0.8fr;
  gap: 18px;
  padding-top: clamp(58px, 9vw, 110px);
}

.home-gallery img {
  width: 100%;
  height: clamp(260px, 34vw, 430px);
  object-fit: cover;
  border-radius: var(--calm-radius);
  box-shadow: var(--calm-shadow);
}

.home-gallery img:nth-child(2) {
  height: clamp(320px, 40vw, 520px);
}

.home-reviews {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding-top: clamp(58px, 9vw, 110px);
}

.home-review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.home-reviews blockquote {
  margin: 0;
  padding: 24px;
  color: var(--calm-brown);
  font-size: 18px;
  line-height: 1.55;
}

.home-reviews cite {
  display: block;
  margin-top: 14px;
  color: var(--calm-orange-dark);
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.home-cta {
  margin-top: clamp(58px, 9vw, 110px);
  margin-bottom: clamp(58px, 9vw, 110px);
  padding: clamp(34px, 6vw, 70px);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.95), rgba(255, 250, 240, 0.72)),
    url("/assets/img/fe9a4280_calm.jpg") center / cover;
}

.home-cta p {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .home-hero,
  .home-feature,
  .home-feature-right,
  .home-reviews {
    grid-template-columns: 1fr;
  }

  .home-strip,
  .home-tiles,
  .home-gallery {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 0;
  }

  .home-hero-media img,
  .home-feature img,
  .home-gallery img,
  .home-gallery img:nth-child(2) {
    height: auto;
    max-height: 360px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .home-feature,
  .home-strip,
  .home-tiles,
  .home-gallery,
  .home-reviews,
  .home-cta {
    width: min(100% - 28px, 1180px);
  }

  .home-hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }
}

.sqs-seven-one .header,
.sqs-seven-one .Header,
body.homepage .header {
  background: rgba(251, 245, 231, 0.88) !important;
  border-bottom: 1px solid var(--calm-line) !important;
  box-shadow: 0 10px 34px rgba(63, 38, 15, 0.08);
  backdrop-filter: blur(12px);
}

body.homepage .header-title-logo img,
body.homepage .header-display-desktop img,
body.homepage .header-display-mobile img {
  filter: drop-shadow(0 8px 14px rgba(63, 38, 15, 0.12));
}

body.homepage #page {
  overflow: hidden;
}

body.homepage .page-section:first-of-type {
  min-height: min(820px, 92dvh);
  display: flex;
  align-items: center;
}

body.homepage .page-section:first-of-type .section-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 245, 231, 0.96) 0%, rgba(251, 245, 231, 0.78) 42%, rgba(251, 245, 231, 0.22) 100%),
    radial-gradient(circle at 15% 20%, rgba(245, 138, 69, 0.22), transparent 24rem);
}

body.homepage h1,
body.homepage h2,
body.homepage h3 {
  letter-spacing: 0 !important;
}

body.homepage h1 {
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(48px, 7vw, 104px) !important;
  line-height: 0.95 !important;
  text-align: left !important;
}

body.homepage .content-wrapper {
  max-width: 1180px !important;
}

body.homepage .sqs-block-button-element,
body.homepage .sqs-button-element--primary,
body.homepage .sqs-button-element--secondary {
  border-radius: 999px !important;
  padding: 16px 24px !important;
  font-weight: 700 !important;
}

body.homepage .image-block img {
  width: 100% !important;
  height: 100% !important;
  max-height: clamp(260px, 42vw, 560px);
  object-fit: cover !important;
  border-radius: var(--calm-radius);
  box-shadow: var(--calm-shadow);
}

body.homepage .image-block,
body.homepage .sqs-block-image,
body.homepage .sqs-block-content,
body.homepage [data-test="image-block-fluid-outer-wrapper"],
body.homepage .image-block-wrapper,
body.homepage .sqs-image-shape-container-element {
  max-height: clamp(260px, 42vw, 560px);
  overflow: hidden;
}

body.homepage .image-block .intrinsic,
body.homepage .image-block .image-inset,
body.homepage .image-block .sqs-image-content,
body.homepage .image-block .fluid-image-container {
  max-height: clamp(260px, 42vw, 560px);
  overflow: hidden;
  border-radius: var(--calm-radius);
}

body.homepage .page-section:first-of-type .image-block img {
  max-height: none;
}

body.homepage .page-section:first-of-type .image-block,
body.homepage .page-section:first-of-type .sqs-block-image,
body.homepage .page-section:first-of-type .sqs-block-content,
body.homepage .page-section:first-of-type [data-test="image-block-fluid-outer-wrapper"],
body.homepage .page-section:first-of-type .image-block-wrapper,
body.homepage .page-section:first-of-type .sqs-image-shape-container-element,
body.homepage .page-section:first-of-type .image-block .intrinsic,
body.homepage .page-section:first-of-type .image-block .image-inset,
body.homepage .page-section:first-of-type .image-block .sqs-image-content,
body.homepage .page-section:first-of-type .image-block .fluid-image-container {
  max-height: none;
}

body.homepage .section-background img {
  min-height: 100%;
  object-fit: cover !important;
}

body.homepage .page-section:not(:first-of-type) {
  border-top: 1px solid rgba(63, 38, 15, 0.08);
}

body.homepage .user-items-list,
body.homepage .summary-item,
body.homepage .list-item {
  border-radius: var(--calm-radius);
}

body.homepage #footer-sections {
  background: var(--calm-brown);
}

@media (max-width: 1080px) {
  .grid3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hdr-in {
    align-items: flex-start;
    gap: 14px;
  }

  .hdr nav {
    display: flex;
    order: 3;
    flex-basis: 100%;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hdr nav a {
    white-space: nowrap;
  }

  .hdr .right .btn,
  .hdr .right .socials {
    display: none;
  }

  .phero {
    padding: 64px 18px 44px;
  }

  .grid2,
  .grid3 {
    grid-template-columns: 1fr;
  }

  .menu-cat {
    padding: 22px 18px;
  }

  figure img,
  .grid2 figure img {
    aspect-ratio: 4 / 3;
    max-height: 360px;
  }

  body.homepage .image-block img,
  body.homepage .image-block,
  body.homepage .sqs-block-image,
  body.homepage .sqs-block-content,
  body.homepage [data-test="image-block-fluid-outer-wrapper"],
  body.homepage .image-block-wrapper,
  body.homepage .sqs-image-shape-container-element,
  body.homepage .image-block .intrinsic,
  body.homepage .image-block .image-inset,
  body.homepage .image-block .sqs-image-content,
  body.homepage .image-block .fluid-image-container {
    max-height: 360px;
  }

  body.homepage h1 {
    font-size: clamp(42px, 13vw, 66px) !important;
    text-align: left !important;
  }
}
