:root {
  --ftk-bg: #f7f3ee;
  --ftk-surface: #fffcf8;
  --ftk-text: #2f241f;
  --ftk-main: #7f3f1f;
  --ftk-sub: #c17e50;
  --ftk-accent: #0d6a73;
  --ftk-border: #eadfce;
  --ftk-radius: 14px;
  --ftk-shadow: 0 14px 30px rgba(47, 36, 31, 0.08);
}

body {
  color: var(--ftk-text);
  background: var(--ftk-bg);
}

/* Core utility fallbacks for cw templates when external Tailwind CDN is delayed or blocked.
   Scope them to .cw-home so the rest of the site is not affected. */
.cw-home .hidden {
  display: none !important;
}

.cw-home .block {
  display: block;
}

.cw-home .inline-flex {
  display: inline-flex;
}

.cw-home .flex {
  display: flex;
}

.cw-home .grid {
  display: grid;
}

.cw-home .flex-col {
  flex-direction: column;
}

.cw-home .items-center {
  align-items: center;
}

.cw-home .justify-center {
  justify-content: center;
}

.cw-home .justify-between {
  justify-content: space-between;
}

.cw-home .flex-1 {
  flex: 1 1 0%;
}

.cw-home .w-full {
  width: 100%;
}

.cw-home .h-full {
  height: 100%;
}

.cw-home .min-h-screen {
  min-height: 100vh;
}

.cw-home .overflow-hidden {
  overflow: hidden;
}

.cw-home .object-cover {
  object-fit: cover;
}

.cw-home .relative {
  position: relative;
}

.cw-home .absolute {
  position: absolute;
}

.cw-home .fixed {
  position: fixed;
}

.cw-home .inset-0 {
  inset: 0;
}

.cw-home .left-0 {
  left: 0;
}

.cw-home .right-0 {
  right: 0;
}

.cw-home .top-0 {
  top: 0;
}

.cw-home .bottom-0 {
  bottom: 0;
}

.cw-home .z-40 {
  z-index: 40;
}

.cw-home .z-50 {
  z-index: 50;
}

.cw-home .pointer-events-none {
  pointer-events: none;
}

.cw-home .rounded-full {
  border-radius: 9999px;
}

.cw-home .rounded-2xl {
  border-radius: 1rem;
}

.cw-home .aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.cw-home .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.cw-home .backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

@media (min-width: 640px) {
  .cw-home .sm\:block {
    display: block !important;
  }

  .cw-home .sm\:flex-row {
    flex-direction: row !important;
  }
}

@media (min-width: 1024px) {
  .cw-home .lg\:hidden {
    display: none !important;
  }

  .cw-home .lg\:flex {
    display: flex !important;
  }

  .cw-home .lg\:w-1\/2 {
    width: 50% !important;
  }
}

.ftk-global-header {
  background: rgba(255, 252, 248, 0.94);
  border-bottom: 1px solid var(--ftk-border);
  position: sticky;
  top: 0;
  z-index: 90;
}

.ftk-global-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 14px clamp(16px, 3vw, 24px);
}

.ftk-global-brand {
  align-items: baseline;
  color: #2f241f;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.ftk-global-brand-main {
  font-family: 'Playfair Display', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.ftk-global-brand-sub {
  color: #7a6355;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.ftk-global-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ftk-global-nav a {
  border-radius: 999px;
  color: #4f3d33;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.ftk-global-nav a:hover,
.ftk-global-nav a.is-active {
  background: rgba(127, 63, 31, 0.1);
  color: #7f3f1f;
}

.ftk-global-footer {
  border-top: 1px solid var(--ftk-border);
  margin-top: clamp(42px, 5vw, 72px);
  padding: 22px 0;
}

.home .ftk-global-footer {
  margin-top: 0;
}

.ftk-global-footer p {
  color: #6f5b4e;
  font-size: 12px;
  margin: 0;
}

#content p {
  line-height: 1.75;
}

#content h1,
#content h2,
#content h3 {
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.c-gnav > .menu-item > a {
  font-weight: 600;
}

.p-footer {
  background: linear-gradient(135deg, #2f241f, #47362e);
}

.p-footer,
.p-footer a {
  color: #f8efe3;
}

/* Hide default WordPress credit text shown by some parent themes. */
.site-info,
#colophon .site-info,
footer .site-info,
.wp-block-site-info {
  display: none !important;
}

.ftk-hero {
  background: linear-gradient(135deg, #fff8ed 0%, #f7f0e7 45%, #f3ece2 100%);
  border-radius: calc(var(--ftk-radius) + 4px);
  box-shadow: var(--ftk-shadow);
  padding: clamp(32px, 4vw, 64px);
}

.ftk-card {
  background: var(--ftk-surface);
  border: 1px solid var(--ftk-border);
  border-radius: var(--ftk-radius);
  box-shadow: 0 6px 18px rgba(47, 36, 31, 0.05);
  padding: 24px;
}

.is-style-ftk-fill .wp-block-button__link,
.wp-block-button.is-style-ftk-fill .wp-block-button__link {
  background: var(--ftk-main);
  color: #fff;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
}

.is-style-ftk-line .wp-block-button__link,
.wp-block-button.is-style-ftk-line .wp-block-button__link {
  border: 1px solid var(--ftk-main);
  color: var(--ftk-main);
  background: transparent;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
}

.ftk-page {
  padding: clamp(24px, 4vw, 56px) 0 clamp(48px, 6vw, 88px);
}

.ftk-shell {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 clamp(16px, 3vw, 24px);
}

.ftk-section {
  margin-top: clamp(28px, 4vw, 56px);
}

.ftk-page-contact .ftk-shell > .ftk-section:first-child {
  margin-top: 0;
}

.ftk-page-contact {
  align-items: center;
  display: flex;
  min-height: calc(100dvh - 86px);
  padding: 14px 0;
}

.ftk-page-contact .ftk-section {
  margin-top: 0;
}

.ftk-page-contact .ftk-shell {
  width: 100%;
}

.ftk-page-header {
  background: var(--ftk-surface);
  border: 1px solid var(--ftk-border);
  border-radius: calc(var(--ftk-radius) + 2px);
  box-shadow: var(--ftk-shadow);
  padding: clamp(24px, 3vw, 38px);
}

.ftk-eyebrow {
  color: var(--ftk-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.ftk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ftk-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  min-width: 180px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

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

.ftk-btn-primary {
  background: var(--ftk-main);
  border: 1px solid var(--ftk-main);
  color: #fff;
}

.ftk-btn-ghost {
  background: #fff;
  border: 1px solid var(--ftk-main);
  color: var(--ftk-main);
}

.ftk-grid {
  display: grid;
  gap: 14px;
}

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

.ftk-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ftk-link {
  color: var(--ftk-main);
  display: inline-block;
  font-weight: 700;
  margin-top: 8px;
  text-decoration: none;
}

.ftk-link:hover {
  text-decoration: underline;
}

.ftk-cta {
  background: linear-gradient(135deg, #fff9f4 0%, #f4ece4 100%);
  border: 1px solid var(--ftk-border);
  border-radius: calc(var(--ftk-radius) + 2px);
  box-shadow: var(--ftk-shadow);
  padding: clamp(24px, 3vw, 36px);
}

.ftk-spec {
  background: #fff;
  border: 1px solid var(--ftk-border);
  border-radius: var(--ftk-radius);
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.ftk-spec th,
.ftk-spec td {
  border-bottom: 1px solid var(--ftk-border);
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.ftk-spec th {
  background: #fbf6ef;
  width: 28%;
}

.ftk-spec tr:last-child th,
.ftk-spec tr:last-child td {
  border-bottom: 0;
}

.ftk-list,
.ftk-list-number {
  margin: 0;
  padding-left: 1.3em;
}

.ftk-list li,
.ftk-list-number li {
  margin: 0.3em 0;
}

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

.ftk-post-card {
  background: #fff;
  border: 1px solid var(--ftk-border);
  border-radius: var(--ftk-radius);
  padding: 18px;
}

.ftk-post-card h2 {
  font-size: clamp(18px, 2vw, 22px);
  margin: 0 0 8px;
}

.ftk-post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.ftk-post-card h2 a:hover {
  text-decoration: underline;
}

.ftk-post-meta {
  color: #6f5b4e;
  font-size: 13px;
  margin: 0 0 8px;
}

.ftk-thumb {
  border-radius: 12px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.ftk-thumb img {
  display: block;
  height: auto;
  width: 100%;
}

.ftk-pagination {
  margin-top: 20px;
}

.ftk-pagination .page-numbers {
  border: 1px solid var(--ftk-border);
  border-radius: 8px;
  display: inline-block;
  margin-right: 6px;
  min-width: 34px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .ftk-page-contact {
    align-items: flex-start;
    min-height: auto;
    padding: 10px 0;
  }

  .ftk-global-header__inner {
    flex-direction: column;
    gap: 12px;
  }

  .ftk-global-brand-main {
    font-size: 26px;
  }

  .ftk-global-nav {
    width: 100%;
  }

  #content p {
    font-size: 16px;
  }

  .ftk-grid-2,
  .ftk-grid-3,
  .ftk-grid-4 {
    grid-template-columns: 1fr;
  }

  .ftk-btn {
    width: 100%;
  }

  .ftk-spec th,
  .ftk-spec td {
    display: block;
    width: 100%;
  }
}

body.admin-bar .ftk-global-header {
  top: 32px;
}

body.admin-bar .ftk-page-contact {
  min-height: calc(100dvh - 118px);
}

@media (max-width: 782px) {
  body.admin-bar .ftk-global-header {
    top: 46px;
  }

  body.admin-bar .ftk-page-contact {
    min-height: calc(100dvh - 132px);
  }
}

.ftk-inquiry {
  background: var(--ftk-surface);
  border: 1px solid var(--ftk-border);
  border-radius: calc(var(--ftk-radius) + 2px);
  box-shadow: var(--ftk-shadow);
  padding: clamp(20px, 2.8vw, 36px);
}

.ftk-inquiry-stepper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.ftk-step {
  border: 1px solid var(--ftk-border);
  border-radius: 999px;
  background: #fff;
  color: #6f5a4f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 10px 12px;
  text-align: center;
}

.ftk-step.is-current {
  border-color: var(--ftk-main);
  background: #fff7f2;
  color: var(--ftk-main);
}

.ftk-step.is-done {
  border-color: #8daf7e;
  background: #f5fff2;
  color: #365a30;
}

.ftk-inquiry-main {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
}

.ftk-inquiry-selector {
  align-self: start;
  display: grid;
  gap: 14px;
}

.ftk-inquiry-block {
  background: #fff;
  border: 1px solid var(--ftk-border);
  border-radius: 14px;
  padding: 16px;
}

.ftk-inquiry-block.ftk-inquiry-flow {
  min-height: 0;
}

.ftk-inquiry-block[hidden] {
  display: none;
}

.ftk-inquiry-block-step {
  color: var(--ftk-main);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.ftk-stage-head {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.ftk-stage-back {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e8f4;
  border-radius: 50%;
  color: #2f5d82;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  min-width: 34px;
  padding: 0;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.ftk-stage-back::before {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: '';
  display: block;
  height: 8px;
  margin-left: 2px;
  transform: rotate(45deg);
  width: 8px;
}

.ftk-stage-back:hover {
  background: #f7fbff;
  border-color: #adcbe2;
  color: #234d6e;
  transform: translateX(-1px);
}

.ftk-stage-actions {
  margin-top: 14px;
}

.ftk-stage-next[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
}

.ftk-inquiry-title {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0;
}

.ftk-inquiry-types {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

[data-ftk-stage='1'] .ftk-inquiry-types {
  margin-top: 12px;
}

.ftk-type-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ftk-border);
  border-radius: 12px;
  color: var(--ftk-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  min-height: 64px;
  padding: 16px 22px;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease,
    background-color 0.16s ease;
}

.ftk-type-btn:hover {
  border-color: var(--ftk-main);
  transform: translateY(-1px);
}

.ftk-type-btn.is-selected {
  background: #fff7f2;
  border-color: var(--ftk-main);
  box-shadow: 0 10px 20px rgba(127, 63, 31, 0.12);
  color: var(--ftk-main);
}

.ftk-topic-empty {
  background: #f6efe6;
  border: 1px dashed #d4b79f;
  border-radius: 10px;
  color: #6f5a4f;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 10px 12px;
}

.ftk-topic-group {
  border: 1px solid var(--ftk-border);
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 14px;
}

[data-ftk-stage='2'] > .ftk-topic-group {
  margin-top: 12px;
}

.ftk-topic-group[hidden] {
  display: none;
}

.ftk-topic-group-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}

.ftk-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ftk-topic-list + .ftk-topic-list {
  margin-top: 8px;
}

.ftk-topic-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ftk-border);
  border-radius: 999px;
  color: #5f4f45;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.3;
  min-height: 42px;
  padding: 8px 14px;
  text-decoration: none;
  transition: all 0.16s ease;
}

.ftk-topic-btn:hover {
  border-color: var(--ftk-sub);
}

.ftk-topic-btn.is-selected {
  background: #f0fafb;
  border-color: var(--ftk-accent);
  color: var(--ftk-accent);
}

.ftk-inquiry-preview {
  align-self: start;
  background: #fffaf4;
  border: 1px solid #e7d4c1;
  border-radius: 14px;
  padding: 16px;
  position: sticky;
  top: 18px;
}

.ftk-inquiry-preview h3 {
  font-size: 17px;
  margin: 0 0 12px;
}

.ftk-inquiry-complete {
  background: linear-gradient(160deg, #fff9f3, #ffffff);
  border: 1px solid #e8d7c8;
  border-radius: 14px;
  grid-column: 1 / -1;
  padding: 24px;
}

.ftk-inquiry-complete[hidden] {
  display: none;
}

.ftk-inquiry-complete h3 {
  color: #3b2a22;
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.ftk-inquiry-complete h4 {
  color: #6b4e3f;
  font-size: 16px;
  margin: 18px 0 8px;
}

.ftk-inquiry-complete p {
  color: #5b4a40;
  margin: 0;
}

.ftk-inquiry-complete ol {
  color: #3d2d25;
  margin: 0;
  padding-left: 1.4em;
}

.ftk-inquiry-complete li + li {
  margin-top: 6px;
}

.ftk-inquiry-main.is-confirmed {
  grid-template-columns: 1fr;
}

.ftk-inquiry-summary-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.ftk-inquiry-summary-list > div {
  border-bottom: 1px solid #eadbcf;
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
}

.ftk-inquiry-summary-list > div:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.ftk-inquiry-summary-list dt {
  color: #6f5a4f;
  font-size: 12px;
  font-weight: 700;
}

.ftk-inquiry-summary-list dd {
  color: #2f241f;
  font-size: 14px;
  margin: 0;
}

.ftk-inquiry-summary {
  border: 1px dashed #d9c5b3;
  border-radius: 10px;
  color: #624f44;
  font-size: 14px;
  margin: 10px 0 14px;
  min-height: 56px;
  padding: 10px 12px;
  white-space: pre-line;
}

.ftk-form-placeholder {
  background: #f6efe6;
  border: 1px dashed #d4b79f;
  border-radius: 10px;
  color: #6f5a4f;
  font-size: 14px;
  margin-top: 12px;
  padding: 10px 12px;
}

.ftk-form-panel {
  margin-top: 12px;
}

.ftk-form-panel[hidden] {
  display: none;
}

.ftk-inquiry-note {
  color: #6e5d53;
  font-size: 13px;
  margin-top: 6px;
}

.ftk-inquiry-note-link a {
  color: var(--ftk-main);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ftk-inquiry [hidden] {
  display: none !important;
}

.ftk-inquiry-form-embed {
  margin-top: 10px;
}

.ftk-oem-hearing-sheet {
  background: #fdf7f0;
  border: 1px solid #ead7c6;
  border-radius: 12px;
  margin-top: 12px;
  padding: 14px;
}

.ftk-oem-hearing-title {
  color: #6f3f1e;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}

.ftk-oem-hearing-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.ftk-oem-hearing-field {
  display: grid;
  gap: 6px;
}

.ftk-oem-hearing-field span {
  color: #5d4b40;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.ftk-oem-hearing-field textarea {
  background: #fff;
  border: 1px solid #dcc8b6;
  border-radius: 10px;
  color: #2f241f;
  font-size: 13px;
  line-height: 1.6;
  min-height: 70px;
  padding: 10px 12px;
  resize: vertical;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ftk-oem-hearing-field textarea:focus {
  border-color: #c78954;
  box-shadow: 0 0 0 3px rgba(199, 137, 84, 0.16);
  outline: none;
}

.ftk-page-oem-form {
  --oem-bg: #f6efe6;
  --oem-ink: #2f221b;
  --oem-muted: #6a5748;
  --oem-accent: #ba8148;
  --oem-accent-soft: #ead2b7;
  --oem-line: #dbc8b2;
  background:
    radial-gradient(900px 440px at 0% 0%, rgba(203, 157, 112, 0.16), rgba(203, 157, 112, 0)),
    radial-gradient(760px 420px at 100% 0%, rgba(170, 188, 214, 0.16), rgba(170, 188, 214, 0)),
    var(--oem-bg);
}

.ftk-page-oem-form .ftk-shell {
  max-width: 1260px;
}

.ftk-page-oem-form .oemx-modern {
  padding: clamp(26px, 4.4vw, 52px) 0 clamp(46px, 6vw, 80px);
}

.ftk-page-oem-form .oemx-layout {
  display: grid;
  gap: clamp(28px, 3.8vw, 48px);
  grid-template-columns: minmax(196px, 232px) minmax(0, 1fr);
}

.ftk-page-oem-form .oemx-rail {
  align-self: start;
  padding-top: 8px;
  position: sticky;
  top: calc(var(--ftk-header-height, 78px) + 20px);
}

.ftk-page-oem-form .oemx-rail-title {
  color: #8f765c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
}

.ftk-page-oem-form .oemx-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftk-page-oem-form .oemx-step-list li {
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}

.ftk-page-oem-form .oemx-step-list li:not(:last-child)::after {
  background: linear-gradient(to bottom, #d8c3aa 0%, #e7d8c7 100%);
  content: '';
  left: 19px;
  position: absolute;
  top: 42px;
  width: 1px;
  bottom: 8px;
}

.ftk-page-oem-form .oemx-step-list a {
  align-items: center;
  color: var(--oem-muted);
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr);
  padding: 2px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ftk-page-oem-form .oemx-step-list a span {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--oem-line);
  border-radius: 999px;
  color: #846751;
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 40px;
}

.ftk-page-oem-form .oemx-step-list a small {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ftk-page-oem-form .oemx-step-list a.is-active {
  color: #3a2b20;
}

.ftk-page-oem-form .oemx-step-list a.is-active span {
  background: #3a2b20;
  border-color: #3a2b20;
  color: #f8f2eb;
}

.ftk-page-oem-form .oemx-step-list a.is-done span {
  background: #c58a4d;
  border-color: #c58a4d;
  color: #fff7ef;
}

.ftk-page-oem-form .oemx-step-list a.is-done small {
  color: #3f2e21;
}

.ftk-page-oem-form .oemx-rail-progress {
  border-top: 1px solid var(--oem-line);
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding-top: 14px;
}

.ftk-page-oem-form .oemx-rail-progress strong {
  color: #37281f;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.ftk-page-oem-form .oemx-rail-progress small,
.ftk-page-oem-form .oemx-rail-progress span {
  color: #857261;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ftk-page-oem-form .oemx-content {
  display: grid;
  gap: 8px;
}

.ftk-page-oem-form .oemx-header {
  margin: 0;
}

.ftk-page-oem-form .oemx-header--wide {
  margin-bottom: clamp(22px, 3.1vw, 34px);
}

.ftk-page-oem-form .oemx-header-badge {
  color: #8f755a;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 10px;
}

.ftk-page-oem-form .oemx-header h1 {
  color: var(--oem-ink);
  font-size: clamp(34px, 4.1vw, 56px);
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0;
}

.ftk-page-oem-form .oemx-header p {
  color: var(--oem-muted);
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.9;
  margin: 14px 0 0;
  max-width: none;
  white-space: nowrap;
}

.ftk-page-oem-form .oemx-header-track {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  height: 8px;
  margin-top: 20px;
  overflow: hidden;
}

.ftk-page-oem-form .oemx-header-track span {
  background: linear-gradient(90deg, #c58a4d 0%, #9f6534 100%);
  display: block;
  height: 100%;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ftk-page-oem-form .oemx-question,
.ftk-page-oem-form .oemx-contact {
  border-top: 1px solid var(--oem-line);
  padding: clamp(24px, 3.3vw, 34px) 0;
}

.ftk-page-oem-form #oem-q1 {
  border-top: 0;
  padding-top: 0;
}

.ftk-page-oem-form .oemx-question h2,
.ftk-page-oem-form .oemx-contact h2 {
  align-items: baseline;
  color: var(--oem-ink);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(28px, 3vw, 40px);
  gap: 12px;
  letter-spacing: 0.01em;
  line-height: 1.18;
  margin: 0 0 14px;
}

.ftk-page-oem-form .oemx-question h2 b,
.ftk-page-oem-form .oemx-contact h2 b {
  color: #c58a4d;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.48em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.ftk-page-oem-form .oemx-choices {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftk-page-oem-form .oemx-choices label {
  align-items: center;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(196, 169, 140, 0.5);
  border-radius: 999px;
  color: #4f3f33;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: flex-start;
  line-height: 1.35;
  min-height: 52px;
  padding: 10px 16px;
  transition: border-color 0.26s ease, background-color 0.26s ease, box-shadow 0.26s ease;
}

.ftk-page-oem-form .oemx-choices label input {
  accent-color: var(--oem-accent);
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.ftk-page-oem-form .oemx-choices label:has(input:checked) {
  background: #fffaf4;
  border-color: var(--oem-accent);
  box-shadow: 0 9px 22px rgba(127, 84, 45, 0.11);
  color: #2f231a;
}

.ftk-page-oem-form .oemx-question textarea[data-oem-free-text] {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(196, 169, 140, 0.7);
  border-radius: 14px;
  color: #35271f;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 12px;
  min-height: 94px;
  padding: 12px 14px;
  resize: vertical;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
  width: 100%;
}

.ftk-page-oem-form .oemx-question textarea[data-oem-free-text]:focus {
  border-color: var(--oem-accent);
  box-shadow: 0 0 0 3px rgba(197, 138, 77, 0.16);
  outline: none;
}

.ftk-page-oem-form .oemx-question.is-filled h2 b {
  color: #9a642f;
}

.ftk-page-oem-form .oemx-question.is-invalid {
  border-top-color: #bf4f3f;
}

.ftk-page-oem-form .oemx-question.is-invalid h2 {
  color: #723327;
}

.ftk-page-oem-form .oemx-contact p {
  color: var(--oem-muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 16px;
}

.ftk-page-oem-form .oemx-form-embed {
  margin-top: 4px;
}

.ftk-page-oem-form .oemx-form-embed .wpforms-container {
  margin: 0;
}

.ftk-page-oem-form .oemx-form-embed .wpforms-container .wpforms-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ftk-page-oem-form .oemx-form-embed .wpforms-field-label {
  color: #4e3b2e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ftk-page-oem-form .oemx-form-embed input:not([type='radio']):not([type='checkbox']),
.ftk-page-oem-form .oemx-form-embed textarea {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(196, 169, 140, 0.74);
  border-radius: 12px;
  color: #30231b;
  font-size: 15px;
  line-height: 1.5;
}

.ftk-page-oem-form .oemx-form-embed button[type='submit'],
.ftk-page-oem-form .oemx-form-embed input[type='submit'] {
  background: linear-gradient(120deg, #81461d, #5f3415);
  border: 0;
  border-radius: 999px;
  color: #fff6ec;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 50px;
  min-width: 180px;
  transition: filter 0.24s ease, transform 0.24s ease;
}

.ftk-page-oem-form .oemx-form-embed button[type='submit']:hover,
.ftk-page-oem-form .oemx-form-embed input[type='submit']:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.ftk-page-oem-form .oemx-complete {
  background: #fff9f1;
  border: 1px solid #dcc6ac;
  border-radius: 18px;
  margin: 14px auto 0;
  max-width: 780px;
  padding: 24px 26px;
}

.ftk-page-oem-form .oemx-complete h3 {
  color: #37281f;
  font-size: clamp(24px, 2.6vw, 34px);
  margin: 0 0 10px;
}

.ftk-page-oem-form .oemx-complete p {
  color: #5f4b3d;
  line-height: 1.8;
  margin: 0;
}

.ftk-page-oem-form .oemx-complete h4 {
  color: #543e2e;
  font-size: 18px;
  margin: 16px 0 8px;
}

.ftk-page-oem-form .oemx-complete ol {
  color: #5f4a3c;
  margin: 0;
  padding-left: 20px;
}

.ftk-page-oem-form .oemx-complete li + li {
  margin-top: 5px;
}

.ftk-page-oem-form .ftk-oem-form.is-confirmed .oemx-layout {
  display: block;
}

@media (max-width: 1023px) {
  .ftk-page-oem-form .oemx-layout {
    grid-template-columns: 1fr;
  }

  .ftk-page-oem-form .oemx-rail {
    position: static;
    top: auto;
  }

  .ftk-page-oem-form .oemx-step-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ftk-page-oem-form .oemx-step-list li {
    padding-bottom: 0;
  }

  .ftk-page-oem-form .oemx-step-list li::after {
    display: none;
  }

  .ftk-page-oem-form .oemx-step-list a {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ftk-page-oem-form .oemx-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftk-page-oem-form .oemx-header p {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .ftk-page-oem-form .oemx-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftk-page-oem-form .oemx-header h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .ftk-page-oem-form .oemx-question h2,
  .ftk-page-oem-form .oemx-contact h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .ftk-page-oem-form .oemx-choices {
    grid-template-columns: 1fr;
  }
}

.ftk-inquiry .wpforms-field.ftk-hidden-field {
  display: none !important;
}

.ftk-page-oem-form .wpforms-field.ftk-hidden-field {
  display: none !important;
}

.ftk-page-oem-form .oemx-public-summary {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(198, 171, 141, 0.72);
  border-radius: 12px;
  margin-top: 10px;
  padding: 12px 14px;
}

.ftk-page-oem-form .oemx-public-summary-title {
  color: #5a4536;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}

.ftk-page-oem-form .oemx-public-summary-body {
  color: #3d2f25;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.ftk-js-ready .ftk-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ftk-js-ready .ftk-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .ftk-inquiry-main {
    grid-template-columns: 1fr;
  }

  .ftk-inquiry-stepper {
    grid-template-columns: 1fr;
  }

  .ftk-inquiry-types {
    grid-template-columns: 1fr;
  }

  .ftk-oem-hearing-grid {
    grid-template-columns: 1fr;
  }

  .ftk-inquiry-preview {
    position: static;
  }

}

.ftk-home {
  --ftk-home-bg: #f4ebdf;
  --ftk-home-surface: #fffdf9;
  --ftk-home-ink: #2d221d;
  --ftk-home-muted: #6b5a50;
  --ftk-home-accent: #b86a2f;
  --ftk-home-strong: #5f2f15;
  --ftk-home-border: #e8d6c3;
  --ftk-home-shadow: 0 20px 60px rgba(37, 24, 17, 0.14);
  --ftk-home-serif: 'Playfair Display', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  --ftk-home-sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  background: var(--ftk-home-bg);
  color: var(--ftk-home-ink);
  font-family: var(--ftk-home-sans);
  padding: 0 0 clamp(56px, 8vw, 120px);
}

.ftk-home .ftk-shell {
  max-width: 1180px;
}

.ftk-home-hero {
  background: radial-gradient(circle at 8% 8%, #fff5e7 0, rgba(255, 245, 231, 0) 48%),
    radial-gradient(circle at 88% 84%, #edd4bb 0, rgba(237, 212, 187, 0) 42%),
    linear-gradient(160deg, #e6d9ca 0%, #f6ede2 48%, #e3d0b8 100%);
  min-height: 100svh;
  overflow: hidden;
  padding: 0 0 90px;
  position: relative;
}

.ftk-home-ornaments {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ftk-home-orb {
  animation: ftkHomeFloat 8s ease-in-out infinite;
  border-radius: 50%;
  position: absolute;
}

.ftk-home-orb-1 {
  background: rgba(184, 106, 47, 0.14);
  height: 280px;
  right: -48px;
  top: -24px;
  width: 280px;
}

.ftk-home-orb-2 {
  animation-delay: 1.2s;
  background: rgba(141, 185, 154, 0.18);
  height: 220px;
  left: -74px;
  top: 34%;
  width: 220px;
}

.ftk-home-orb-3 {
  animation-delay: 2.1s;
  background: rgba(255, 255, 255, 0.36);
  bottom: 12%;
  height: 160px;
  right: 18%;
  width: 160px;
}

.ftk-home-grain {
  animation: ftkHomeFloat 6.8s ease-in-out infinite;
  background: radial-gradient(circle, rgba(126, 78, 42, 0.26) 0 30%, rgba(126, 78, 42, 0) 66%);
  border-radius: 999px;
  position: absolute;
}

.ftk-home-grain-1 {
  height: 220px;
  right: 34%;
  top: 8%;
  width: 220px;
}

.ftk-home-grain-2 {
  animation-delay: 1.8s;
  height: 170px;
  left: 16%;
  top: 64%;
  width: 170px;
}

.ftk-home-nav-wrap {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
}

.ftk-home-nav {
  align-items: center;
  backdrop-filter: blur(10px);
  background: transparent;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 86px;
  padding: 16px 6px;
  position: relative;
}

.ftk-home-nav.is-scrolled {
  background: rgba(255, 251, 244, 0.76);
}

.ftk-home-brand {
  align-items: flex-end;
  color: var(--ftk-home-ink);
  display: inline-flex;
  font-family: var(--ftk-home-serif);
  gap: 8px;
  text-decoration: none;
}

.ftk-home-brand-main {
  font-size: clamp(26px, 2.3vw, 44px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.ftk-home-brand-sub {
  color: rgba(45, 34, 29, 0.62);
  font-family: var(--ftk-home-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  margin-bottom: 6px;
}

.ftk-home-nav-menu {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.ftk-home-nav-menu a {
  border-radius: 999px;
  color: rgba(45, 34, 29, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
  white-space: nowrap;
}

.ftk-home-nav-menu a:hover,
.ftk-home-nav-menu a.is-active {
  background: rgba(95, 47, 21, 0.1);
  color: var(--ftk-home-strong);
}

.ftk-home-nav-cta {
  background: rgba(45, 34, 29, 0.88);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 42px;
  min-width: 112px;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.ftk-home-nav-cta:hover {
  opacity: 0.92;
}

.ftk-home-menu-toggle {
  border: 0;
  color: inherit;
  display: none;
}

.ftk-home-hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 980px;
  min-height: 100svh;
  padding-top: 108px;
  text-align: center;
}

.ftk-home-hero-chip {
  backdrop-filter: blur(8px);
  background: rgba(255, 252, 246, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: rgba(45, 34, 29, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  padding: 8px 15px;
  text-transform: uppercase;
}

.ftk-home-headline {
  color: #2f221b;
  font-family: var(--ftk-home-serif);
  font-size: clamp(44px, 8vw, 132px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.02;
  margin: 0;
}

.ftk-home-headline span {
  display: block;
}

.ftk-home-headline .is-accent {
  color: var(--ftk-home-accent);
}

.ftk-home-lead {
  color: var(--ftk-home-muted);
  font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.78;
  margin: clamp(18px, 3vw, 36px) auto 0;
  max-width: 760px;
}

.ftk-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 44px);
}

.ftk-home-scroll-indicator {
  color: rgba(95, 47, 21, 0.52);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  bottom: 104px;
  left: 50%;
}

.ftk-home-scroll-indicator::after {
  background: rgba(95, 47, 21, 0.36);
  content: '';
  display: block;
  height: 36px;
  margin: 8px auto 0;
  width: 1px;
}

.ftk-home-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  max-width: 100%;
  min-height: 56px;
  min-width: min(210px, 100%);
  padding: 12px 28px;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.ftk-home-btn:hover {
  transform: translateY(-2px);
}

.ftk-home-btn-solid {
  background: var(--ftk-home-strong);
  border: 1px solid var(--ftk-home-strong);
  box-shadow: 0 16px 28px rgba(81, 46, 23, 0.24);
  color: #fff;
}

.ftk-home-btn-line {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #3b2a22;
}

.ftk-home-marquee {
  backdrop-filter: blur(4px);
  background: rgba(255, 253, 249, 0.46);
  border-top: 1px solid rgba(95, 47, 21, 0.14);
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 14px 0;
  position: absolute;
  right: 0;
}

.ftk-home-marquee-track {
  animation: ftkHomeMarquee 26s linear infinite;
  display: flex;
  gap: 32px;
  width: max-content;
}

.ftk-home-marquee-track span {
  color: rgba(95, 47, 21, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ftk-home-section {
  margin-top: clamp(62px, 8vw, 128px);
}

.ftk-home-section-head {
  margin-bottom: clamp(24px, 3.2vw, 42px);
  text-align: center;
}

.ftk-home-section-head h2 {
  color: #2f221b;
  font-family: var(--ftk-home-serif);
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.22;
  margin: 0;
}

.ftk-home-story .ftk-home-section-head {
  margin-bottom: clamp(34px, 5.4vw, 66px);
  text-align: center;
}

.ftk-home-story .ftk-shell {
  max-width: 980px;
}

.ftk-home-story .ftk-home-kicker {
  color: rgba(184, 106, 47, 0.8);
  font-size: 10px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.ftk-home-story .ftk-home-section-head h2 {
  font-size: clamp(44px, 5.4vw, 68px);
  line-height: 1.14;
}

.ftk-home-story-intro {
  color: rgba(77, 61, 51, 0.78);
  font-size: 11px;
  line-height: 1.8;
  margin: 10px auto 0;
  max-width: 40ch;
}

.ftk-home-process {
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 4.2vw, 56px);
}

.ftk-home-process-item {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 68px);
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
}

.ftk-home-process-item .ftk-home-process-media {
  justify-self: start;
}

.ftk-home-process-item.is-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 340px);
}

.ftk-home-process-item.is-reverse .ftk-home-process-media {
  order: 2;
  justify-self: end;
}

.ftk-home-process-item.is-reverse .ftk-home-process-content {
  order: 1;
}

.ftk-home-process-media {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(78, 53, 33, 0.14);
  max-width: 340px;
  overflow: hidden;
  position: relative;
  width: min(100%, 340px);
}

.ftk-home-process-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ftk-home-process-chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  bottom: 8px;
  color: rgba(58, 39, 28, 0.78);
  display: inline-flex;
  font-size: 8px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  left: 8px;
  min-width: 18px;
  padding: 0 7px;
  position: absolute;
}

.ftk-home-process-content {
  align-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  justify-self: start;
  max-width: 320px;
  min-height: 100%;
  padding: 0;
}

.home .ftk-home-story .ftk-home-process-content .ftk-home-story-index {
  color: rgba(73, 58, 48, 0.54);
  font-family: var(--ftk-home-sans);
  font-size: 9px !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 14px;
}

.ftk-home-process-content h3 {
  color: #36261d;
  font-family: var(--ftk-home-serif);
  font-size: clamp(44px, 4.4vw, 54px);
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 14px;
}

.ftk-home-process-content p {
  color: var(--ftk-home-muted);
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
  max-width: 34ch;
}

.ftk-home-products {
  position: relative;
}

.ftk-home-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftk-home-product-card {
  background: var(--ftk-home-surface);
  border: 1px solid var(--ftk-home-border);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ftk-home-product-card:hover {
  box-shadow: 0 18px 34px rgba(78, 53, 33, 0.16);
  transform: translateY(-3px);
}

.ftk-home-product-media {
  aspect-ratio: 16 / 10;
  position: relative;
}

.ftk-home-product-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ftk-home-product-chip {
  align-items: center;
  background: rgba(43, 33, 25, 0.62);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  left: 8px;
  letter-spacing: 0.06em;
  min-height: 20px;
  padding: 0 8px;
  position: absolute;
  top: 8px;
}

.ftk-home-product-body {
  padding: 10px 10px 12px;
}

.ftk-home-product-tag {
  color: #8f705d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 3px;
}

.ftk-home-product-body h3 {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 6px;
}

.ftk-home-product-body p {
  color: var(--ftk-home-muted);
  font-size: 10px;
  line-height: 1.7;
  margin: 0;
}

.ftk-home-section-link {
  margin: 24px 0 0;
  text-align: center;
}

.ftk-home-section-link a {
  color: var(--ftk-home-strong);
  font-weight: 700;
  text-decoration: none;
}

.ftk-home-section-link a:hover {
  text-decoration: underline;
}

.ftk-home-quality-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftk-home-quality-card {
  background: linear-gradient(145deg, #fffbf6 0%, #f5ebdf 100%);
  border: 1px solid var(--ftk-home-border);
  border-radius: 18px;
  padding: 22px;
}

.ftk-home-quality-card h3 {
  margin: 0 0 8px;
}

.ftk-home-quality-card p {
  color: var(--ftk-home-muted);
  margin: 0;
}

.ftk-home-news-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftk-home-news-card {
  background: var(--ftk-home-surface);
  border: 1px solid var(--ftk-home-border);
  border-radius: 16px;
  min-height: 220px;
  padding: 20px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.ftk-home-news-card:hover {
  box-shadow: 0 16px 30px rgba(68, 46, 30, 0.14);
  transform: translateY(-2px);
}

.ftk-home-news-date {
  color: rgba(95, 47, 21, 0.66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.ftk-home-news-card h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.ftk-home-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ftk-home-news-card h3 a:hover {
  text-decoration: underline;
}

.ftk-home-news-card p {
  color: var(--ftk-home-muted);
  margin: 0;
}

.ftk-home-company-panel,
.ftk-home-contact-panel {
  align-items: center;
  background: var(--ftk-home-surface);
  border: 1px solid var(--ftk-home-border);
  border-radius: 24px;
  box-shadow: var(--ftk-home-shadow);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  padding: clamp(24px, 3.4vw, 44px);
}

.ftk-home-company-text h2,
.ftk-home-contact-panel h2 {
  font-family: var(--ftk-home-serif);
  font-size: clamp(30px, 3.3vw, 48px);
  margin: 0 0 14px;
}

.ftk-home-company-text p,
.ftk-home-contact-panel p {
  color: var(--ftk-home-muted);
  margin: 0;
}

.ftk-home-company-actions,
.ftk-home-contact-actions {
  display: grid;
  gap: 10px;
}

.ftk-home-company-actions .ftk-home-btn,
.ftk-home-contact-actions .ftk-home-btn {
  min-width: 0;
  width: 100%;
}

@keyframes ftkHomeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes ftkHomeMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1240px) {
  .ftk-home-nav-menu {
    gap: 6px;
  }

  .ftk-home-nav-menu a {
    font-size: 11px;
    padding: 7px 9px;
  }

  .ftk-home-nav-cta {
    min-width: 94px;
    padding: 9px 12px;
  }
}

@media (max-width: 1100px) {
  .ftk-home-process-item,
  .ftk-home-process-item.is-reverse {
    grid-template-columns: 1fr;
  }

  .ftk-home-process-item.is-reverse .ftk-home-process-media,
  .ftk-home-process-item.is-reverse .ftk-home-process-content {
    order: initial;
  }

  .ftk-home-process-item .ftk-home-process-media,
  .ftk-home-process-item.is-reverse .ftk-home-process-media,
  .ftk-home-process-content {
    justify-self: stretch;
    max-width: none;
    width: 100%;
  }

  .ftk-home-process-media {
    max-width: 100%;
  }

  .ftk-home-product-grid,
  .ftk-home-quality-grid,
  .ftk-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftk-home-company-panel,
  .ftk-home-contact-panel {
    grid-template-columns: 1fr;
  }

  .ftk-home-process-content {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .ftk-home-nav {
    min-height: 74px;
    padding: 14px 2px;
  }

  .ftk-home-nav-cta {
    display: none;
  }

  .ftk-home-menu-toggle {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(95, 47, 21, 0.26);
    border-radius: 12px;
    display: grid;
    gap: 4px;
    padding: 8px;
  }

  .ftk-home-menu-toggle span {
    background: #4f301f;
    display: block;
    height: 2px;
    width: 18px;
  }

  .ftk-home-nav-menu {
    background: rgba(255, 253, 249, 0.98);
    border: 1px solid var(--ftk-home-border);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(40, 26, 17, 0.16);
    display: none;
    gap: 4px;
    left: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
  }

  .ftk-home-nav-menu.is-open {
    display: grid;
  }

  .ftk-home-nav-menu a {
    padding: 10px 12px;
  }
}

@media (max-width: 767px) {
  .ftk-home-hero {
    min-height: auto;
    padding-bottom: 74px;
  }

  .ftk-home-hero-content {
    min-height: 82svh;
    padding-top: 92px;
  }

  .ftk-home-brand-main {
    font-size: clamp(22px, 8vw, 30px);
  }

  .ftk-home-brand-sub {
    display: none;
  }

  .ftk-home-lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .ftk-home-story .ftk-home-section-head h2 {
    font-size: clamp(34px, 9vw, 50px);
  }

  .ftk-home-process-media {
    aspect-ratio: 16 / 10;
    max-width: 100%;
    width: 100%;
  }

  .ftk-home-process-content h3 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .ftk-home-process-content p {
    font-size: 12px;
  }

  .ftk-home-scroll-indicator {
    bottom: 88px;
  }

  .ftk-home-hero-actions {
    flex-direction: column;
  }

  .ftk-home-btn {
    min-width: 100%;
  }

  .ftk-home-product-grid,
  .ftk-home-quality-grid,
  .ftk-home-news-grid {
    grid-template-columns: 1fr;
  }
}

/* OEM detail LP (development-oem only) */
.cw-home .cw-oem-kpi-grid .cw-oem-kpi-card {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 243, 0.98));
  box-shadow: 0 12px 26px rgba(59, 42, 32, 0.08);
  position: relative;
}

.cw-home .cw-oem-kpi-grid .cw-oem-kpi-card::after {
  background: linear-gradient(90deg, rgba(200, 145, 96, 0.18), rgba(200, 145, 96, 0));
  border-radius: inherit;
  content: '';
  height: 1px;
  left: 1rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 2.1rem;
}

.cw-home .cw-oem-overview .cw-section-lead {
  font-size: clamp(1.02rem, 1.22vw, 1.22rem);
  letter-spacing: 0.012em;
  line-height: 2.02;
  max-width: 64ch;
  text-wrap: pretty;
}

.cw-home .cw-oem-quick-nav a {
  box-shadow: 0 6px 14px rgba(57, 39, 27, 0.08);
  transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease;
}

.cw-home .cw-oem-quick-nav a:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(200, 145, 96, 0.48);
  color: #5f2f15;
}

.cw-home .cw-oem-flow-list {
  display: grid;
  gap: 1rem;
  margin-inline: auto;
  max-width: 72rem;
}

.cw-home .cw-oem-flow-step {
  align-items: stretch;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.93), rgba(250, 246, 240, 0.98));
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 7.2rem minmax(0, 1fr);
  overflow: hidden;
  position: relative;
}

.cw-home .cw-oem-flow-step::after {
  display: none;
}

.cw-home .cw-oem-flow-connector {
  align-items: center;
  display: flex;
  gap: 0.62rem;
  justify-content: center;
  margin: 0.1rem 0 0.35rem;
}

.cw-home .cw-oem-flow-connector-line {
  background: linear-gradient(90deg, rgba(200, 145, 96, 0), rgba(200, 145, 96, 0.52), rgba(200, 145, 96, 0));
  display: block;
  height: 1px;
  width: min(16vw, 6.8rem);
}

.cw-home .cw-oem-flow-connector-arrow {
  align-items: center;
  background: linear-gradient(160deg, #e2bc72, #cf9944);
  border-radius: 9999px;
  box-shadow: 0 8px 18px rgba(154, 108, 34, 0.28);
  color: #3b2a21;
  display: inline-flex;
  height: 1.95rem;
  justify-content: center;
  width: 1.95rem;
}

.cw-home .cw-oem-step-track {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.82rem;
  justify-content: center;
  padding: 0.5rem 0 0.5rem 0.6rem;
}

.cw-home .cw-oem-step-no {
  background: linear-gradient(155deg, #e5bf75, #cf9944);
  border-radius: 0.88rem;
  color: #3b2a21;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  min-width: 5.1rem;
  padding: 0.52rem 0.6rem;
  text-align: center;
}

.cw-home .cw-oem-step-icon {
  align-items: center;
  background: linear-gradient(160deg, #e6c47f, #ce9742);
  border-radius: 9999px;
  box-shadow: 0 8px 18px rgba(154, 108, 34, 0.24);
  color: #3b2a21;
  display: inline-flex;
  height: 2.65rem;
  justify-content: center;
  width: 2.65rem;
}

.cw-home .cw-oem-step-panel {
  border-left: 1px dashed rgba(200, 145, 96, 0.5);
  padding-left: 1.15rem;
  padding-right: 0.3rem;
}

.cw-home .cw-oem-step-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem 0.9rem;
  justify-content: space-between;
}

.cw-home .cw-oem-period {
  background: rgba(200, 145, 96, 0.16);
  border: 1px solid rgba(200, 145, 96, 0.42);
  border-radius: 999px;
  color: #704725;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.4rem 0.74rem;
}

.cw-home .cw-oem-allergen,
.cw-home .cw-oem-faq {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.9), rgba(251, 248, 243, 0.97));
  box-shadow: 0 16px 30px rgba(60, 42, 31, 0.08);
}

.cw-home .cw-oem-allergen-visual {
  border: 1px solid rgba(220, 205, 191, 0.85);
  border-radius: 1rem;
  padding: 0.95rem;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.8), rgba(244, 236, 225, 0.42));
}

.cw-home .cw-oem-allergen-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cw-home .cw-oem-allergen-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 205, 191, 0.9);
  border-radius: 999px;
  color: var(--cw-foreground);
  display: inline-flex;
  font-size: 0.77rem;
  font-weight: 700;
  gap: 0.35rem;
  letter-spacing: 0.03em;
  padding: 0.34rem 0.62rem 0.34rem 0.44rem;
}

.cw-home .cw-oem-allergen-icon {
  align-items: center;
  background: rgba(200, 145, 96, 0.18);
  border-radius: 999px;
  color: #7c4e2a;
  display: inline-flex;
  height: 1.36rem;
  justify-content: center;
  width: 1.36rem;
}

.cw-home .cw-oem-allergen-confirm {
  align-items: center;
  display: grid;
  gap: 0.62rem;
  grid-template-columns: 1.9rem minmax(0, 1fr);
  margin-top: 0.85rem;
}

.cw-home .cw-oem-allergen-arrow {
  align-items: center;
  background: linear-gradient(160deg, #e2bc72, #cf9944);
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(154, 108, 34, 0.24);
  color: #3b2a21;
  display: inline-flex;
  height: 1.9rem;
  justify-content: center;
  width: 1.9rem;
}

.cw-home .cw-oem-allergen-doc {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.88);
  border: 1px dashed rgba(200, 145, 96, 0.66);
  border-radius: 0.88rem;
  display: flex;
  gap: 0.62rem;
  padding: 0.66rem 0.78rem;
}

.cw-home .cw-oem-allergen-doc-icon {
  align-items: center;
  color: #7c4e2a;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.4rem;
  justify-content: center;
  margin-top: 0.1rem;
  width: 1.4rem;
}

.cw-home .cw-oem-allergen-doc-title {
  color: var(--cw-foreground);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 0;
}

.cw-home .cw-oem-allergen-doc-copy {
  color: var(--cw-muted-foreground);
  font-size: 0.75rem;
  line-height: 1.72;
  margin: 0.24rem 0 0;
}

.cw-home .cw-oem-faq-item {
  box-shadow: inset 0 0 0 1px rgba(220, 205, 191, 0.2);
}

.cw-home .cw-oem-check-grid {
  align-items: stretch;
}

.cw-home .cw-oem-check-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 243, 0.98));
  box-shadow: 0 14px 28px rgba(59, 42, 32, 0.08);
  overflow: hidden;
  position: relative;
}

.cw-home .cw-oem-check-card::before {
  background: linear-gradient(180deg, rgba(200, 145, 96, 0.76), rgba(200, 145, 96, 0.26));
  border-radius: 999px;
  content: '';
  left: 0.95rem;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
}

.cw-home .cw-oem-check-card > * {
  padding-left: 0.85rem;
}

@media (max-width: 1023px) {
  .cw-home .cw-oem-overview .cw-section-lead {
    max-width: 100%;
  }

  .cw-home .cw-oem-flow-step {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .cw-home .cw-oem-flow-connector-line {
    width: min(20vw, 4rem);
  }

  .cw-home .cw-oem-step-track {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0.2rem;
  }

  .cw-home .cw-oem-step-panel {
    border-left: 0;
    border-top: 1px dashed rgba(200, 145, 96, 0.5);
    padding-left: 0.2rem;
    padding-top: 0.9rem;
    padding-right: 0;
  }

  .cw-home .cw-oem-allergen-confirm {
    grid-template-columns: 1fr;
  }

  .cw-home .cw-oem-allergen-arrow {
    justify-self: start;
    transform: rotate(90deg);
  }
}

/* Products cards: keep top/bottom edges aligned even when old inline stagger CSS is cached. */
.cw-product-grid > .cw-lux-card {
  --cw-card-offset-y: 0px !important;
  height: 100%;
}

.cw-product-grid > .cw-lux-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cw-product-grid > .cw-lux-card > a > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.cw-product-grid .cw-card-copy {
  flex: 1;
}
