:root {
  --color-black: #1d1d1d;
  --color-white: #ffffff;
  --color-bg: #efefef;
  --color-line: #dedddd;
  --color-muted: #6f7175;
  --color-blue: #2a6496;
  --color-bluegray: #d7dee2;
  --color-dark: #31343b;
  --color-dark-line: #676767;
  --color-orange: #c65f06;
  --color-teal: #18aeb0;
  --color-submit: #e5924b;
  --shadow-soft: 0 12px 28px rgba(29, 29, 29, 0.08);
  --header-height: 86px;
}

/* Hero refresh: make one-stop service and low price/short lead time the main message. */
@media screen {
  .hero {
    --hero-refresh-teal: #006866;
    --hero-refresh-teal-deep: #004f54;
    --hero-refresh-orange: #f2a12a;
    --hero-refresh-ink: #22302f;
    background: #f4f6f4;
  }

  .hero-inner {
    background: #f4f6f4;
  }

  .hero-copy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 28px 18px 24px;
    background:
      linear-gradient(rgba(26, 126, 118, 0.075) 1px, transparent 1px),
      linear-gradient(90deg, rgba(26, 126, 118, 0.075) 1px, transparent 1px),
      radial-gradient(120% 78% at 50% 8%, rgba(255, 255, 255, 0.98) 0 54%, rgba(255, 255, 255, 0) 55%),
      linear-gradient(180deg, #fbfcfb 0%, #f3f6f4 100%);
    background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%;
    color: var(--hero-refresh-ink);
  }

  .hero-copy::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 54px;
    background: #e8eceb;
    clip-path: polygon(0 0, 100% 0, 100% 58%, 62% 76%, 50% 88%, 38% 76%, 0 58%);
    opacity: 0.95;
  }

  .hero-copy h1 {
    gap: 0;
    max-width: 410px;
    margin: 0 auto;
    letter-spacing: 0;
  }

  .hero-copy h1 > span {
    display: block;
    width: auto;
    max-width: 100%;
    transform: none !important;
  }

  .hero-intro {
    margin: 0 auto 15px;
    padding: 8px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #e9eceb 100%);
    box-shadow: 0 5px 13px rgba(42, 56, 55, 0.14);
    color: #2f3a39;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  .hero-service {
    position: relative;
    margin: 0 auto 2px;
    color: var(--hero-refresh-orange);
    font-size: clamp(19px, 5.4vw, 27px);
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
  }

  .hero-service::before,
  .hero-service::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin: 0 8px 6px;
    background: currentColor;
    transform: rotate(38deg);
    transform-origin: center;
  }

  .hero-service::after {
    transform: rotate(-38deg);
  }

  .hero-onestop {
    position: relative;
    margin: 0 auto 5px;
    color: var(--hero-refresh-teal-deep);
    font-size: clamp(44px, 12.8vw, 66px);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: 0;
    text-align: center;
    text-shadow:
      2px 2px 0 rgba(255, 255, 255, 0.95),
      5px 6px 0 rgba(0, 104, 102, 0.14);
  }

  .hero-onestop::before,
  .hero-onestop::after {
    content: "“";
    position: absolute;
    top: -6px;
    color: rgba(0, 104, 102, 0.12);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
  }

  .hero-onestop::before {
    left: -30px;
  }

  .hero-onestop::after {
    content: "”";
    right: -30px;
  }

  .hero-sub-prefix {
    margin: 8px auto 4px;
    padding: 2px 16px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--hero-refresh-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }

  .hero-price {
    margin: 0 auto 9px;
    padding: 0 4px 5px;
    color: var(--hero-refresh-teal);
    font-size: clamp(36px, 10.5vw, 54px);
    font-weight: 950;
    line-height: 1;
    text-align: center;
    text-shadow:
      2px 2px 0 #ffffff,
      4px 5px 0 rgba(0, 104, 102, 0.12);
    background: linear-gradient(180deg, transparent 0 74%, rgba(242, 161, 42, 0.76) 74% 88%, transparent 88% 100%);
  }

  .hero-support {
    margin: 0 auto 2px;
    color: #263b39;
    font-size: clamp(19px, 5.4vw, 25px);
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
  }

  .hero-closing {
    margin: 0 auto;
    padding: 0;
    color: var(--hero-refresh-orange);
    font-size: clamp(19px, 5.4vw, 25px);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
  }

  .hero-emphasis,
  .hero-lead,
  .hero-marker,
  .hero-emphasis-rest,
  .hero-sub {
    display: none !important;
  }

  .hero-cta {
    margin-top: 18px;
  }
}

@media screen and (max-width: 374px) {
  .hero-copy {
    padding: 24px 12px 22px;
  }

  .hero-intro {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .hero-service {
    font-size: 18px;
  }

  .hero-onestop {
    font-size: 41px;
  }

  .hero-price {
    font-size: 34px;
  }
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-black);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  padding-top: var(--header-height);
  padding-bottom: calc(138px + env(safe-area-inset-bottom));
  min-width: 320px;
  word-break: normal;
  overflow-wrap: anywhere;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

a:hover {
  opacity: 0.78;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

dt {
  font-weight: 700;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(239, 239, 239, 0.96);
  border-bottom: 1px solid var(--color-line);
  backdrop-filter: blur(8px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.header-kicker {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1;
}

.brand-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.brand-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-blue);
}

.menu-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-black);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
}

.menu-button span {
  height: 2px;
  width: 100%;
  background: var(--color-white);
  transition: transform 0.2s ease;
}

.nav-open .menu-button span:first-child {
  transform: translateY(4.5px) rotate(22deg);
}

.nav-open .menu-button span:last-child {
  transform: translateY(-4.5px) rotate(-22deg);
}

.global-nav {
  position: fixed;
  inset: var(--header-height) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--color-black);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.nav-open .global-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.global-nav > a {
  font-weight: 700;
}

.header-cta {
  display: grid;
  gap: 14px;
  width: min(280px, calc(100vw - 40px));
  margin-top: 8px;
}

.header-cta-button {
  min-height: 50px;
  border-radius: 999px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.is-tel {
  background: var(--color-orange);
}

.is-form {
  background: var(--color-teal);
}

.section {
  border-bottom: 1px solid var(--color-line);
}

.only-mobile {
  display: block;
}

.section-inner {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 44px 20px 56px;
}

.section-heading {
  margin-bottom: 32px;
}

.section-label {
  color: var(--color-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 22px;
  font-weight: 600;
}

.section-heading h2 {
  display: inline-block;
  position: relative;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 700;
  padding-bottom: 14px;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.reason-summary .section-heading {
  margin-bottom: 34px;
}

.reason-summary .section-heading h2 {
  max-width: 12.8em;
  line-height: 1.44;
  letter-spacing: 0.01em;
  padding-bottom: 16px;
}

.reason-heading-main,
.reason-heading-sub {
  display: block;
}

.reason-heading-sub {
  margin-top: 0.08em;
  white-space: nowrap;
}

.hero {
  overflow: hidden;
}

.hero-inner {
  position: relative;
  width: min(100%, 1300px);
  margin: 0 auto;
  min-height: auto;
  display: grid;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 42px 20px 28px;
  display: flex;
  flex-direction: column;
}

.hero-copy h1 {
  font-size: 36px;
  line-height: 1.32;
  font-weight: 800;
  margin-bottom: 18px;
  text-shadow: 0 0 18px rgba(239, 239, 239, 0.86);
}

.hero-copy h1 span {
  display: block;
  width: fit-content;
}

.hero-copy h1 .hero-marker,
.hero-copy h1 .hero-emphasis-rest,
.hero-copy h1 .hero-lead {
  display: inline-block;
  width: auto;
}

.hero-marker {
  position: relative;
  z-index: 0;
  padding: 0 4px 2px;
  white-space: nowrap;
}

.hero-marker::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  z-index: -1;
  height: 0.52em;
  background: rgba(218, 178, 82, 0.52);
  border-radius: 999px 72% 999px 64%;
  transform: rotate(-0.8deg) skewX(-5deg);
  clip-path: polygon(0 42%, 9% 30%, 24% 36%, 43% 25%, 62% 37%, 82% 28%, 100% 41%, 98% 86%, 76% 78%, 55% 90%, 33% 80%, 11% 88%, 0 74%);
}

.hero-intro {
  font-size: 0.78em;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 14px;
  border-left: 3px solid transparent;
}

.hero-closing {
  font-size: 1.12em;
  line-height: 1.18;
  font-weight: 900;
  margin-top: -4px;
}

.hero-emphasis {
  display: inline-block;
  font-size: 1.12em;
  font-weight: 900;
  line-height: 1.18;
  margin-top: 8px;
}

.hero-lead {
  font-size: 0.70em;
  font-weight: 500;
  line-height: 1.05;
}

.hero-sub {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  background: var(--color-white);
  color: var(--color-black);
  font-weight: 700;
  border-left: 4px solid transparent;
  box-shadow: var(--shadow-soft);
}

.hero-cta {
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.94);
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.cta-message {
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 14px;
}

.cta-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cta-button,
.floating-button {
  min-height: 54px;
  border-radius: 999px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  padding: 0 18px 2px;
}

.hero-image {
  margin: 0;
  min-height: 260px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

@keyframes heroCopyFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background: var(--color-bg);
  }

  .hero-inner {
    min-height: calc(100svh - var(--header-height));
    display: flex;
    align-items: stretch;
    isolation: isolate;
  }

  .hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
    pointer-events: none;
  }

  .hero-copy {
    width: 100%;
    min-height: calc(100svh - var(--header-height));
    padding: 16px 20px calc(120px + env(safe-area-inset-bottom));
    justify-content: flex-start;
  }

  .hero-copy .section-label {
    align-self: flex-start;
    width: fit-content;
    margin-bottom: 14px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    animation: heroCopyFadeUp 0.72s ease-out 0.1s both;
  }

  .hero-copy h1 {
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    font-size: 36px;
    line-height: 1.12;
    margin-bottom: 20px;
    padding: 12px 14px 14px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.12);
    text-shadow: none;
  }

  .hero-intro {
    color: #2d4655;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 2px 0 2px 10px;
    border-left-width: 3px;
    animation: heroCopyFadeUp 0.72s ease-out 0.2s both;
  }

  .hero-intro .only-mobile {
    display: none;
  }

  .hero-emphasis {
    position: relative;
    color: var(--color-black);
    font-size: 1.08em;
    line-height: 1.08;
    margin-top: 16px;
    padding: 0 0 4px;
    background: transparent;
    border-left: 0;
    box-shadow: none;
    animation: heroCopyFadeUp 0.72s ease-out 0.35s both;
  }

  .hero-marker {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0 4px 2px;
  }

  .hero-marker::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.06em;
    z-index: -1;
    height: 0.56em;
    background: rgba(218, 178, 82, 0.55);
  }

  .hero-emphasis-rest {
    display: inline-block;
    margin-top: 2px;
  }

  .hero-closing {
    color: var(--color-black);
    font-size: 1.08em;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-top: -4px;
    padding: 0;
    background: transparent;
    border-left: 0;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    animation: heroCopyFadeUp 0.72s ease-out 0.5s both;
  }

  .hero-sub {
    display: inline-block;
    font-size: 15px;
    line-height: 1.55;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 24px rgba(29, 29, 29, 0.14);
    animation: heroCopyFadeUp 0.72s ease-out 0.65s both;
  }

  .hero-sub-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
  }

  .hero-sub-underline::after {
    content: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
  }

  .hero-cta {
    display: none;
  }

  .hero-cta .cta-message {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .hero-cta .cta-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-cta .cta-button {
    min-height: 50px;
    font-size: 13px;
    padding-inline: 8px;
  }

  .hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
  }

  .hero-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-image img {
    min-height: 100%;
    object-position: 58% center;
    filter: saturate(1.24) contrast(1.12) brightness(1.04);
  }

  .hero-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 55%, rgba(0, 0, 0, 0.62) 100%);
    pointer-events: none;
  }

  .hero-badges {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(124px + env(safe-area-inset-bottom));
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 14px;
    margin: 0;
    list-style: none;
    pointer-events: none;
    animation: heroCopyFadeUp 0.72s ease-out 0.8s both;
  }

  .hero-badge {
    position: relative;
    width: 100%;
    max-width: 114px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 50%;
    background:
      radial-gradient(circle at 35% 32%, #faf2dc 0%, #efe1bb 60%, #e0cf9d 100%);
    box-shadow:
      inset 0 0 0 1px rgba(170, 138, 70, 0.55),
      inset 0 0 0 4px rgba(255, 250, 232, 0.75),
      inset 0 0 0 5px rgba(170, 138, 70, 0.3),
      inset 0 -6px 12px rgba(170, 138, 70, 0.1),
      0 4px 14px rgba(46, 36, 12, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 12px;
    pointer-events: auto;
  }

  .hero-badge-top {
    display: block;
    color: #6b5a32;
    font-size: clamp(9.5px, 2.5vw, 11.5px);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: nowrap;
  }

  .hero-badge-main {
    display: block;
    color: #1a3552;
    font-size: clamp(15px, 4.4vw, 19px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero-badge-leaf {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 40px;
    transform: translateY(-50%);
    color: #8a703a;
    pointer-events: none;
    opacity: 0.42;
  }

  .hero-badge-leaf.is-left {
    left: 4px;
  }

  .hero-badge-leaf.is-right {
    right: 4px;
    transform: translateY(-50%) scaleX(-1);
  }

  .hero-badges-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-copy .section-label,
    .hero-intro,
    .hero-emphasis,
    .hero-closing,
    .hero-sub,
    .hero-cta {
      animation: none;
    }
  }
}

.works-lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
}

.works .section-heading {
  margin-bottom: 14px;
  text-align: center;
}

.works .section-label {
  margin-bottom: 4px;
}

.works-box-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.works-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  background: #1e6f8b;
  border: 2px solid var(--color-black);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  box-sizing: border-box;
}

.works-box-compact {
  width: min(216px, 100%);
}

.works-box-wide {
  width: min(298px, 100%);
  padding-top: 12px;
  padding-bottom: 12px;
}

.works-main,
.works-report {
  display: block;
}

.works-number {
  display: inline-block;
  color: var(--color-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  line-height: 1;
  margin-right: 0.08em;
}

.works-main-label {
  display: inline-block;
}

.works-report {
  font-size: 0.76em;
  line-height: 1.6;
  margin-top: 10px;
}

.works-gallery {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  padding: 4px 0 14px;
  margin: 0;
  scrollbar-width: none;
}

.works-gallery::-webkit-scrollbar {
  display: none;
}

.works-gallery > img {
  flex: 0 0 92%;
  width: 92%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  scroll-snap-align: start;
  border-radius: 6px;
  background: #ddd;
}

.section-dark {
  background: var(--color-dark);
  color: #d8d8d8;
}

.section-dark .section-inner {
  border-color: var(--color-dark-line);
}

.section-dark .section-label {
  color: var(--color-white);
}

.worries .section-heading {
  text-align: center;
}

.worries .section-label {
  margin-left: 0;
}

.worries .section-heading h2 {
  margin-left: 0;
}

.worries .section-heading h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.check-list li::before {
  content: "\2713";
  flex: 0 0 auto;
  position: static;
  line-height: inherit;
  color: var(--color-submit);
  font-weight: 700;
}

.summary-grid,
.price-grid,
.voice-grid {
  display: grid;
  gap: 16px;
}

.summary-grid article,
.price-card,
.voice-grid article,
.reason-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.summary-grid article {
  padding: 22px;
}

.summary-grid span,
.reason-number,
.case-label,
.voice-label,
.flow-step {
  color: var(--color-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
}

.summary-grid h3 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.55;
}

.reason-detail {
  background: var(--color-bluegray);
}

.reason-list {
  display: grid;
  gap: 16px;
}

.reason-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.reason-card-image {
  margin: 0 0 22px;
  overflow: hidden;
  background: #d9dee2;
}

.reason-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.reason-card h3 {
  margin: 12px 0 14px;
  font-size: 20px;
  line-height: 1.5;
}

.reason-card p:last-child {
  color: #383b40;
}

.promise {
  background: var(--color-black);
  color: var(--color-white);
  border-bottom: 0;
}

.promise .section-inner {
  padding-top: 86px;
  padding-bottom: 94px;
  border-left: 0;
}

.promise-inner {
  text-align: center;
  max-width: 900px;
}

.promise-small {
  color: var(--color-submit);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  padding: 2px 0 8px;
}

.promise-small::before,
.promise-small::after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(229, 146, 75, 0.78);
}

.promise-copy {
  display: grid;
  gap: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

.promise-copy p {
  margin: 0;
}

.promise-mobile-period {
  display: none;
}

.promise-highlight {
  display: inline-block;
  position: relative;
  color: var(--color-submit);
  font-size: 1.32em;
  font-weight: 900;
  letter-spacing: 0.03em;
  padding: 0 4px;
  text-shadow: 0 0 18px rgba(229, 146, 75, 0.45);
  z-index: 0;
}

.promise-highlight::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0.08em;
  height: 0.34em;
  background: rgba(229, 146, 75, 0.22);
  border-radius: 2px;
  z-index: -1;
}

.case-list {
  display: grid;
  gap: 38px;
}

.case-item {
  display: grid;
  gap: 20px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--color-line);
  align-items: stretch;
}

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

.case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 100%;
}

.case-images figure {
  position: relative;
  overflow: hidden;
  background: #ddd;
  min-height: 210px;
}

.case-images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.case-images figcaption {
  display: none;
}

.case-body h3 {
  font-size: 22px;
  line-height: 1.55;
  margin: 12px 0 14px;
}

.case-body {
  display: flex;
  flex-direction: column;
}

.case-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--color-line);
  border-left: 1px solid var(--color-line);
  margin-bottom: 18px;
}

.case-meta div {
  padding: 12px;
  background: var(--color-white);
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.case-meta dt {
  font-size: 13px;
  color: var(--color-muted);
}

.case-body h4 {
  font-size: 15px;
  margin: 16px 0 4px;
}

.case-body blockquote {
  margin-top: 18px;
  padding: 16px;
  background: var(--color-white);
  border-left: 4px solid var(--color-submit);
  font-weight: 700;
}

.voice {
  background: #f7f7f7;
}

.voice-grid article {
  padding: 24px;
}

.voice-grid h3 {
  margin: 12px 0 18px;
  line-height: 1.6;
  font-size: 19px;
}

.voice-grid dl {
  display: grid;
  gap: 14px;
}

.voice-grid dt {
  margin-bottom: 3px;
  color: var(--color-blue);
}

.price-card {
  padding: 24px;
}

.price-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.price-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  color: var(--color-orange);
  font-weight: 700;
  margin-bottom: 20px;
}

.price-card li {
  position: relative;
  padding-left: 22px;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 9px;
  height: 9px;
  background: var(--color-blue);
}

.note {
  margin-top: 18px;
  color: var(--color-muted);
  font-size: 14px;
}

.section-bluegray {
  background: var(--color-bluegray);
}

.flow-list {
  display: grid;
  gap: 34px;
  counter-reset: flow;
}

.flow-list li {
  position: relative;
  background: var(--color-white);
  padding: 24px;
  border-radius: 8px;
}

.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -25px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #a7adb1;
}

.flow-list h3 {
  text-align: center;
  font-size: 21px;
  line-height: 1.45;
  margin: 12px 0;
}

.flow-step {
  text-align: center;
  font-size: 18px;
}

.flow-time {
  width: fit-content;
  margin: 0 auto 16px;
  background: #eef3f6;
  color: var(--color-blue);
  font-weight: 700;
  padding: 4px 12px;
}

.flow-complete {
  background: var(--color-blue) !important;
  color: var(--color-white);
}

.flow-complete .flow-step {
  color: var(--color-white);
}

.closing {
  background: var(--color-dark);
  color: var(--color-white);
}

.closing .section-label {
  color: var(--color-white);
}

.closing-inner h2 {
  font-size: 27px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.check-list.is-light {
  margin: 22px 0;
}

.check-list.is-light li {
  background: rgba(255, 255, 255, 0.08);
}

.closing-message {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

.form-summary {
  margin-bottom: 14px;
}

.form-reassurance {
  max-width: 780px;
  margin: 0 auto 30px;
  padding: 16px 18px;
  background: var(--color-white);
  border-left: 4px solid var(--color-submit);
  font-weight: 700;
}

.demo-form {
  max-width: 780px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.form-row label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.form-row label span {
  display: inline-flex;
  min-width: 48px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background: #9b9b9b;
  color: var(--color-white);
  font-size: 13px;
  line-height: 1;
}

.form-row label .required {
  background: var(--color-black);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 0;
  background: var(--color-white);
  min-height: 50px;
  padding: 12px 14px;
}

.form-row textarea {
  resize: vertical;
  min-height: 220px;
}

.privacy-box {
  background: #f7f7f7;
  padding: 18px;
  margin: 26px 0;
  text-align: center;
}

.privacy-box label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.privacy-box a {
  text-decoration: underline;
}

.submit-button {
  width: min(100%, 580px);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-submit);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
}

.floating-cta {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: max(8px, env(safe-area-inset-bottom));
  width: auto;
  max-width: 100vw;
  z-index: 990;
  padding: 12px 8px 14px;
  background: rgba(29, 29, 29, 0.92);
  color: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.18);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.floating-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
}

.floating-cta p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}

.floating-cta div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

.floating-button {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  min-height: 58px;
  font-size: 13px;
  line-height: 1.35;
  padding-inline: 6px;
  white-space: normal;
}

.site-footer {
  background: var(--color-black);
  color: var(--color-white);
  padding: 44px 20px 34px;
}

.footer-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.footer-name {
  font-weight: 700;
  color: #c9d8e5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-weight: 700;
}

.site-footer small {
  color: #c8c8c8;
}

@media (min-width: 640px) {
  body {
    padding-bottom: calc(138px + env(safe-area-inset-bottom));
  }

  .cta-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .summary-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 374px) {
  body {
    padding-bottom: calc(142px + env(safe-area-inset-bottom));
  }

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

  .floating-button {
    font-size: 12px;
    min-height: 56px;
    padding-inline: 4px;
  }
}

@media (min-width: 768px) {
  .hero-badges-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .hero-badges {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: min(560px, calc(100% - 100px));
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
    animation: heroCopyFadeUp 0.72s ease-out 0.8s both;
  }

  .hero-badge {
    position: relative;
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 50%;
    background:
      radial-gradient(circle at 35% 32%, #faf2dc 0%, #efe1bb 60%, #e0cf9d 100%);
    box-shadow:
      inset 0 0 0 1px rgba(170, 138, 70, 0.55),
      inset 0 0 0 5px rgba(255, 250, 232, 0.78),
      inset 0 0 0 6px rgba(170, 138, 70, 0.3),
      inset 0 -8px 16px rgba(170, 138, 70, 0.1),
      0 6px 18px rgba(46, 36, 12, 0.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 14px;
    pointer-events: auto;
  }

  .hero-badge-top {
    display: block;
    color: #6b5a32;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 7px;
    white-space: nowrap;
  }

  .hero-badge-main {
    display: block;
    color: #1a3552;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero-badge-leaf {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 52px;
    transform: translateY(-50%);
    color: #8a703a;
    pointer-events: none;
    opacity: 0.42;
  }

  .hero-badge-leaf.is-left {
    left: 6px;
  }

  .hero-badge-leaf.is-right {
    right: 6px;
    transform: translateY(-50%) scaleX(-1);
  }

  .hero-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0.36) 100%);
    pointer-events: none;
  }

  :root {
    --header-height: 102px;
  }

  body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header {
    position: sticky;
  }

  .only-mobile {
    display: none;
  }

  .header-inner {
    width: min(100%, 1390px);
    margin: 0 auto;
    padding: 0 24px;
  }

  .brand-mark {
    font-size: 36px;
  }

  .brand-name {
    font-size: 15px;
  }

  .menu-button {
    display: none;
  }

  .global-nav {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    background: transparent;
    color: var(--color-black);
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .global-nav > a {
    font-size: 14px;
    white-space: nowrap;
  }

  .header-cta {
    display: flex;
    width: auto;
    gap: 10px;
    margin-top: 0;
  }

  .header-cta-button {
    min-height: 36px;
    padding: 0 18px 2px;
    font-size: 14px;
  }

  .section-inner {
    padding: 70px 50px 86px;
    border-left: 1px solid var(--color-line);
  }

  .section-label {
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    margin-left: 45px;
    font-size: 42px;
  }

  .reason-summary .section-heading {
    margin-bottom: 42px;
  }

  .reason-summary .section-heading h2 {
    max-width: 1120px;
    font-size: 38px;
    line-height: 1.36;
    letter-spacing: 0;
    padding-bottom: 18px;
  }

  .hero-inner {
    min-height: 660px;
    border-left: 1px solid var(--color-line);
    display: block;
    padding: 23px 0;
  }

  .hero-copy {
    position: absolute;
    inset: 0 auto 0 0;
    width: 58%;
    min-width: 600px;
    padding: 72px 0 54px 50px;
  }

  .hero-copy h1 {
    max-width: 620px;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 22px;
    text-shadow: 0 0 18px rgba(239, 239, 239, 0.82);
  }

  .hero-intro {
    font-size: 0.72em;
    line-height: 1.35;
    padding-left: 18px;
    border-left-width: 4px;
  }

  .hero-emphasis {
    font-size: 1.18em;
    line-height: 1.16;
    margin-top: 10px;
  }

  .hero-closing {
    font-size: 1.18em;
    line-height: 1.16;
    margin-top: -4px;
  }

  .hero-sub {
    font-size: 20px;
  }

  .hero-cta {
    width: 430px;
    margin-top: auto;
  }

  .hero-cta .cta-button {
    white-space: nowrap;
  }

  .hero-image {
    width: 78%;
    min-height: 614px;
    margin-left: auto;
    margin-right: -24px;
  }

  .hero-image img {
    min-height: 614px;
  }

  .works .section-inner {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 42px;
    align-items: start;
  }

  .works .section-heading,
  .works-lead {
    grid-column: 1;
  }

  .works-gallery {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
  }

  .works-gallery > img {
    flex: 0 0 96%;
    width: 96%;
    aspect-ratio: 16 / 11;
  }

  .worries .section-label {
    margin-left: 0;
  }

  .worries .section-heading h2 {
    margin-left: 0;
  }

  .check-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid var(--color-dark-line);
    border-left: 1px solid var(--color-dark-line);
  }

  .check-list li {
    min-height: 190px;
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--color-dark-line);
    border-bottom: 1px solid var(--color-dark-line);
    padding: 52px 30px 34px;
  }

  .check-list li::before {
    line-height: inherit;
  }

  .check-list.is-light {
    grid-template-columns: repeat(2, 1fr);
    border-color: rgba(255, 255, 255, 0.16);
  }

  .check-list.is-light li {
    min-height: 90px;
    border-color: rgba(255, 255, 255, 0.16);
    padding: 32px 30px;
  }

  .summary-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .reason-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .reason-card {
    padding: 28px;
    min-height: 100%;
  }

  .reason-card-image {
    margin-bottom: 26px;
  }

  .promise-small {
    gap: 18px;
    font-size: 32px;
    margin-bottom: 38px;
    padding-bottom: 10px;
  }

  .promise-small::before,
  .promise-small::after {
    width: 42px;
  }

  .promise .section-inner {
    padding-top: 126px;
    padding-bottom: 136px;
    border-left: 0;
  }

  .promise-copy {
    gap: 34px;
    font-size: 22px;
    line-height: 2.05;
  }

  .case-item {
    grid-template-columns: minmax(0, 1.1fr) 400px;
    gap: 58px;
    align-items: stretch;
    padding-bottom: 66px;
    min-height: 470px;
  }

  .case-images img {
    aspect-ratio: auto;
  }

  .voice-grid,
  .price-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .flow-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 44px;
  }

  .flow-list li {
    min-height: 360px;
    display: flex;
    flex-direction: column;
  }

  .flow-list li:not(:last-child)::after {
    left: auto;
    right: -31px;
    top: calc(50% - 15px);
    bottom: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #a7adb1;
    border-right: 0;
  }

  .form-row {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }

  .form-row label {
    padding-top: 12px;
  }

  .floating-cta {
    left: auto;
    right: 10px;
    bottom: 22px;
    width: 190px;
    padding: 12px;
    border-radius: 8px;
  }

  .floating-cta p {
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: 7px;
  }

  .floating-cta div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .floating-button {
    min-height: 42px;
    font-size: 12px;
    padding-inline: 8px;
  }

  .footer-inner {
    grid-template-columns: 260px 1fr;
    align-items: start;
  }

  .site-footer small {
    grid-column: 2;
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .floating-cta {
    display: none;
  }
}

@media (min-width: 1600px) {
  .floating-cta {
    right: 18px;
    width: 180px;
  }
}

@media (min-width: 1120px) {
  .global-nav {
    gap: 28px;
  }

  .global-nav > a {
    font-size: 15px;
  }

  .header-cta-button {
    font-size: 15px;
    padding-inline: 22px;
  }
}

@media (max-width: 374px) {
  .hero-badges {
    bottom: calc(116px + env(safe-area-inset-bottom));
    padding: 0 10px;
    gap: 6px;
  }

  .hero-badge {
    max-width: 96px;
    padding: 0 8px;
  }

  .hero-badge-top {
    font-size: 9px;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
  }

  .hero-badge-main {
    font-size: 14.5px;
  }

  .hero-badge-leaf {
    width: 9px;
    height: 32px;
  }

  .hero-copy h1 {
    font-size: 33px;
  }

  .hero-intro {
    font-size: 17px;
  }

  .hero-emphasis {
    font-size: 1.02em;
    padding: 7px 8px 9px;
  }

  .hero-closing {
    font-size: 1.02em;
    padding: 0 0 0 8px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .works .section-heading h2 {
    font-size: 24px;
  }

  .works-lead {
    font-size: 14px;
    line-height: 1.85;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .floating-button {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .works .section-inner {
    padding-top: 54px;
    padding-bottom: 52px;
  }

  .works .section-heading {
    margin-bottom: 14px;
    text-align: center;
  }

  .works .section-heading h2 {
    max-width: 10.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.36;
    padding-bottom: 16px;
  }

  .works .section-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .works-main {
    line-height: inherit;
  }

  .works-lead {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.85;
    text-align: center;
  }

  .works-gallery {
    margin-top: 2px;
  }

  .reason-summary .section-heading {
    text-align: center;
  }

  .reason-summary .section-heading h2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(17px, 5.1vw, 24px);
    letter-spacing: -0.01em;
    line-height: 1.42;
    padding-bottom: 14px;
  }

  .reason-summary .section-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .reason-heading-main,
  .reason-heading-sub {
    white-space: nowrap;
  }

  .case-study .section-heading,
  .voice .section-heading {
    text-align: center;
  }

  .case-study .section-heading h2,
  .voice .section-heading h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .case-study .section-heading h2::after,
  .voice .section-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .promise .section-inner {
    padding-top: 72px;
    padding-bottom: calc(122px + env(safe-area-inset-bottom));
  }

  .promise-small {
    gap: 12px;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 24px;
  }

  .promise-small::before,
  .promise-small::after {
    width: 28px;
  }

  .promise-copy {
    max-width: 340px;
    margin: 0 auto;
    gap: 14px;
    font-size: clamp(14px, 3.75vw, 15.5px);
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: 0.01em;
  }

  .promise-mobile-period {
    display: inline;
  }
}

@media screen and (max-width: 374px) {
  .works .section-heading h2 {
    font-size: 24px;
  }

  .works-lead {
    font-size: 14px;
    line-height: 1.85;
  }
}

@media (min-width: 768px) {
  :root {
    --lp-max-width: 430px;
    --header-height: 86px;
  }

  html {
    background: var(--color-bg);
  }

  body {
    width: var(--lp-max-width);
    max-width: var(--lp-max-width);
    margin: 0 auto;
    padding-top: var(--header-height);
    padding-bottom: calc(138px + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    width: var(--lp-max-width);
    height: var(--header-height);
    margin-left: calc(var(--lp-max-width) / -2);
  }

  .header-inner {
    width: 100%;
    padding: 0 20px;
  }

  .brand-mark {
    font-size: 24px;
  }

  .brand-name {
    font-size: 13px;
  }

  .menu-button {
    display: inline-flex;
  }

  .global-nav {
    position: fixed;
    top: var(--header-height);
    left: 50%;
    right: auto;
    bottom: 0;
    width: var(--lp-max-width);
    margin-left: calc(var(--lp-max-width) / -2);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background: var(--color-black);
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
  }

  .nav-open .global-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .global-nav > a {
    font-size: inherit;
    white-space: normal;
  }

  .header-cta {
    display: grid;
    width: min(280px, calc(var(--lp-max-width) - 40px));
    gap: 14px;
    margin-top: 8px;
  }

  .header-cta-button {
    min-height: 50px;
    padding: 0 18px 2px;
    font-size: inherit;
  }

  .only-mobile {
    display: block;
  }

  .section-inner {
    width: 100%;
    padding: 44px 20px 56px;
    border-left: 0;
  }

  .section-label {
    margin-left: 0;
    margin-bottom: 22px;
  }

  .section-heading h2 {
    margin-left: 0;
    font-size: 26px;
  }

  .hero {
    background: var(--color-bg);
  }

  .hero-inner {
    width: 100%;
    min-height: calc(100svh - var(--header-height));
    display: flex;
    align-items: stretch;
    border-left: 0;
    padding: 0;
    isolation: isolate;
  }

  .hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
    pointer-events: none;
  }

  .hero-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 55%, rgba(0, 0, 0, 0.62) 100%);
    pointer-events: none;
  }

  .hero-copy {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: calc(100svh - var(--header-height));
    padding: 16px 20px calc(120px + env(safe-area-inset-bottom));
    justify-content: flex-start;
  }

  .hero-copy .section-label {
    align-self: flex-start;
    width: fit-content;
    margin-bottom: 14px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .hero-copy h1 {
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    font-size: 36px;
    line-height: 1.12;
    margin-bottom: 20px;
    padding: 12px 14px 14px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.12);
    text-shadow: none;
  }

  .hero-intro {
    color: #2d4655;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 2px 0 2px 10px;
    border-left-width: 3px;
  }

  .hero-intro .only-mobile {
    display: none;
  }

  .hero-emphasis {
    position: relative;
    color: var(--color-black);
    font-size: 1.08em;
    line-height: 1.08;
    margin-top: 16px;
    padding: 0 0 4px;
    background: transparent;
    border-left: 0;
    box-shadow: none;
  }

  .hero-emphasis-rest {
    display: inline-block;
    margin-top: 2px;
  }

  .hero-closing {
    color: var(--color-black);
    font-size: 1.08em;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-top: -4px;
    padding: 0;
    background: transparent;
    border-left: 0;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  .hero-sub {
    display: inline-block;
    font-size: 15px;
    line-height: 1.55;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 24px rgba(29, 29, 29, 0.14);
  }

  .hero-cta {
    display: none;
  }

  .hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    min-height: 100%;
    margin: 0;
  }

  .hero-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-image img {
    width: 100%;
    min-height: 100%;
    object-position: 58% center;
    filter: saturate(1.24) contrast(1.12) brightness(1.04);
  }

  .hero-badges {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(124px + env(safe-area-inset-bottom));
    width: auto;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 14px;
    margin: 0;
    transform: none;
  }

  .hero-badge {
    max-width: 114px;
    padding: 0 12px;
    box-shadow:
      inset 0 0 0 1px rgba(170, 138, 70, 0.55),
      inset 0 0 0 4px rgba(255, 250, 232, 0.75),
      inset 0 0 0 5px rgba(170, 138, 70, 0.3),
      inset 0 -6px 12px rgba(170, 138, 70, 0.1),
      0 4px 14px rgba(46, 36, 12, 0.2);
  }

  .hero-badge-top {
    font-size: 11.5px;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
  }

  .hero-badge-main {
    font-size: 19px;
  }

  .hero-badge-leaf {
    width: 11px;
    height: 40px;
  }

  .hero-badge-leaf.is-left {
    left: 4px;
  }

  .hero-badge-leaf.is-right {
    right: 4px;
  }

  .works .section-inner {
    display: block;
    padding-top: 54px;
    padding-bottom: 52px;
  }

  .works .section-heading {
    margin-bottom: 14px;
    text-align: center;
  }

  .works .section-heading h2 {
    max-width: 10.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.36;
    padding-bottom: 16px;
  }

  .works .section-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .works-gallery {
    grid-column: auto;
    grid-row: auto;
    margin-top: 2px;
  }

  .works-gallery > img {
    flex: 0 0 92%;
    width: 92%;
    aspect-ratio: 4 / 3;
  }

  .reason-summary .section-heading,
  .case-study .section-heading,
  .voice .section-heading {
    text-align: center;
  }

  .reason-summary .section-heading h2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 1.42;
    padding-bottom: 14px;
  }

  .reason-summary .section-heading h2::after,
  .case-study .section-heading h2::after,
  .voice .section-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .check-list,
  .check-list.is-light,
  .summary-grid,
  .reason-list,
  .voice-grid,
  .price-grid,
  .flow-list,
  .case-item,
  .form-row,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .check-list {
    gap: 14px;
    border: 0;
  }

  .check-list li,
  .check-list.is-light li {
    min-height: 0;
    gap: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px;
  }

  .check-list.is-light li {
    background: rgba(255, 255, 255, 0.08);
  }

  .summary-grid,
  .price-grid,
  .voice-grid,
  .reason-list {
    gap: 16px;
  }

  .reason-card {
    padding: 24px;
    min-height: 0;
  }

  .reason-card-image {
    margin-bottom: 22px;
  }

  .promise .section-inner {
    padding-top: 72px;
    padding-bottom: calc(122px + env(safe-area-inset-bottom));
  }

  .promise-small {
    gap: 12px;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 24px;
  }

  .promise-small::before,
  .promise-small::after {
    width: 28px;
  }

  .promise-copy {
    max-width: 340px;
    margin: 0 auto;
    gap: 14px;
    font-size: 15.5px;
    line-height: 1.78;
  }

  .promise-mobile-period {
    display: inline;
  }

  .case-study .section-heading h2,
  .voice .section-heading h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .case-item {
    gap: 20px;
    padding-bottom: 38px;
    min-height: 0;
  }

  .case-images img {
    aspect-ratio: 1 / 1;
  }

  .flow-list {
    gap: 34px;
  }

  .flow-list li {
    min-height: 0;
    display: block;
  }

  .flow-list li:not(:last-child)::after {
    left: calc(50% - 14px);
    right: auto;
    top: auto;
    bottom: -25px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #a7adb1;
    border-bottom: 0;
  }

  .form-row {
    gap: 10px;
  }

  .form-row label {
    padding-top: 0;
  }

  .floating-cta {
    display: block;
    left: 50%;
    right: auto;
    bottom: max(8px, env(safe-area-inset-bottom));
    width: calc(var(--lp-max-width) - 16px);
    max-width: calc(var(--lp-max-width) - 16px);
    margin-left: calc((var(--lp-max-width) - 16px) / -2);
    padding: 12px 8px 14px;
    border-radius: 8px;
  }

  .floating-cta.is-hidden {
    transform: translateY(12px);
  }

  .floating-cta p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

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

  .floating-button {
    min-height: 58px;
    font-size: 13px;
    padding-inline: 6px;
  }

  .site-footer small {
    grid-column: auto;
    text-align: left;
  }
}

/* Top editorial redesign */
.hero {
  --hero-blue: #096b8e;
  --hero-blue-deep: #044762;
  --hero-ink: #101820;
  --hero-paper: rgba(255, 255, 255, 0.9);
  --hero-marker: rgba(232, 176, 47, 0.78);
  background: #dfe5e8;
}

.hero-inner {
  overflow: hidden;
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(118deg, rgba(9, 107, 142, 0.92) 0 19%, transparent 19.4% 100%),
    linear-gradient(305deg, rgba(255, 255, 255, 0.5) 0 13%, transparent 13.4% 100%),
    linear-gradient(180deg, rgba(10, 17, 23, 0.12) 0%, rgba(10, 17, 23, 0.12) 48%, rgba(10, 17, 23, 0.58) 100%);
  pointer-events: none;
}

.hero-copy {
  gap: 0;
}

.hero-copy .section-label {
  position: relative;
  margin: 0 0 8px 18px;
  padding: 5px 13px 6px;
  background: var(--hero-paper);
  color: var(--hero-blue-deep);
  border: 2px solid var(--hero-ink);
  box-shadow: -5px 5px 0 var(--hero-blue);
  font-size: 13px;
  letter-spacing: 0.02em;
  transform: rotate(-1.6deg);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-copy h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-shadow: none;
}

.hero-intro {
  display: inline-block;
  margin: 0 0 12px 3px;
  padding: 7px 13px 8px;
  background: var(--hero-blue);
  color: var(--color-white);
  border: 2px solid var(--hero-ink);
  box-shadow: 6px 6px 0 rgba(16, 24, 32, 0.9);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.02em;
  transform: rotate(1.1deg);
}

.hero-intro .only-mobile {
  display: none;
}

.hero-emphasis {
  display: block;
  margin: 2px 0 0;
  padding: 0;
  color: var(--hero-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-lead {
  display: inline-block;
  margin-left: 16px;
  padding: 2px 12px 4px;
  background: var(--hero-paper);
  color: var(--hero-ink);
  border: 2px solid var(--hero-ink);
  box-shadow: 4px 4px 0 rgba(9, 107, 142, 0.9);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.05;
  transform: rotate(-2.3deg);
}

.hero-marker::before {
  content: none;
}

.hero-emphasis-rest.hero-marker {
  display: block;
  width: fit-content;
  max-width: calc(100% - 12px);
  margin: -1px 0 0 15px;
  padding: 7px 12px 9px;
  background:
    linear-gradient(180deg, transparent 0 62%, var(--hero-marker) 62% 84%, transparent 84% 100%),
    var(--hero-blue);
  color: var(--color-white);
  border: 3px solid var(--hero-ink);
  box-shadow: -7px 7px 0 rgba(255, 255, 255, 0.88), -11px 11px 0 var(--hero-ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-shadow: 2px 2px 0 var(--hero-blue-deep);
  transform: rotate(-0.7deg);
}

.hero-closing {
  display: block;
  margin: 8px 0 0;
  padding: 0;
  color: var(--hero-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

.hero-closing .hero-marker {
  display: block;
  width: fit-content;
  max-width: calc(100% - 36px);
  margin-left: 35px;
  padding: 7px 12px 9px;
  background:
    linear-gradient(180deg, transparent 0 62%, rgba(232, 176, 47, 0.58) 62% 84%, transparent 84% 100%),
    var(--hero-paper);
  color: var(--hero-ink);
  border: 3px solid var(--hero-blue);
  box-shadow: 7px 7px 0 var(--hero-blue), 10px 10px 0 var(--hero-ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.01em;
  transform: rotate(1.2deg);
}

.hero-sub {
  display: block;
  width: fit-content;
  max-width: 326px;
  margin: 23px 0 0 13px;
  padding: 10px 13px 11px 16px;
  background: var(--hero-paper);
  color: var(--hero-ink);
  border: 2px solid var(--hero-ink);
  border-left: 9px solid var(--hero-blue);
  box-shadow: 7px 7px 0 rgba(16, 24, 32, 0.88);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  transform: rotate(-0.9deg);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-sub-underline {
  display: inline;
  padding: 0 2px 1px;
  background: linear-gradient(180deg, transparent 0 58%, rgba(9, 107, 142, 0.2) 58% 88%, transparent 88% 100%);
}

.hero-image img {
  filter: saturate(1.2) contrast(1.14) brightness(0.96);
}

.hero-badges {
  transform: rotate(-1deg);
}

.hero-badge:nth-child(2) {
  transform: translateY(8px) rotate(2deg);
}

.hero-badge:nth-child(3) {
  transform: translateY(-4px) rotate(-2.2deg);
}

@media screen and (max-width: 767px) {
  .hero-copy {
    padding: 17px 20px calc(142px + env(safe-area-inset-bottom));
  }

  .hero-copy .section-label {
    animation: heroCopyFadeUp 0.72s ease-out 0.1s both;
  }

  .hero-intro {
    animation: heroCopyFadeUp 0.72s ease-out 0.2s both;
  }

  .hero-emphasis {
    animation: heroCopyFadeUp 0.72s ease-out 0.32s both;
  }

  .hero-closing {
    animation: heroCopyFadeUp 0.72s ease-out 0.44s both;
  }

  .hero-sub {
    animation: heroCopyFadeUp 0.72s ease-out 0.58s both;
  }

  .hero-badges {
    bottom: calc(118px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 768px) {
  .hero-copy {
    padding: 17px 20px calc(142px + env(safe-area-inset-bottom));
  }

  .hero-copy .section-label {
    margin-bottom: 8px;
    padding: 5px 13px 6px;
    background: var(--hero-paper);
  }

  .hero-copy h1 {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-intro {
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0.02em;
    padding: 7px 13px 8px;
  }

  .hero-emphasis {
    font-size: inherit;
    line-height: inherit;
    margin-top: 2px;
    padding: 0;
  }

  .hero-emphasis-rest.hero-marker,
  .hero-closing .hero-marker {
    font-size: 38px;
  }

  .hero-closing {
    font-size: inherit;
    line-height: inherit;
    margin-top: 8px;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.55;
    margin-top: 23px;
    padding: 10px 13px 11px 16px;
    background: var(--hero-paper);
    box-shadow: 7px 7px 0 rgba(16, 24, 32, 0.88);
  }

  .hero-badges {
    bottom: calc(118px + env(safe-area-inset-bottom));
  }
}

@media screen and (max-width: 374px) {
  .hero-emphasis-rest.hero-marker,
  .hero-closing .hero-marker {
    font-size: 34px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-sub {
    max-width: 304px;
    font-size: 14px;
  }
}

/* Hero badge redesign */
.hero-badges {
  bottom: calc(145px + env(safe-area-inset-bottom));
  z-index: 5;
  grid-template-columns: 1.02fr 0.94fr 1.02fr;
  align-items: end;
  gap: 7px;
  padding: 0 12px;
  transform: none;
}

.hero-badge {
  isolation: isolate;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 88px;
  aspect-ratio: auto;
  border-radius: 0;
  border: 2px solid var(--hero-ink, #101820);
  background: var(--hero-paper, #fff);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.32) inset;
  filter: drop-shadow(5px 6px 0 rgba(16, 24, 32, 0.9));
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 92%);
  padding: 10px 6px 12px;
  overflow: visible;
}

.hero-badge::before,
.hero-badge::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-badge::before {
  inset: 7px -5px -7px 5px;
  z-index: -1;
  background: var(--hero-blue-deep, #044762);
  clip-path: inherit;
}

.hero-badge::after {
  left: 8px;
  right: 8px;
  bottom: 13px;
  z-index: -1;
  height: 12px;
  background: var(--hero-marker, rgba(232, 176, 47, 0.78));
  transform: rotate(-3deg);
}

.hero-badge-leaf {
  display: none;
}

.hero-badge-top,
.hero-badge-main {
  position: relative;
  z-index: 1;
}

.hero-badge-top {
  width: fit-content;
  margin: 0 auto 5px;
  padding: 2px 6px 3px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid currentColor;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.hero-badge-main {
  display: inline-block;
  padding: 2px 4px 3px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-badge:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 24%, transparent 24.5% 100%),
    var(--hero-blue, #096b8e);
  color: var(--color-white);
  transform: translateY(-4px) rotate(-3.2deg);
}

.hero-badge:nth-child(1)::before {
  background: var(--hero-ink, #101820);
}

.hero-badge:nth-child(1) .hero-badge-top {
  color: var(--hero-ink, #101820);
  background: rgba(255, 255, 255, 0.94);
}

.hero-badge:nth-child(1) .hero-badge-main {
  color: var(--color-white);
  background: rgba(4, 71, 98, 0.58);
  text-shadow: 2px 2px 0 var(--hero-blue-deep, #044762);
}

.hero-badge:nth-child(2) {
  min-height: 96px;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(9, 107, 142, 0.16) 12% 18%, transparent 18% 100%),
    #f4ead0;
  color: var(--hero-ink, #101820);
  border-color: var(--hero-blue, #096b8e);
  box-shadow: -5px 7px 0 rgba(16, 24, 32, 0.9);
  clip-path: polygon(0 10%, 100% 0, 100% 88%, 50% 100%, 0 88%);
  transform: translateY(8px) rotate(2.4deg);
}

.hero-badge:nth-child(2)::before {
  inset: 6px 5px -8px -5px;
  background: var(--hero-blue, #096b8e);
}

.hero-badge:nth-child(2)::after {
  left: 15px;
  right: 15px;
  bottom: 20px;
  background: rgba(9, 107, 142, 0.22);
  transform: rotate(4deg);
}

.hero-badge:nth-child(2) .hero-badge-top {
  color: var(--hero-blue-deep, #044762);
  background: rgba(255, 255, 255, 0.42);
}

.hero-badge:nth-child(2) .hero-badge-main {
  color: var(--hero-blue-deep, #044762);
  background: rgba(255, 255, 255, 0.58);
  font-size: 22px;
}

.hero-badge:nth-child(3) {
  background:
    linear-gradient(145deg, transparent 0 50%, rgba(9, 107, 142, 0.18) 50.5% 100%),
    rgba(255, 255, 255, 0.94);
  color: var(--hero-ink, #101820);
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 5% 100%, 0 50%);
  transform: translateY(-7px) rotate(3.1deg);
}

.hero-badge:nth-child(3)::before {
  background: #d4a33a;
}

.hero-badge:nth-child(3)::after {
  height: 10px;
  background: rgba(212, 163, 58, 0.55);
  transform: rotate(-1deg);
}

.hero-badge:nth-child(3) .hero-badge-top {
  color: var(--hero-ink, #101820);
  background: rgba(9, 107, 142, 0.12);
}

.hero-badge:nth-child(3) .hero-badge-main {
  color: var(--color-white);
  background: var(--hero-blue, #096b8e);
  box-shadow: 3px 3px 0 var(--hero-ink, #101820);
  text-shadow: 1px 1px 0 var(--hero-blue-deep, #044762);
}

@media screen and (max-width: 374px) {
  .hero-badges {
    bottom: calc(136px + env(safe-area-inset-bottom));
    gap: 5px;
    padding: 0 9px;
  }

  .hero-badge {
    min-height: 82px;
    padding: 9px 4px 10px;
  }

  .hero-badge:nth-child(2) {
    min-height: 90px;
  }

  .hero-badge-top {
    font-size: 9.5px;
    padding-inline: 4px;
  }

  .hero-badge-main {
    font-size: 17px;
  }

  .hero-badge:nth-child(2) .hero-badge-main {
    font-size: 20px;
  }
}

/* Hero headline emphasis push */
.hero-copy {
  padding-top: 12px;
}

.hero-copy .section-label {
  margin-left: 25px;
  margin-bottom: 5px;
  transform: rotate(-2.4deg) translateY(2px);
}

.hero-intro {
  margin-bottom: 8px;
  transform: rotate(1.5deg) translateX(-2px);
}

.hero-lead {
  margin-left: 30px;
  padding: 3px 13px 5px;
  font-size: 18px;
  font-weight: 800;
  transform: rotate(-2.8deg) translateY(2px);
}

.hero-emphasis-rest.hero-marker {
  isolation: isolate;
  max-width: calc(100% - 6px);
  margin: -3px 0 0 2px;
  padding: 9px 10px 12px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.15) 0 17%, transparent 17.5% 100%),
    linear-gradient(180deg, transparent 0 57%, rgba(232, 176, 47, 0.9) 57% 80%, transparent 80% 100%),
    linear-gradient(90deg, var(--hero-blue) 0 70%, #1086a8 70% 100%);
  border-width: 4px;
  box-shadow: -8px 8px 0 rgba(255, 255, 255, 0.92), -13px 13px 0 var(--hero-ink);
  clip-path: polygon(0 8%, 96% 0, 100% 84%, 5% 100%);
  font-size: 42px;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-shadow: 2px 2px 0 var(--hero-blue-deep), 4px 4px 0 rgba(16, 24, 32, 0.36);
  transform: rotate(-1.3deg);
}

.hero-emphasis-rest.hero-marker::after {
  content: "";
  position: absolute;
  inset: 9px -8px -10px 12px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.68);
  border: 3px solid var(--hero-ink);
  clip-path: polygon(4% 0, 100% 8%, 94% 100%, 0 88%);
}

.hero-closing {
  margin-top: -1px;
}

.hero-closing .hero-marker {
  isolation: isolate;
  max-width: calc(100% - 18px);
  margin-left: 20px;
  padding: 9px 12px 12px;
  background:
    linear-gradient(118deg, var(--hero-blue) 0 8%, transparent 8.5% 100%),
    linear-gradient(180deg, transparent 0 58%, rgba(232, 176, 47, 0.68) 58% 82%, transparent 82% 100%),
    rgba(255, 255, 255, 0.94);
  border-width: 4px;
  box-shadow: 8px 8px 0 var(--hero-blue), 13px 13px 0 var(--hero-ink);
  clip-path: polygon(4% 0, 100% 6%, 96% 100%, 0 91%);
  font-size: 41px;
  line-height: 0.95;
  letter-spacing: -0.055em;
  transform: rotate(1.7deg) translateY(-2px);
}

.hero-closing .hero-marker::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 13px;
  bottom: 13px;
  z-index: -1;
  width: 22px;
  background: var(--hero-blue);
  border: 3px solid var(--hero-ink);
  transform: rotate(-6deg);
}

.hero-closing .hero-marker::after {
  content: "";
  position: absolute;
  right: -9px;
  top: -8px;
  z-index: -1;
  width: 64px;
  height: 22px;
  background: #d4a33a;
  border: 3px solid var(--hero-ink);
  transform: rotate(4deg);
}

.hero-sub {
  margin-top: 22px;
  margin-left: 17px;
}

@media (min-width: 768px) {
  .hero-copy {
    padding-top: 12px;
  }

  .hero-copy .section-label {
    margin-bottom: 5px;
  }

  .hero-emphasis-rest.hero-marker {
    font-size: 42px;
  }

  .hero-closing .hero-marker {
    font-size: 41px;
  }

  .hero-sub {
    margin-top: 22px;
  }
}

@media screen and (max-width: 374px) {
  .hero-emphasis-rest.hero-marker {
    font-size: 38px;
    letter-spacing: -0.05em;
  }

  .hero-closing .hero-marker {
    font-size: 37px;
    letter-spacing: -0.06em;
  }

  .hero-lead {
    margin-left: 24px;
    font-size: 17px;
  }
}

/* Hero badge sharp rendering */
.hero-badge {
  position: relative;
  top: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  clip-path: none;
  transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hero-badge::before,
.hero-badge::after {
  clip-path: var(--badge-shape);
}

.hero-badge::before {
  inset: 0;
  z-index: 0;
  border: 2px solid var(--badge-border, var(--hero-ink));
  background: var(--badge-face, var(--hero-paper));
  transform: rotate(var(--badge-tilt, 0deg));
}

.hero-badge::after {
  inset: 7px -6px -7px 6px;
  z-index: -1;
  height: auto;
  background: var(--badge-shadow, var(--hero-ink));
  transform: rotate(var(--badge-tilt, 0deg));
}

.hero-badge-top,
.hero-badge-main {
  transform: none;
  text-shadow: none;
}

.hero-badge-main {
  border: 1px solid rgba(16, 24, 32, 0.28);
}

.hero-badge:nth-child(1) {
  --badge-shape: polygon(8% 0, 100% 0, 92% 100%, 0 92%);
  --badge-face: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 24%, transparent 24.5% 100%), var(--hero-blue);
  --badge-border: var(--hero-ink);
  --badge-shadow: var(--hero-ink);
  --badge-tilt: -2.2deg;
  top: -4px;
  background: transparent;
  clip-path: none;
  transform: none;
}

.hero-badge:nth-child(1) .hero-badge-main {
  text-shadow: none;
}

.hero-badge:nth-child(2) {
  --badge-shape: polygon(0 10%, 100% 0, 100% 88%, 50% 100%, 0 88%);
  --badge-face: linear-gradient(90deg, transparent 0 12%, rgba(9, 107, 142, 0.16) 12% 18%, transparent 18% 100%), #f4ead0;
  --badge-border: var(--hero-blue);
  --badge-shadow: var(--hero-blue);
  --badge-tilt: 1.7deg;
  top: 8px;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  transform: none;
}

.hero-badge:nth-child(3) {
  --badge-shape: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 5% 100%, 0 50%);
  --badge-face: linear-gradient(145deg, transparent 0 50%, rgba(9, 107, 142, 0.18) 50.5% 100%), rgba(255, 255, 255, 0.96);
  --badge-border: var(--hero-ink);
  --badge-shadow: #d4a33a;
  --badge-tilt: 2.1deg;
  top: -7px;
  background: transparent;
  clip-path: none;
  transform: none;
}

.hero-badge:nth-child(3) .hero-badge-main {
  box-shadow: 3px 3px 0 var(--hero-ink, #101820);
  text-shadow: none;
}

@media screen and (max-width: 374px) {
  .hero-badge:nth-child(1) {
    top: -3px;
  }

  .hero-badge:nth-child(2) {
    top: 7px;
  }

  .hero-badge:nth-child(3) {
    top: -5px;
  }
}

/* Worries editorial redesign */
.worries.section-dark {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(9, 107, 142, 0.12) 0 28%, transparent 28.5% 100%),
    linear-gradient(180deg, #f4f0e6 0%, #edf3f4 100%);
  color: var(--hero-ink, #101820);
}

.worries .section-inner {
  position: relative;
  padding: 50px 18px calc(128px + env(safe-area-inset-bottom));
  border-left: 0;
}

.worries .section-inner::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -42px;
  z-index: 0;
  width: 152px;
  height: 152px;
  background: var(--hero-blue, #096b8e);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 78%);
  opacity: 0.92;
  transform: rotate(10deg);
}

.worries .section-inner::after {
  content: "";
  position: absolute;
  left: -34px;
  bottom: 26px;
  z-index: 0;
  width: 118px;
  height: 74px;
  background: #d4a33a;
  clip-path: polygon(0 18%, 100% 0, 86% 100%, 10% 86%);
  opacity: 0.8;
  transform: rotate(-8deg);
}

.worries-photo {
  position: relative;
  z-index: 1;
  width: calc(100% - 22px);
  margin: 0 auto;
  padding: 0;
}

.worries-photo::before,
.worries-photo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.worries-photo::before {
  inset: 12px -9px -10px 13px;
  z-index: -1;
  background: var(--hero-blue, #096b8e);
  border: 3px solid var(--hero-ink, #101820);
  clip-path: polygon(2% 0, 100% 7%, 92% 100%, 0 90%);
  transform: rotate(2.4deg);
}

.worries-photo::after {
  top: -12px;
  left: 25px;
  z-index: 2;
  width: 86px;
  height: 23px;
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid var(--hero-ink, #101820);
  box-shadow: 4px 4px 0 rgba(16, 24, 32, 0.28);
  transform: rotate(-5deg);
}

.worries-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 48%;
  border: 3px solid var(--hero-ink, #101820);
  box-shadow: -7px 8px 0 rgba(16, 24, 32, 0.92);
  clip-path: polygon(0 0, 100% 3%, 96% 100%, 4% 95%);
}

.worries .section-heading {
  position: relative;
  z-index: 2;
  margin: -18px 0 26px;
  text-align: left;
}

.worries .section-label {
  display: inline-block;
  margin: 0 0 10px 20px;
  padding: 5px 12px 6px;
  background: var(--hero-blue, #096b8e);
  color: var(--color-white);
  border: 2px solid var(--hero-ink, #101820);
  box-shadow: 5px 5px 0 var(--hero-ink, #101820);
  font-size: 13px;
  line-height: 1;
  transform: rotate(-2.5deg);
}

.worries .section-heading h2 {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 14px 12px;
  background:
    linear-gradient(180deg, transparent 0 66%, rgba(232, 176, 47, 0.5) 66% 86%, transparent 86% 100%),
    rgba(255, 255, 255, 0.96);
  color: var(--hero-ink, #101820);
  border: 3px solid var(--hero-blue, #096b8e);
  box-shadow: 7px 7px 0 var(--hero-ink, #101820);
  font-size: clamp(20px, 6vw, 23px);
  line-height: 1.32;
  letter-spacing: 0;
  white-space: nowrap;
  transform: rotate(1.2deg);
}

.worries .section-heading h2::after {
  content: none;
}

.worries .check-list {
  position: relative;
  z-index: 2;
  counter-reset: worry;
  display: grid;
  gap: 13px;
}

.worries .check-list li {
  counter-increment: worry;
  min-height: 0;
  display: block;
  padding: 14px 14px 15px 52px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--hero-ink, #101820);
  border: 2px solid var(--hero-ink, #101820);
  box-shadow: 5px 5px 0 rgba(16, 24, 32, 0.92);
  font-size: 15px;
  line-height: 1.58;
}

.worries .check-list li::before {
  content: "0" counter(worry);
  position: absolute;
  left: 12px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: #d4a33a;
  color: var(--hero-ink, #101820);
  border: 2px solid var(--hero-ink, #101820);
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.worries .check-list li::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -7px;
  width: 54px;
  height: 12px;
  background: rgba(9, 107, 142, 0.22);
  border: 1px solid rgba(16, 24, 32, 0.2);
  transform: rotate(-3deg);
}

.worries .check-list li:nth-child(1) {
  margin-right: 18px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 95%);
}

.worries .check-list li:nth-child(2) {
  margin-left: 16px;
  background: #f8fbfc;
  border-color: var(--hero-blue, #096b8e);
  clip-path: polygon(3% 0, 100% 7%, 98% 100%, 0 92%);
}

.worries .check-list li:nth-child(3) {
  margin-right: 8px;
  background: #fff8e7;
  clip-path: polygon(0 6%, 97% 0, 100% 94%, 4% 100%);
}

.worries .check-list li:nth-child(4) {
  margin-left: 8px;
  background: #f4fbf8;
  border-color: var(--hero-blue-deep, #044762);
  clip-path: polygon(0 0, 100% 0, 94% 92%, 0 100%);
}

.worries .check-list li:nth-child(5) {
  margin-right: 28px;
  background: #ffffff;
  clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 92%);
}

@media screen and (max-width: 374px) {
  .worries .section-inner {
    padding-inline: 14px;
  }

  .worries .section-heading h2 {
    font-size: 20px;
  }

  .worries .check-list li {
    font-size: 14px;
    padding-left: 48px;
  }
}

/* Experiment v2: reference-style first view */
@media screen {
  :root {
    --header-height: 42px;
  }

  body {
    padding-top: var(--header-height);
  }

  .site-header {
    height: var(--header-height);
    background: linear-gradient(90deg, #1474da 0%, #075fbb 48%, #034f92 100%);
    border-bottom: 0;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.32) inset, 0 2px 10px rgba(0, 42, 90, 0.28);
    backdrop-filter: none;
  }

  .header-inner {
    justify-content: center;
    padding: 0 16px;
  }

  .brand-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .header-kicker {
    display: none;
  }

  .brand {
    gap: 7px;
    color: var(--color-white);
  }

  .brand-mark {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  .brand-name {
    color: var(--color-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .menu-button {
    display: none;
  }

  .global-nav {
    display: none;
  }

  .hero {
    --ref-blue: #005eb8;
    --ref-blue-deep: #003f92;
    --ref-cyan: #20bfe0;
    --ref-gold: #f2b32c;
    --ref-orange: #ff8b22;
    --ref-ink: #101820;
    background: #f8f3df;
  }

  .hero-inner {
    min-height: calc(100svh - var(--header-height));
    overflow: hidden;
    background: #1b130d;
  }

  .hero-inner::before {
    background:
      radial-gradient(130% 54% at 50% 101%, #fff8df 0 20%, rgba(255, 248, 223, 0) 20.4% 100%),
      linear-gradient(180deg, rgba(58, 23, 5, 0.1) 0%, rgba(44, 20, 7, 0.16) 40%, rgba(42, 15, 5, 0.12) 72%, rgba(250, 239, 198, 0.85) 90%, #fff8df 100%);
  }

  .hero-inner::after {
    height: 0;
    background: none;
  }

  .hero-image img {
    object-position: center center;
    filter: saturate(1.12) contrast(1.08) brightness(0.78);
  }

  .hero-copy {
    min-height: calc(100svh - var(--header-height));
    padding: 15px 12px calc(230px + env(safe-area-inset-bottom));
    justify-content: flex-start;
  }

  .hero-copy::after {
    content: "オフィス\A内装工事";
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 4;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, #22c6ee 0%, #079cd0 66%, #0077af 100%);
    border: 2px solid rgba(255, 255, 255, 0.88);
    color: #fff26c;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.22;
    text-align: center;
    white-space: pre-line;
    box-shadow: 0 0 0 3px rgba(0, 97, 180, 0.95), 0 5px 0 rgba(0, 46, 93, 0.65);
  }

  .hero-copy .section-label {
    margin: 0 auto 9px 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--color-white);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    transform: none;
  }

  .hero-copy .section-label::before {
    content: "\\";
    margin-right: 7px;
  }

  .hero-copy .section-label::after {
    content: "/";
    margin-left: 7px;
  }

  .hero-copy h1 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hero-intro {
    width: fit-content;
    margin: 0 0 7px 6px;
    padding: 3px 11px 5px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ref-ink);
    border: 0;
    box-shadow: 4px 4px 0 rgba(0, 68, 142, 0.88);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.03em;
    transform: rotate(-2deg);
  }

  .hero-emphasis {
    margin: 0;
  }

  .hero-lead {
    position: relative;
    z-index: 3;
    margin: 0 0 -2px 9px;
    padding: 4px 11px 6px;
    background: #fff5df;
    color: var(--ref-orange);
    border: 0;
    box-shadow: 5px 5px 0 rgba(0, 68, 142, 0.9);
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    transform: rotate(-2.4deg);
  }

  .hero-emphasis-rest.hero-marker {
    width: max-content;
    max-width: calc(100vw - 24px);
    margin: 0 0 0 3px;
    padding: 5px 9px 9px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 22%, transparent 22.4% 100%),
      linear-gradient(180deg, var(--ref-blue) 0%, var(--ref-blue-deep) 100%);
    border: 3px solid var(--color-white);
    box-shadow: 5px 5px 0 rgba(0, 38, 96, 0.98), 0 0 0 2px var(--ref-blue-deep);
    clip-path: polygon(0 5%, 100% 0, 97% 96%, 3% 100%);
    color: var(--color-white);
    font-size: 41px;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.075em;
    text-shadow: 2px 2px 0 var(--ref-blue-deep), 4px 4px 0 rgba(0, 0, 0, 0.26);
    transform: skewX(-7deg) rotate(-2deg);
  }

  .hero-emphasis-rest.hero-marker::after {
    content: none;
  }

  .hero-closing {
    margin: 2px 0 0;
  }

  .hero-closing .hero-marker {
    width: max-content;
    max-width: calc(100vw - 28px);
    margin: 0 0 0 42px;
    padding: 4px 9px 8px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 18%, transparent 18.4% 100%),
      linear-gradient(180deg, var(--ref-blue) 0%, var(--ref-blue-deep) 100%);
    border: 3px solid var(--color-white);
    box-shadow: 5px 5px 0 rgba(0, 38, 96, 0.98), 0 0 0 2px var(--ref-blue-deep);
    clip-path: polygon(0 3%, 100% 0, 96% 100%, 4% 96%);
    color: var(--color-white);
    font-size: 40px;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.08em;
    text-shadow: 2px 2px 0 var(--ref-blue-deep), 4px 4px 0 rgba(0, 0, 0, 0.26);
    transform: skewX(-7deg) rotate(1.4deg);
  }

  .hero-closing .hero-marker::before,
  .hero-closing .hero-marker::after {
    content: none;
  }

  .hero-sub {
    display: block;
    width: fit-content;
    max-width: calc(100% - 30px);
    margin: 10px 0 0 18px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--ref-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.42;
    transform: none;
  }

  .hero-sub-underline {
    display: inline-block;
    margin: 0 0 5px;
    padding: 2px 9px 5px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ref-orange);
    box-shadow: 4px 4px 0 rgba(0, 68, 142, 0.85);
    transform: rotate(-1.4deg);
  }

  .hero-sub .hero-sub-underline:nth-of-type(2) {
    color: var(--ref-ink);
    transform: rotate(-2.5deg);
  }

  .hero-badges {
    left: 0;
    right: 0;
    bottom: calc(112px + env(safe-area-inset-bottom));
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    padding: 0 16px;
    transform: none;
  }

  .hero-badge {
    top: 0 !important;
    width: 100%;
    max-width: 112px;
    min-height: 104px;
    margin: 0 auto;
    padding: 15px 8px 14px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 34% 28%, #fff8d8 0 22%, #fff1b3 23% 40%, #e8b542 41% 72%, #b97814 100%);
    border: 2px solid #c58a20;
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.8),
      inset 0 0 0 6px rgba(181, 120, 22, 0.36),
      0 3px 0 rgba(112, 72, 12, 0.72),
      0 8px 14px rgba(39, 20, 4, 0.28);
    color: var(--ref-ink);
    clip-path: none;
    transform: none;
  }

  .hero-badge::before,
  .hero-badge::after {
    content: "";
    position: absolute;
    inset: 8px;
    z-index: 0;
    border-radius: 50%;
    border: 1px dashed rgba(146, 86, 7, 0.72);
    background: transparent;
    clip-path: none;
    transform: none;
  }

  .hero-badge::after {
    inset: 17px 14px auto;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
  }

  .hero-badge-top {
    width: auto;
    margin: 13px auto 2px;
    padding: 0;
    background: transparent !important;
    border: 0;
    color: #f06f00 !important;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .hero-badge-main {
    display: block;
    padding: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none !important;
    color: #5d421b !important;
    font-size: 15px !important;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.04em;
  }

  .hero-badge:nth-child(1) .hero-badge-main,
  .hero-badge:nth-child(2) .hero-badge-main,
  .hero-badge:nth-child(3) .hero-badge-main {
    background: transparent !important;
    box-shadow: none !important;
    color: #5d421b !important;
    text-shadow: none !important;
  }

  .hero-badge:nth-child(1) .hero-badge-top,
  .hero-badge:nth-child(2) .hero-badge-top,
  .hero-badge:nth-child(3) .hero-badge-top {
    background: transparent !important;
    color: #f06f00 !important;
  }

  .hero-badge:nth-child(1),
  .hero-badge:nth-child(2),
  .hero-badge:nth-child(3) {
    top: 0 !important;
    border-radius: 50%;
    background:
      radial-gradient(circle at 34% 28%, #fffbe4 0 20%, #fff0ac 21% 40%, #e9b746 41% 72%, #b97814 100%) !important;
    border: 2px solid #c58a20;
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.82),
      inset 0 0 0 6px rgba(181, 120, 22, 0.36),
      0 3px 0 rgba(112, 72, 12, 0.72),
      0 8px 14px rgba(39, 20, 4, 0.28) !important;
    clip-path: none;
    transform: none;
  }

  .hero-badge:nth-child(1)::before,
  .hero-badge:nth-child(2)::before,
  .hero-badge:nth-child(3)::before {
    inset: 8px;
    z-index: 0;
    border: 1px dashed rgba(146, 86, 7, 0.72);
    border-radius: 50%;
    background: transparent;
    clip-path: none;
    transform: none;
  }

  .hero-badge:nth-child(1)::after,
  .hero-badge:nth-child(2)::after,
  .hero-badge:nth-child(3)::after {
    inset: 17px 14px auto;
    z-index: 0;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    clip-path: none;
    transform: none;
  }

  .hero-cta {
    display: none;
  }

  .floating-cta {
    left: 50%;
    right: auto;
    bottom: max(0px, env(safe-area-inset-bottom));
    width: min(100%, var(--lp-max-width, 430px));
    max-width: var(--lp-max-width, 430px);
    margin-left: calc(min(100%, var(--lp-max-width, 430px)) / -2);
    padding: 0 0 2px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--ref-ink);
    border: 1px solid #cfcfcf;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.18);
  }

  .floating-cta p {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 4px 8px;
    background: var(--color-white);
    border-bottom: 1px solid #d9d9d9;
    color: var(--ref-ink);
    font-size: 12px;
    line-height: 1.35;
  }

  .floating-cta div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .floating-button {
    min-height: 60px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
  }

  .floating-button.is-tel {
    background: linear-gradient(180deg, #67e9f3 0%, #31b8de 100%);
    color: var(--color-white);
  }

  .floating-button.is-form {
    background: linear-gradient(180deg, #ffc349 0%, #ff7f1f 100%);
    color: var(--color-white);
  }
}

@media (min-width: 768px) {
  .site-header {
    width: var(--lp-max-width);
  }

  .hero-copy {
    padding: 15px 12px calc(230px + env(safe-area-inset-bottom));
  }

  .hero-emphasis-rest.hero-marker {
    font-size: 41px;
  }

  .hero-closing .hero-marker {
    font-size: 40px;
  }

  .floating-cta {
    width: var(--lp-max-width);
    margin-left: calc(var(--lp-max-width) / -2);
  }
}

@media screen and (max-width: 374px) {
  .hero-copy {
    padding-inline: 10px;
  }

  .hero-copy::after {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }

  .hero-emphasis-rest.hero-marker {
    font-size: 37px;
  }

  .hero-closing .hero-marker {
    margin-left: 34px;
    font-size: 36px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-badges {
    gap: 5px;
    padding-inline: 12px;
  }

  .hero-badge {
    min-height: 98px;
    padding-inline: 6px;
  }

  .hero-badge-top {
    font-size: 14px;
  }

  .hero-badge-main {
    font-size: 13px !important;
  }
}

/* Experiment v2 polish: closer to reference balance */
@media screen {
  :root {
    --header-height: 36px;
  }

  body {
    padding-top: var(--header-height);
  }

  .site-header {
    height: var(--header-height);
    background: linear-gradient(90deg, #1777dd 0%, #075fb9 52%, #034f93 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  }

  .brand-mark {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .brand-name {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .hero-inner {
    min-height: calc(100svh - var(--header-height));
  }

  .hero-inner::before {
    background:
      radial-gradient(120% 24% at 50% 84%, #fff8df 0 42%, rgba(255, 248, 223, 0) 43% 100%),
      linear-gradient(180deg, rgba(36, 17, 7, 0.08) 0%, rgba(25, 11, 5, 0.12) 38%, rgba(28, 11, 4, 0.08) 67%, rgba(250, 239, 198, 0.82) 90%, #fff8df 100%);
  }

  .hero-image img {
    filter: saturate(1.12) contrast(1.08) brightness(0.82);
  }

  .hero-copy {
    min-height: calc(100svh - var(--header-height));
    padding: 13px 12px calc(222px + env(safe-area-inset-bottom));
  }

  .hero-copy::after {
    top: 22px;
    right: 10px;
    width: 70px;
    height: 70px;
    font-size: 12px;
    line-height: 1.18;
    box-shadow: 0 0 0 3px rgba(0, 97, 180, 0.95), 0 4px 0 rgba(0, 46, 93, 0.65);
  }

  .hero-copy .section-label {
    margin: 0 0 6px 9px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .hero-intro {
    margin: 0 0 6px 13px;
    padding: 4px 12px 6px;
    box-shadow: 3px 3px 0 rgba(0, 68, 142, 0.82);
    font-size: 18px;
    transform: rotate(-0.8deg);
  }

  .hero-lead {
    margin: 0 0 -1px 18px;
    padding: 4px 12px 6px;
    box-shadow: 3px 3px 0 rgba(0, 68, 142, 0.85);
    font-size: 18px;
    transform: rotate(-1.2deg);
  }

  .hero-emphasis-rest.hero-marker {
    margin-left: 4px;
    padding: 6px 10px 10px;
    border: 4px solid var(--color-white);
    box-shadow: 4px 4px 0 rgba(0, 38, 96, 0.96), 0 0 0 2px var(--ref-blue-deep);
    clip-path: polygon(0 4%, 100% 0, 98% 96%, 2% 100%);
    font-size: 43px;
    line-height: 0.98;
    letter-spacing: -0.07em;
    transform: skewX(-4deg) rotate(-0.9deg);
  }

  .hero-closing {
    margin-top: 1px;
  }

  .hero-closing .hero-marker {
    margin-left: 52px;
    padding: 5px 10px 9px;
    border: 4px solid var(--color-white);
    box-shadow: 4px 4px 0 rgba(0, 38, 96, 0.96), 0 0 0 2px var(--ref-blue-deep);
    clip-path: polygon(0 3%, 100% 0, 98% 100%, 2% 96%);
    font-size: 42px;
    line-height: 0.98;
    letter-spacing: -0.072em;
    transform: skewX(-4deg) rotate(0.5deg);
  }

  .hero-sub {
    margin: 8px 0 0 18px;
    font-size: 18px;
    line-height: 1.36;
  }

  .hero-sub-underline {
    margin-bottom: 4px;
    padding: 2px 9px 5px;
    box-shadow: 3px 3px 0 rgba(0, 68, 142, 0.82);
    transform: rotate(-0.5deg);
  }

  .hero-sub-prefix {
    display: inline-block;
    margin-right: 4px;
    padding: 2px 7px 5px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ref-ink, #101820);
    box-shadow: 3px 3px 0 rgba(0, 68, 142, 0.82);
    transform: rotate(-0.7deg);
  }

  .hero-sub .hero-sub-underline:nth-of-type(2) {
    transform: rotate(-0.8deg);
  }

  .hero-badges {
    bottom: calc(112px + env(safe-area-inset-bottom));
    gap: 6px;
    padding: 0 10px;
  }

  .hero-badges::before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -35px;
    z-index: -1;
    height: 76px;
    background: #fff8df;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    box-shadow: 0 -8px 18px rgba(255, 248, 223, 0.82);
  }

  .hero-badge,
  .hero-badge:nth-child(1),
  .hero-badge:nth-child(2),
  .hero-badge:nth-child(3) {
    width: min(30.4vw, 118px);
    max-width: 118px;
    min-height: auto;
    aspect-ratio: 1 / 1;
    padding: 17px 8px 14px;
    background:
      radial-gradient(circle at 36% 28%, #fffef1 0 18%, #fff2b4 19% 39%, #efc24d 40% 68%, #c08419 69% 100%) !important;
    border: 2px solid #d49b25;
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.88),
      inset 0 0 0 6px rgba(181, 120, 22, 0.34),
      0 3px 0 rgba(128, 82, 14, 0.72),
      0 6px 12px rgba(39, 20, 4, 0.24) !important;
  }

  .hero-badge::before,
  .hero-badge:nth-child(1)::before,
  .hero-badge:nth-child(2)::before,
  .hero-badge:nth-child(3)::before {
    inset: 8px;
    border: 1px solid rgba(163, 103, 14, 0.45);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.36);
  }

  .hero-badge-top {
    margin-top: 13px;
    margin-bottom: 1px;
    color: #f17400 !important;
    font-size: 17px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .hero-badge-main,
  .hero-badge:nth-child(1) .hero-badge-main,
  .hero-badge:nth-child(2) .hero-badge-main,
  .hero-badge:nth-child(3) .hero-badge-main {
    color: #4f3a1c !important;
    font-size: 15px !important;
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .floating-cta {
    padding-bottom: 0;
    border-color: #cfcfcf;
    border-radius: 5px 5px 0 0;
  }

  .floating-cta p {
    min-height: 34px;
    padding: 4px 8px 5px;
    font-size: 12px;
    font-weight: 700;
  }

  .floating-button {
    min-height: 61px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .hero-copy {
    padding: 13px 12px calc(222px + env(safe-area-inset-bottom));
  }

  .hero-emphasis-rest.hero-marker {
    font-size: 43px;
  }

  .hero-closing .hero-marker {
    font-size: 42px;
  }
}

@media screen and (max-width: 374px) {
  .hero-emphasis-rest.hero-marker {
    font-size: 39px;
  }

  .hero-closing .hero-marker {
    margin-left: 42px;
    font-size: 38px;
  }

  .hero-badge,
  .hero-badge:nth-child(1),
  .hero-badge:nth-child(2),
  .hero-badge:nth-child(3) {
    width: min(30.4vw, 108px);
    max-width: 108px;
    min-height: auto;
    aspect-ratio: 1 / 1;
    padding: 15px 7px 12px;
  }

  .hero-badge-top {
    font-size: 15px;
  }

  .hero-badge-main,
  .hero-badge:nth-child(1) .hero-badge-main,
  .hero-badge:nth-child(2) .hero-badge-main,
  .hero-badge:nth-child(3) .hero-badge-main {
    font-size: 13px !important;
  }
}

@media screen {
  .hero-badge-top,
  .hero-badge:nth-child(1) .hero-badge-top,
  .hero-badge:nth-child(2) .hero-badge-top,
  .hero-badge:nth-child(3) .hero-badge-top {
    color: #ff6f00 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .hero-badge-main,
  .hero-badge:nth-child(1) .hero-badge-main,
  .hero-badge:nth-child(2) .hero-badge-main,
  .hero-badge:nth-child(3) .hero-badge-main {
    color: #49320f !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  }

  .floating-button {
    gap: 8px;
  }

  .floating-button::before {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: currentColor;
    font-size: 12px;
    line-height: 1;
  }

  .floating-button.is-tel::before {
    content: "\260E";
    color: #25abd5;
  }

  .floating-button.is-form::before {
    content: "\2709";
    color: #ff8b22;
  }
}

/* Experiment v2: reference-style worries section */
@media screen {
  .worries.section-dark {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(154deg, rgba(255, 255, 255, 0.7) 0 18%, transparent 18.4% 100%),
      linear-gradient(24deg, transparent 0 54%, rgba(255, 255, 255, 0.5) 54.4% 68%, transparent 68.4% 100%),
      linear-gradient(180deg, #f3f4f2 0%, #e7ebeb 100%);
    color: var(--ref-ink, #101820);
  }

  .worries .section-inner {
    padding: 14px 12px calc(84px + env(safe-area-inset-bottom));
    border: 0;
  }

  .worries .section-inner::before {
    top: 74px;
    right: -48px;
    z-index: 0;
    width: 180px;
    height: 148px;
    background: rgba(255, 255, 255, 0.42);
    clip-path: polygon(20% 0, 100% 0, 82% 100%, 0 78%);
    opacity: 1;
    transform: rotate(7deg);
  }

  .worries .section-inner::after {
    left: -54px;
    bottom: 86px;
    z-index: 0;
    width: 174px;
    height: 116px;
    background: rgba(255, 255, 255, 0.5);
    clip-path: polygon(0 24%, 100% 0, 80% 100%, 12% 82%);
    opacity: 1;
    transform: rotate(-8deg);
  }

  .worries-photo {
    z-index: 2;
    width: calc(100% - 4px);
    margin: 0 auto;
    padding: 8px 8px 0;
    background: #565758;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 3px 0 rgba(16, 24, 32, 0.2);
  }

  .worries-photo::before,
  .worries-photo::after {
    content: none;
  }

  .worries-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 5.4;
    object-fit: cover;
    object-position: 46% 48%;
    border: 0;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    clip-path: none;
    filter: saturate(0.96) contrast(1.03) brightness(1.04);
  }

  .worries .section-heading {
    z-index: 3;
    margin: 0 0 20px;
    text-align: center;
  }

  .worries .section-label {
    display: inline-block;
    margin: -2px auto 9px;
    padding: 4px 15px 5px;
    background: linear-gradient(90deg, #0a71c8 0%, #064d97 100%);
    color: var(--color-white);
    border: 2px solid var(--ref-ink, #101820);
    border-radius: 999px;
    box-shadow: 3px 3px 0 rgba(16, 24, 32, 0.85);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    transform: rotate(-1.4deg);
  }

  .worries .section-heading h2 {
    display: block;
    width: calc(100% - 12px);
    margin: 0 auto;
    padding: 11px 10px 13px;
    background:
      linear-gradient(180deg, transparent 0 62%, rgba(232, 176, 47, 0.42) 62% 80%, transparent 80% 100%),
      rgba(255, 255, 255, 0.98);
    color: var(--ref-ink, #101820);
    border: 3px solid #095fae;
    border-radius: 4px;
    box-shadow: 5px 5px 0 rgba(16, 24, 32, 0.9);
    font-size: clamp(21px, 6.2vw, 25px);
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
    transform: rotate(0.6deg);
  }

  .worries .section-heading h2::after {
    content: none;
  }

  .worries .check-list {
    position: relative;
    z-index: 2;
    counter-reset: worry;
    display: grid;
    gap: 12px;
    margin: 0;
  }

  .worries .check-list li {
    counter-increment: worry;
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 56px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ref-ink, #101820);
    border: 1px solid rgba(16, 24, 32, 0.08);
    border-radius: 999px;
    box-shadow: 0 3px 0 rgba(16, 24, 32, 0.12), 0 10px 18px rgba(16, 24, 32, 0.07);
    clip-path: none;
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.45;
  }

  .worries .check-list li::before {
    content: "0" counter(worry);
    position: absolute;
    left: 12px;
    top: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 35% 30%, #fff4bd 0 20%, #f4bd3e 21% 72%, #c68414 100%);
    color: #1f2933;
    border: 2px solid #5a4620;
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
  }

  .worries .check-list li::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 8px;
    height: 24px;
    background: linear-gradient(180deg, #0a71c8 0%, #064d97 100%);
    border-radius: 999px;
    opacity: 0.9;
    transform: translateY(-50%) rotate(8deg);
  }

  .worries .check-list li:nth-child(1) {
    margin: 0 10px 0 2px;
    background: #ffffff;
    transform: rotate(-0.8deg);
  }

  .worries .check-list li:nth-child(2) {
    margin: 0 0 0 13px;
    background: #fbfcfc;
    transform: rotate(0.8deg);
  }

  .worries .check-list li:nth-child(3) {
    margin: 0 12px 0 0;
    background: #fffdf7;
    transform: rotate(-0.5deg);
  }

  .worries .check-list li:nth-child(4) {
    margin: 0 0 0 8px;
    background: #ffffff;
    transform: rotate(0.7deg);
  }

  .worries .check-list li:nth-child(5) {
    margin: 0 14px 0 4px;
    background: #fbfcfc;
    transform: rotate(-0.7deg);
  }
}

@media screen and (max-width: 374px) {
  .worries .section-inner {
    padding-inline: 10px;
  }

  .worries .section-heading h2 {
    width: calc(100% - 4px);
    font-size: 20px;
  }

  .worries .check-list li {
    padding: 11px 14px 11px 52px;
    font-size: 13.5px;
  }
}

/* Experiment v2: worries section closer to reference */
@media screen {
  .worries.section-dark {
    overflow: hidden;
    background:
      linear-gradient(154deg, rgba(255, 255, 255, 0.62) 0 16%, transparent 16.4% 100%),
      linear-gradient(28deg, transparent 0 50%, rgba(255, 255, 255, 0.48) 50.4% 67%, transparent 67.4% 100%),
      linear-gradient(180deg, #f3f3f2 0%, #eceeed 100%);
    color: #242424;
  }

  .worries .section-inner {
    padding: 0 12px calc(100px + env(safe-area-inset-bottom));
    border: 0;
  }

  .worries .section-inner::before {
    top: 98px;
    right: -72px;
    width: 230px;
    height: 188px;
    background: rgba(255, 255, 255, 0.48);
    clip-path: polygon(14% 0, 100% 0, 82% 100%, 0 82%);
    transform: rotate(8deg);
  }

  .worries .section-inner::after {
    left: -80px;
    bottom: 88px;
    width: 230px;
    height: 156px;
    background: rgba(255, 255, 255, 0.42);
    clip-path: polygon(0 22%, 100% 0, 78% 100%, 10% 82%);
    transform: rotate(-9deg);
  }

  .worries-photo {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 8px 8px 0;
    background: #4e4e4e;
    border-radius: 9px 9px 0 0;
    box-shadow: none;
  }

  .worries-photo::before,
  .worries-photo::after {
    content: none;
  }

  .worries-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 5.2;
    object-fit: cover;
    object-position: center 20%;
    border: 0;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    clip-path: none;
    filter: saturate(0.97) contrast(1.04) brightness(1.04);
  }

  .worries .section-heading {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto 21px;
    padding: 18px 8px 24px;
    background: #555;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 100%, 0 76%);
    text-align: center;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
  }

  .worries .section-label {
    display: none;
  }

  .worries .section-heading h2 {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: clamp(24px, 6.8vw, 31px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
    white-space: nowrap;
    transform: none;
  }

  .worries .section-heading h2::before {
    content: none;
  }

  .worries .section-heading h2::after {
    content: none;
  }

  .worries .section-heading h2 .worries-heading-accent {
    position: relative;
    display: inline-block;
    color: #f3bf57;
    font-size: 1.12em;
  }

  .worries .section-heading h2 .worries-heading-accent::before {
    content: none;
  }

  .worries .section-heading h2 .worries-heading-accent span {
    position: relative;
    display: inline-block;
  }

  .worries .section-heading h2 .worries-heading-accent span::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f4c15d;
    transform: translateX(-50%);
  }

  .worries .check-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0 6px;
    counter-reset: none;
  }

  .worries .check-list li {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 11px 42px 11px 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #383838;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.09), 0 10px 18px rgba(0, 0, 0, 0.08);
    clip-path: none;
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.42;
    transform: none !important;
  }

  .worries .check-list li:nth-child(1),
  .worries .check-list li:nth-child(2),
  .worries .check-list li:nth-child(3),
  .worries .check-list li:nth-child(4),
  .worries .check-list li:nth-child(5) {
    clip-path: none;
  }

  .worries .check-list li::before,
  .worries .check-list li::after {
    content: none;
  }

  .worry-icon {
    position: relative;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f2f3f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .worry-icon::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1.6px solid #474747;
    border-radius: 50%;
    box-shadow: 5px 4px 0 -3px #474747, -4px 4px 0 -3px #474747;
  }

  .worry-icon::after {
    content: "?";
    position: absolute;
    right: 5px;
    bottom: 4px;
    color: #474747;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }

  .worry-text {
    display: block;
    min-width: 0;
  }

  .worry-text span {
    color: #d99824;
    font-weight: 900;
  }
}

@media screen and (max-width: 374px) {
  .worries .section-inner {
    padding-inline: 8px;
  }

  .worries .section-heading {
    padding-bottom: 22px;
  }

  .worries .section-heading h2 {
    font-size: 23px;
  }

  .worries .check-list {
    padding-inline: 2px;
    gap: 11px;
  }

  .worries .check-list li {
    padding: 10px 34px 10px 13px;
    font-size: 13px;
  }
}

/* Experiment v2: lower hero copy group */
@media screen {
  .hero-emphasis,
  .hero-closing,
  .hero-sub {
    transform: translateY(28px);
  }
}

/* Experiment v2: enlarge main hero headline panels */
@media screen {
  .hero-emphasis-rest.hero-marker {
    font-size: 50px;
  }

  .hero-closing .hero-marker {
    font-size: 49px;
  }
}

@media screen and (max-width: 374px) {
  .hero-emphasis-rest.hero-marker {
    font-size: 44px;
  }

  .hero-closing .hero-marker {
    font-size: 43px;
  }
}

/* Experiment v2: emphasize office construction label */
@media screen {
  .hero-intro {
    margin-top: 8px;
    padding: 5px 14px 7px;
    font-size: 24px;
    line-height: 1.08;
  }
}

@media screen and (max-width: 374px) {
  .hero-intro {
    font-size: 22px;
  }
}

/* Experiment v3: split hero text and photo areas */
@media screen {
  .hero {
    overflow: visible;
    background: #f6f1e4;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
    background: #f6f1e4;
  }

  .hero-inner::before,
  .hero-inner::after {
    content: none !important;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    min-height: auto;
    padding: 24px 13px 18px;
    display: flex;
    align-items: center;
    background:
      radial-gradient(120% 68% at 50% 0%, rgba(255, 255, 255, 0.95) 0 50%, rgba(255, 255, 255, 0) 50.5% 100%),
      linear-gradient(180deg, #fffdf8 0%, #f4f1e8 100%);
    color: var(--ref-ink, #101820);
    text-align: center;
  }

  .hero-copy::after {
    content: none;
  }

  .hero-copy h1 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-intro {
    margin: 0 auto 10px;
    padding: 5px 14px 7px;
    font-size: 23px;
    line-height: 1.08;
    transform: rotate(-0.7deg);
  }

  .hero-emphasis,
  .hero-closing,
  .hero-sub {
    transform: none !important;
  }

  .hero-emphasis {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-lead {
    margin: 0 0 4px -118px;
    font-size: 17px;
    transform: rotate(-1deg);
  }

  .hero-emphasis-rest.hero-marker {
    margin: 0 auto;
    max-width: calc(100vw - 30px);
    padding: 7px 10px 11px;
    font-size: 48px;
    line-height: 0.98;
    transform: skewX(-4deg) rotate(-0.8deg);
  }

  .hero-closing {
    width: 100%;
    margin: 3px 0 0;
    display: flex;
    justify-content: center;
  }

  .hero-closing .hero-marker {
    margin: 0 auto;
    max-width: calc(100vw - 52px);
    padding: 6px 10px 10px;
    font-size: 47px;
    line-height: 0.98;
    transform: skewX(-4deg) rotate(0.5deg);
  }

  .hero-sub {
    margin: 15px auto 0;
    text-align: center;
    line-height: 1.34;
  }

  .hero-sub-underline,
  .hero-sub-prefix {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .hero-image {
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    display: block;
    width: 100%;
    height: 266px;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #1b130d;
  }

  .hero-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 56%;
    filter: saturate(1.06) contrast(1.04) brightness(0.98);
  }

  .hero-badges {
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 5;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    justify-items: center;
    margin: -55px 0 0;
    padding: 0 12px calc(88px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, transparent 0 54px, #049d87 54px 100%);
  }

  .hero-badges::before {
    content: none;
  }

  .hero-badge,
  .hero-badge:nth-child(1),
  .hero-badge:nth-child(2),
  .hero-badge:nth-child(3) {
    width: min(28vw, 104px);
    max-width: 104px;
  }
}

@media screen and (max-width: 374px) {
  .hero-copy {
    padding: 22px 10px 17px;
  }

  .hero-intro {
    font-size: 21px;
  }

  .hero-lead {
    margin-left: -100px;
    font-size: 16px;
  }

  .hero-emphasis-rest.hero-marker {
    font-size: 42px;
  }

  .hero-closing .hero-marker {
    max-width: calc(100vw - 42px);
    font-size: 41px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-image {
    height: 238px;
  }

  .hero-badges {
    margin-top: -50px;
  }
}

/* Experiment v3: tighten space between hero badges and WORKS */
@media screen {
  .hero-badges {
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }

  .works .section-inner {
    padding-top: 34px;
  }
}

/* Experiment v3: WORKS panel styling */
@media screen {
  .works .section-heading {
    margin-bottom: 18px;
  }

  .works .section-label {
    display: inline-block;
    margin: 0 auto 16px;
    padding: 7px 18px 8px;
    background: linear-gradient(180deg, #0874bc 0%, #005ea9 100%);
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 4px 4px 0 #003f92, 0 0 0 2px #101820;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.08em;
    transform: rotate(-1deg);
  }

  .works-box-group {
    gap: 16px;
  }

  .works-box {
    position: relative;
    overflow: visible;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18.5% 100%),
      linear-gradient(180deg, #0b78a2 0%, #075e83 100%);
    border: 3px solid #fff;
    box-shadow: 5px 5px 0 rgba(0, 58, 100, 0.92), 0 0 0 2px #101820;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 42, 74, 0.78);
  }

  .works-box::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 16px;
    width: 46px;
    height: 12px;
    background: rgba(255, 247, 220, 0.9);
    border: 1px solid rgba(16, 24, 32, 0.22);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.12);
    transform: rotate(-5deg);
  }

  .works-box-compact {
    width: min(246px, 86%);
    padding: 12px 18px 14px;
    transform: rotate(-1.2deg);
  }

  .works-box-compact span:first-child {
    font-size: 13px;
  }

  .works-box-compact span:last-child {
    font-size: 17px;
    line-height: 1.45;
  }

  .works-box-wide {
    width: min(330px, 92%);
    padding: 14px 16px 16px;
    line-height: 1.72;
    transform: rotate(0.8deg);
  }

  .works-box-wide::before {
    left: auto;
    right: 18px;
    transform: rotate(5deg);
  }
}

/* Experiment v3: rounded hero green band */
@media screen {
  .hero-badges {
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
    border-radius: 0 0 42% 42% / 0 0 30px 30px;
    overflow: visible;
  }

  .works .section-inner {
    padding-top: 26px;
  }
}

/* Experiment v3: luxury WORKS record styling */
@media screen {
  .works {
    background: #f5efe2;
  }

  .works .section-inner {
    padding-top: 24px;
    background:
      radial-gradient(90% 58% at 50% 18%, rgba(255, 255, 255, 0.95) 0 42%, rgba(255, 255, 255, 0) 43% 100%),
      linear-gradient(180deg, #f8f2e5 0%, #fffaf1 100%);
  }

  .works .section-heading {
    position: relative;
    overflow: hidden;
    margin: 0 -4px 24px;
    padding: 21px 12px 19px;
    border: 1px solid rgba(196, 152, 57, 0.26);
    border-radius: 8px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.46) 0 16%, transparent 16.4% 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(251, 244, 229, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 18px rgba(99, 68, 24, 0.09);
  }

  .works .section-heading::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(214, 168, 63, 0.22);
    border-radius: 6px;
    pointer-events: none;
  }

  .works-laurel {
    position: absolute;
    top: 62px;
    z-index: 1;
    width: 54px;
    height: 156px;
    color: #d5a539;
    filter: drop-shadow(0 2px 1px rgba(110, 74, 11, 0.22));
    opacity: 0.9;
    pointer-events: none;
  }

  .works-laurel.is-left {
    left: 5px;
    transform: rotate(-8deg);
  }

  .works-laurel.is-right {
    right: 5px;
    transform: scaleX(-1) rotate(-8deg);
  }

  .works .section-label {
    position: relative;
    z-index: 2;
    margin: 0 auto 13px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #d6a957;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-shadow: none;
    transform: none;
  }

  .works .section-label::before {
    content: "-";
    margin-right: 0.35em;
  }

  .works .section-label::after {
    content: "-";
    margin-left: 0.35em;
  }

  .works-box-group {
    position: relative;
    z-index: 2;
    gap: 13px;
  }

  .works-box,
  .works-box-compact,
  .works-box-wide {
    border: 0;
    box-shadow: none;
    text-shadow: none;
    clip-path: none;
  }

  .works-box::before,
  .works-box-wide::before {
    content: none;
  }

  .works-box-compact {
    width: min(286px, 78%);
    padding: 0;
    background: transparent;
    color: #005aa9;
    line-height: 1.18;
    transform: none;
  }

  .works-box-compact span:first-child {
    display: block;
    margin-bottom: 8px;
    color: #005aa9;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.06em;
  }

  .works-box-compact span:last-child {
    display: inline-block;
    padding: 8px 13px 10px;
    background: linear-gradient(180deg, #086dc1 0%, #0057a8 100%);
    color: #fff;
    box-shadow: 4px 4px 0 rgba(0, 59, 125, 0.3);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.01em;
  }

  .works-box-wide {
    width: min(326px, 90%);
    padding: 13px 16px 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #1b2a36;
    border-top: 4px solid #d7a842;
    border-bottom: 1px solid rgba(0, 87, 168, 0.22);
    box-shadow: 0 5px 14px rgba(62, 41, 12, 0.12);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.72;
    transform: none;
  }

  .works-box-wide span {
    display: block;
  }

  .works-box-wide span:first-child,
  .works-box-wide span:last-child {
    color: #005aa9;
    font-weight: 900;
  }
}

@media screen and (max-width: 374px) {
  .works-laurel {
    width: 45px;
    height: 136px;
  }

  .works .section-label {
    font-size: 15px;
  }

  .works-box-compact span:first-child {
    font-size: 21px;
  }

  .works-box-compact span:last-child {
    font-size: 19px;
  }
}

/* Experiment v3: WORKS final alignment polish */
@media screen {
  .works .section-heading {
    width: calc(100% - 22px);
    max-width: 392px;
    margin: 0 auto 22px;
    padding: 22px 16px 22px;
    border-color: rgba(199, 153, 49, 0.28);
    border-radius: 10px;
    text-align: center;
  }

  .works .section-heading::before {
    inset: 9px;
    border-radius: 8px;
  }

  .works-laurel {
    top: 55px;
    width: 42px;
    height: 128px;
    color: #cfa044;
    opacity: 0.72;
    transform-origin: 50% 50%;
  }

  .works-laurel.is-left {
    left: 24px;
    transform: rotate(-6deg);
  }

  .works-laurel.is-right {
    right: 24px;
    transform: scaleX(-1) rotate(-6deg);
  }

  .works .section-label {
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0.18em;
  }

  .works-box-group {
    align-items: center;
    gap: 15px;
  }

  .works-box-compact {
    width: min(270px, 76%);
  }

  .works-box-compact span:first-child {
    margin-bottom: 7px;
    font-size: 23px;
    line-height: 1.1;
  }

  .works-box-compact span:last-child {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 3px 0 rgba(0, 53, 111, 0.42), 0 7px 13px rgba(0, 73, 146, 0.14);
    font-size: 21px;
    line-height: 1.16;
  }

  .works-box-wide {
    width: min(318px, 88%);
    margin-top: 1px;
    padding: 13px 15px 14px;
    border-top-width: 3px;
    border-right: 1px solid rgba(0, 87, 168, 0.14);
    border-left: 1px solid rgba(0, 87, 168, 0.14);
    box-shadow: 0 4px 12px rgba(62, 41, 12, 0.1);
    line-height: 1.68;
  }
}

@media screen and (max-width: 374px) {
  .works .section-heading {
    width: calc(100% - 16px);
    padding-inline: 12px;
  }

  .works-laurel {
    top: 58px;
    width: 36px;
    height: 116px;
  }

  .works-laurel.is-left {
    left: 17px;
  }

  .works-laurel.is-right {
    right: 17px;
  }

  .works-box-compact span:first-child {
    font-size: 20px;
  }

  .works-box-compact span:last-child {
    font-size: 18px;
  }
}

/* Experiment v3: refined SVG laurels for WORKS */
@media screen {
  .works-laurel {
    top: 54px;
    width: 46px;
    height: 116px;
    color: inherit;
    opacity: 0.96;
    filter: drop-shadow(0 2px 1px rgba(101, 70, 15, 0.18));
  }

  .works-laurel.is-left {
    left: 21px;
    transform: rotate(-3deg);
  }

  .works-laurel.is-right {
    right: 21px;
    transform: scaleX(-1) rotate(-3deg);
  }

  .works-laurel .laurel-stem {
    fill: none;
    stroke: #b88922;
    stroke-width: 2.2;
    stroke-linecap: round;
    opacity: 0.46;
  }

  .works-laurel .laurel-leaves {
    opacity: 0.96;
  }
}

@media screen and (max-width: 374px) {
  .works-laurel {
    top: 56px;
    width: 38px;
    height: 108px;
  }

  .works-laurel.is-left {
    left: 15px;
  }

  .works-laurel.is-right {
    right: 15px;
  }
}

/* Experiment v3: keep WORKS laurels clear of the description panel */
@media screen {
  .works-box-wide {
    margin-top: 8px;
  }
}

/* Experiment v3: replace WORKS laurels with image asset */
@media screen {
  .works-laurel {
    display: none !important;
  }

  .works-laurel-image {
    position: absolute;
    left: 50%;
    top: 26px;
    z-index: 1;
    width: min(170%, 620px);
    max-width: none;
    height: auto;
    display: block;
    opacity: 0.48;
    filter: drop-shadow(0 2px 2px rgba(91, 61, 8, 0.14));
    clip-path: none;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .works-box-wide {
    margin-top: 16px;
  }

  .works-box-wide .works-phrase-nowrap {
    display: inline-block;
    white-space: nowrap;
  }
}

@media screen and (max-width: 374px) {
  .works-laurel-image {
    top: 32px;
    width: min(172%, 580px);
  }
}

/* Experiment v3: WORKS track record redesign */
@media screen {
  .works .section-heading {
    width: calc(100% - 22px);
    max-width: 392px;
    margin: 0 auto 22px;
    padding: 26px 14px 31px;
    overflow: hidden;
    border: 1px solid rgba(214, 175, 91, 0.28);
    border-radius: 8px;
    background:
      radial-gradient(92% 76% at 50% 34%, rgba(255, 255, 255, 0.76) 0 40%, rgba(255, 255, 255, 0) 41% 100%),
      linear-gradient(180deg, #f8f2e5 0%, #fffaf0 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 9px 20px rgba(106, 76, 27, 0.08);
    text-align: center;
  }

  .works .section-heading::before {
    inset: 10px;
    border: 1px solid rgba(218, 178, 86, 0.18);
    border-radius: 6px;
  }

  .works .section-label {
    position: relative;
    z-index: 2;
    margin: 0 auto 14px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #d9b875;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-shadow: none;
    transform: none;
  }

  .works .section-label::before {
    content: "-";
    margin-right: 0.45em;
  }

  .works .section-label::after {
    content: "-";
    margin-left: 0.45em;
  }

  .works-record-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .works-record-title {
    margin: 0 0 8px;
    color: #108775;
    font-size: clamp(24px, 6.5vw, 29px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    white-space: nowrap;
  }

  .works-record-panels {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 0;
  }

  .works-record-panels span {
    display: grid;
    place-items: center;
    width: clamp(42px, 11.7vw, 50px);
    aspect-ratio: 1;
    background: linear-gradient(180deg, #10917e 0%, #087968 100%);
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    box-shadow: 0 3px 0 rgba(0, 76, 69, 0.32), 0 7px 13px rgba(0, 91, 81, 0.12);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-size: clamp(30px, 8.2vw, 37px);
    font-weight: 700;
    line-height: 1;
  }

  .works-laurel-image {
    top: 26px;
    z-index: 1;
    width: min(178%, 700px);
    opacity: 0.68;
    filter: drop-shadow(0 2px 2px rgba(91, 61, 8, 0.13));
  }
}

@media screen and (max-width: 400px) {
  .works-record-title {
    font-size: 22px;
  }

  .works-record-panels span {
    width: 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 374px) {
  .works .section-heading {
    width: calc(100% - 16px);
    padding: 24px 12px 29px;
  }

  .works-record-title {
    font-size: 23px;
  }

  .works-record-panels {
    gap: 4px;
  }

  .works-record-panels span {
    width: 39px;
    font-size: 29px;
  }

  .works-laurel-image {
    top: 30px;
    width: min(190%, 660px);
    opacity: 0.64;
  }
}

/* Experiment v3: show WORKS laurels as separate side ornaments */
@media screen {
  .works-laurel-pair {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .works-laurel-side {
    position: absolute;
    top: 56px;
    width: 66px;
    height: 122px;
    background-image: url("images/laurel-01.png");
    background-repeat: no-repeat;
    background-size: auto 142px;
    opacity: 0.82;
    filter: drop-shadow(0 2px 2px rgba(91, 61, 8, 0.13));
  }

  .works-laurel-side.is-left {
    left: -2px;
    background-position: left center;
  }

  .works-laurel-side.is-right {
    right: -2px;
    background-position: right center;
  }
}

@media screen and (max-width: 400px) {
  .works-laurel-side {
    top: 58px;
    width: 58px;
    height: 112px;
    background-size: auto 132px;
    opacity: 0.8;
  }

  .works-laurel-side.is-left {
    left: -4px;
  }

  .works-laurel-side.is-right {
    right: -4px;
  }
}

@media screen and (max-width: 374px) {
  .works-laurel-side {
    top: 60px;
    width: 52px;
    height: 106px;
    background-size: auto 124px;
  }

  .works-laurel-side.is-left {
    left: -5px;
  }

  .works-laurel-side.is-right {
    right: -5px;
  }
}

/* Experiment v3: REASON selected-reasons block */
@media screen {
  .reason-summary {
    position: relative;
    overflow: hidden;
    border-bottom: 0;
    background:
      radial-gradient(78% 62% at 50% 0%, rgba(22, 167, 136, 0.56) 0%, rgba(22, 167, 136, 0) 58%),
      linear-gradient(180deg, #00826f 0%, #006554 52%, #004537 100%);
    color: #fff;
  }

  .reason-summary .section-inner {
    width: min(100%, 430px);
    padding: 18px 12px 22px;
  }

  .reason-record {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: min(286px, calc(100vw - 92px));
    margin: 0 auto;
    padding: 0 10px 15px;
  }

  .reason-record::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 18px;
    background: linear-gradient(90deg, transparent, #d8b362 10% 90%, transparent);
    box-shadow: 0 6px 0 rgba(216, 179, 98, 0.42);
  }

  .reason-record-heading {
    position: relative;
    min-height: 84px;
    padding: 0 30px;
    text-align: center;
  }

  .reason-record-kicker {
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }

  .reason-record-heading h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: clamp(34px, 9.8vw, 42px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-shadow: 0 3px 0 rgba(0, 55, 45, 0.42), 0 0 18px rgba(255, 255, 255, 0.12);
    white-space: nowrap;
  }

  .reason-record-heading h2::after {
    content: none;
  }

  .reason-laurel-side {
    position: absolute;
    top: 19px;
    z-index: 1;
    width: 34px;
    height: 66px;
    background-image: url("images/laurel-01.png");
    background-repeat: no-repeat;
    background-size: auto 78px;
    opacity: 0.9;
    filter: drop-shadow(0 2px 2px rgba(48, 31, 4, 0.2));
    pointer-events: none;
  }

  .reason-laurel-side.is-left {
    left: 9px;
    background-position: left center;
  }

  .reason-laurel-side.is-right {
    right: 9px;
    background-position: right center;
  }

  .reason-record-list {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    margin: 17px auto 0;
    padding: 18px 20px;
    background: #fff;
    border: 2px solid #d8b362;
    box-shadow: 0 6px 0 rgba(0, 52, 43, 0.22), 0 12px 26px rgba(0, 39, 32, 0.22);
    color: #3f4545;
  }

  .reason-record-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 41px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(194, 154, 71, 0.68);
    font-size: clamp(16px, 4.7vw, 19px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .reason-record-list li > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .reason-summary .reason-nowrap {
    white-space: nowrap;
  }

  .reason-record-list li:last-child {
    border-bottom: 0;
  }

  .reason-check {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dfe6e2;
    box-shadow: inset 0 0 0 1px rgba(0, 100, 82, 0.1);
  }

  .reason-check::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 8px;
    height: 5px;
    border-left: 3px solid #0d8b78;
    border-bottom: 3px solid #0d8b78;
    transform: rotate(-45deg);
  }

  .reason-accent {
    display: inline-block;
    color: #f07d16;
    font-weight: 900;
  }
}

@media screen and (max-width: 400px) {
  .reason-record {
    max-width: 306px;
  }

  .reason-record-heading {
    padding-inline: 34px;
  }

  .reason-record-heading h2 {
    font-size: 34px;
  }

  .reason-record-list {
    padding: 16px 14px;
  }

  .reason-record-list li {
    gap: 9px;
    font-size: 14px;
  }

  .reason-laurel-side {
    top: 22px;
    width: 30px;
    height: 60px;
    background-size: auto 70px;
  }

  .reason-laurel-side.is-left {
    left: 5px;
  }

  .reason-laurel-side.is-right {
    right: 5px;
  }
}

@media screen and (max-width: 374px) {
  .reason-summary .section-inner {
    padding-inline: 10px;
  }

  .reason-record {
    max-width: 286px;
    padding-inline: 8px;
  }

  .reason-record-heading {
    padding-inline: 32px;
  }

  .reason-record-heading h2 {
    font-size: 32px;
  }

  .reason-record-list {
    padding: 15px 14px;
  }

  .reason-record-list li {
    gap: 9px;
    font-size: 13.5px;
  }

  .reason-laurel-side {
    top: 22px;
    width: 29px;
    height: 60px;
    background-size: auto 70px;
  }

  .reason-laurel-side.is-left {
    left: 5px;
  }

  .reason-laurel-side.is-right {
    right: 5px;
  }
}

/* Experiment v3: REASON mobile fit adjustment */
@media screen and (max-width: 520px) {
  .reason-summary .section-inner {
    width: 100%;
    padding: 24px 16px 26px;
  }

  .reason-record {
    width: min(100%, 360px);
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 0 0 14px;
  }

  .reason-record-heading {
    min-height: 78px;
    padding: 0 50px;
    text-align: center;
  }

  .reason-record-kicker {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .reason-record-heading h2 {
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: 1.05;
    text-align: center;
  }

  .reason-laurel-side {
    top: 24px;
    width: 26px;
    height: 54px;
    background-size: auto 64px;
    opacity: 0.86;
  }

  .reason-laurel-side.is-left {
    left: 20px;
  }

  .reason-laurel-side.is-right {
    right: 20px;
  }

  .reason-record-list {
    margin-top: 14px;
    padding: 14px 12px;
  }

  .reason-record-list li {
    gap: 6px;
    min-height: 0;
    padding: 10px 0;
    font-size: clamp(13.5px, 3.55vw, 14.2px);
    line-height: 1.55;
  }

  .reason-record-list li > span:last-child {
    overflow-wrap: normal;
    word-break: normal;
    line-break: strict;
  }

  .reason-check {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  .reason-check::after {
    left: 3px;
    top: 3px;
    width: 6px;
    height: 4px;
  }
}

@media screen and (max-width: 360px) {
  .reason-record {
    max-width: calc(100vw - 24px);
  }

  .reason-record-heading {
    padding-inline: 42px;
  }

  .reason-record-list {
    padding: 14px 13px;
  }

  .reason-record-list li {
    gap: 7px;
    font-size: 13.5px;
  }

  .reason-laurel-side.is-left {
    left: 14px;
  }

  .reason-laurel-side.is-right {
    right: 14px;
  }
}

/* Experiment v3: WORKS construction photo carousel */
@media screen {
  .works-gallery {
    scroll-behavior: smooth;
  }

  .works-gallery > img {
    flex: 0 0 92%;
    width: 92%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
  }

  .works-gallery.is-looping {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .works-gallery.is-looping > img {
    scroll-snap-align: none;
  }

  .works-gallery > img[data-clone="true"] {
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .works-gallery.is-looping {
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }

  .works-gallery.is-looping > img {
    scroll-snap-align: start;
  }
}

/* ClaudeCode handoff: bright grid copy block between WORRIES and REASON */
@media screen {
  .worries + .office-waste-copy {
    margin-top: 0;
  }

  .worries.section-dark .section-inner {
    padding-bottom: 24px;
  }

  .office-waste-copy {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(rgba(42, 122, 108, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(42, 122, 108, 0.08) 1px, transparent 1px),
      radial-gradient(120% 75% at 50% 0%, rgba(255, 255, 255, 0.92) 0 52%, rgba(255, 255, 255, 0) 53%),
      linear-gradient(180deg, #f8faf9 0%, #ffffff 48%, #f3f6f5 100%);
    background-size: 38px 38px, 38px 38px, 100% 100%, 100% 100%;
    color: #173d39;
    border-bottom: 0;
  }

  .office-waste-copy::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background: #e6e8e8;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 76%, 0 40%);
    filter: none;
    pointer-events: none;
  }

  .office-waste-copy::after {
    content: none;
  }

  .office-waste-copy .section-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    padding: 90px 18px 34px;
    text-align: center;
  }

  .office-waste-copy p {
    margin: 0;
  }

  .office-waste-copy-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    min-height: 29px;
    padding: 5px 18px 6px;
    background: rgba(232, 235, 234, 0.96);
    color: #3f4545;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 12px rgba(39, 61, 57, 0.08);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .office-waste-copy-accent {
    margin-top: 18px !important;
    color: #df9529;
    font-size: clamp(15px, 4.5vw, 18px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .office-waste-copy-pre {
    margin-top: 10px !important;
    color: #174946;
    font-size: clamp(19px, 5.5vw, 24px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.02em;
  }

  .office-waste-copy-hero {
    margin-top: 2px !important;
    color: #00736b;
    font-size: clamp(31px, 9.8vw, 42px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.04em;
    white-space: nowrap;
    text-shadow:
      2px 2px 0 #fff,
      -2px 2px 0 #fff,
      2px -2px 0 #fff,
      -2px -2px 0 #fff,
      0 4px 0 rgba(0, 82, 76, 0.12),
      0 10px 18px rgba(0, 101, 94, 0.12);
  }

  .office-waste-copy-result {
    margin-top: 7px !important;
    color: #174946;
    font-size: clamp(20px, 5.8vw, 25px);
    font-weight: 900;
    line-height: 1.18;
  }

  .office-waste-copy + .reason-summary {
    margin-top: 0;
  }
}

/* Hero refresh final: one-stop and low price/short lead time are the main message. */
@media screen {
  .hero {
    --hero-refresh-teal: #006866;
    --hero-refresh-teal-deep: #004f54;
    --hero-refresh-orange: #f2a12a;
    --hero-refresh-ink: #22302f;
    background: #f4f6f4 !important;
  }

  .hero-inner {
    background: #f4f6f4 !important;
  }

  .hero-copy {
    position: relative !important;
    isolation: isolate;
    overflow: hidden;
    min-height: auto !important;
    padding: 28px 18px 24px !important;
    align-items: center !important;
    background:
      linear-gradient(rgba(26, 126, 118, 0.075) 1px, transparent 1px),
      linear-gradient(90deg, rgba(26, 126, 118, 0.075) 1px, transparent 1px),
      radial-gradient(120% 78% at 50% 8%, rgba(255, 255, 255, 0.98) 0 54%, rgba(255, 255, 255, 0) 55%),
      linear-gradient(180deg, #fbfcfb 0%, #f3f6f4 100%) !important;
    background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100% !important;
    color: var(--hero-refresh-ink) !important;
    text-align: center !important;
  }

  .hero-copy::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 52px;
    background: #e8eceb;
    clip-path: polygon(0 0, 100% 0, 100% 58%, 62% 76%, 50% 88%, 38% 76%, 0 58%);
    opacity: 0.95;
  }

  .hero-copy::after,
  .hero-inner::before,
  .hero-inner::after {
    content: none !important;
  }

  .hero-copy h1 {
    width: 100% !important;
    max-width: 410px;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    letter-spacing: 0 !important;
  }

  .hero-copy h1 > span {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    transform: none !important;
  }

  .hero-intro {
    margin: 0 auto 15px !important;
    padding: 8px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ffffff 0%, #e9eceb 100%) !important;
    box-shadow: 0 5px 13px rgba(42, 56, 55, 0.14) !important;
    color: #2f3a39 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .hero-service {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 auto 2px !important;
    color: var(--hero-refresh-orange) !important;
    font-size: clamp(18px, 5.1vw, 25px) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-shadow: 0 1px 0 #fff !important;
  }

  .hero-service::before,
  .hero-service::after {
    content: none !important;
    display: none !important;
  }

  .hero-onestop {
    margin: 0 auto 5px !important;
    color: var(--hero-refresh-teal-deep) !important;
    font-size: clamp(44px, 12vw, 60px) !important;
    font-weight: 950 !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-shadow:
      2px 2px 0 rgba(255, 255, 255, 0.95),
      5px 6px 0 rgba(0, 104, 102, 0.14) !important;
  }

  .hero-sub-prefix {
    margin: 8px auto 4px !important;
    padding: 2px 16px 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    color: var(--hero-refresh-ink) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .hero-price {
    margin: 0 auto 9px !important;
    padding: 0 4px 5px !important;
    color: var(--hero-refresh-teal) !important;
    font-size: clamp(36px, 10.5vw, 54px) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap;
    text-shadow:
      2px 2px 0 #ffffff,
      4px 5px 0 rgba(0, 104, 102, 0.12) !important;
    background: linear-gradient(180deg, transparent 0 74%, rgba(242, 161, 42, 0.76) 74% 88%, transparent 88% 100%) !important;
  }

  .hero-support {
    margin: 0 auto 2px !important;
    color: #263b39 !important;
    font-size: clamp(19px, 5.4vw, 25px) !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .hero-closing {
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--hero-refresh-orange) !important;
    font-size: clamp(19px, 5.4vw, 25px) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-shadow: 0 1px 0 #fff !important;
  }

  .hero-emphasis,
  .hero-lead,
  .hero-marker,
  .hero-emphasis-rest,
  .hero-sub {
    display: none !important;
  }

  .hero-cta {
    margin-top: 18px !important;
  }
}

@media screen and (max-width: 374px) {
  .hero-copy {
    padding: 24px 12px 22px !important;
  }

  .hero-intro {
    margin-bottom: 12px !important;
    font-size: 16px !important;
  }

  .hero-service {
    font-size: 17px !important;
  }

  .hero-onestop {
    font-size: 41px !important;
  }

  .hero-price {
    font-size: 34px !important;
  }
}

/* Header color refresh: align the top bar with the green/teal LP palette. */
@media screen {
  .site-header {
    background: linear-gradient(90deg, #078b78 0%, #006f65 54%, #00565a 100%) !important;
  }
}
