/*
Theme Name: Foodwork Renewal
Theme URI: https://foodwork-design.com/
Author: Foodwork Design System
Description: 飲食現場の業務改善とSmartShiftを分かりやすく伝える、Foodwork Design System専用のブロックテーマです。
Version: 1.4.1
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: foodwork-renewal
*/

:root {
  --fw-ink: #11251f;
  --fw-ink-soft: #31453f;
  --fw-paper: #f7f6f0;
  --fw-white: #ffffff;
  --fw-line: #dbe2dc;
  --fw-green: #1d6852;
  --fw-green-dark: #124736;
  --fw-mint: #dff1e8;
  --fw-lime: #dff36a;
  --fw-orange: #ff7a4d;
  --fw-blue: #1d64e8;
  --fw-shadow: 0 24px 70px rgba(17, 37, 31, 0.1);
  --fw-radius: 24px;
  --fw-shell: min(1180px, calc(100vw - 40px));
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--fw-paper);
  color: var(--fw-ink);
  overflow-x: hidden;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.fw-main {
  margin-top: 0;
}

.fw-section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.fw-section--white {
  background: var(--fw-white);
}

.fw-section--dark {
  background: var(--fw-ink);
  color: var(--fw-white);
}

.fw-section--tint {
  background: #edf4ef;
}

.fw-shell {
  width: var(--fw-shell);
  max-width: var(--fw-shell) !important;
  margin-inline: auto;
}

.fw-eyebrow {
  color: var(--fw-green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.fw-section--dark .fw-eyebrow,
.fw-cta .fw-eyebrow {
  color: var(--fw-lime);
}

.fw-section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.045em;
  line-height: 1.18;
  margin: 0;
  max-width: 820px;
}

.fw-section-lead {
  color: #5a6a65;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.95;
  margin: 24px 0 0;
  max-width: 720px;
}

.fw-section--dark .fw-section-lead {
  color: #bdcbc6;
}

/* Header */
.fw-header-shell {
  background: rgba(247, 246, 240, 0.92);
  border-bottom: 1px solid rgba(17, 37, 31, 0.08);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 30;
}

.fw-header-inner {
  min-height: 78px;
  width: var(--fw-shell);
  max-width: var(--fw-shell) !important;
  margin-inline: auto;
}

.fw-brand a {
  color: var(--fw-ink);
  font-size: clamp(0.95rem, 2vw, 1.18rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.fw-nav {
  font-size: 0.88rem;
  font-weight: 700;
}

.fw-nav .wp-block-navigation-item__content {
  color: var(--fw-ink);
}

.fw-nav .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
  background: var(--fw-ink);
  border-radius: 999px;
  color: var(--fw-white);
  padding: 11px 19px;
}

/* Hero */
.fw-hero {
  background:
    radial-gradient(circle at 83% 22%, rgba(223, 243, 106, 0.64), transparent 23%),
    radial-gradient(circle at 8% 88%, rgba(255, 122, 77, 0.13), transparent 26%),
    var(--fw-paper);
  min-height: min(830px, calc(100vh - 78px));
  overflow: hidden;
  padding: clamp(76px, 10vw, 145px) 0 62px;
  position: relative;
}

.fw-hero::after {
  border: 1px solid rgba(17, 37, 31, 0.12);
  border-radius: 50%;
  content: "";
  height: 560px;
  position: absolute;
  right: -300px;
  top: 32px;
  width: 560px;
}

.fw-hero-copy {
  position: relative;
  z-index: 2;
}

.fw-hero-title {
  font-size: clamp(3.4rem, 8.5vw, 7.6rem);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.98;
  margin: 0;
  max-width: 1000px;
}

.fw-hero-title mark {
  background: transparent;
  color: var(--fw-green);
  padding: 0;
}

.fw-hero-lead {
  color: var(--fw-ink-soft);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.9;
  margin: 34px 0 0;
  max-width: 710px;
}

.fw-actions {
  margin-top: 38px;
}

.fw-actions .wp-block-button__link,
.fw-cta .wp-block-button__link {
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 15px 26px;
}

.fw-btn-primary .wp-block-button__link {
  background: var(--fw-ink);
  color: var(--fw-white);
}

.fw-btn-primary .wp-block-button__link:hover {
  background: var(--fw-green);
  transform: translateY(-2px);
}

.fw-btn-secondary .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--fw-ink);
  color: var(--fw-ink);
}

.fw-btn-secondary .wp-block-button__link:hover {
  background: var(--fw-white);
  transform: translateY(-2px);
}

.fw-proof-grid {
  border-top: 1px solid rgba(17, 37, 31, 0.16);
  gap: 0 !important;
  margin-top: clamp(70px, 10vw, 126px);
  padding-top: 28px;
}

.fw-proof-item {
  border-right: 1px solid rgba(17, 37, 31, 0.14);
  min-height: 82px;
  padding: 5px 30px 0 0;
}

.fw-proof-item:last-child {
  border-right: 0;
}

.fw-proof-number {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  margin: 0;
}

.fw-proof-label {
  color: #66736f;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 8px 0 0;
}

/* Problem cards */
.fw-card-grid {
  gap: 18px !important;
  margin-top: 54px;
}

.fw-card {
  background: var(--fw-white);
  border: 1px solid var(--fw-line);
  border-radius: var(--fw-radius);
  box-shadow: 0 12px 36px rgba(17, 37, 31, 0.05);
  min-height: 250px;
  padding: clamp(24px, 3vw, 36px);
}

.fw-card-number {
  align-items: center;
  background: var(--fw-mint);
  border-radius: 999px;
  color: var(--fw-green-dark);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  margin: 0;
  width: 38px;
}

.fw-card-title {
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  letter-spacing: -0.035em;
  line-height: 1.45;
  margin: 34px 0 0;
}

.fw-card-copy {
  color: #64716d;
  font-size: 0.92rem;
  line-height: 1.8;
  margin: 16px 0 0;
}

/* Solutions */
.fw-solution-grid {
  gap: 20px !important;
  margin-top: 58px;
}

.fw-solution-card {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  min-height: 330px;
  padding: 30px 26px 18px 0;
}

.fw-solution-index {
  color: var(--fw-lime);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0;
}

.fw-solution-title {
  color: var(--fw-white);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 42px 0 0;
}

.fw-solution-copy {
  color: #bdcbc6;
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 20px 0 0;
}

.fw-text-link {
  color: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  text-underline-offset: 5px;
}

/* Product */
.fw-product-wrap {
  background: var(--fw-white);
  border: 1px solid var(--fw-line);
  border-radius: 32px;
  box-shadow: var(--fw-shadow);
  overflow: hidden;
  padding: clamp(30px, 5vw, 66px);
}

.fw-product-grid {
  align-items: center !important;
  gap: clamp(34px, 6vw, 74px) !important;
}

.fw-product-logo {
  color: var(--fw-blue);
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  margin: 0;
}

.fw-product-title {
  font-size: clamp(2.15rem, 4.6vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 1.13;
  margin: 22px 0 0;
}

.fw-product-copy {
  color: #5f6c68;
  line-height: 1.95;
  margin: 24px 0 0;
}

.fw-check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.fw-check-list li {
  border-top: 1px solid var(--fw-line);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 13px 0 13px 26px;
  position: relative;
}

.fw-check-list li::before {
  color: var(--fw-blue);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.fw-product-shot {
  margin: 0;
  transform: none;
}

.fw-product-shot img {
  border: 1px solid #dce5f7;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(29, 100, 232, 0.14);
  height: auto;
}

/* Tools */
.fw-tool-grid {
  gap: 18px !important;
  margin-top: 50px;
}

.fw-tool-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--fw-radius);
  min-height: 230px;
  padding: 30px;
}

.fw-tool-card--featured {
  background: var(--fw-lime);
  border-color: var(--fw-lime);
  color: var(--fw-ink);
}

.fw-tool-status {
  color: #b9c8c3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.fw-tool-card--featured .fw-tool-status {
  color: var(--fw-green-dark);
}

.fw-tool-title {
  color: var(--fw-white);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  margin: 40px 0 0;
}

.fw-tool-card--featured .fw-tool-title {
  color: var(--fw-ink);
}

.fw-tool-copy {
  color: #bdcbc6;
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 14px 0 0;
}

.fw-tool-card--featured .fw-tool-copy {
  color: var(--fw-ink-soft);
}

/* Posts */
.fw-post-grid {
  gap: 18px !important;
  margin-top: 54px;
}

.fw-post-card {
  background: var(--fw-white);
  border: 1px solid var(--fw-line);
  border-radius: var(--fw-radius);
  min-height: 310px;
  padding: 30px;
}

.fw-post-card .taxonomy-category a {
  color: var(--fw-green);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.fw-post-card .wp-block-post-title {
  font-size: 1.24rem;
  line-height: 1.55;
  margin: 28px 0 0;
}

.fw-post-card .wp-block-post-title a {
  color: var(--fw-ink);
  text-decoration: none;
}

.fw-post-card .wp-block-post-excerpt {
  color: #66736f;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-top: 18px;
}

.fw-post-card .wp-block-post-date {
  color: #86918d;
  font-size: 0.76rem;
  margin-top: auto;
}

.fw-empty {
  background: var(--fw-white);
  border: 1px dashed #abb8b2;
  border-radius: var(--fw-radius);
  color: #66736f;
  padding: 34px;
}

/* Profile */
.fw-profile-grid {
  align-items: center !important;
  gap: clamp(40px, 8vw, 100px) !important;
}

.fw-profile-card {
  background: var(--fw-green);
  border-radius: 32px;
  color: var(--fw-white);
  min-height: 430px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 60px);
  position: relative;
}

.fw-profile-card::after {
  background: var(--fw-lime);
  border-radius: 50%;
  bottom: -120px;
  content: "";
  height: 280px;
  position: absolute;
  right: -60px;
  width: 280px;
}

.fw-profile-mark {
  color: var(--fw-lime);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}

.fw-profile-role {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 70px 0 0;
  max-width: 280px;
  position: relative;
  z-index: 1;
}

.fw-profile-copy {
  color: #52635d;
  line-height: 2;
  margin: 26px 0 0;
}

.fw-profile-list {
  margin: 28px 0 0;
  padding-left: 1.2em;
}

.fw-profile-list li {
  margin-bottom: 10px;
}

/* CTA */
.fw-cta {
  background: var(--fw-orange);
  border-radius: 34px;
  color: var(--fw-ink);
  overflow: hidden;
  padding: clamp(42px, 8vw, 90px);
  position: relative;
}

.fw-cta::after {
  border: 1px solid rgba(17, 37, 31, 0.25);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  right: -130px;
  top: -180px;
  width: 360px;
}

.fw-cta-title {
  font-size: clamp(2.3rem, 6vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 1.08;
  margin: 0;
  max-width: 840px;
  position: relative;
  z-index: 1;
}

.fw-cta-copy {
  font-size: 1rem;
  line-height: 1.85;
  margin: 28px 0 0;
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.fw-cta .wp-block-buttons {
  position: relative;
  z-index: 1;
}

.fw-cta .wp-block-button__link {
  background: var(--fw-ink);
  color: var(--fw-white);
}

/* Footer */
.fw-footer {
  background: var(--fw-ink);
  color: var(--fw-white);
  padding: 64px 0 34px;
}

.fw-footer-inner {
  width: var(--fw-shell);
  max-width: var(--fw-shell) !important;
  margin-inline: auto;
}

.fw-footer-brand {
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  margin: 0;
}

.fw-footer-copy {
  color: #aebdb8;
  font-size: 0.86rem;
  line-height: 1.8;
  margin: 14px 0 0;
  max-width: 460px;
}

.fw-footer-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #91a19b;
  font-size: 0.72rem;
  margin-top: 56px;
  padding-top: 24px;
}

/* Inner pages */
.fw-entry {
  width: min(860px, calc(100vw - 40px));
  max-width: min(860px, calc(100vw - 40px)) !important;
  margin-inline: auto;
  padding: clamp(70px, 9vw, 120px) 0;
}

.fw-entry .wp-block-post-title {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  letter-spacing: -0.055em;
  line-height: 1.15;
}

.fw-entry .wp-block-post-content {
  font-size: 1.02rem;
  line-height: 1.95;
  margin-top: 46px;
}

/* Responsive */
@media (max-width: 880px) {
  :root {
    --fw-shell: min(100% - 28px, 1180px);
  }

  .fw-header-inner {
    min-height: 68px;
  }

  .fw-nav .wp-block-navigation__responsive-container-open {
    display: flex;
  }

  .fw-hero {
    min-height: auto;
    padding-top: 70px;
  }

  .fw-proof-grid,
  .fw-card-grid,
  .fw-solution-grid,
  .fw-tool-grid,
  .fw-profile-grid,
  .fw-product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .fw-proof-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .fw-proof-item:nth-child(2) {
    border-right: 0;
  }

  .fw-proof-item {
    border-bottom: 1px solid rgba(17, 37, 31, 0.14);
    padding: 18px 18px 18px 0;
  }

  .fw-product-shot {
    margin-top: 12px;
    transform: none;
  }
}

@media (max-width: 560px) {
  .fw-section {
    padding: 68px 0;
  }

  .fw-hero-title {
    font-size: clamp(3rem, 16vw, 4.3rem);
  }

  .fw-actions {
    align-items: stretch !important;
    flex-direction: column;
  }

  .fw-actions .wp-block-button,
  .fw-actions .wp-block-button__link {
    width: 100%;
  }

  .fw-actions .wp-block-button__link {
    text-align: center;
  }

  .fw-card {
    min-height: auto;
  }

  .fw-profile-card {
    min-height: 350px;
  }
}

/* Footer navigation and privacy-policy links. */
.fw-footer-top {
  gap: clamp(36px, 7vw, 90px) !important;
}

.fw-footer-links {
  gap: 12px 28px !important;
}

.fw-footer-links p {
  margin: 0;
}

.fw-footer-links a {
  color: #dce7e3;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.fw-footer-links a:hover,
.fw-footer-links a:focus-visible {
  color: var(--fw-lime);
}

.ct-consent a {
  color: var(--fw-green);
  font-weight: 750;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  .fw-footer-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .fw-footer-links {
    margin-top: 18px;
  }
}

/* SmartShift detail page */
.ss-shell {
  margin-inline: auto;
  max-width: var(--fw-shell) !important;
  width: var(--fw-shell);
}

.ss-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(75, 139, 255, 0.5), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(81, 118, 255, 0.22), transparent 32%),
    #071c43;
  color: #fff;
  overflow: hidden;
  padding: clamp(74px, 9vw, 126px) 0 0;
  position: relative;
}

.ss-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  content: "";
  height: 620px;
  position: absolute;
  right: -330px;
  top: -170px;
  width: 620px;
}

.ss-logo {
  background: #f1f5ff;
  border-radius: 12px;
  margin: 0;
  max-width: 250px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ss-logo img {
  display: block;
  height: auto;
  width: 100%;
}

.ss-hero-title {
  color: #fff;
  font-size: clamp(3.4rem, 8vw, 7.1rem);
  letter-spacing: -0.075em;
  line-height: 0.98;
  margin: 42px 0 0;
  max-width: 960px;
  position: relative;
  z-index: 2;
}

.ss-hero-lead {
  color: #cbd8ee;
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
  line-height: 1.9;
  margin: 32px 0 0;
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.ss-actions {
  margin-top: 34px;
  position: relative;
  z-index: 2;
}

.ss-actions .wp-block-button__link {
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  padding: 15px 26px;
}

.ss-btn-light .wp-block-button__link {
  background: #fff;
  color: #071c43;
}

.ss-btn-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
}

.ss-btn-primary .wp-block-button__link {
  background: #1768e9;
  color: #fff;
}

.ss-hero-shot {
  margin: clamp(60px, 8vw, 100px) 0 -5px;
  position: relative;
  z-index: 2;
}

.ss-hero-shot img {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
  display: block;
  height: auto;
  width: 100%;
}

.ss-benefit-bar {
  background: #fff;
  border-bottom: 1px solid #dce5f5;
  padding: 38px 0;
}

.ss-benefit-grid {
  gap: 0 !important;
}

.ss-benefit-grid > .wp-block-column {
  border-right: 1px solid #dce5f5;
  padding: 6px 38px;
}

.ss-benefit-grid > .wp-block-column:first-child {
  padding-left: 0;
}

.ss-benefit-grid > .wp-block-column:last-child {
  border-right: 0;
}

.ss-benefit-label,
.ss-feature-index {
  color: #1768e9;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.ss-benefit-title {
  color: #10284e;
  font-size: 1.2rem;
  letter-spacing: -0.035em;
  margin: 18px 0 0;
}

.ss-benefit-copy {
  color: #65748c;
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 9px 0 0;
}

.ss-section {
  padding: clamp(76px, 9vw, 126px) 0;
}

.ss-section--white {
  background: #fff;
}

.ss-section--navy {
  background: #071c43;
  color: #fff;
}

.ss-section--pale {
  background: #eaf2ff;
}

.ss-eyebrow {
  color: #1768e9;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.ss-section--navy .ss-eyebrow {
  color: #78a9ff;
}

.ss-section-title {
  color: #10284e;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  letter-spacing: -0.06em;
  line-height: 1.13;
  margin: 0;
  max-width: 940px;
}

.ss-section--navy .ss-section-title {
  color: #fff;
}

.ss-step-grid {
  gap: 18px !important;
  margin-top: 56px;
}

.ss-step-card {
  background: #f3f7fd;
  border: 1px solid #dbe5f5;
  border-radius: 24px;
  min-height: 286px;
  padding: 34px;
}

.ss-step-number {
  align-items: center;
  background: #1768e9;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  margin: 0;
  width: 42px;
}

.ss-step-title {
  color: #10284e;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1.45;
  margin: 42px 0 0;
}

.ss-step-copy {
  color: #65748c;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 16px 0 0;
}

.ss-features {
  background: #f4f7fc;
}

.ss-feature-row {
  border-top: 1px solid #cad6e9;
  margin-top: 78px;
  padding-top: 72px;
}

.ss-feature-grid {
  align-items: center !important;
  gap: clamp(36px, 6vw, 76px) !important;
}

.ss-feature-title {
  color: #10284e;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  letter-spacing: -0.05em;
  line-height: 1.28;
  margin: 22px 0 0;
}

.ss-feature-copy {
  color: #5f6f87;
  line-height: 1.95;
  margin: 24px 0 0;
}

.ss-feature-list {
  color: #243b60;
  font-size: 0.9rem;
  line-height: 1.7;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.ss-feature-list li {
  border-top: 1px solid #d7e0ef;
  padding: 12px 0 12px 24px;
  position: relative;
}

.ss-feature-list li::before {
  color: #1768e9;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.ss-feature-image {
  margin: 0;
}

.ss-feature-image img {
  background: #fff;
  border: 1px solid #dbe5f5;
  border-radius: 20px;
  box-shadow: 0 20px 58px rgba(26, 61, 116, 0.11);
  display: block;
  height: auto;
  width: 100%;
}

.ss-fit-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 56px;
}

.ss-fit-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  color: #fff;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.6;
  margin: 0;
  min-height: 100px;
  padding: 26px 28px 26px 62px;
  position: relative;
}

.ss-fit-item::before {
  color: #79a9ff;
  content: "✓";
  font-size: 1.1rem;
  font-weight: 900;
  left: 28px;
  position: absolute;
}

.ss-faq {
  border-bottom: 1px solid #d7e0ef;
  color: #10284e;
  margin: 0;
  padding: 26px 0;
}

.ss-faq:first-of-type {
  border-top: 1px solid #d7e0ef;
  margin-top: 52px;
}

.ss-faq summary {
  cursor: pointer;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  font-weight: 800;
  list-style-position: outside;
}

.ss-faq p {
  color: #65748c;
  line-height: 1.9;
  margin: 20px 0 0;
  max-width: 820px;
}

.ss-final-cta {
  background: #fff;
  border: 1px solid #ccdafa;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(23, 104, 233, 0.12);
  padding: clamp(42px, 7vw, 82px);
}

.ss-final-title {
  color: #10284e;
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 1.08;
  margin: 0;
}

.ss-final-copy {
  color: #65748c;
  line-height: 1.85;
  margin: 26px 0 0;
}

@media (max-width: 880px) {
  .ss-benefit-grid,
  .ss-step-grid,
  .ss-feature-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ss-benefit-grid > .wp-block-column {
    border-bottom: 1px solid #dce5f5;
    border-right: 0;
    padding: 26px 0;
  }

  .ss-benefit-grid > .wp-block-column:last-child {
    border-bottom: 0;
  }

  .ss-feature-grid--reverse > .wp-block-column:first-child {
    grid-row: 2;
  }

  .ss-feature-row {
    margin-top: 58px;
    padding-top: 52px;
  }
}

@media (max-width: 600px) {
  .ss-hero-title {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .ss-logo {
    max-width: 205px;
  }

  .ss-actions {
    align-items: stretch !important;
    flex-direction: column;
  }

  .ss-actions .wp-block-button,
  .ss-actions .wp-block-button__link {
    text-align: center;
    width: 100%;
  }

  .ss-fit-grid {
    grid-template-columns: 1fr;
  }

  .ss-step-card {
    min-height: auto;
  }
}

/* Contact page */
.ct-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(223, 243, 106, 0.46), transparent 24%),
    var(--fw-paper);
  min-height: 760px;
  padding: clamp(74px, 9vw, 126px) 0;
}

.ct-shell {
  margin-inline: auto;
  max-width: var(--fw-shell) !important;
  width: var(--fw-shell);
}

.ct-grid {
  align-items: flex-start !important;
  gap: clamp(50px, 8vw, 110px) !important;
}

.ct-eyebrow {
  color: var(--fw-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.ct-title {
  color: var(--fw-ink);
  font-size: clamp(2.55rem, 5.5vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 1.08;
  margin: 0;
}

.ct-lead {
  color: #52635d;
  line-height: 1.95;
  margin: 28px 0 0;
}

.ct-note {
  border-top: 1px solid #cbd6cf;
  margin-top: 54px;
  padding-top: 26px;
}

.ct-note-label {
  color: var(--fw-green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
}

.ct-note-list {
  color: #5d6c67;
  font-size: 0.84rem;
  line-height: 1.8;
  margin: 18px 0 0;
  padding-left: 1.2em;
}

.ct-note-list li {
  margin-bottom: 8px;
}

.ct-form {
  background: #fff;
  border: 1px solid var(--fw-line);
  border-radius: 28px;
  box-shadow: var(--fw-shadow);
  padding: clamp(28px, 5vw, 54px);
  position: relative;
}

.ct-field {
  margin-bottom: 26px;
}

.ct-field label {
  color: var(--fw-ink);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.ct-field label span {
  color: #b54b2b;
  font-size: 0.68rem;
  margin-left: 7px;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  background: #f8faf8;
  border: 1px solid #bdcbc3;
  border-radius: 12px;
  box-sizing: border-box;
  color: var(--fw-ink);
  font: inherit;
  padding: 14px 15px;
  width: 100%;
}

.ct-field textarea {
  min-height: 190px;
  resize: vertical;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  border-color: var(--fw-green);
  box-shadow: 0 0 0 3px rgba(29, 104, 82, 0.14);
  outline: 0;
}

.ct-consent {
  align-items: flex-start;
  color: #52635d;
  display: flex;
  font-size: 0.84rem;
  gap: 10px;
  line-height: 1.65;
}

.ct-consent input {
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.ct-submit {
  background: var(--fw-ink);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 850;
  margin-top: 28px;
  padding: 16px 28px;
  width: 100%;
}

.ct-submit:hover {
  background: var(--fw-green);
}

.ct-form-note {
  color: #7b8883;
  font-size: 0.72rem;
  line-height: 1.6;
  margin: 14px 0 0;
  text-align: center;
}

.ct-honeypot {
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: -9999px;
}

.ct-alert {
  border-radius: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  padding: 18px 20px;
}

.ct-alert--success {
  background: #dff1e8;
  border: 1px solid #8ac2ad;
  color: #124736;
}

.ct-alert--error {
  background: #fff0ea;
  border: 1px solid #e6a18b;
  color: #7d321d;
}

@media (max-width: 880px) {
  .ct-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ct-note {
    margin-bottom: 12px;
  }
}

@media (max-width: 560px) {
  .ct-page {
    padding-top: 64px;
  }

  .ct-form {
    border-radius: 20px;
  }
}

/* Profile page */
.pf-shell {
  margin-inline: auto;
  max-width: var(--fw-shell) !important;
  width: var(--fw-shell);
}

.pf-hero {
  background:
    radial-gradient(circle at 79% 18%, rgba(223, 243, 106, 0.74), transparent 24%),
    var(--fw-paper);
  overflow: hidden;
  padding: clamp(78px, 10vw, 138px) 0;
}

.pf-hero-grid {
  align-items: center !important;
  gap: clamp(50px, 8vw, 110px) !important;
}

.pf-eyebrow {
  color: var(--fw-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.pf-hero-title {
  color: var(--fw-ink);
  font-size: clamp(3rem, 7.2vw, 6.5rem);
  letter-spacing: -0.075em;
  line-height: 1.02;
  margin: 0;
}

.pf-hero-lead {
  color: #52635d;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.95;
  margin: 32px 0 0;
  max-width: 720px;
}

.pf-identity {
  background: var(--fw-green);
  border-radius: 30px;
  color: #fff;
  min-height: 410px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 54px);
  position: relative;
}

.pf-identity::after {
  background: var(--fw-lime);
  border-radius: 50%;
  bottom: -130px;
  content: "";
  height: 300px;
  position: absolute;
  right: -80px;
  width: 300px;
}

.pf-monogram {
  color: var(--fw-lime);
  font-size: clamp(4rem, 8vw, 6.5rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}

.pf-role {
  font-size: 1.05rem;
  font-weight: 850;
  margin: 78px 0 0;
  position: relative;
  z-index: 1;
}

.pf-role-copy {
  color: #d8e5df;
  font-size: 0.88rem;
  line-height: 1.8;
  margin: 14px 0 0;
  position: relative;
  z-index: 1;
}

.pf-section {
  padding: clamp(78px, 9vw, 126px) 0;
}

.pf-section--white {
  background: #fff;
}

.pf-section--dark {
  background: var(--fw-ink);
  color: #fff;
}

.pf-section-title {
  color: var(--fw-ink);
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 1.16;
  margin: 0;
}

.pf-section--dark .pf-section-title {
  color: #fff;
}

.pf-section--dark .pf-eyebrow {
  color: var(--fw-lime);
}

.pf-story-grid {
  align-items: flex-start !important;
  gap: clamp(50px, 9vw, 124px) !important;
}

.pf-story-lead {
  color: var(--fw-ink);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.75;
  margin: 0;
}

.pf-story-copy {
  color: #5b6964;
  line-height: 2;
  margin: 30px 0 0;
}

.pf-experience-grid {
  gap: 18px !important;
  margin-top: 58px;
}

.pf-experience-card {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  min-height: 290px;
  padding: 28px 22px 18px 0;
}

.pf-card-index {
  color: var(--fw-lime);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  margin: 0;
}

.pf-card-title {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  margin: 58px 0 0;
}

.pf-card-copy {
  color: #b8c8c2;
  font-size: 0.9rem;
  line-height: 1.85;
  margin: 18px 0 0;
}

.pf-principle-grid {
  gap: 18px !important;
  margin-top: 54px;
}

.pf-principle-card {
  background: #fff;
  border: 1px solid var(--fw-line);
  border-radius: 24px;
  min-height: 300px;
  padding: 34px;
}

.pf-principle-number {
  color: var(--fw-green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin: 0;
}

.pf-principle-title {
  color: var(--fw-ink);
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.45;
  margin: 62px 0 0;
}

.pf-principle-copy {
  color: #61706b;
  font-size: 0.9rem;
  line-height: 1.85;
  margin: 17px 0 0;
}

.pf-cta {
  background: var(--fw-orange);
  border-radius: 32px;
  overflow: hidden;
  padding: clamp(44px, 8vw, 88px);
  position: relative;
}

.pf-cta::after {
  border: 1px solid rgba(17, 37, 31, 0.24);
  border-radius: 50%;
  content: "";
  height: 370px;
  position: absolute;
  right: -150px;
  top: -190px;
  width: 370px;
}

.pf-cta-title {
  color: var(--fw-ink);
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 1.08;
  margin: 0;
  position: relative;
  z-index: 1;
}

.pf-actions {
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.pf-actions .wp-block-button__link {
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 850;
  padding: 15px 25px;
}

.pf-btn-primary .wp-block-button__link {
  background: var(--fw-ink);
  color: #fff;
}

.pf-btn-secondary .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--fw-ink);
  color: var(--fw-ink);
}

@media (max-width: 880px) {
  .pf-hero-grid,
  .pf-story-grid,
  .pf-experience-grid,
  .pf-principle-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .pf-identity {
    min-height: 350px;
  }
}

@media (max-width: 560px) {
  .pf-hero-title {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .pf-principle-card,
  .pf-experience-card {
    min-height: auto;
  }

  .pf-actions {
    align-items: stretch !important;
    flex-direction: column;
  }

  .pf-actions .wp-block-button,
  .pf-actions .wp-block-button__link {
    text-align: center;
    width: 100%;
  }
}
