/*
 * DRACAENA refinement v6
 * Remaining fixed pages aligned with the Figma-derived design system.
 */

.cases-v6,
.company-v6,
.dracaena-insights-index,
.dracaena-contact-page {
  color: var(--wp--preset--color--ink);
  background: var(--wp--preset--color--ivory);
}

.cases-v6 h1,
.cases-v6 h2,
.cases-v6 h3,
.company-v6 h1,
.company-v6 h2,
.company-v6 h3,
.dracaena-insights-index h1,
.dracaena-insights-index h2,
.dracaena-insights-index h3,
.dracaena-contact-page h1,
.dracaena-contact-page h2,
.dracaena-contact-page h3 {
  font-family: var(--wp--preset--font-family--sans-jp);
  font-weight: 700;
  letter-spacing: 0;
}

.case-v6-hero,
.company-page-hero,
.insights-v6-hero,
.contact-v6-hero {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 0 112px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 72px;
}

.case-v6-hero-copy > p,
.case-v6-heading > p,
.company-v6 .company-page-hero p,
.company-v6 .company-belief > p,
.company-v6 .fixed-section-heading > p,
.insights-v6-hero > div > p,
.contact-v6-hero > div > p,
.contact-v6-guide > p {
  margin: 0;
  color: var(--wp--preset--color--gold);
  font: 500 12px/18px Inter, Arial, sans-serif;
  letter-spacing: 0.14em;
}

.case-v6-hero-copy h1,
.company-v6 .company-page-hero h1,
.insights-v6-hero h1,
.contact-v6-hero h1 {
  margin: 22px 0 0;
  color: var(--wp--preset--color--ink);
  font-size: clamp(42px, 4vw, 56px);
  line-height: 1.4;
}

.case-v6-hero-copy > span,
.company-v6 .company-page-hero > div > span,
.insights-v6-hero > div > span,
.contact-v6-hero > div > span {
  display: block;
  max-width: 610px;
  margin-top: 24px;
  color: var(--wp--preset--color--muted);
  font-size: 16px;
  line-height: 2;
}

/* Cases */
.case-v6-board {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 48px;
  overflow: hidden;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  background: var(--wp--preset--color--green-deep);
  box-shadow: 0 24px 64px rgba(23, 51, 45, 0.14);
  color: #fff;
}

.case-v6-board::before,
.case-v6-board::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.case-v6-board::before {
  top: 34px;
  right: -88px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(200, 169, 106, 0.26);
  border-radius: 50%;
}

.case-v6-board::after {
  right: 48px;
  bottom: 45px;
  left: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 169, 106, 0.75), transparent);
  transform-origin: left center;
  animation: case-line-drift 9s ease-in-out infinite alternate;
}

.case-v6-board small {
  color: var(--wp--preset--color--gold);
  font: 500 11px/18px Inter, Arial, sans-serif;
  letter-spacing: 0.16em;
}

.case-v6-board strong {
  display: block;
  margin-top: 16px;
  color: var(--wp--preset--color--gold);
  font: 500 clamp(88px, 10vw, 138px)/0.9 Inter, Arial, sans-serif;
  letter-spacing: -0.07em;
}

.case-v6-board > span {
  margin-top: 16px;
  font: 500 13px/20px Inter, Arial, sans-serif;
  letter-spacing: 0.18em;
}

.case-v6-board > div {
  position: absolute;
  right: 48px;
  bottom: 34px;
  left: 48px;
  z-index: 1;
  display: grid;
  grid-template-columns: 10px 1fr 10px 1fr 10px 1fr;
  align-items: center;
  gap: 8px;
}

.case-v6-board i {
  width: 10px;
  height: 10px;
  border: 2px solid var(--wp--preset--color--gold);
  border-radius: 50%;
  background: var(--wp--preset--color--green-deep);
}

.case-v6-board p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.cases-v6 .case-page-list {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 112px;
}

.case-v6-heading {
  display: grid;
  margin-bottom: 56px;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 48px;
}

.case-v6-heading h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.45;
}

.cases-v6 .case-page-item {
  min-height: 0;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 24px;
  background: #fff;
}

.cases-v6 .case-page-image {
  min-height: 500px;
}

.cases-v6 .case-page-image img {
  filter: saturate(0.76) contrast(1.02);
}

.cases-v6 .case-page-copy {
  padding: 56px;
  background: #fff;
}

.cases-v6 .case-page-copy h2 {
  margin-top: 18px;
  color: var(--wp--preset--color--ink);
  font-size: 32px;
  line-height: 1.45;
}

.cases-v6 .case-page-copy > span {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
}

.cases-v6 .case-page-copy dl {
  margin-top: 32px;
}

.cases-v6 .case-page-copy dl div {
  padding: 16px 0;
  grid-template-columns: 84px 1fr;
  font-size: 13px;
}

/* Company */
.company-v6 .company-page-hero {
  min-height: 0;
  background: transparent;
  color: var(--wp--preset--color--ink);
}

.company-v6 .company-page-hero > div {
  padding: 0;
}

.company-v6 .company-page-hero picture {
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(23, 51, 45, 0.12);
}

.company-v6 .company-page-hero img {
  width: 100%;
  height: 100% !important;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.02);
}

.company-v6-meta {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 8px;
}

.company-v6-meta small {
  padding: 8px 10px;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  color: var(--wp--preset--color--green);
  background: #fff;
  font: 500 10px/16px Inter, Arial, sans-serif;
  letter-spacing: 0.08em;
}

.company-v6 .company-belief {
  width: min(1080px, calc(100% - 48px));
  padding: 112px 0;
  grid-template-columns: 0.34fr 1.66fr;
  gap: 64px;
}

.company-v6 .company-belief h2,
.company-v6 .fixed-section-heading h2,
.company-v6 .fixed-cta h2 {
  color: var(--wp--preset--color--ink);
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.45;
}

.company-v6 .company-belief div > span {
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
}

.company-v6 .company-principles {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 112px;
  gap: 20px;
}

.company-v6 .company-principles article,
.company-v6 .company-principles article:first-child {
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 16px;
  background: #fff;
}

.company-v6 .company-principles h3 {
  margin-top: 64px;
  color: var(--wp--preset--color--ink);
  font-size: 22px;
}

.company-v6 .company-principles p {
  font-size: 14px;
  line-height: 1.9;
}

.company-v6 .company-profile {
  padding: 112px max(24px, calc((100vw - 1000px) / 2));
  background: var(--wp--preset--color--green-soft);
}

.company-v6 .fixed-section-heading {
  margin-bottom: 48px;
  gap: 48px;
}

.company-v6 .company-profile dl div {
  padding: 22px 4px;
  grid-template-columns: 180px 1fr;
  font-size: 14px;
}

/* Insights index */
.insights-v6-hero > aside,
.contact-v6-hero > aside {
  position: relative;
  min-height: 360px;
  padding: 48px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--wp--preset--color--green-deep);
  color: #fff;
}

.insights-v6-hero > aside::after,
.contact-v6-hero > aside::after {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(200, 169, 106, 0.28);
  border-radius: 50%;
  content: "";
}

.insights-v6-hero aside small,
.contact-v6-hero aside small {
  color: var(--wp--preset--color--gold);
  font: 500 11px/18px Inter, Arial, sans-serif;
  letter-spacing: 0.14em;
}

.insights-v6-hero aside ul,
.contact-v6-hero aside ul {
  margin: 100px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.insights-v6-hero aside li,
.contact-v6-hero aside li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.insights-v6-list {
  padding-top: 0;
  padding-bottom: 112px;
}

.insights-v6-heading {
  margin-bottom: 56px;
}

.insights-v6-heading h2 {
  margin: 14px 0 0;
  font-size: 44px;
}

.insights-v6-heading > p {
  color: var(--wp--preset--color--muted);
  font-size: 14px;
}

.insights-v6-grid {
  gap: 24px !important;
}

.insights-v6-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.insights-v6-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(23, 51, 45, 0.1);
}

.insights-v6-card .wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
}

.insights-v6-card .wp-block-post-featured-image img {
  transition: transform 400ms ease;
}

.insights-v6-card:hover .wp-block-post-featured-image img {
  transform: scale(1.025);
}

.insights-v6-card-body {
  padding: 30px;
}

.insights-v6-card-body .wp-block-post-title {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.55;
}

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

.insights-v6-card-body .wp-block-post-excerpt {
  margin-top: 18px;
  color: var(--wp--preset--color--muted);
  font-size: 14px;
  line-height: 1.85;
}

.insights-v6-card-body .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--wp--preset--color--green);
  font-weight: 600;
  text-decoration: none;
}

/* Contact */
.dracaena-contact-page {
  min-width: 0;
  overflow: clip;
}

.contact-v6-hero {
  padding-bottom: 96px;
}

.contact-v6-hero > aside {
  min-height: 390px;
}

.contact-v6-hero aside ul {
  margin-top: 72px;
}

.contact-v6-content {
  display: grid;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 112px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 72px;
}

.contact-v6-content > .wp-block-shortcode {
  min-width: 0;
  margin: 0;
}

.contact-v6-guide h2 {
  margin: 16px 0 0;
  font-size: 36px;
  line-height: 1.45;
}

.contact-v6-guide > span {
  display: block;
  margin-top: 22px;
  color: var(--wp--preset--color--muted);
  font-size: 14px;
  line-height: 1.9;
}

.contact-v6-guide dl {
  margin: 36px 0 0;
  border-top: 1px solid var(--wp--preset--color--line);
}

.contact-v6-guide dl div {
  display: grid;
  padding: 16px 0;
  grid-template-columns: 92px 1fr;
  border-bottom: 1px solid var(--wp--preset--color--line);
  gap: 18px;
  font-size: 13px;
}

.contact-v6-guide dt {
  color: var(--wp--preset--color--muted);
}

.contact-v6-guide dd {
  margin: 0;
  color: var(--wp--preset--color--green);
  font-weight: 600;
}

.contact-v6-form {
  display: grid;
  padding: 48px;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(23, 51, 45, 0.08);
}

.contact-v6-field:not(.contact-v6-half),
.contact-v6-consent,
.contact-v6-form > button {
  grid-column: 1 / -1;
}

.contact-v6-field label {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 8px;
  color: var(--wp--preset--color--ink);
  font-size: 13px;
  font-weight: 600;
}

.contact-v6-field label small {
  padding: 3px 6px;
  border-radius: 4px;
  background: var(--wp--preset--color--green-soft);
  color: var(--wp--preset--color--green);
  font-size: 10px;
}

.contact-v6-field input,
.contact-v6-field select,
.contact-v6-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  background: var(--wp--preset--color--ivory);
  color: var(--wp--preset--color--ink);
  font: inherit;
}

.contact-v6-field input,
.contact-v6-field select {
  min-height: 52px;
  padding: 0 16px;
}

.contact-v6-field textarea {
  padding: 15px 16px;
  resize: vertical;
}

.contact-v6-field input:focus,
.contact-v6-field select:focus,
.contact-v6-field textarea:focus {
  border-color: var(--wp--preset--color--green);
  outline: 2px solid rgba(30, 58, 52, 0.12);
  outline-offset: 1px;
}

.contact-v6-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--wp--preset--color--muted);
  font-size: 13px;
}

.contact-v6-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--wp--preset--color--green);
}

.contact-v6-consent a {
  color: var(--wp--preset--color--green);
}

.contact-v6-form > button {
  display: flex;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--wp--preset--color--green);
  color: #fff;
  font: 600 14px/20px var(--wp--preset--font-family--sans-jp);
  cursor: pointer;
}

.contact-v8-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-v8-status {
  display: flex;
  margin-bottom: 20px;
  padding: 20px 22px;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 12px;
  flex-direction: column;
  gap: 6px;
  background: #fff;
}

.contact-v8-status.is-success {
  border-color: rgba(30, 58, 52, 0.28);
  background: var(--wp--preset--color--green-soft);
}

.contact-v8-status.is-error {
  border-color: #c9897e;
  background: #fff7f5;
}

.contact-v8-status strong {
  color: var(--wp--preset--color--green);
  font-size: 16px;
}

.contact-v8-status span,
.contact-v8-note {
  color: var(--wp--preset--color--muted);
  font-size: 12px;
  line-height: 1.8;
}

.contact-v8-note {
  margin: -4px 0 0;
  grid-column: 1 / -1;
  text-align: center;
}

.cases-v6 .fixed-cta,
.company-v6 .fixed-cta {
  width: min(1200px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto 112px;
  padding: 64px 24px;
  border-radius: 24px;
  background: var(--wp--preset--color--green-deep);
}

.cases-v6 .fixed-cta h2,
.company-v6 .fixed-cta h2 {
  margin-top: 16px;
  color: #fff;
  font-size: 40px;
}

.cases-v6 .fixed-cta > a,
.company-v6 .fixed-cta > a {
  width: auto;
  min-width: 280px;
  min-height: 56px;
  margin-top: 28px;
  padding: 0 28px;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 8px;
  justify-content: center;
  gap: 20px;
  background: #fff;
  color: var(--wp--preset--color--green);
  font-size: 14px;
}

@keyframes case-line-drift {
  from { transform: scaleX(0.76); opacity: 0.52; }
  to { transform: scaleX(1); opacity: 1; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .case-v6-hero,
  .company-page-hero,
  .insights-v6-hero,
  .contact-v6-hero {
    padding: 80px 0 96px;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .case-v6-board,
  .insights-v6-hero > aside,
  .contact-v6-hero > aside {
    min-height: 340px;
  }

  .company-v6 .company-page-hero picture {
    min-height: 440px;
  }

  .contact-v6-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .case-v6-hero,
  .company-page-hero,
  .insights-v6-hero,
  .contact-v6-hero {
    width: 100%;
    max-width: 100%;
    padding: 64px 24px 72px;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .case-v6-hero-copy h1,
  .company-v6 .company-page-hero h1,
  .insights-v6-hero h1,
  .contact-v6-hero h1 {
    font-size: 32px;
    line-height: 1.45;
  }

  .case-v6-hero-copy > span,
  .company-v6 .company-page-hero > div > span,
  .insights-v6-hero > div > span,
  .contact-v6-hero > div > span {
    font-size: 15px;
    line-height: 1.9;
  }

  .case-v6-board {
    min-height: 330px;
    padding: 32px 24px;
  }

  .case-v6-board strong {
    font-size: 86px;
  }

  .case-v6-board::after,
  .case-v6-board > div {
    right: 24px;
    left: 24px;
  }

  .cases-v6 .case-page-list {
    width: 100%;
    padding: 0 24px 72px;
  }

  .case-v6-heading {
    margin-bottom: 32px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .case-v6-heading h2,
  .company-v6 .company-belief h2,
  .company-v6 .fixed-section-heading h2,
  .contact-v6-guide h2 {
    font-size: 30px;
  }

  .cases-v6 .case-page-item {
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .cases-v6 .case-page-image {
    min-height: 260px;
  }

  .cases-v6 .case-page-copy {
    padding: 28px 24px;
  }

  .cases-v6 .case-page-copy h2 {
    font-size: 24px;
  }

  .cases-v6 .case-page-copy dl div {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  .company-v6 .company-page-hero > div {
    min-height: 0;
    padding: 0;
  }

  .company-v6 .company-page-hero picture {
    min-height: 300px;
    border-radius: 16px;
  }

  .company-v6 .company-page-hero img {
    min-height: 300px;
  }

  .company-v6 .company-belief {
    width: 100%;
    padding: 72px 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .company-v6 .company-belief > p,
  .company-v6 .fixed-section-heading > p {
    padding-top: 0;
  }

  .company-v6 .company-principles {
    width: 100%;
    padding: 0 24px 72px;
    grid-template-columns: minmax(0, 1fr);
  }

  .company-v6 .company-principles article,
  .company-v6 .company-principles article:first-child {
    min-height: 230px;
    border: 1px solid var(--wp--preset--color--line);
    border-radius: 16px;
  }

  .company-v6 .company-profile {
    padding: 72px 24px;
  }

  .company-v6 .fixed-section-heading {
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .company-v6 .company-profile dl div {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .insights-v6-hero > aside,
  .contact-v6-hero > aside {
    min-height: 300px;
    padding: 32px 24px;
    border-radius: 16px;
  }

  .insights-v6-hero aside ul,
  .contact-v6-hero aside ul {
    margin-top: 54px;
  }

  .insights-v6-list {
    width: 100%;
    padding: 0 24px 72px;
  }

  .insights-v6-heading {
    display: grid !important;
    margin-bottom: 32px;
    gap: 8px;
  }

  .insights-v6-heading h2 {
    font-size: 32px;
  }

  .insights-v6-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .insights-v6-card-body {
    padding: 24px;
  }

  .insights-v6-card-body .wp-block-post-title {
    font-size: 21px;
  }

  .contact-v6-content {
    width: 100%;
    padding: 0 24px 72px;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .contact-v6-form {
    padding: 24px;
    border-radius: 16px;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .contact-v6-half {
    grid-column: 1 / -1;
  }

  .contact-v6-guide dl div {
    grid-template-columns: 82px 1fr;
  }

  .cases-v6 .fixed-cta,
  .company-v6 .fixed-cta {
    width: calc(100% - 48px);
    margin-bottom: 72px;
    padding: 48px 24px;
    border-radius: 16px;
  }

  .cases-v6 .fixed-cta h2,
  .company-v6 .fixed-cta h2 {
    font-size: 30px;
  }

  .cases-v6 .fixed-cta > a,
  .company-v6 .fixed-cta > a {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-v6-board::after,
  .insights-v6-card,
  .insights-v6-card .wp-block-post-featured-image img {
    animation: none;
    transition: none;
  }
}

/* v10: execution value and pricing clarity */
.fixed-price-grid article > span {
  display: block;
  margin-top: 20px;
  color: #68736e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.fixed-price-grid article:nth-child(2) > span {
  color: #e0bd67;
}

/* v9: privacy policy */
.privacy-v9-page {
  overflow: clip;
  background: #faf9f4;
  color: #151b18;
}

.privacy-v9-hero,
.privacy-v9-body,
.privacy-v9-contact {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.privacy-v9-hero {
  padding: 136px 0 96px;
  border-bottom: 1px solid #d8dcd7;
}

.privacy-v9-hero > p,
.privacy-v9-contact > p {
  margin: 0 0 24px;
  color: #a57d2a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.privacy-v9-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #0d3d2d;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.privacy-v9-hero > span {
  display: block;
  margin-top: 28px;
  color: #67706a;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}

.privacy-v9-body {
  max-width: 960px;
  padding: 96px 0 112px;
}

.privacy-v9-lead {
  max-width: 820px;
  margin: 0 0 72px;
  color: #35433e;
  font-size: 18px;
  line-height: 2;
}

.privacy-v9-body > section {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid #d8dcd7;
}

.privacy-v9-body > section > span {
  color: #a57d2a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.privacy-v9-body h2 {
  margin: 0 0 14px;
  color: #0d3d2d;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
}

.privacy-v9-body section p,
.privacy-v9-body address {
  margin: 0;
  color: #4f5b56;
  font-size: 16px;
  font-style: normal;
  line-height: 1.95;
}

.privacy-v9-body a {
  color: #0d3d2d;
  text-underline-offset: 4px;
}

.privacy-v9-date {
  margin: 32px 0 0;
  color: #67706a;
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
}

.privacy-v9-contact {
  margin-bottom: 112px;
  padding: 72px;
  border-radius: 24px;
  background: #0d3d2d;
  color: #fff;
}

.privacy-v9-contact h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.35;
  letter-spacing: -.03em;
}

.privacy-v9-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
  margin-top: 36px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #fff;
  color: #0d3d2d;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .privacy-v9-hero,
  .privacy-v9-body,
  .privacy-v9-contact {
    width: 100%;
    max-width: 100%;
  }

  .privacy-v9-hero {
    padding: 88px 24px 64px;
  }

  .privacy-v9-hero h1 {
    font-size: 32px;
    letter-spacing: -.06em;
    word-break: keep-all;
  }

  .privacy-v9-body {
    padding: 64px 24px 80px;
  }

  .privacy-v9-lead {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .privacy-v9-body > section {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 28px 0;
  }

  .privacy-v9-date {
    text-align: left;
  }

  .privacy-v9-contact {
    width: calc(100% - 48px);
    margin-bottom: 72px;
    padding: 48px 24px;
    border-radius: 16px;
  }

  .privacy-v9-contact a {
    width: 100%;
    min-width: 0;
  }
}
