/* =========================================================
   DOSIN Website v2.0
   Page-specific Styles
========================================================= */


/* =========================
   TOP
========================= */


/* Hero
--------------------------------------------------------- */

.top-hero {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--color-white);
}

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

.top-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.top-hero-overlay {
  background: rgba(17, 24, 39, 0.58);
}

.top-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.top-hero-eyebrow {
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.top-hero-title {
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.3;
}

.top-hero-lead {
  max-width: 680px;
  margin-bottom: 28px;
}

.top-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.top-hero .top-hero-actions {
  position: absolute;
  left: 6.5%;
  top: 72.5%;
  margin: 0;
  z-index: 2;
  display: flex;
  gap: 12px;
}

.top-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.top-hero-badges li {
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.8125rem;
}


/* Common TOP
--------------------------------------------------------- */

.top-section-heading {
  margin-bottom: 36px;
}

.top-section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.top-section-heading > p:last-child {
  max-width: 720px;
  color: var(--color-text-muted);
}

.top-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.top-section-action {
  margin-top: 40px;
}

.top-text-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-text);
}


/* About
--------------------------------------------------------- */

.top-about-grid {
  display: grid;
  gap: 40px;
}

.top-about-copy p {
  max-width: 680px;
}

.top-company-summary {
  margin: 0;
  border-top: 1px solid var(--color-border);
}

.top-company-summary div {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.top-company-summary dt {
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.top-company-summary dd {
  margin: 0;
}


/* Business
--------------------------------------------------------- */

.top-business-grid {
  display: grid;
  gap: 20px;
}

.top-business-card {
  padding: 28px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.top-business-number {
  margin-bottom: 20px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.top-business-card h3 {
  margin-bottom: 12px;
}

.top-business-card a {
  display: inline-block;
  margin-top: 12px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-text);
}


/* Products
--------------------------------------------------------- */

.top-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.top-product-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--color-surface-light);
}

.top-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.top-product-card h3 {
  margin: 14px 0 0;
  font-size: 1rem;
}

.top-product-card a:hover img {
  transform: scale(1.03);
}


/* Research
--------------------------------------------------------- */

.top-research-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.top-research-grid h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 7vw, 3.5rem);
}

.top-research-grid p:not(.top-section-label) {
  max-width: 620px;
}

.top-research-keyword {
  color: rgba(17, 24, 39, 0.08);
  font-size: clamp(4rem, 18vw, 10rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}


/* News
--------------------------------------------------------- */

.top-news-item {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-top: 1px solid var(--color-border);
}

.top-news-item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.top-news-item time {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.top-news-item p {
  margin: 0;
}


/* Contact
--------------------------------------------------------- */

.top-contact-inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.top-contact-inner h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.top-contact-inner p:not(.top-section-label) {
  max-width: 660px;
}


/* Tablet
--------------------------------------------------------- */

@media (min-width: 768px) {
  .top-hero-inner {
    padding-inline: 32px;
  }

  .top-about-grid {
    grid-template-columns: 1.2fr 1fr;
  }

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

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

  .top-research-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .top-section-heading--row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
  }

  .top-section-heading--row .top-text-link {
    margin-top: 0;
  }

  .top-news-item {
    grid-template-columns: 140px 1fr;
    align-items: center;
  }

  .top-contact-inner {
    grid-template-columns: 1fr auto;
  }
}


/* Desktop
--------------------------------------------------------- */

@media (min-width: 1024px) {
  .top-hero {
    min-height: 0;
  }

  .top-hero-inner {
    padding-inline: 40px;
  }
}



/* =========================
   COMPANY
========================= */
/* Page Hero
--------------------------------------------------------- */

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

.company-hero-image {
  overflow: hidden;
}

.company-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.company-hero-caption {
  padding-top: 36px;
  padding-bottom: 36px;
}

.company-page-label,
.company-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.company-hero-caption h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.company-hero-caption p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}


/* Company Information
--------------------------------------------------------- */

.company-info-grid {
  display: grid;
  gap: 48px;
}

.company-introduction h2,
.company-section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.company-introduction p:last-child {
  max-width: 680px;
  margin-bottom: 0;
}

.company-profile h3 {
  margin-bottom: 20px;
}

.company-profile-list {
  margin: 0;
  border-top: 1px solid var(--color-border);
}

.company-profile-list div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.company-profile-list dt {
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.company-profile-list dd {
  margin: 0;
}

.company-profile-list small {
  color: var(--color-text-muted);
}


/* Policy
--------------------------------------------------------- */

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

.company-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.company-policy-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-policy-list li {
  padding: 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.company-policy-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.company-policy-list p {
  margin-bottom: 0;
}

.company-text-link {
  display: inline-block;
  margin-top: 28px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-text);
}


/* Representative
--------------------------------------------------------- */

.company-message > p {
  max-width: 760px;
}

.company-representative {
  margin-top: 32px;
  margin-bottom: 0;
}


/* Contact
--------------------------------------------------------- */

.company-contact-inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.company-contact-inner h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.company-contact-inner p:not(.company-section-label) {
  max-width: 660px;
}


/* Tablet
--------------------------------------------------------- */

@media (min-width: 768px) {
  .company-hero-image {
    
  }

  .company-info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  .company-profile-list div {
    grid-template-columns: 140px 1fr;
    gap: 24px;
  }

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

  .company-contact-inner {
    grid-template-columns: 1fr auto;
  }
}


/* Desktop
--------------------------------------------------------- */

@media (min-width: 1024px) {
  .company-hero-image {
    
  }

  .company-hero-caption {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* Philosophy
--------------------------------------------------------- */

.philosophy-title {
  background: var(--color-white);
}

.philosophy-title h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.philosophy-title p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.philosophy-text {
  max-width: 800px;
}

.philosophy-text p:last-child {
  margin-bottom: 0;
}

.philosophy-values-grid {
  display: grid;
  gap: 48px;
}

.philosophy-values-grid h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.philosophy-values-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.philosophy-values-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.philosophy-business-policy {
  padding: 28px 24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

.philosophy-business-policy h3 {
  margin-bottom: 16px;
}

.philosophy-business-policy p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .philosophy-values-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
  }
}


/* =========================
   BUSINESS
========================= */
/* Page Hero
--------------------------------------------------------- */

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

.business-hero-image {
  overflow: hidden;
}

.business-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.business-hero-caption {
  padding-top: 36px;
  padding-bottom: 36px;
}

.business-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.business-hero-caption h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.business-hero-caption p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
}


/* Heading
--------------------------------------------------------- */

.business-section-heading {
  margin-bottom: 40px;
}

.business-section-heading h2,
.business-contact h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.business-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}


/* Business List
--------------------------------------------------------- */

.business-list {
  border-top: 1px solid var(--color-border);
}

.business-item {
  display: grid;
  gap: 16px;
  padding: 32px 0;
  border-bottom: 1px solid var(--color-border);
}

.business-item-number {
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.business-item-content h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.business-item-content p {
  max-width: 720px;
}

.business-text-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-text);
}


/* Contact
--------------------------------------------------------- */

.business-contact {
  display: grid;
  gap: 28px;
  align-items: center;
}

.business-contact p:not(.business-section-label) {
  max-width: 660px;
}


/* Tablet
--------------------------------------------------------- */

@media (min-width: 768px) {
  .business-hero-caption {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .business-item {
    grid-template-columns: 100px 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  .business-contact {
    grid-template-columns: 1fr auto;
  }
}

/* Business Detail
--------------------------------------------------------- */

.business-detail-title h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.business-detail-title p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.business-detail-content {
  display: grid;
  gap: 28px;
}

.business-detail-content h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.business-detail-text {
  max-width: 760px;
}

.business-detail-text p:last-child {
  margin-bottom: 0;
}

.business-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.business-detail-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

@media (min-width: 768px) {
  .business-detail-content {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 64px;
  }
}

/* =========================
   PRODUCTS
========================= */
/* Page Hero
--------------------------------------------------------- */

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

.products-hero-image {
  overflow: hidden;
}

.products-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.products-hero-caption {
  padding-top: 36px;
  padding-bottom: 36px;
}

.products-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.products-hero-caption h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.products-hero-caption p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
}


/* Heading
--------------------------------------------------------- */

.products-section-heading {
  margin-bottom: 40px;
}

.products-section-heading h2,
.products-information h2,
.products-contact h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}


/* Product Grid
--------------------------------------------------------- */

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
}

.products-card-image {
  overflow: hidden;
  background: var(--color-surface-light);
}

.products-card-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.products-card-content {
  padding-top: 14px;
}

.products-card-content h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.products-card-content span {
  display: inline-block;
  color: var(--color-text-muted);
  font-size: 0.8125rem;
  border-bottom: 1px solid var(--color-border);
}

.products-card a:hover img {
  transform: scale(1.03);
}


/* Information
--------------------------------------------------------- */

.products-information > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}


/* Contact
--------------------------------------------------------- */

.products-contact {
  display: grid;
  gap: 28px;
  align-items: center;
}

.products-contact p:not(.products-section-label) {
  max-width: 660px;
}


/* Tablet
--------------------------------------------------------- */

@media (min-width: 768px) {
  .products-hero-caption {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  .products-contact {
    grid-template-columns: 1fr auto;
  }
}

/* Product Detail
--------------------------------------------------------- */

.product-detail-title h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.product-detail-title p {
  max-width: 760px;
}

.product-detail-notice {
  font-size: 0.875rem;
  font-weight: 600;
}

.product-detail-image {
  max-width: 800px;
  margin-inline: auto;
}

.product-detail-image img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-caption,
.product-detail-fineprint {
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.product-detail-caption {
  margin-top: 12px;
}

.product-detail-text {
  max-width: 800px;
}

.product-detail-concept {
  display: grid;
  gap: 32px;
}

.product-detail-concept-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.product-detail-concept-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.product-detail-info {
  padding: 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.product-detail-info dl {
  margin: 0;
}

.product-detail-info div {
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

.product-detail-info div:last-child {
  border-bottom: 0;
}

.product-detail-info dt {
  margin-bottom: 4px;
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.product-detail-info dd {
  margin: 0;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product-detail-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-gallery h3 {
  margin: 12px 0 0;
  font-size: 1rem;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .product-detail-concept {
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
  }
}


/* =========================
   RESEARCH
========================= */
/* Page Hero
--------------------------------------------------------- */

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

.research-hero-image {
  overflow: hidden;
}

.research-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.research-hero-caption {
  padding-top: 36px;
  padding-bottom: 36px;
}

.research-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.research-hero-caption h1,
.research-detail-title h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.research-hero-caption > p:not(.research-section-label),
.research-detail-title > .section-inner > p:not(.research-section-label) {
  max-width: 760px;
}

.research-notice {
  color: var(--color-text-muted);
  font-size: 0.875rem;
  font-weight: 600;
}


/* Common
--------------------------------------------------------- */

.research-text {
  max-width: 800px;
}

.research-text h2,
.research-project-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.research-text p:last-child {
  margin-bottom: 0;
}

.research-link {
  font-weight: 500;
  border-bottom: 1px solid var(--color-text);
}

.research-fineprint {
  margin-top: 20px;
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}


/* Policy
--------------------------------------------------------- */

.research-policy-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.research-policy-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}


/* Project
--------------------------------------------------------- */

.research-project-card {
  max-width: 720px;
  margin-top: 28px;
  padding: 28px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.research-project-card h3 {
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.research-project-card .button {
  margin-top: 12px;
}


/* Tablet
--------------------------------------------------------- */

@media (min-width: 768px) {
  .research-hero-caption {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .research-policy-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
    gap: 16px;
  }

  .research-policy-list li {
    padding: 20px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
  }
}


/* =========================
   NEWS
========================= */

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

.news-hero-image {
  overflow: hidden;
}

.news-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-hero-caption {
  padding-top: 36px;
  padding-bottom: 36px;
}

.news-page-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.news-hero-caption h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.news-hero-caption p:last-of-type {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.news-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}

.news-list li {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}

.news-list time,
.news-date,
.news-breadcrumb {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.news-list a {
  font-weight: 500;
}

.news-list a:hover,
.news-breadcrumb a:hover {
  text-decoration: underline;
}

.news-guide {
  max-width: 1200px;
}

.news-contact-inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.news-contact-inner > div {
  max-width: 720px;
}

.news-contact-inner .button {
  justify-self: start;
}

.news-detail-inner {
  max-width: 920px;
}

.news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.news-post {
  padding-top: 28px;
  border-top: 1px solid var(--color-border);
}

.news-post h1 {
  margin: 10px 0 28px;
  font-size: clamp(1.8rem, 5vw, 2.75rem);
}

.news-post p:not(.news-date) {
  max-width: 760px;
}

.news-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.news-button-secondary {
  background: var(--color-white);
  color: var(--color-primary);
}

.news-button-secondary:hover {
  color: var(--color-white);
}

@media (min-width: 768px) {
  .news-hero-caption {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .news-list li {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
    align-items: baseline;
    padding: 24px 0;
  }

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

  .news-contact-inner .button {
    justify-self: end;
  }
}


/* =========================
   CONTACT
========================= */

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

.contact-hero-image {
  overflow: hidden;
}

.contact-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-hero-caption {
  padding-top: 36px;
  padding-bottom: 36px;
}

.contact-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.contact-info h2,
.contact-guide h2,
.contact-action h2 {
  margin-bottom: 16px;
}

.contact-hero-caption h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.contact-grid {
  display: grid;
  gap: 48px;
}

.contact-info-list {
  margin-top: 28px;
  border-top: 1px solid var(--color-border);
}

.contact-info-list > div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

.contact-info-list dt {
  font-weight: 600;
}

.contact-info-list dd {
  margin: 0;
}

.contact-info-list a,
.contact-guide a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-guide {
  padding: 28px;
  background: var(--color-surface);
}

.contact-guide ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 24px;
  padding-left: 1.25rem;
}

.contact-action-inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.contact-action-inner > div {
  max-width: 720px;
}

.contact-action-inner .button {
  justify-self: start;
}

@media (min-width: 768px) {
  .contact-hero-caption {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-info-list > div {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 64px;
    align-items: start;
  }

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

  .contact-action-inner .button {
    justify-self: end;
  }
}



/* =========================
   PRIVACY
========================= */

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

.privacy-hero-inner {
  max-width: 920px;
}

.privacy-section-label {
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.privacy-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 6vw, 3rem);
}

.privacy-hero p:last-child {
  max-width: 800px;
}

.privacy-content {
  max-width: 920px;
}

.privacy-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--color-border);
}

.privacy-item:first-child {
  padding-top: 0;
}

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

.privacy-item h2 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
}

.privacy-item h3 {
  margin: 24px 0 12px;
  font-size: 1.125rem;
}

.privacy-item ul {
  margin: 16px 0 0;
  padding-left: 1.25rem;
}

.privacy-item li + li {
  margin-top: 8px;
}

.privacy-note,
.privacy-date {
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.privacy-note {
  margin-top: 16px;
}

.privacy-company-list {
  margin: 24px 0 0;
  border-top: 1px solid var(--color-border);
}

.privacy-company-list div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.privacy-company-list dt {
  color: var(--color-text-muted);
  font-size: 0.8125rem;
  font-weight: 600;
}

.privacy-company-list dd {
  margin: 0;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.privacy-text-link {
  font-weight: 500;
  border-bottom: 1px solid var(--color-text);
}

.privacy-date {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .privacy-item {
    padding: 40px 0;
  }

  .privacy-company-list div {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
  }
}


/* Product image display frames
   Source standard: main 800x800 / gallery 800x800.
   Keep intrinsic ratio; never crop. */
.product-detail-image {
  max-width: 520px;
  margin-inline: auto;
}

.product-main-img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-gallery {
  align-items: start;
}

.product-detail-gallery > div {
  max-width: 360px;
}

.product-gallery-img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   TOP HERO - FINAL
======================================== */

.top-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: #111;
}

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

.top-hero-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.top-hero-content {
  position: absolute;
  left: max(6%, calc((100% - 1360px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  max-width: 820px;
}

.top-hero-kicker {
  margin: 0 0 24px;
  font-weight: 700;
  color: #111;
}

.top-hero-title {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 72px);
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.top-hero-lead {
  margin: 26px 0 0;
  font-size: clamp(16px, 1.25vw, 21px);
  color: #111;
}

.top-hero .top-hero-actions {
  position: static;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.top-hero .button--outline-light {
  color: #111;
  border-color: #777;
  background: rgba(255, 255, 255, 0.75);
}

.top-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.top-hero-badges span {
  padding: 9px 14px;
  border: 1px solid #999;
  color: #111;
  background: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
  .top-hero {
    min-height: 360px;
    background: #f7f4ef;
  }
  
  .top-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    opacity: 1;
  }

  .top-hero-inner {
  position: relative;
  min-height: 360px;
}

  .top-hero-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
    padding: 42px 24px;
  }

  .top-hero-kicker {
    margin: 0 0 16px;
    font-size: 13px;
  }

  .top-hero-title {
    font-size: 32px;
    line-height: 1.4;
  }

  .top-hero-lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .top-hero .top-hero-actions {
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .top-hero .top-hero-actions .button {
    padding: 12px 18px;
  }

  .top-hero-badges {
    display: flex;
    margin-top: 18px;
  }

  .top-hero-badges span {
    padding: 7px 10px;
    font-size: 12px;
  }
}

/* ========================================
   CONTACT FORM - DOSIN
======================================== */


.contact-form-section {
  background: #f7f8fa;
}

.contact-form-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.contact-form-heading h2 {
  margin: 8px 0 16px;
  font-size: clamp(28px, 3vw, 40px);
}

.contact-form-heading > p:not(.contact-section-label):not(.contact-form-note) {
  line-height: 1.8;
  color: #555;
}

.contact-form-note {
  margin-top: 18px;
  padding: 12px 16px;
  background: #fff7e6;
  border: 1px solid #ead7aa;
  font-size: 14px;
  color: #765b22;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 56px;
  background: #fff;
  border: 1px solid #e2e5e9;
  border-radius: 4px;
}

.contact-field {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid #e8eaed;
}

.contact-field label {
  padding-top: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  background: #17365d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cfd4da;
  background: #f5f6f7;
  color: #555;
  font: inherit;
  box-sizing: border-box;
}

.contact-field textarea {
  resize: vertical;
}

.contact-field input:disabled,
.contact-field select:disabled,
.contact-field textarea:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.contact-privacy {
  margin-top: 32px;
  text-align: center;
}

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

.contact-submit {
  margin-top: 28px;
  text-align: center;
}

.contact-submit .button {
  min-width: 220px;
}

.contact-submit .button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Mobile */
@media (max-width: 767px) {

.contact-form-section .section-inner {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.contact-form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 16px;
  box-sizing: border-box;
}

.contact-field {
  width: 100%;
  box-sizing: border-box;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
  .contact-form-heading {
    margin-bottom: 30px;
    text-align: left;
  }


  .contact-field {
    display: block;
    padding: 18px 0;
  }

  .contact-field label {
    display: block;
    padding: 0 0 9px;
  }

  .contact-privacy {
    text-align: left;
  }

  .contact-privacy label {
    align-items: flex-start;
  }

  .contact-submit .button {
    width: 100%;
  }
}

/* ========================================
   COMMON PAGE HERO
   HTML text + replaceable background image
======================================== */

.page-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.page-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-height: 360px;
  margin: 0 auto;
  padding: 60px 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.page-hero-content {
  max-width: 620px;
}

.page-hero-label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.page-hero-content h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.25;
}

.page-hero-content > p:not(.page-hero-label) {
  margin: 0 0 26px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .page-hero {
    min-height: 300px;
  }

  .page-hero-inner {
    min-height: 300px;
    padding: 40px 24px;
  }

  .page-hero-content {
    max-width: 100%;
  }

  .page-hero-content h1 {
    font-size: 32px;
  }
}

/* COMPANY HERO - FINAL */

.company-hero {
  position: relative;
  overflow: hidden;
}

.company-hero-image {
  position: relative;
  overflow: hidden;
}

.company-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.company-hero-caption {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  box-sizing: border-box;
}

@media (max-width: 767px) {
  .company-hero-caption {
    padding: 0 24px;
  }
}

/* =========================================================
   PAGE HERO - COMPANY / NEWS / CONTACT
========================================================= */

.company-hero,
.business-hero,
.products-hero,
.research-hero,
.news-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
}

.company-hero-image img,
.business-hero-image img,
.products-hero-image img,
.research-hero-image img,
.news-hero-image img,
.contact-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.company-hero-caption,
.business-hero-caption,
.products-hero-caption,
.research-hero-caption,
.news-hero-caption,
.contact-hero-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.news-hero .button,
.contact-hero .button {
  width: auto;
  display: inline-flex;
  align-self: flex-start;
}

/* HERO TEXT SPACING - FINAL
   Desktop / Tablet
--------------------------------------------------------- */

.company-hero-caption .company-page-label,
.company-hero-caption .company-section-label,
.business-hero-caption .business-section-label,
.products-hero-caption .products-section-label,
.research-hero-caption .research-section-label,
.news-hero-caption .news-page-label,
.contact-hero-caption .contact-section-label {
  margin: 0 0 8px;
}

.company-hero-caption h1,
.business-hero-caption h1,
.products-hero-caption h1,
.research-hero-caption h1,
.news-hero-caption h1,
.contact-hero-caption h1 {
  margin: 0 0 12px;
}

.company-hero-caption > p:not(.company-page-label):not(.company-section-label),
.business-hero-caption > p:not(.business-section-label),
.products-hero-caption > p:not(.products-section-label),
.news-hero-caption > p:not(.news-page-label) {
  margin: 0;
}

.research-hero-caption > p:not(.research-section-label):not(.research-notice) {
  margin: 0 0 10px;
}

.research-hero-caption .research-notice {
  margin: 0;
}

.contact-hero-caption > p:not(.contact-section-label),
.news-hero-caption > p:not(.news-page-label) {
  margin-bottom: 14px;
}


/* MOBILE */
@media (max-width: 767px) {

  .business-hero-image img,
  .products-hero-image img,
  .research-hero-image img,
  .news-hero-image img,
  .contact-hero-image img {
    height: 160px;
    object-fit: cover;
    object-position: center;
  }

  .business-hero,
  .products-hero,
  .research-hero,
  .news-hero,
  .contact-hero {
    min-height: 160px;
  }

  .company-hero-caption,
  .business-hero-caption,
  .products-hero-caption,
  .research-hero-caption,
  .news-hero-caption,
  .contact-hero-caption {
    padding: 12px 20px;
  }

  .company-hero-caption .company-page-label,
  .company-hero-caption .company-section-label,
  .business-hero-caption .business-section-label,
  .products-hero-caption .products-section-label,
  .research-hero-caption .research-section-label,
  .news-hero-caption .news-page-label,
  .contact-hero-caption .contact-section-label {
    margin: 0 0 3px;
    font-size: 9px;
    line-height: 1.1;
  }

  .company-hero-caption h1,
  .business-hero-caption h1,
  .products-hero-caption h1,
  .research-hero-caption h1,
  .news-hero-caption h1,
  .contact-hero-caption h1 {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1.15;
  }

  .company-hero-caption > p:not(.company-page-label):not(.company-section-label),
  .business-hero-caption > p:not(.business-section-label),
  .products-hero-caption > p:not(.products-section-label),
  .research-hero-caption > p:not(.research-section-label):not(.research-notice),
  .news-hero-caption > p:not(.news-page-label),
  .contact-hero-caption > p:not(.contact-section-label) {
    margin: 0 0 7px;
    font-size: 11px;
    line-height: 1.4;
  }

  .research-hero-caption .research-notice {
    margin: 0;
    font-size: 9px;
    line-height: 1.35;
  }

  .news-hero .button,
  .contact-hero .button {
    width: auto;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1.2;
  }
}

/* =========================================================
   PAGE HERO / BANNER TYPOGRAPHY - RELEASE FINAL
   Keep all JP banner text visually consistent.
========================================================= */

.company-hero-caption .company-page-label,
.company-hero-caption .company-section-label,
.business-hero-caption .business-section-label,
.products-hero-caption .products-section-label,
.research-hero-caption .research-section-label,
.news-hero-caption .news-page-label,
.contact-hero-caption .contact-section-label {
  font-size: 12px;
  line-height: 1.2;
}

.company-hero-caption h1,
.business-hero-caption h1,
.products-hero-caption h1,
.research-hero-caption h1,
.news-hero-caption h1,
.contact-hero-caption h1 {
  font-size: 22px;
  line-height: 1.3;
}

.company-hero-caption > p:not(.company-page-label):not(.company-section-label),
.business-hero-caption > p:not(.business-section-label),
.products-hero-caption > p:not(.products-section-label),
.research-hero-caption > p:not(.research-section-label):not(.research-notice),
.news-hero-caption > p:not(.news-page-label),
.contact-hero-caption > p:not(.contact-section-label) {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .company-hero-image img,
  .business-hero-image img,
  .products-hero-image img,
  .research-hero-image img,
  .news-hero-image img,
  .contact-hero-image img {
    height: 160px;
    object-fit: cover;
    object-position: center;
  }

  .company-hero,
  .business-hero,
  .products-hero,
  .research-hero,
  .news-hero,
  .contact-hero {
    min-height: 160px;
  }

  .company-hero-caption .company-page-label,
  .company-hero-caption .company-section-label,
  .business-hero-caption .business-section-label,
  .products-hero-caption .products-section-label,
  .research-hero-caption .research-section-label,
  .news-hero-caption .news-page-label,
  .contact-hero-caption .contact-section-label {
    font-size: 9px;
    line-height: 1.1;
  }

  .company-hero-caption h1,
  .business-hero-caption h1,
  .products-hero-caption h1,
  .research-hero-caption h1,
  .news-hero-caption h1,
  .contact-hero-caption h1 {
    font-size: 22px;
    line-height: 1.15;
  }

  .company-hero-caption > p:not(.company-page-label):not(.company-section-label),
  .business-hero-caption > p:not(.business-section-label),
  .products-hero-caption > p:not(.products-section-label),
  .research-hero-caption > p:not(.research-section-label):not(.research-notice),
  .news-hero-caption > p:not(.news-page-label),
  .contact-hero-caption > p:not(.contact-section-label) {
    font-size: 11px;
    line-height: 1.4;
  }
}


/* =========================================================
   HERO / BANNER VISIBILITY - FINAL FIX
   Keep hero text dark and image brightness consistent
   between desktop and mobile.
========================================================= */

.company-hero-caption,
.business-hero-caption,
.products-hero-caption,
.research-hero-caption,
.news-hero-caption,
.contact-hero-caption,
.company-hero-caption p,
.business-hero-caption p,
.products-hero-caption p,
.research-hero-caption p,
.news-hero-caption p,
.contact-hero-caption p,
.company-hero-caption h1,
.business-hero-caption h1,
.products-hero-caption h1,
.research-hero-caption h1,
.news-hero-caption h1,
.contact-hero-caption h1 {
  color: var(--color-text);
}

@media (max-width: 767px) {
  .top-hero-image {
    opacity: 1;
  }
}


/* =========================================================
   HERO/BANNER FINAL — ACTUAL HTML CLASSES
========================================================= */
.company-hero-image,
.business-hero-image,
.products-hero-image,
.research-hero-image,
.news-hero-image,
.contact-hero-image {
  opacity: 1 !important;
  filter: none !important;
}

.company-hero-caption .company-page-label,
.business-hero-caption .business-section-label,
.products-hero-caption .products-section-label,
.research-hero-caption .research-section-label,
.news-hero-caption .news-page-label,
.contact-hero-caption .contact-section-label {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #111827 !important;
  opacity: 1 !important;
  margin: 0 0 12px !important;
}

.company-hero-caption h1,
.business-hero-caption h1,
.products-hero-caption h1,
.research-hero-caption h1,
.news-hero-caption h1,
.contact-hero-caption h1 {
  font-size: 22px !important;
  line-height: 1.35 !important;
  color: #111827 !important;
  opacity: 1 !important;
  margin: 0 0 14px !important;
}

.company-hero-caption p:not(.company-page-label),
.business-hero-caption p:not(.business-section-label),
.products-hero-caption p:not(.products-section-label),
.research-hero-caption p:not(.research-section-label):not(.research-notice),
.news-hero-caption p:not(.news-page-label),
.contact-hero-caption p:not(.contact-section-label) {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #111827 !important;
  opacity: 1 !important;
  margin-top: 0 !important;
}

.research-hero-caption .research-notice {
  color: #111827 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .company-hero-caption .company-page-label,
.business-hero-caption .business-section-label,
.products-hero-caption .products-section-label,
.research-hero-caption .research-section-label,
.news-hero-caption .news-page-label,
.contact-hero-caption .contact-section-label {
    font-size: 9px !important;
    margin-bottom: 8px !important;
  }

  .company-hero-caption h1,
.business-hero-caption h1,
.products-hero-caption h1,
.research-hero-caption h1,
.news-hero-caption h1,
.contact-hero-caption h1 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .company-hero-caption p:not(.company-page-label),
.business-hero-caption p:not(.business-section-label),
.products-hero-caption p:not(.products-section-label),
.research-hero-caption p:not(.research-section-label):not(.research-notice),
.news-hero-caption p:not(.news-page-label),
.contact-hero-caption p:not(.contact-section-label) {
    font-size: 11px !important;
    line-height: 1.65 !important;
  }
}
