/*
Theme Name: STUDIO SHEENA
Theme URI: https://sheena.tech/
Author: STUDIO SHEENA
Description: STUDIO SHEENA / よみしるべ用の軽量ブロックテーマ。
Version: 0.4.10
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: studio-sheena
*/

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a { text-underline-offset: 0.18em; }
.sheena-kicker { letter-spacing: .16em; text-transform: uppercase; font-size: .74rem; font-weight: 650; }
.sheena-section-inner { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sheena-hero { min-height: 650px; display: flex; align-items: center; }
.sheena-hero-title { font-size: clamp(3.35rem, 7.2vw, 6.35rem) !important; line-height: 1.08 !important; letter-spacing: -.05em; max-width: 1120px; word-break: keep-all; }
.sheena-hero-lead { max-width: 760px; }
.sheena-card { transition: transform .18s ease, box-shadow .18s ease; }
.sheena-card:hover { transform: translateY(-2px); }
.sheena-product-visual { min-height: 440px; position: relative; overflow: hidden; border: 1px solid var(--wp--preset--color--line); }
.sheena-product-label { position: absolute; left: 32px; bottom: 28px; right: 32px; z-index: 2; }
.sheena-monitor-number { font-size: clamp(4rem, 9vw, 8rem); line-height: .85; letter-spacing: -.06em; font-weight: 700; opacity: .14; }
.sheena-dev-card { border-top: 1px solid rgba(255,255,255,.28); padding-top: 18px; min-height: 125px; }
.sheena-dev-card p { margin-top: .4rem; opacity: .72; }
.sheena-tight-heading { word-break: keep-all; }

@media (max-width: 781px) {
  .sheena-section-inner { width: min(100% - 36px, 1180px); }
  .sheena-mobile-stack { gap: 1.7rem !important; }
  .sheena-hero { min-height: auto; }
  .sheena-hero-title { font-size: clamp(2.7rem, 12vw, 4.6rem) !important; line-height: 1.08 !important; word-break: normal; }
  .sheena-hero-title br { display: none; }
  .sheena-product-visual { min-height: 330px; }
}


/* V3: product identity + stronger field-test presentation */
.sheena-product-lineup {
  display: grid;
  gap: 16px;
  padding: clamp(28px,4vw,46px);
}
.sheena-ruler {
  --ruler-main: #3f536a;
  --ruler-sub: #9aa4af;
  position: relative;
  height: 58px;
  border: 1px solid rgba(32,32,30,.42);
  background: rgba(255,255,255,.72);
  overflow: hidden;
}
.sheena-ruler::before,
.sheena-ruler::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
}
.sheena-ruler::before {
  top:0;
  height:9px;
  background:var(--ruler-main);
}
.sheena-ruler::after {
  top:31px;
  height:8px;
  background:var(--ruler-sub);
}
.sheena-ruler .dot {
  position:absolute;
  top:16px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#a9aaab;
}
.sheena-ruler .dot:nth-child(1){left:8%}
.sheena-ruler .dot:nth-child(2){left:49%}
.sheena-ruler .dot:nth-child(3){right:8%}
.sheena-ruler-label {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:baseline;
  margin-top:6px;
  font-size:.78rem;
  letter-spacing:.08em;
}
.sheena-ruler-label strong {
  font-size:.88rem;
  letter-spacing:.04em;
}
.sheena-lineup-note {
  padding: 0 clamp(28px,4vw,46px) clamp(28px,4vw,42px);
  margin:0;
  color:var(--wp--preset--color--charcoal);
}
.sheena-proof-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}
.sheena-proof-item {
  border-top:1px solid var(--wp--preset--color--line);
  padding-top:16px;
}
.sheena-proof-item .num {
  font-size:.72rem;
  letter-spacing:.14em;
  font-weight:700;
  color:var(--wp--preset--color--moss);
}
.sheena-proof-item h3 {
  margin:.35rem 0 .35rem;
  font-size:1.02rem;
}
.sheena-proof-item p {
  margin:0;
  font-size:.9rem;
  color:var(--wp--preset--color--charcoal);
}
.sheena-dev-placeholder {
  aspect-ratio: 4 / 3;
  border:1px solid rgba(255,255,255,.22);
  display:flex;
  align-items:flex-end;
  padding:18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,0)),
    rgba(255,255,255,.025);
}
.sheena-dev-placeholder span {
  font-size:.76rem;
  letter-spacing:.08em;
  opacity:.72;
}
@media (max-width:781px){
  .sheena-proof-grid{grid-template-columns:1fr}
  .sheena-ruler{height:52px}
}

/* V3.1 corrective rules */
.sheena-product-visual::before,
.sheena-product-visual::after { content: none !important; display: none !important; }
.sheena-product-lineup { position: relative; z-index: 2; }
.sheena-ruler-label { position: relative; z-index: 3; }


/* V3.2 product photo */
.sheena-product-photo-wrap {
  display:flex;
  justify-content:center;
  align-items:center;
  padding: clamp(22px, 4vw, 42px);
}
.sheena-product-photo {
  display:block;
  width:min(100%, 360px);
  height:auto;
  margin:0 auto;
  border-radius:2px;
  box-shadow:0 18px 38px rgba(30,28,24,.12);
}
.sheena-product-statement {
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid var(--wp--preset--color--line);
  font-weight:700;
  font-size:clamp(1.12rem,1.8vw,1.45rem);
  line-height:1.65;
}


/* V3.4 — use the supplied plain-series image exactly as uploaded.
   Only its website display size is controlled here. */
.sheena-product-photo-wrap {
  width: 100%;
  padding: clamp(12px, 2vw, 24px);
}
.sheena-product-photo-wrap .wp-block-image {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}
.sheena-product-photo {
  display: block !important;
  width: min(100%, 500px) !important;
  max-width: 500px !important;
  height: auto !important;
  margin: 0 auto !important;
  box-shadow: 0 18px 38px rgba(30,28,24,.12);
  image-rendering: auto;
}
@media (max-width: 781px) {
  .sheena-product-photo {
    width: min(86vw, 420px) !important;
  }
}

/* V3.5 field-test wording refinements */
.sheena-proof-item p { max-width: 28em; }


/* V3.6 accepted product composition */
.sheena-product-photo-wrap {
  width:100%;
  padding: clamp(8px, 1.5vw, 18px);
}
.sheena-product-photo-wrap .wp-block-image {
  width:100% !important;
  margin:0 !important;
  text-align:center;
}
.sheena-product-photo {
  display:block !important;
  width:min(100%, 540px) !important;
  max-width:540px !important;
  height:auto !important;
  margin:0 auto !important;
  box-shadow:0 20px 42px rgba(30,28,24,.12);
}
@media (max-width:781px){
  .sheena-product-photo{
    width:min(88vw, 500px) !important;
  }
}


/* =========================================================
   V4 — STUDIO SHEENA brand homepage
   Product is secondary; studio atmosphere and philosophy lead.
   ========================================================= */

.sheena-v4-inner {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

.sheena-v4-display {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: .015em;
}

.sheena-v4-hero {
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid var(--wp--preset--color--line);
}

.sheena-v4-hero .wp-block-columns {
  min-height: 620px;
  margin-bottom: 0;
}

.sheena-v4-hero-copy {
  display: flex;
  align-items: center;
  padding: clamp(68px,8vw,118px) clamp(24px,5vw,74px);
}

.sheena-v4-hero-title {
  max-width: 680px;
  font-size: clamp(2.8rem,5.4vw,5rem) !important;
  line-height: 1.28 !important;
  word-break: keep-all;
}

.sheena-v4-hero-photo,
.sheena-v4-photo-cover {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.sheena-v4-section {
  padding: clamp(78px,9vw,128px) 0;
}

.sheena-v4-section + .sheena-v4-section {
  border-top: 1px solid var(--wp--preset--color--line);
}

.sheena-v4-title {
  font-size: clamp(2.1rem,4vw,3.6rem) !important;
  line-height: 1.35 !important;
  margin-top: .45rem;
  margin-bottom: 1.2rem;
}

.sheena-v4-product-stage {
  display: flex;
  align-items: center;
  min-height: 330px;
  padding: clamp(12px,2vw,24px);
  background: #fbfaf7;
}

.sheena-v4-product-stage img {
  display:block;
  width:100%;
  height:auto;
  max-width: 760px;
  margin-inline:auto;
}

.sheena-v4-monitor-photo {
  width:100%;
  aspect-ratio: 14 / 9;
  object-fit:cover;
  display:block;
}

.sheena-v4-story-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sheena-v4-story-card {
  margin:0;
}

.sheena-v4-story-card img {
  display:block;
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
  filter:saturate(.72) contrast(.96);
}

.sheena-v4-story-card figcaption {
  margin-top:10px;
  font-size:.82rem;
  letter-spacing:.05em;
  color:var(--wp--preset--color--charcoal);
}

.sheena-v4-note {
  font-size:.79rem;
  color:var(--wp--preset--color--charcoal);
  line-height:1.75;
  margin-top:22px;
}

.sheena-v4-news {
  border-top: 1px solid var(--wp--preset--color--line);
  padding-top: 46px;
}

.sheena-v4-news .wp-block-post-template {
  margin:0;
  padding:0;
}

.sheena-v4-news .wp-block-post {
  display:grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--wp--preset--color--line);
}

.sheena-v4-news .wp-block-post-date {
  font-size:.78rem;
  color:var(--wp--preset--color--charcoal);
}

.sheena-v4-news .wp-block-post-title {
  font-size:.95rem !important;
  margin:0;
  font-weight:500;
}

@media (max-width: 781px) {
  .sheena-v4-inner {
    width:min(100% - 34px,1180px);
  }
  .sheena-v4-hero,
  .sheena-v4-hero .wp-block-columns {
    min-height:auto;
  }
  .sheena-v4-hero-copy {
    padding:64px 18px 48px;
  }
  .sheena-v4-hero-title {
    font-size: clamp(2.35rem,10.4vw,3.7rem) !important;
  }
  .sheena-v4-hero-photo,
  .sheena-v4-photo-cover {
    min-height: 360px;
    max-height: 520px;
  }
  .sheena-v4-story-grid {
    grid-template-columns:1fr;
    gap:28px;
  }
  .sheena-v4-news .wp-block-post {
    grid-template-columns:1fr;
    gap:4px;
  }
}


/* =========================================================
   V4.1 — scale and proportion correction
   ========================================================= */

/* WordPress content constraints were making inner sections too narrow */
.sheena-v4-inner,
.wp-block-columns.sheena-v4-inner,
.wp-block-group.sheena-v4-inner {
  width: min(1180px, calc(100% - 64px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hero: keep the statement as two deliberate lines */
.sheena-v4-hero {
  min-height: 560px !important;
}
.sheena-v4-hero .wp-block-columns {
  min-height: 560px !important;
}
.sheena-v4-hero-copy {
  padding: clamp(64px,7vw,96px) clamp(30px,5vw,70px) !important;
}
.sheena-v4-hero-title {
  font-size: clamp(2.65rem,4.25vw,4.25rem) !important;
  line-height: 1.32 !important;
  max-width: 760px !important;
  margin-bottom: 0;
}
.sheena-v4-hero-title span {
  white-space: nowrap;
}
.sheena-v4-hero-photo,
.sheena-v4-photo-cover {
  min-height: 560px !important;
}

/* Main section sizing */
.sheena-v4-section {
  padding-top: clamp(74px,7vw,104px) !important;
  padding-bottom: clamp(74px,7vw,104px) !important;
}
.sheena-v4-title {
  font-size: clamp(2rem,3.2vw,3rem) !important;
}
.sheena-v4-section p {
  font-size: 1rem;
  line-height: 1.9;
}
.sheena-v4-section .sheena-kicker {
  font-size: .72rem;
}

/* Product image: large enough to read as a feature, but not dominant */
.sheena-v4-product-stage {
  min-height: 310px !important;
  padding: 28px !important;
}
.sheena-v4-product-stage img {
  max-width: 720px !important;
}

/* Monitor section */
.sheena-v4-monitor-photo {
  min-height: 390px;
}
.sheena-v4-note {
  font-size: .78rem !important;
  line-height: 1.75 !important;
}

/* Development */
.sheena-v4-story-grid {
  gap: 22px !important;
}
.sheena-v4-story-card figcaption {
  font-size: .86rem !important;
}

/* Header/footer legibility */
header .wp-block-navigation,
footer .wp-block-navigation {
  font-size: .92rem !important;
}
footer .wp-block-group.alignfull {
  font-size: .9rem;
}

/* News */
.sheena-v4-news {
  margin-top: 72px !important;
}
.sheena-v4-news .wp-block-post-title {
  font-size: 1rem !important;
}

/* Tablet */
@media (max-width: 1000px) and (min-width: 782px) {
  .sheena-v4-inner,
  .wp-block-columns.sheena-v4-inner,
  .wp-block-group.sheena-v4-inner {
    width: calc(100% - 48px) !important;
  }
  .sheena-v4-hero-title {
    font-size: clamp(2.35rem,4.4vw,3.25rem) !important;
  }
}

/* Mobile */
@media (max-width: 781px) {
  .sheena-v4-inner,
  .wp-block-columns.sheena-v4-inner,
  .wp-block-group.sheena-v4-inner {
    width: calc(100% - 34px) !important;
  }
  .sheena-v4-hero-title span {
    white-space: normal;
  }
  .sheena-v4-hero,
  .sheena-v4-hero .wp-block-columns {
    min-height: auto !important;
  }
  .sheena-v4-hero-photo,
  .sheena-v4-photo-cover {
    min-height: 340px !important;
  }
}


/* V4.3 — product section uses the supplied plain-series image */
.sheena-v4-product-stage {
  min-height: 430px !important;
  background: #fbfaf7 !important;
  padding: clamp(22px,3vw,38px) !important;
}
.sheena-v4-product-stage .wp-block-image {
  margin: 0 !important;
  width: 100% !important;
  text-align: center;
}
.sheena-v4-product-stage img {
  display: block !important;
  width: auto !important;
  max-width: min(100%, 430px) !important;
  max-height: 520px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  box-shadow: 0 18px 38px rgba(30,28,24,.11);
}
@media (max-width: 781px) {
  .sheena-v4-product-stage {
    min-height: auto !important;
  }
  .sheena-v4-product-stage img {
    max-width: min(88vw, 400px) !important;
    max-height: none !important;
  }
}


/* =========================================================
   V4.4 — smartphone responsive correction
   Desktop design remains unchanged.
   ========================================================= */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

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

@media (max-width: 781px) {

  /* Header */
  header .wp-block-group.alignfull {
    padding: 20px 22px !important;
    min-height: 76px;
  }

  header .wp-block-site-title,
  header .wp-block-site-title a {
    font-size: 1rem !important;
    letter-spacing: .13em !important;
    white-space: nowrap;
  }

  header .wp-block-navigation__responsive-container-open {
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
  }

  /* Hero */
  .sheena-v4-hero {
    width: 100% !important;
    overflow: hidden !important;
  }

  .sheena-v4-hero .wp-block-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .sheena-v4-hero .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sheena-v4-hero-copy {
    display: block !important;
    width: 100% !important;
    padding: 54px 24px 52px !important;
  }

  .sheena-v4-hero-copy > .wp-block-group {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sheena-v4-hero-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2.15rem, 9.2vw, 2.7rem) !important;
    line-height: 1.34 !important;
    letter-spacing: .005em !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    margin-top: 22px !important;
  }

  .sheena-v4-hero-title span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .sheena-v4-hero-copy p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: .98rem !important;
    line-height: 1.85 !important;
    overflow-wrap: anywhere !important;
  }

  .sheena-v4-hero .wp-block-image {
    margin: 0 !important;
    width: 100% !important;
  }

  .sheena-v4-hero-photo,
  .sheena-v4-photo-cover {
    display: block !important;
    width: 100% !important;
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
    object-fit: cover !important;
  }

  /* Buttons */
  .wp-block-buttons {
    gap: 12px !important;
  }

  .wp-block-button {
    max-width: 100%;
  }

  .wp-block-button__link {
    min-height: 48px;
    padding: 13px 22px !important;
    font-size: .93rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: center;
  }

  /* All main sections */
  .sheena-v4-section {
    padding: 58px 0 !important;
  }

  .sheena-v4-inner,
  .wp-block-columns.sheena-v4-inner,
  .wp-block-group.sheena-v4-inner {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sheena-v4-section .wp-block-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 34px !important;
  }

  .sheena-v4-section .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sheena-v4-section .sheena-kicker {
    font-size: .7rem !important;
    letter-spacing: .12em;
  }

  .sheena-v4-title {
    max-width: 100% !important;
    font-size: clamp(1.9rem, 8.4vw, 2.45rem) !important;
    line-height: 1.38 !important;
    overflow-wrap: anywhere;
  }

  .sheena-v4-section p {
    max-width: 100% !important;
    font-size: .96rem !important;
    line-height: 1.85 !important;
    overflow-wrap: anywhere !important;
  }

  /* Product */
  .sheena-v4-product-stage {
    width: 100% !important;
    min-height: auto !important;
    padding: 20px !important;
    border-radius: 2px;
  }

  .sheena-v4-product-stage .wp-block-image {
    width: 100% !important;
    margin: 0 !important;
  }

  .sheena-v4-product-stage img {
    display: block !important;
    width: auto !important;
    max-width: min(100%, 360px) !important;
    max-height: none !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  /* Monitor */
  .sheena-v4-monitor-photo {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }

  .sheena-v4-note {
    font-size: .78rem !important;
    line-height: 1.72 !important;
  }

  /* Development */
  .sheena-v4-story-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .sheena-v4-story-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }

  /* News */
  .sheena-v4-news {
    margin-top: 56px !important;
    padding-top: 36px !important;
  }

  .sheena-v4-news .wp-block-columns {
    gap: 18px !important;
  }

  .sheena-v4-news .wp-block-post {
    display: block !important;
    padding: 15px 0 !important;
  }

  .sheena-v4-news .wp-block-post-date {
    display: block;
    margin-bottom: 5px;
  }

  /* Footer */
  footer .wp-block-group.alignfull {
    padding: 48px 22px 30px !important;
  }

  footer .wp-block-columns {
    display: block !important;
  }

  footer .wp-block-column {
    width: 100% !important;
    margin-bottom: 26px;
  }

  footer .wp-block-navigation {
    justify-content: flex-start !important;
  }

  footer .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 11px !important;
  }
}

/* Small phones */
@media (max-width: 420px) {
  .sheena-v4-hero-copy {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sheena-v4-hero-title {
    font-size: clamp(2rem, 9vw, 2.35rem) !important;
  }

  .sheena-v4-inner,
  .wp-block-columns.sheena-v4-inner,
  .wp-block-group.sheena-v4-inner {
    width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sheena-v4-hero-photo,
  .sheena-v4-photo-cover {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
}


/* =========================================================
   V4.5 — smartphone-first hero refinement
   Only affects mobile widths.
   ========================================================= */

@media (max-width: 781px) {

  /* Compact header */
  header .wp-block-group.alignfull {
    min-height: 66px !important;
    padding: 16px 20px !important;
  }

  header .wp-block-site-title,
  header .wp-block-site-title a {
    font-size: .98rem !important;
    letter-spacing: .12em !important;
  }

  /* Hero: remove duplicated kicker and excessive blank space */
  .sheena-v4-hero-copy {
    padding: 34px 22px 38px !important;
  }

  .sheena-v4-hero-copy .sheena-kicker {
    display: none !important;
  }

  .sheena-v4-hero-title {
    font-size: 1.82rem !important;
    line-height: 1.42 !important;
    letter-spacing: .01em !important;
    margin: 0 0 24px !important;
    max-width: none !important;
    width: 100% !important;
  }

  /* Force the two intended lines to stay balanced */
  .sheena-v4-hero-title span {
    display: block !important;
    white-space: nowrap !important;
  }

  .sheena-v4-hero-copy p {
    font-size: .91rem !important;
    line-height: 1.8 !important;
    margin-top: 0 !important;
    margin-bottom: 26px !important;
  }

  /* Lighter CTA */
  .sheena-v4-hero-copy .wp-block-button__link {
    min-height: 42px !important;
    padding: 10px 18px !important;
    font-size: .84rem !important;
    border-width: 1.5px !important;
  }

  /* Office photo directly follows the copy */
  .sheena-v4-hero-photo,
  .sheena-v4-photo-cover {
    height: 245px !important;
    min-height: 245px !important;
    max-height: 245px !important;
    object-position: center center !important;
  }

  /* Give the following sections a calmer scale */
  .sheena-v4-section {
    padding: 48px 0 !important;
  }

  .sheena-v4-title {
    font-size: 1.75rem !important;
    line-height: 1.42 !important;
  }

  .sheena-v4-section p {
    font-size: .91rem !important;
    line-height: 1.78 !important;
  }

  .sheena-v4-product-stage {
    padding: 16px !important;
  }

  .sheena-v4-product-stage img {
    max-width: min(100%, 320px) !important;
  }

  .sheena-v4-monitor-photo {
    aspect-ratio: 16 / 10 !important;
  }

  .sheena-v4-section .wp-block-columns {
    gap: 26px !important;
  }
}

@media (max-width: 390px) {
  .sheena-v4-hero-title {
    font-size: 1.68rem !important;
  }

  .sheena-v4-hero-copy {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .sheena-v4-hero-photo,
  .sheena-v4-photo-cover {
    height: 225px !important;
    min-height: 225px !important;
    max-height: 225px !important;
  }
}


/* V4.6 — fix doubled mobile line break in hero headline */
@media (max-width: 781px) {
  .sheena-v4-hero-title br {
    display: none !important;
  }

  .sheena-v4-hero-title {
    line-height: 1.20 !important;
  }

  .sheena-v4-hero-title span + span {
    margin-top: .22em !important;
  }
}


/* V4.9 — STUDIO SHEENA about page refinement */
.sheena-studio-brand-logo {
  margin: 0 0 34px 0 !important;
}
.sheena-studio-brand-logo img {
  display: block;
  width: min(100%, 330px) !important;
  height: auto !important;
  margin: 0 !important;
}
.sheena-studio-about-title {
  font-size: clamp(2.3rem, 4vw, 3.1rem) !important;
  line-height: 1.24 !important;
  letter-spacing: -.025em !important;
  max-width: 820px;
  word-break: keep-all;
  margin-top: 22px !important;
}
@media (max-width: 781px) {
  .sheena-studio-brand-logo {
    margin-bottom: 26px !important;
  }
  .sheena-studio-brand-logo img {
    width: min(76vw, 260px) !important;
  }
  .sheena-studio-about-title {
    font-size: clamp(2rem, 8.5vw, 2.45rem) !important;
    line-height: 1.3 !important;
    word-break: normal;
  }
}


/* V4.10 — よみしるべ product page refinement */
.sheena-yomi-brand-logo {
  margin: 0 0 32px 0 !important;
}
.sheena-yomi-brand-logo img {
  display: block;
  width: min(100%, 420px) !important;
  height: auto !important;
  margin: 0 !important;
}
.sheena-yomi-product-title {
  font-size: clamp(2.35rem, 4.2vw, 3.25rem) !important;
  line-height: 1.24 !important;
  letter-spacing: -.025em !important;
  max-width: 820px;
  word-break: keep-all;
  margin-top: 22px !important;
}
@media (max-width: 781px) {
  .sheena-yomi-brand-logo {
    margin-bottom: 24px !important;
  }
  .sheena-yomi-brand-logo img {
    width: min(84vw, 340px) !important;
  }
  .sheena-yomi-product-title {
    font-size: clamp(2rem, 8.5vw, 2.55rem) !important;
    line-height: 1.3 !important;
    word-break: normal;
  }
}
