/* Samara Hospitality — static marketing site */

@font-face {
  font-family: 'Brice Bold';
  src: url('../assets/fonts/brice-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'La Belle Aurore';
  src: url('../assets/fonts/la-belle-aurore.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/poppins.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBH Hegarty';
  src: url('../assets/fonts/bbh-hegarty-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lavender: #c3b3e2;
  --cream: #f9f8f3;
  --pill-bg: #fff5f0;
  --dark: #2a1911;
  --accent: #d64e28;
  --accent-light: #d6836b;
  --accent-hover: #d66444;
  --value-card-1: #d64e28;
  --value-card-2: #de6848;
  --value-card-3: #e68462;
  --value-number-fill: #8a3d24;
  --accent-gold: #e5a440;
  --card-dark: #504045;
  --muted: #77667a;
  --border-muted: #9d8dae;
  --max-width: 920px;
  --root-work-width: 1180px;
  --radius-btn: 5px 60px 5px 5px;
  --radius-pill: 999px;
  --font-heading: 'Brice Bold', 'League Spartan', sans-serif;
  --font-display: 'Brice Bold', Georgia, serif;
  --font-script: 'La Belle Aurore', cursive;
  --font-body: 'Poppins', Arial, sans-serif;
  --font-nav: 'Poppins', sans-serif;
  --font-about-heading: 'BBH Hegarty', var(--font-heading);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
  background: var(--lavender);
  -webkit-font-smoothing: antialiased;
}

body.has-bean-cursor,
body.has-bean-cursor *,
html.has-bean-cursor {
  cursor: none !important;
}

/* Pointer must apply to descendants too — blog cards wrap title/image in <a> */
body.has-bean-cursor :is(a, button, input[type="submit"], input[type="checkbox"], label[for], .menu-toggle, .btn),
body.has-bean-cursor :is(a, button, input[type="submit"], input[type="checkbox"], label[for], .menu-toggle, .btn) * {
  cursor: pointer !important;
}

.spark-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99999;
}

.bean-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 39px;
  background-color: transparent;
  background-image: url('../assets/images/bean-cursor.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 100000;
  transform: translate3d(-4px, -4px, 0);
  will-change: transform;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .bean-cursor {
    background-image: url('../assets/images/bean-cursor@2x.png');
    background-size: 30px 39px;
  }
}

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

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

a:hover {
  opacity: 0.85;
}

.container {
  width: min(100% - 48px, var(--max-width));
  margin-inline: auto;
}

.container-wide {
  width: min(100% - 48px, var(--root-work-width));
}

@media (min-width: 1100px) {
  .container {
    width: var(--max-width);
  }

  .container-wide {
    width: var(--root-work-width);
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--lavender);
  padding: 24px 0 16px;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.site-nav a {
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--accent);
  background: var(--pill-bg);
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
}

.site-nav a:hover {
  opacity: 0.9;
}

.site-nav a.active {
  border-color: var(--accent);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  margin: 5px 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5em;
  color: var(--dark);
}

h1 {
  font-size: clamp(2.75rem, 6vw, 4.75rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw, 3.375rem);
}

h5 {
  font-size: 1.625rem;
  line-height: 1.2;
}

h6 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1em;
}

.lead {
  font-size: 19px;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 14px 36px;
  border: none;
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.btn:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: var(--cream);
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.btn-secondary {
  background: var(--accent-light);
  color: var(--cream);
}

.btn-secondary:hover {
  background: var(--accent);
}

.btn-dark {
  background: var(--card-dark);
  color: var(--cream);
  border: 1px solid var(--border-muted);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: var(--radius-pill);
  padding: 10px 28px;
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 400;
}

.btn-outline:hover {
  background: rgba(214, 78, 40, 0.08);
  transform: none;
}

/* Hero — Home */
.hero {
  padding: 0 0 48px;
}

.hero-home {
  padding-top: 0;
}

.hero-home>.container {
  padding-top: 32px;
}

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  gap: 0;
}

.hero-headline {
  grid-row: 1;
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7.5vw, 78px);
  font-weight: 700;
  line-height: 1.02;
  color: #d64e28;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
  width: 100%;
}

.hero-visual {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  width: 333px;
  text-align: center;
  pointer-events: none;
}

.hero-visual img {
  width: 333px;
  margin: 0 auto;
  object-fit: contain;
}

.hero-subhead {
  grid-row: 2;
  position: relative;
  z-index: 2;
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.45;
  max-width: 460px;
  margin: 0 0 24px;
  color: var(--dark);
}

.hero-cta {
  grid-row: 3;
  position: relative;
  z-index: 2;
  justify-self: start;
  margin-bottom: 32px;
}

.hero-brand {
  margin-top: 4px;
  line-height: 1;
}

.hero-brand .brand-samara {
  display: block;
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 700;
  color: #d64e28;
  line-height: 1;
}

.hero-brand .brand-hospitality {
  display: block;
  font-family: var(--font-script);
  font-size: 52px;
  color: #d64e28;
  margin-top: -8px;
  line-height: 1;
}

.newsletter-box {
  grid-row: 4;
  position: relative;
  z-index: 2;
  background: var(--card-dark);
  border-radius: var(--radius-btn);
  padding: 24px 22px 20px;
  width: min(100%, 460px);
  margin-top: 8px;
  opacity: 0;
  transform: translateY(72px);
  animation: newsletter-slide-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

@keyframes newsletter-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .newsletter-box {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.newsletter-box h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: #d64e28;
  margin-bottom: 6px;
  line-height: 1;
}

.newsletter-box>p {
  color: var(--cream);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.newsletter-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.newsletter-form label {
  display: block;
  color: var(--cream);
  font-size: 14px;
  margin-bottom: 6px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 14px;
}

.newsletter-form .btn-subscribe {
  background: var(--accent-gold);
  color: var(--dark);
  border-radius: var(--radius-pill);
  padding: 10px 28px;
  font-size: 13px;
}

.newsletter-form .btn-subscribe:hover {
  background: #f0b84d;
}

.newsletter-form .checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 16px;
  color: var(--cream);
  font-size: 12px;
}

.newsletter-form .checkbox-row input {
  margin-top: 3px;
}

/* Intro section */
.intro-section {
  padding: 48px 0 32px;
}

.intro-content {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.intro-heading {
  font-family: var(--font-script);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--dark);
  line-height: 1.2;
  margin: 0 0 32px;
}

.intro-content .body-copy {
  font-size: 17px;
  line-height: 1.6;
}

.intro-content .body-copy em {
  font-style: normal;
  display: block;
  margin-top: 1.5em;
}

.intro-cta {
  margin-top: 32px;
}

/* Values */
.values-section {
  padding: 32px 0 72px;
  overflow: visible;
}

.values-section>.container>h3 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.375rem);
  margin-bottom: 60px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 282px);
  gap: 32px;
  justify-content: center;
  align-items: start;
}

.value-card {
  box-sizing: border-box;
  position: relative;
  width: 282px;
  height: 195px;
  min-height: 195px;
  max-height: 195px;
  padding: 48px 20px 20px;
  border-radius: var(--radius-btn);
  background: var(--value-card-1);
  overflow: visible;
}

.value-card:nth-child(2) {
  background: var(--value-card-2);
}

.value-card:nth-child(3) {
  background: var(--value-card-3);
}

.value-card .value-number {
  position: absolute;
  top: 0;
  left: 18px;
  transform: translateY(-50%);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.value-card .value-number::before {
  content: attr(data-value);
  display: block;
  color: var(--value-number-fill);
}

.value-card .value-number::after {
  content: attr(data-value);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../assets/images/value-number-floral.png');
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: inset(0 30% 0 30%);
}

.value-card h5 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 14px;
  line-height: 1.5;
  max-width: none;
}

/* Page sections — inner pages */
.page-hero {
  padding: 40px 0 28px;
  text-align: center;
}

.page-hero h1 {
  margin-bottom: 16px;
}

.page-hero-contact {
  text-align: left;
}

.page-hero-contact h1 {
  font-family: var(--font-about-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #d64e28;
  margin: 0 0 20px;
}

.page-hero-contact p {
  max-width: 640px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.page-hero-about {
  padding: 16px 0 24px;
}

.page-hero-about>.container {
  width: min(100% - 40px, 1080px);
  max-width: none;
  background: #fff;
  padding: 28px 48px 20px;
  overflow: visible;
}

.page-hero-about h1 {
  font-family: var(--font-about-heading);
  font-size: clamp(2.5rem, 5vw, 54px);
  font-weight: 400;
  line-height: 1.1;
  color: #d64e28;
  margin: 0 0 20px;
  text-align: center;
}

.about-hero-visual {
  position: relative;
  width: min(100%, 660px);
  margin: 0 auto;
  padding-bottom: clamp(72px, 12%, 112px);
}

.about-hero-visual__wide {
  display: block;
  width: 92%;
  height: auto;
  aspect-ratio: 1024 / 767;
  object-fit: cover;
}

.about-hero-visual__portrait {
  position: absolute;
  right: -6%;
  bottom: 20px;
  width: min(285px, 42%);
  height: auto;
  aspect-ratio: 819 / 1024;
  object-fit: cover;
}

@media (max-width: 760px) {
  .page-hero-about>.container {
    width: min(100% - 32px, 1080px);
    padding: 24px 20px 16px;
  }

  .page-hero-about h1 {
    font-size: clamp(2.25rem, 8vw, 54px);
  }

  .about-hero-visual {
    width: min(100%, 480px);
    padding-bottom: clamp(68px, 18vw, 108px);
  }

  .about-hero-visual__wide {
    width: 88%;
  }

  .about-hero-visual__portrait {
    right: -4%;
    bottom: 14px;
    width: min(210px, 46%);
  }
}

.page-hero-root-work {
  padding: 48px 0 64px;
  overflow: visible;
}

.page-hero-root-work>.container-wide {
  overflow: visible;
}

.root-work-hero {
  position: relative;
  width: 100%;
  max-width: var(--root-work-width);
  aspect-ratio: 1180 / 520;
  min-height: 280px;
  margin: 0 auto;
}

.root-work-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 62.87%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.root-work-hero__panel {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 64.47%;
  padding: clamp(20px, 2.4vw, 36px) clamp(20px, 2.7vw, 40px) clamp(14px, 1.8vw, 22px);
  background: #fff;
  text-align: left;
}

.root-work-hero__panel h1 {
  font-family: var(--font-about-heading);
  font-size: clamp(1.75rem, 3vw, 41px);
  font-weight: 400;
  line-height: normal;
  color: #d64e28;
  margin: 0 0 clamp(12px, 1.5vw, 20px);
}

.root-work-hero__panel p {
  margin: 0 0 clamp(8px, 1vw, 14px);
  font-size: clamp(12px, 0.96vw, 13px);
  line-height: 1.8;
}

.root-work-hero__panel .btn {
  margin-top: auto;
  align-self: flex-start;
  border-radius: var(--radius-pill);
  padding: 10px 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .root-work-hero__panel {
    left: 0;
    width: min(58%, 520px);
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .root-work-hero {
    aspect-ratio: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .root-work-hero__panel {
    position: relative;
    bottom: auto;
    left: auto;
    order: 1;
    width: calc(100% - 32px);
    max-width: none;
    min-height: auto;
    margin: 0 16px -32px;
    padding: 28px 24px;
  }

  .root-work-hero__panel h1 {
    font-size: clamp(2rem, 7vw, 41px);
  }

  .root-work-hero__panel p {
    font-size: 13px;
  }

  .root-work-hero__image {
    position: relative;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 443;
  }
}

.page-section {
  padding: 36px 0;
}

.about-mission-vision {
  padding: 56px 0 48px;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 440px);
  gap: 28px;
  justify-content: center;
  align-items: start;
}

.mission-vision-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 440px;
  height: 224px;
  min-height: 224px;
  max-height: 224px;
  background: #fff;
  padding: 16px 32px 36px;
  text-align: left;
  overflow: hidden;
}

.mission-vision-card p {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  max-width: 100%;
}

.about-content {
  padding: 56px 0 48px;
}

.about-content-row {
  display: grid;
  grid-template-columns: minmax(160px, 280px) 1fr;
  gap: 32px 56px;
  align-items: start;
  padding: 48px 0;
}

.about-content-row:first-child {
  padding-top: 0;
}

.about-content-row:last-child {
  padding-bottom: 0;
}

.about-content h2 {
  font-family: var(--font-about-heading);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.1;
  color: #d64e28;
  margin: 0;
}

.about-content .content-block {
  max-width: none;
  font-size: 15px;
  line-height: 1.6;
}

.about-me {
  margin-top: -12px;
  padding: 44px 0 80px;
  border-top: 1px solid #fff;
}

.about-me > .container {
  width: min(100% - 48px, 1080px);
  max-width: none;
}

.about-me-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  align-items: start;
  gap: 0;
  max-width: 980px;
  margin-inline: auto;
}

.about-me-panel {
  background: var(--lavender);
  padding: clamp(32px, 4vw, 48px) clamp(40px, 5vw, 64px) clamp(40px, 5vw, 56px) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
}

.about-me-panel h2 {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
}

.about-me-panel p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
}

.about-me-panel p:last-of-type {
  margin-bottom: 28px;
}

.about-me-social {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-me-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  transition: opacity 0.2s;
}

.about-me-social a:hover {
  opacity: 0.85;
}

.about-me-social img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.about-me-photo {
  width: 100%;
  height: auto;
  max-height: 480px;
  aspect-ratio: 892 / 1024;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 760px) {
  .about-me > .container {
    width: min(100% - 32px, 1080px);
  }

  .about-me-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: none;
  }

  .about-me-panel {
    padding: 40px 28px;
    width: 100%;
  }

  .about-me-photo {
    width: min(100%, 360px);
    max-height: 420px;
    order: -1;
  }
}

.page-section.cream {
  background: var(--cream);
}

.page-section .section-label {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.about-mission-vision .mission-vision-card .section-label {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  flex-shrink: 0;
  margin: 0 0 10px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.content-block {
  max-width: 720px;
}

.content-block.wide {
  max-width: 100%;
}

/* Root Work phases */
.phases-section {
  padding: 32px 0 64px;
}

.phases-section>.container-wide {
  overflow: visible;
}

.phases-scroll-wrap {
  overflow: hidden;
  width: 100%;
  container-type: inline-size;
  padding-bottom: 12px;
  touch-action: pan-y;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.phases-scroll-wrap::-webkit-scrollbar {
  display: none;
}

.phases-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 12px 0 16px;
  will-change: transform;
  backface-visibility: hidden;
}

.phases-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.phases-btn {
  width: 40px;
  height: 40px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: transparent;
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.phases-btn:hover {
  background: var(--accent);
  color: var(--cream);
}

.phase-card {
  flex: 0 0 100cqw;
  box-sizing: border-box;
  min-height: 420px;
  padding: 48px 44px;
  border: 2px solid #d64e28;
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phase-card h3 {
  font-family: var(--font-about-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: #d64e28;
  margin: 0 0 18px;
}

.phase-card .phase-subtitle {
  font-family: var(--font-body);
  font-size: clamp(15px, 2vw, 17px);
  font-style: italic;
  line-height: 1.4;
  color: var(--dark);
  margin: 0 0 24px;
}

.phase-card p:not(.phase-subtitle) {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.7;
  color: var(--dark);
  margin: 0;
  max-width: 52ch;
  margin-inline: auto;
}

@supports not (width: 100cqw) {
  .phase-card {
    flex: 0 0 min(880px, calc(100vw - 64px));
  }
}

.root-work-cta__text {
  max-width: 560px;
  margin: 0 auto 32px;
}

/* Services */
.page-hero-services {
  padding: 0 0 16px;
  text-align: left;
}

.page-hero-services>.container {
  padding-top: 48px;
}

.page-hero-services h1 {
  font-family: var(--font-about-heading);
  font-size: clamp(2rem, 5.5vw, 45pt);
  font-weight: 400;
  line-height: normal;
  color: #d64e28;
  margin: 0;
}

.services-lead {
  padding-top: 0;
}

.services-intro {
  max-width: none;
  margin: 0 0 40px;
  text-align: left;
}

.services-intro p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 1em;
}

.services-intro p:last-child {
  margin-bottom: 0;
}

.services-callout {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2vw, 20px);
  box-sizing: border-box;
  width: min(100%, 568px);
  min-height: clamp(160px, 28vw, 180px);
  margin: 0 auto 56px;
  padding: clamp(20px, 3vw, 28px) clamp(20px, 3.5vw, 32px);
  background: #fff;
}

.services-callout__line {
  flex-shrink: 0;
  width: 2px;
  background: #d64e28;
}

.services-callout p {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(14px, 1.25vw, 16px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: normal;
  color: var(--dark);
}

.services-list {
  margin-top: 8px;
}

.services-subheading {
  font-family: var(--font-about-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  color: #d64e28;
  margin: 48px 0 28px;
  text-align: left;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #9d8daef7;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 4px 14px rgba(42, 25, 17, 0.12);
  border: none;
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.service-card.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .service-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.service-card__icon {
  flex-shrink: 0;
  width: 30px;
  height: 39px;
  object-fit: contain;
}

.service-card__content {
  flex: 1;
  min-width: 0;
}

.service-card h5 {
  font-family: var(--font-about-heading);
  font-weight: 400;
  color: var(--dark);
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.service-card p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  color: var(--dark);
}

.services-cta {
  text-align: center;
  margin-top: 36px;
  padding: 48px;
  background: #fff;
  border-radius: 0;
  color: var(--dark);
}

.services-cta .services-subheading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: var(--font-about-heading);
  font-weight: 400;
  color: #d64e28;
}

.services-cta p {
  max-width: 560px;
  margin: 0 auto 24px;
}

.services-cta .btn {
  border-radius: var(--radius-pill);
  padding: 10px 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Contact */
.contact-section {
  padding: 40px 0 72px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-info {
  font-size: 18px;
}

.contact-info h2 {
  font-family: var(--font-about-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  color: #d64e28;
  margin: 0;
}

.contact-info a {
  color: var(--accent);
  font-weight: 500;
}

.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 20px;
  border: 1px solid var(--border-muted);
  border-radius: 4px;
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 15px;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form .btn {
  border-radius: var(--radius-pill);
  padding: 10px 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Footer */
.site-footer {
  background: var(--lavender);
  border-top: 1px solid rgba(42, 25, 17, 0.15);
  padding: 48px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-contact a {
  color: var(--dark);
}

.social-links {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.social-links img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(42, 25, 17, 0.12);
  font-size: 13px;
}

.footer-bottom a {
  text-decoration: underline;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}

.footer-bottom .copyright {
  color: var(--muted);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.contact-form__opt-in {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 20px;
  font-size: 14px;
  color: var(--dark);
}

.contact-form__opt-in input {
  margin-top: 3px;
  width: auto;
}

.contact-form__opt-in label {
  margin: 0;
  font-weight: 400;
}

.blog-list {
  display: grid;
  gap: 28px;
  max-width: 720px;
  margin: 0 auto 48px;
}

.blog-card {
  background: #fff;
}

.blog-card__link {
  display: grid;
  gap: 0;
  color: inherit;
  text-decoration: none;
}

.blog-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  padding: 24px 28px 28px;
}

.blog-card__date {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
}

.blog-card__title {
  font-family: var(--font-about-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--accent);
  margin: 0 0 10px;
}

.blog-card__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.blog-status {
  max-width: 640px;
  margin: 0 auto 48px;
}

.blog-status a {
  text-decoration: underline;
}

.blog-status--error {
  color: #8b1e1e;
}

.blog-post-section {
  padding-top: 24px;
  padding-bottom: 64px;
}

.blog-post-wrap {
  max-width: 720px;
}

/* Same white-on-lavender panel treatment as .blog-card */
.blog-post {
  background: #fff;
  overflow: hidden;
}

.blog-back {
  margin: 0 0 16px;
  font-size: 14px;
}

.blog-back a {
  text-decoration: underline;
}

.blog-post__hero {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-post__header {
  padding: 24px 28px 0;
  margin-bottom: 0;
}

.blog-post__date {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
}

.blog-post__title {
  font-family: var(--font-about-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 400;
  color: var(--accent);
  margin: 0 0 10px;
  line-height: 1.15;
}

.blog-post__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.blog-post__body {
  font-size: 17px;
  line-height: 1.7;
  padding: 28px 28px 40px;
}

.blog-post__body p,
.blog-post__body li,
.blog-post__body blockquote {
  margin: 0 0 1.1em;
}

.blog-post__body h2,
.blog-post__body h3 {
  font-family: var(--font-heading);
  margin: 1.6em 0 0.6em;
}

.blog-figure {
  margin: 1.5em 0;
}

.blog-figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* Ticker */
.ticker-wrap {
  padding: 12px 0;
  overflow: hidden;
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker-scroll 70s linear infinite;
}

.ticker span {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker {
    animation: none;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ticker span:last-child {
    display: none;
  }
}

/* Responsive */
@media (max-width: 1040px) {
  .hero-brand .brand-samara {
    font-size: clamp(2.5rem, 6vw, 60px);
  }

  .hero-brand .brand-hospitality {
    font-size: clamp(2rem, 5vw, 52px);
  }
}

@media (max-width: 900px) {
  .hero-stage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: auto;
  }

  .hero-headline {
    max-width: none;
    order: 2;
    margin-bottom: 16px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    order: 1;
  }

  .hero-visual img {
    width: 100%;
  }

  .hero-subhead {
    order: 3;
    max-width: none;
    margin-bottom: 16px;
  }

  .hero-cta {
    order: 4;
    margin-bottom: 16px;
  }

  .newsletter-box {
    order: 5;
    width: 100%;
    margin-top: 0;
  }

  .two-col,
  .about-content-row,
  .mission-vision-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision-card {
    width: min(100%, 440px);
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 20px 24px 24px;
    justify-self: center;
  }

  .mission-vision-card p {
    display: block;
    flex: none;
  }

  .newsletter-fields {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    justify-items: center;
  }

  .value-card {
    width: min(100%, 282px);
    height: 195px;
    min-height: 195px;
    max-height: 195px;
    justify-self: center;
  }

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

  .site-header .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: min(100% - 32px, var(--max-width));
    padding: 0;
    min-height: 44px;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    z-index: 101;
    padding: 10px;
  }

  .site-header nav {
    width: 100%;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 52px 0 8px;
    margin: 0;
    gap: 14px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav li {
    width: 100%;
    margin: 0;
  }

  .site-nav a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 20px;
  }
}