/* =========================================================
   SUNDAY MANOR — MASTER SITE CSS
   ========================================================= */

/* ---------- GLOBAL WIDTH OVERRIDE ---------- */
.ingrid-before-content .wrap {
  max-width: 100%;
}

/* ---------- ROOT VARIABLES ---------- */
:root {
  --cream: #f7f4ef;
  --soft-white: #fcfaf7;
  --beige: #eae3da;
  --taupe: #6e6259;
  --ink: #2b2b2b;
  --honey: #c6a27e;
  --olive: #8a8f7a;
  --border: rgba(43, 43, 43, 0.08);
  --shadow: 0 18px 50px rgba(43, 43, 43, 0.08);
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.06);
  --radius-lg: 28px;
  --radius-md: 24px;
  --radius-sm: 18px;
}

/* =========================================================
   GLOBAL FEATURE LAYOUT
   ========================================================= */
.sunday-manor-feature {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  background: var(--cream);
  color: var(--taupe);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.75;
}

.sunday-manor-feature * {
  box-sizing: border-box;
}

.sunday-manor-feature img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sunday-manor-feature a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   MAIN HERO SYSTEM
   ========================================================= */
.sunday-manor-feature .hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 82vh;
  margin-bottom: 50px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(to top, rgba(32, 25, 20, 0.45), rgba(32, 25, 20, 0.10)),
    url("https://asundaymanor.com/wp-content/uploads/2026/04/pexels-media-370790347834693755812306137.jpeg") center center / cover no-repeat;
}

.sunday-manor-feature .hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 38px;
  align-items: end;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 32px 70px;
}

.sunday-manor-feature .hero-copy {
  max-width: 640px;
}

.sunday-manor-feature .kicker,
.sunday-manor-feature .section-label,
.sunday-manor-feature .caps {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.sunday-manor-feature .kicker {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.sunday-manor-feature .hero h1,
.sunday-manor-feature .hero h2 {
  max-width: 10ch;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.02;
  font-weight: 500;
}

.sunday-manor-feature .hero p {
  max-width: 540px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.7;
}

.sunday-manor-feature .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.sunday-manor-feature .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sunday-manor-feature .btn-dark {
  background: var(--ink);
  color: #fff;
}

.sunday-manor-feature .btn-dark:hover {
  background: var(--honey);
  color: #fff;
}

.sunday-manor-feature .btn-light {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.sunday-manor-feature .btn-light:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.sunday-manor-feature .hero-card {
  max-width: 420px;
  margin-left: auto;
  padding: 28px 30px;
  border-radius: 30px;
  background: rgba(247, 244, 239, 0.95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.sunday-manor-feature .hero-card .caps {
  margin-bottom: 10px;
  color: var(--taupe);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.sunday-manor-feature .hero-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.2;
}

.sunday-manor-feature .hero-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.7;
}

/* ---------- POST-SPECIFIC HERO IMAGES ---------- */
.sunday-manor-feature.pillar-post .hero {
  background:
    linear-gradient(to top, rgba(32, 25, 20, 0.45), rgba(32, 25, 20, 0.10)),
    url("https://asundaymanor.com/wp-content/uploads/2026/04/pexels-media-370790347834693755812306137.jpeg") center center / cover no-repeat;
}

.sunday-manor-feature.hotel-post .hero {
  background:
    linear-gradient(to top, rgba(32, 25, 20, 0.45), rgba(32, 25, 20, 0.10)),
    url("https://asundaymanor.com/wp-content/uploads/2026/03/wp-17744916632682869105357171912728.jpg") center center / cover no-repeat;
}

.sunday-manor-feature.costa-adeje-post .hero {
  background:
    linear-gradient(to top, rgba(32, 25, 20, 0.45), rgba(32, 25, 20, 0.10)),
    url("https://asundaymanor.com/wp-content/uploads/2026/04/screenshot_20260415_034343_pinterest7676719421893701885.jpg") center center / cover no-repeat;
}

.sunday-manor-feature.sunset-post .hero {
  background:
    linear-gradient(to top, rgba(32, 25, 20, 0.45), rgba(32, 25, 20, 0.10)),
    url("https://asundaymanor.com/wp-content/uploads/2026/03/wp-17744931240721944874021926435451.jpg") center center / cover no-repeat;
}

.sunday-manor-feature.itinerary-post .hero {
  background:
    linear-gradient(to top, rgba(32, 25, 20, 0.45), rgba(32, 25, 20, 0.10)),
    url("https://asundaymanor.com/wp-content/uploads/2026/04/pexels-media-4496955766261809557504911.jpeg") center center / cover no-repeat;
}

/* ---------- OPTIONAL HERO SCALE EFFECT ---------- */
.sunday-manor-feature.itinerary-post .hero,
.sunday-manor-feature.costa-adeje-post .hero {
  background-size: 105%;
  transition: background-size 0.6s ease;
}

.sunday-manor-feature.itinerary-post .hero:hover,
.sunday-manor-feature.costa-adeje-post .hero:hover {
  background-size: 110%;
}

/* =========================================================
   BODY TYPOGRAPHY
   ========================================================= */
.wp-block-post-content p,
.wp-block-post-content li,
.wp-block-paragraph {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.8;
}

h2.wp-block-heading {
  margin-top: 60px;
  margin-bottom: 20px;
}

/* =========================================================
   CONTENT CARDS / CREAM BOXES
   ========================================================= */
.wp-block-group.has-cream-background-color,
.stay-card,
.slow-travel-card {
  max-width: 760px;
  margin: 32px auto;
  padding: 28px 34px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.wp-block-group.has-cream-background-color {
  background: var(--cream);
}

.wp-block-group.has-cream-background-color h3,
.stay-card h3,
.slow-travel-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 28px;
}

.wp-block-group.has-cream-background-color ul {
  margin-top: 10px;
}

.stay-card {
  background: var(--cream);
}

.stay-card .stay-kicker {
  margin-bottom: 10px;
  color: var(--taupe);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.stay-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.stay-card p,
.stay-card li,
.slow-travel-card p,
.slow-travel-card li {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.75;
}

/* =========================================================
   QUOTES
   ========================================================= */
blockquote,
.wp-block-quote {
  max-width: 700px;
  margin: 40px auto;
  padding: 24px 28px;
  border-left: 2px solid var(--honey);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--cream);
  color: var(--ink);
  font-style: italic;
}

.single-post .wp-block-pullquote {
  margin-top: 34px;
  margin-bottom: 34px;
}

/* =========================================================
   SPACING / IMAGE RHYTHM
   ========================================================= */
.wp-block-spacer[style*="height:60px"] {
  height: 45px !important;
}

.single-post .wp-block-image {
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-post .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post .wp-block-columns {
  gap: 24px !important;
  align-items: start;
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-post .wp-block-columns .wp-block-column {
  padding: 0 !important;
}

.single-post .wp-block-columns .wp-block-image {
  margin: 0 !important;
}

.single-post .wp-block-columns .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post .wp-block-gallery {
  gap: 24px !important;
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-post .slow-travel-card,
.single-post .stay-card,
.single-post .wp-block-group.has-cream-background-color {
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-post .wp-block-image.aligncenter.is-resized {
  margin-left: auto;
  margin-right: auto;
}

.single-post .wp-block-image figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* =========================================================
   HOME / BLOG / ARCHIVE CARD STACKING
   ========================================================= */
.home article,
.blog article,
.archive article {
  display: block !important;
}

.home article .entry-image,
.home article .post-image,
.home article .featured-image,
.blog article .entry-image,
.blog article .post-image,
.blog article .featured-image,
.archive article .entry-image,
.archive article .post-image,
.archive article .featured-image {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 0 0 18px 0 !important;
}

.home article .entry-content,
.home article .entry-summary,
.blog article .entry-content,
.blog article .entry-summary,
.archive article .entry-content,
.archive article .entry-summary {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.home article p,
.blog article p,
.archive article p {
  margin-top: 12px !important;
}

/* =========================================================
   REUSABLE EDITORIAL BYLINE
   ========================================================= */
.sm-byline {
  max-width: 900px;
  margin: 36px auto 42px;
  padding: 0 20px;
}

.sm-byline__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.sm-byline__script {
  color: var(--honey);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 6vw, 5.2rem);
  font-style: italic;
  line-height: 0.8;
  font-weight: 400;
  opacity: 0.95;
}

.sm-byline__content {
  padding-left: 26px;
  border-left: 1px solid rgba(198, 162, 126, 0.45);
}

.sm-byline__name {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 500;
}

.sm-byline__tagline {
  margin: 0;
  max-width: 560px;
  color: var(--taupe);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.45;
  font-style: italic;
}

/* =========================================================
   SIDEBAR PROFILE IMAGE
   ========================================================= */
#about-photo {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto 18px;
  border: 4px solid #fcfaf7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   ABOUT PAGE — SOFT LUXURY EDITORIAL
   ========================================================= */
.sm-about-editorial {
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 56px 28px 40px;
  background: #f8f6f1;
  color: #4e4338;
}

.sm-about-editorial * {
  box-sizing: border-box;
}

.sm-about-editorial__top {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 52px;
}

.sm-about-editorial__brand {
  margin: 0 0 18px;
  color: #7a6c5d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sm-about-editorial__headline-wrap {
  margin-bottom: 24px;
}

.sm-about-editorial__script {
  margin: 0 0 6px;
  color: #b79b78;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-style: italic;
  line-height: 0.9;
}

.sm-about-editorial__title {
  margin: 0;
  color: #4e4338;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.92;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sm-about-editorial__divider {
  width: 180px;
  height: 1px;
  margin: 22px 0 22px;
  background: rgba(183, 155, 120, 0.55);
}

.sm-about-editorial__descriptor {
  max-width: 500px;
  margin: 0;
  color: #7a6c5d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.9;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sm-about-editorial__portrait-frame {
  background: #fdfbf7;
  border: 1px solid rgba(183, 155, 120, 0.14);
  box-shadow: 0 14px 38px rgba(78, 67, 56, 0.08);
}

.sm-about-editorial__portrait-frame--large {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  padding: 18px;
  transform: rotate(2deg);
}

.sm-about-editorial__portrait-frame--small {
  padding: 14px;
  background: #fffdf9;
}

.sm-about-editorial__portrait-frame--one {
  width: 260px;
  transform: rotate(-3deg);
}

.sm-about-editorial__portrait-frame--two {
  width: 220px;
  transform: rotate(2.5deg);
  margin-top: 90px;
  margin-left: -34px;
}

.sm-about-editorial__image {
  display: block;
  width: 100%;
  height: auto;
}

.sm-about-editorial__middle {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 52px;
}

.sm-about-editorial__note,
.sm-about-editorial__loves,
.sm-about-editorial__closing {
  background: #fdfbf7;
  border: 1px solid rgba(183, 155, 120, 0.14);
  box-shadow: 0 12px 30px rgba(78, 67, 56, 0.05);
}

.sm-about-editorial__note {
  padding: 34px 34px 30px;
}

.sm-about-editorial__section-title {
  margin: 0 0 18px;
  color: #4e4338;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 500;
}

.sm-about-editorial__note p,
.sm-about-editorial__closing p {
  margin: 0 0 18px;
  color: #5f5448;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.6;
}

.sm-about-editorial__note p:last-child,
.sm-about-editorial__closing p:last-child {
  margin-bottom: 0;
}

.sm-about-editorial__collage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
}

.sm-about-editorial__bottom {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 56px;
  align-items: start;
}

.sm-about-editorial__loves {
  padding: 30px 30px 26px;
}

.sm-about-editorial__loves ul {
  margin: 0;
  padding-left: 22px;
}

.sm-about-editorial__loves li {
  margin-bottom: 12px;
  color: #5f5448;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.45;
}

.sm-about-editorial__loves li:last-child {
  margin-bottom: 0;
}

.sm-about-editorial__closing {
  padding: 34px 34px 28px;
}

.sm-about-editorial__signoff {
  margin-top: 20px;
  color: #b79b78;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1;
}

/* =========================================================
   SOFT LIVING HERO
   ========================================================= */
.sm-soft-living-wrap {
  max-width: 1400px;
  margin: 0 auto 72px;
  padding: 24px 20px 0;
  background: #f5f1ea;
}

.sm-soft-living-hero {
  position: relative;
  min-height: 1120px;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  background-image: url("https://asundaymanor.com/wp-content/uploads/2026/04/ChatGPT-Image-Apr-26-2026-11_29_53-PM.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.sm-soft-living-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(245, 241, 234, 0.10) 0%,
    rgba(245, 241, 234, 0.02) 20%,
    rgba(245, 241, 234, 0.00) 45%,
    rgba(245, 241, 234, 0.05) 100%
  );
}

.sm-soft-living-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 1120px;
  padding: 86px 40px 70px;
  text-align: center;
}

.sm-soft-living-hero__eyebrow {
  margin: 0 0 26px;
  color: #b38a42;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}

.sm-soft-living-hero__title {
  margin: 0;
  color: #b7904e;
  font-family: "Cormorant Garamond", "Bodoni Moda", "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.sm-soft-living-hero__title span {
  display: block;
}

.sm-soft-living-hero__title span:first-child {
  font-size: clamp(4rem, 8vw, 8.5rem);
}

.sm-soft-living-hero__title span:last-child {
  font-size: clamp(4.8rem, 10vw, 10rem);
}

.sm-soft-living-hero__subtitle {
  max-width: 620px;
  margin: 26px auto 0;
  color: #5e5347;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.35;
}

.sm-soft-living-hero__introbox {
  width: min(760px, 100%);
  margin-top: auto;
  padding: 36px 34px 34px;
  border: 1px solid rgba(191, 168, 131, 0.35);
  background: rgba(255, 252, 247, 0.84);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.sm-soft-living-hero__introbox p {
  margin: 0 0 24px;
  color: #5d5247;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  line-height: 1.55;
}

.sm-soft-living-hero__button {
  display: inline-block;
  padding: 15px 34px;
  background: #bb9550;
  color: #fffaf2;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: all 0.25s ease;
}

.sm-soft-living-hero__button:hover {
  background: #a88444;
  color: #ffffff;
}

.sm-soft-living-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-top: 1px solid rgba(191, 168, 131, 0.35);
  border-radius: 0 0 34px 34px;
  background: #f8f4ed;
}

.sm-soft-living-panel {
  padding: 42px 34px 38px;
  border-right: 1px solid rgba(191, 168, 131, 0.35);
}

.sm-soft-living-panel:last-child {
  border-right: none;
}

.sm-soft-living-panel h3 {
  margin: 0 0 12px;
  color: #8e6b34;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.sm-soft-living-panel p {
  margin: 0 0 18px;
  color: #615548;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.45;
}

.sm-soft-living-panel a {
  color: #b38a42;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.sm-soft-living-panel a:hover {
  color: #8e6b34;
}

/* =========================================================
   SLOW MORNINGS HERO
   ========================================================= */
.sm-slow-mornings-wrap {
  max-width: 1400px;
  margin: 0 auto 64px;
  padding: 20px 20px 0;
  background: #f4efe7;
}

.sm-slow-mornings-hero {
  position: relative;
  min-height: 980px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background-image: url("https://asundaymanor.com/wp-content/uploads/2026/04/wp-17773460400183696404631581559574.png");
  background-size: cover;
  background-position: 62% center;
  background-repeat: no-repeat;
}

.sm-slow-mornings-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(12, 9, 6, 0.28), rgba(12, 9, 6, 0.18) 30%, rgba(12, 9, 6, 0.18)),
    linear-gradient(to right, rgba(12, 9, 6, 0.48), rgba(12, 9, 6, 0.18) 36%, rgba(12, 9, 6, 0) 62%);
}

.sm-slow-mornings-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 980px;
  padding: 88px 48px 150px;
}

.sm-slow-mornings-eyebrow {
  margin: 0 0 18px;
  color: #d3aa64;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.sm-slow-mornings-title {
  max-width: 700px;
  margin: 0;
  color: #f5eadc;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
  font-weight: 400;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.sm-slow-mornings-subtitle {
  max-width: 540px;
  margin: 26px 0 0;
  color: #f1e4d4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 1.8vw, 1.9rem);
  line-height: 1.38;
}

.sm-slow-mornings-intro-card {
  width: min(520px, 100%);
  margin: auto auto 0;
  padding: 32px 32px 28px;
  border: 1px solid rgba(205, 176, 126, 0.65);
  background: rgba(247, 240, 229, 0.9);
  box-shadow: 0 10px 26px rgba(30, 21, 12, 0.12);
  text-align: center;
}

.sm-slow-mornings-intro-card p {
  margin: 0 0 22px;
  color: #3f3328;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.55;
}

.sm-slow-mornings-button {
  display: inline-block;
  padding: 13px 26px;
  background: #ba9350;
  color: #fffaf3;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.sm-slow-mornings-button:hover {
  background: #a78142;
  color: #fff;
}

.sm-slow-mornings-panels {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -28px;
  overflow: hidden;
  border: 1px solid rgba(210, 186, 146, 0.72);
  border-radius: 0 0 20px 20px;
  background: #f7f1e8;
}

.sm-slow-mornings-panel {
  padding: 30px 24px;
  border-right: 1px solid rgba(210, 186, 146, 0.72);
  text-align: center;
}

.sm-slow-mornings-panel:last-child {
  border-right: none;
}

.sm-slow-mornings-panel h3 {
  margin: 0 0 10px;
  color: #2f261d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.sm-slow-mornings-panel p {
  margin: 0;
  color: #4f4336;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.45;
}

/* =========================================================
   ENTERTAINING HERO
   ========================================================= */
.sm-entertaining-wrap {
  max-width: 1400px;
  margin: 0 auto 64px;
  padding: 20px 20px 0;
  background: #f4efe7;
}

.sm-entertaining-hero {
  position: relative;
  min-height: 980px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background-image: url("https://asundaymanor.com/wp-content/uploads/2026/04/wp-17774200365469170355830208836033.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sm-entertaining-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(26, 18, 12, 0.22), rgba(26, 18, 12, 0.12) 30%, rgba(26, 18, 12, 0.18)),
    linear-gradient(to left, rgba(26, 18, 12, 0.10), rgba(26, 18, 12, 0.05) 30%, rgba(26, 18, 12, 0.00) 55%);
}

.sm-entertaining-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 980px;
  padding: 88px 48px 150px;
}

.sm-entertaining-eyebrow {
  margin: 0 0 18px;
  color: #d3aa64;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.sm-entertaining-title {
  max-width: 760px;
  margin: 0;
  color: #f7ecdf;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
  font-weight: 400;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.sm-entertaining-subtitle {
  max-width: 560px;
  margin: 26px 0 0;
  color: #f3e7d9;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 1.8vw, 1.9rem);
  line-height: 1.38;
}

.sm-entertaining-intro-card {
  width: min(540px, 100%);
  margin: auto auto 0;
  padding: 32px 32px 28px;
  border: 1px solid rgba(205, 176, 126, 0.65);
  background: rgba(247, 240, 229, 0.90);
  box-shadow: 0 10px 26px rgba(30, 21, 12, 0.12);
  text-align: center;
}

.sm-entertaining-intro-card p {
  margin: 0 0 22px;
  color: #3f3328;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.55;
}

.sm-entertaining-button {
  display: inline-block;
  padding: 13px 26px;
  background: #ba9350;
  color: #fffaf3;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.sm-entertaining-button:hover {
  background: #a78142;
  color: #fff;
}

.sm-entertaining-panels {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -28px;
  overflow: hidden;
  border: 1px solid rgba(210, 186, 146, 0.72);
  border-radius: 0 0 20px 20px;
  background: #f7f1e8;
}

.sm-entertaining-panel {
  padding: 30px 24px;
  border-right: 1px solid rgba(210, 186, 146, 0.72);
  text-align: center;
}

.sm-entertaining-panel:last-child {
  border-right: none;
}

.sm-entertaining-panel h3 {
  margin: 0 0 10px;
  color: #2f261d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.sm-entertaining-panel p {
  margin: 0;
  color: #4f4336;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.45;
}

/* ================================
   Sunday Manor Kitchen Hero Card
   Snacks & Sips Series
================================ */

.sm-kitchen-hero-card {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 3.5rem auto;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0;
  background: #eee4d6;
  isolation: isolate;
}

.sm-kitchen-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sm-kitchen-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Lightened left gradient */
.sm-kitchen-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(238, 228, 214, 0.92) 0%,
    rgba(238, 228, 214, 0.78) 22%,
    rgba(238, 228, 214, 0.42) 44%,
    rgba(238, 228, 214, 0.08) 68%,
    rgba(238, 228, 214, 0) 100%
  );
  pointer-events: none;
}

.sm-kitchen-hero-content {
  position: relative;
  z-index: 3;
  width: min(48%, 560px);
  min-height: 620px;
  padding: clamp(2rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3b342c;
}

.sm-brand-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.sm-monogram {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.08em;
  color: #3b342c;
}

.sm-brand-name {
  font-family: inherit;
  font-size: 0.9rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #3b342c;
}

.sm-kitchen-label {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #3b342c;
  margin-bottom: 1.15rem;
}

.sm-divider {
  width: 150px;
  height: 1px;
  background: #3b342c;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  position: relative;
}

.sm-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #3b342c;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sm-kitchen-hero-content h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(5rem, 10vw, 9.5rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-transform: lowercase;
  margin: 0 0 2rem 0;
  color: #3b342c;
}

.sm-kitchen-tagline {
  max-width: 440px;
  margin: 0 0 3.25rem 0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.75;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #3b342c;
}

.sm-series-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.85rem 2.25rem;
  border: 1px solid rgba(59, 52, 44, 0.85);
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #3b342c;
  background: rgba(238, 228, 214, 0.16);
  backdrop-filter: blur(2px);
}

/* Tablet */
@media (max-width: 900px) {
  .sm-kitchen-hero-card {
    min-height: 640px;
  }

  .sm-kitchen-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(238, 228, 214, 0.95) 0%,
      rgba(238, 228, 214, 0.78) 42%,
      rgba(238, 228, 214, 0.32) 72%,
      rgba(238, 228, 214, 0) 100%
    );
  }

  .sm-kitchen-hero-content {
    width: 68%;
    min-height: 640px;
  }

  .sm-kitchen-hero-content h1 {
    font-size: clamp(4.6rem, 13vw, 7rem);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .sm-kitchen-hero-card {
    min-height: 720px;
    margin-bottom: 2.5rem;
  }

  .sm-kitchen-hero-image img {
    object-position: 62% center;
  }

  .sm-kitchen-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(238, 228, 214, 0.96) 0%,
      rgba(238, 228, 214, 0.88) 42%,
      rgba(238, 228, 214, 0.48) 72%,
      rgba(238, 228, 214, 0.16) 100%
    );
  }

  .sm-kitchen-hero-content {
    width: 100%;
    min-height: 720px;
    padding: 2rem 1.5rem;
    justify-content: flex-start;
  }

  .sm-brand-row {
    margin-bottom: 3.5rem;
  }

  .sm-brand-name {
    font-size: 0.75rem;
    letter-spacing: 0.32em;
  }

  .sm-kitchen-label {
    font-size: 1rem;
    letter-spacing: 0.28em;
  }

  .sm-kitchen-hero-content h1 {
    font-size: clamp(4.25rem, 22vw, 6rem);
    margin-bottom: 1.5rem;
  }

  .sm-kitchen-tagline {
    font-size: 0.9rem;
    line-height: 1.65;
    letter-spacing: 0.22em;
    margin-bottom: 2rem;
  }

  .sm-series-pill {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    padding: 0.75rem 1.4rem;
  }
}
.sm-post-opening {
  max-width: 760px;
  margin: 0 auto 3rem auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.55;
  color: #3b342c;
  text-align: center;
}

/* ================================
   SM Kitchen Intro Block
================================ */

.sm-kitchen-intro-block {
  max-width: 820px;
  margin: 0 auto 4rem auto;
  padding: 3rem 2rem;
  background: #f7f2ea;
  border-top: 1px solid rgba(59, 52, 44, 0.22);
  border-bottom: 1px solid rgba(59, 52, 44, 0.22);
  text-align: center;
}

.sm-kitchen-intro-kicker {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #7a6b5d;
}

.sm-kitchen-intro-block h2 {
  max-width: 680px;
  margin: 0 auto 1.5rem auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.05;
  color: #3b342c;
}

.sm-kitchen-intro-block p {
  max-width: 650px;
  margin: 0 auto 1.1rem auto;
  font-size: 1rem;
  line-height: 1.85;
  color: #4f463d;
}

.sm-kitchen-intro-block p:last-child {
  margin-bottom: 0;
}

/* ================================
   SM Kitchen Article Sections
================================ */

.sm-article-section {
  max-width: 760px;
  margin: 0 auto 3.75rem auto;
  padding: 0 1.25rem;
  color: #3b342c;
}

.sm-article-section h2 {
  margin: 0 0 1.35rem 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #3b342c;
}

.sm-article-section p {
  margin: 0 0 1.25rem 0;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #4f463d;
}

.sm-article-section p:last-child {
  margin-bottom: 0;
}

/* Pull Quote */

.sm-pullquote {
  margin: 2.5rem auto 0 auto;
  padding: 2rem 0;
  border-top: 1px solid rgba(59, 52, 44, 0.22);
  border-bottom: 1px solid rgba(59, 52, 44, 0.22);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-style: italic;
  line-height: 1.35;
  color: #3b342c;
  text-align: center;
}

/* Sunday Manor Formula Card */

.sm-formula-card {
  max-width: 1080px;
  margin: 0 auto 4.5rem auto;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  background: #f7f2ea;
  border: 1px solid rgba(59, 52, 44, 0.18);
  color: #3b342c;
}

.sm-formula-kicker {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #7a6b5d;
  text-align: center;
}

.sm-formula-card > h2 {
  max-width: 780px;
  margin: 0 auto 1.25rem auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-align: center;
  color: #3b342c;
}

.sm-formula-card > p {
  max-width: 680px;
  margin: 0 auto 3rem auto;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  color: #4f463d;
}

.sm-formula-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(59, 52, 44, 0.18);
  border: 1px solid rgba(59, 52, 44, 0.18);
}

.sm-formula-grid div {
  background: #f7f2ea;
  padding: 1.5rem 1.25rem;
}

.sm-formula-grid span {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8a7867;
}

.sm-formula-grid h3 {
  margin: 0 0 0.9rem 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.12;
  color: #3b342c;
}

.sm-formula-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #554b42;
}

/* Ideas List Block */

.sm-list-block {
  max-width: 920px;
  margin: 0 auto 4.5rem auto;
  padding: clamp(2.5rem, 5vw, 4rem);
  background: #3b342c;
  color: #f7f2ea;
}

.sm-list-kicker {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.72);
  text-align: center;
}

.sm-list-block h2 {
  max-width: 720px;
  margin: 0 auto 2rem auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f7f2ea;
}

.sm-list-block ul {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sm-list-block li {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(247, 242, 234, 0.22);
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(247, 242, 234, 0.9);
}

.sm-list-block li:last-child {
  border-bottom: 1px solid rgba(247, 242, 234, 0.22);
}

.sm-list-block strong {
  color: #ffffff;
  font-weight: 500;
}

/* Closing Block */

.sm-closing-block {
  max-width: 860px;
  margin: 0 auto 5rem auto;
  padding: clamp(3rem, 6vw, 5rem) 2rem;
  text-align: center;
  border-top: 1px solid rgba(59, 52, 44, 0.22);
  border-bottom: 1px solid rgba(59, 52, 44, 0.22);
  color: #3b342c;
}

.sm-closing-kicker {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #7a6b5d;
}

.sm-closing-block h2 {
  max-width: 720px;
  margin: 0 auto 1.5rem auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.2rem, 4.4vw, 3.75rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #3b342c;
}

.sm-closing-block p {
  max-width: 680px;
  margin: 0 auto 1.2rem auto;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #4f463d;
}

.sm-closing-block p:last-child {
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 900px) {
  .sm-formula-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-formula-grid div:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .sm-article-section {
    margin-bottom: 3rem;
    padding: 0 1.25rem;
  }

  .sm-formula-card,
  .sm-list-block {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2.25rem 1.35rem;
  }

  .sm-formula-grid {
    grid-template-columns: 1fr;
  }

  .sm-formula-grid div:last-child {
    grid-column: auto;
  }

  .sm-list-block li {
    font-size: 0.95rem;
  }

  .sm-closing-block {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 3rem 1.25rem;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .sm-soft-living-hero,
  .sm-soft-living-hero__inner {
    min-height: 900px;
  }

  .sm-soft-living-panels {
    grid-template-columns: 1fr;
  }

  .sm-soft-living-panel {
    border-right: none;
    border-bottom: 1px solid rgba(191, 168, 131, 0.35);
  }

  .sm-soft-living-panel:last-child {
    border-bottom: none;
  }
}

@media (max-width: 980px) {
  .sunday-manor-feature .hero-inner {
    grid-template-columns: 1fr;
  }

  .sunday-manor-feature .hero {
    min-height: 78vh;
  }

  .sunday-manor-feature .hero-card {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .sm-slow-mornings-hero,
  .sm-slow-mornings-hero-inner {
    min-height: 820px;
  }
	
	  .sm-about-editorial__top,
  .sm-about-editorial__middle,
  .sm-about-editorial__bottom {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sm-about-editorial__portrait-frame--large {
    margin: 0 auto;
  }

  .sm-about-editorial__collage {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 0;
  }

  .sm-about-editorial__portrait-frame--one,
  .sm-about-editorial__portrait-frame--two {
    margin: 0;
    transform: rotate(0deg);
  }

  .sm-slow-mornings-hero-inner {
    align-items: center;
    padding: 60px 26px 120px;
    text-align: center;
  }

  .sm-slow-mornings-title,
  .sm-slow-mornings-subtitle {
    max-width: 100%;
  }

  .sm-slow-mornings-panels {
    grid-template-columns: 1fr;
  }

  .sm-slow-mornings-panel {
    border-right: none;
    border-bottom: 1px solid rgba(210, 186, 146, 0.72);
  }

  .sm-slow-mornings-panel:last-child {
    border-bottom: none;
  }

  .sm-entertaining-hero,
  .sm-entertaining-hero-inner {
    min-height: 820px;
  }

  .sm-entertaining-hero-inner {
    align-items: center;
    padding: 60px 26px 120px;
    text-align: center;
  }

  .sm-entertaining-title,
  .sm-entertaining-subtitle {
    max-width: 100%;
  }

  .sm-entertaining-panels {
    grid-template-columns: 1fr;
  }  .sm-about-editorial {
    margin-bottom: 48px;
    padding: 34px 18px 24px;
  }

  .sm-entertaining-panel {
    border-right: none;
    border-bottom: 1px solid rgba(210, 186, 146, 0.72);
  }

  .sm-entertaining-panel:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .sm-byline {
    margin: 26px auto 30px;
    padding: 0 14px;
  }

  .sm-byline__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .sm-byline__content {
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: 1px solid rgba(198, 162, 126, 0.45);
  }

  .sm-byline__script {
    font-size: 3.2rem;
  }

  .sm-byline__name {
    font-size: 2rem;
  }

  .sm-byline__tagline {
    font-size: 1rem;
  }
	
	  .sm-about-editorial {
    margin-bottom: 48px;
    padding: 34px 18px 24px;
  }

  .sm-about-editorial__brand {
    font-size: 0.86rem;
    letter-spacing: 0.22em;
    text-align: center;
  }

  .sm-about-editorial__headline-wrap,
  .sm-about-editorial__intro {
    text-align: center;
  }

  .sm-about-editorial__divider {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-about-editorial__descriptor {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
    line-height: 1.8;
    letter-spacing: 0.14em;
  }

  .sm-about-editorial__portrait-frame--large {
    max-width: 340px;
    padding: 12px;
    transform: rotate(0deg);
  }

  .sm-about-editorial__note,
  .sm-about-editorial__loves,
  .sm-about-editorial__closing {
    padding: 22px 20px;
  }

  .sm-about-editorial__section-title {
    font-size: 1.9rem;
  }

  .sm-about-editorial__note p,
  .sm-about-editorial__closing p,
  .sm-about-editorial__loves li {
    font-size: 1.08rem;
  }

  .sm-about-editorial__signoff {
    font-size: 2rem;
  }

  .sm-about-editorial__portrait-frame--one {
    width: 220px;
  }

  .sm-about-editorial__portrait-frame--two {
    width: 190px;
  }

  .sm-soft-living-wrap {
    margin-bottom: 42px;
    padding: 12px 12px 0;
  }

  .sm-soft-living-hero {
    min-height: 700px;
    border-radius: 24px 24px 0 0;
    background-position: center center;
  }

  .sm-soft-living-hero__inner {
    min-height: 700px;
    padding: 46px 20px 24px;
  }

  .sm-soft-living-hero__subtitle {
    max-width: 320px;
    font-size: 1.05rem;
  }

  .sm-soft-living-hero__introbox {
    padding: 22px 18px;
  }

  .sm-soft-living-hero__introbox p {
    font-size: 1rem;
  }

  .sm-soft-living-panel {
    padding: 26px 20px;
  }

  .sm-soft-living-panel h3 {
    font-size: 1.6rem;
  }

  .sm-soft-living-panel p {
    font-size: 1rem;
  }

  .sm-soft-living-panels {
    border-radius: 0 0 24px 24px;
  }

  .sm-slow-mornings-wrap {
    margin-bottom: 40px;
    padding: 10px 10px 0;
  }

  .sm-slow-mornings-hero {
    min-height: 700px;
    border-radius: 18px 18px 0 0;
  }

  .sm-slow-mornings-hero-inner {
    min-height: 700px;
    padding: 42px 18px 110px;
  }

  .sm-slow-mornings-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .sm-slow-mornings-title {
    font-size: 3.1rem;
  }

  .sm-slow-mornings-subtitle {
    font-size: 1.02rem;
  }

  .sm-slow-mornings-intro-card {
    padding: 22px 18px 20px;
  }

  .sm-slow-mornings-intro-card p {
    font-size: 1rem;
  }

  .sm-slow-mornings-panel {
    padding: 24px 18px;
  }

  .sm-slow-mornings-panel h3 {
    font-size: 1.55rem;
  }

  .sm-slow-mornings-panel p {
    font-size: 1rem;
  }

  .sm-entertaining-wrap {
    margin-bottom: 40px;
    padding: 10px 10px 0;
  }

  .sm-entertaining-hero {
    min-height: 700px;
    border-radius: 18px 18px 0 0;
    background-position: center center;
  }

  .sm-entertaining-hero-inner {
    min-height: 700px;
    padding: 42px 18px 110px;
  }

  .sm-entertaining-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .sm-entertaining-title {
    font-size: 3.1rem;
  }

  .sm-entertaining-subtitle {
    font-size: 1.02rem;
  }

  .sm-entertaining-intro-card {
    padding: 22px 18px 20px;
  }

  .sm-entertaining-intro-card p {
    font-size: 1rem;
  }

  .sm-entertaining-panel {
    padding: 24px 18px;
  }

  .sm-entertaining-panel h3 {
    font-size: 1.55rem;
  }

  .sm-entertaining-panel p {
    font-size: 1rem;
  }

  .sunday-manor-feature .hero-inner {
    padding: 84px 18px 48px;
  }

  .sunday-manor-feature .hero h1,
  .sunday-manor-feature .hero h2 {
    max-width: 12ch;
    font-size: 42px;
  }

  .wp-block-group.has-cream-background-color,
  .slow-travel-card,
  .stay-card {
    padding: 22px;
  }
}

@media (max-width: 680px) {
  .wp-block-group.has-cream-background-color,
  .slow-travel-card,
  .stay-card {
    padding: 22px;
  }
}