/*
 * Layout declarations extracted from production HTML.
 * Edit structure and spacing here; component behavior remains in home.css/pages.css.
 */

/* Shared shell */
.site-shell {
  position:relative;
  z-index:1;
  font-family:'Noto Serif JP',serif;
}
.site-shell-full {
  position:relative;
  z-index:1;
  font-family:'Noto Serif JP',serif;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.site-header {
  position:sticky;
  top:0;
  z-index:200;
  background:rgba(238,248,253,.5);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(140,210,235,.45);
}
.site-header-inner {
  max-width:1200px;
  margin:0 auto;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 32px;
}
.site-brand {
  font-family:'Shippori Mincho',serif;
  font-size:17px;
  letter-spacing:.3em;
  color:#1A3A5C;
  text-decoration:none;
  padding-left:.3em;
}
.site-nav-links {
  display:flex;
  gap:30px;
}

/* Shared utilities */
.u-hidden {
  display:none;
}

/* Shared shell */
.drawer-close {
  position:absolute;
  top:16px;
  right:16px;
  color:#fff;
}

/* Shared footer */
.site-footer {
  padding:48px 32px;
  border-top:1px solid rgba(140,210,235,.4);
  background:rgba(238,248,253,.4);
  backdrop-filter:blur(14px);
}
.site-footer-inner {
  max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  text-align:center;
}
.site-footer-brand {
  font-family:'Shippori Mincho',serif;
  font-size:17px;
  letter-spacing:.3em;
  color:#1A3A5C;
  margin:0;
  padding-left:.3em;
}
.site-footer-links {
  display:flex;
  gap:26px;
  flex-wrap:wrap;
  justify-content:center;
}
.site-footer-link {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#4A7FA5;
  text-decoration:none;
}
.site-footer-copyright {
  font-family:'Cormorant Garamond',serif;
  font-size:13px;
  letter-spacing:.14em;
  color:#7A909E;
}

/* Shared form */
.form-success {
  font-family:'Shippori Mincho',serif;
  font-size:18px;
  color:#1A3A5C;
  padding:40px 0;
  margin:0;
}
.form-field {
  margin-bottom:22px;
}
.form-field-message {
  margin-bottom:30px;
}
.form-label {
  display:block;
  font-family:'Josefin Sans',sans-serif;
  font-size:10.5px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#68a6c8;
  margin-bottom:6px;
}
.form-required {
  color:#68c4df;
}

/* Shared modal */
.movie-modal-overlay {
  position:absolute;
  inset:0;
  background:rgba(12,30,50,.82);
  backdrop-filter:blur(8px);
}
.movie-modal-dialog {
  position:relative;
  width:min(960px,100%);
  z-index:1;
}
.movie-modal-close {
  position:absolute;
  top:-46px;
  right:0;
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(214,240,251,.5);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}
.movie-modal-media {
  position:relative;
  aspect-ratio:16/9;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.5);
}
.movie-modal-frame {
  width:100%;
  height:100%;
  border:0;
}
.movie-modal-meta {
  margin-top:16px;
  text-align:center;
}
.movie-modal-title {
  font-family:'Shippori Mincho',serif;
  font-size:18px;
  color:#fff;
  margin:0 0 4px;
}
.movie-modal-date {
  font-family:'Cormorant Garamond',serif;
  font-size:15px;
  letter-spacing:.1em;
  color:rgba(210,232,246,.85);
  margin:0;
}

/* Home hero */
.home-hero {
  position:relative;
  min-height:calc(100vh - 60px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  padding:60px 24px;
  scroll-margin-top:60px;
}
.bub-01 {
  left:8%;
  width:10px;
  height:10px;
  --bx:20px;
  animation-duration:16s;
  animation-delay:-2s;
}
.bub-02 {
  left:16%;
  width:6px;
  height:6px;
  --bx:-14px;
  animation-duration:19s;
  animation-delay:-6s;
}
.bub-03 {
  left:24%;
  width:14px;
  height:14px;
  --bx:24px;
  animation-duration:14s;
  animation-delay:-9s;
}
.bub-04 {
  left:33%;
  width:7px;
  height:7px;
  --bx:-10px;
  animation-duration:18s;
  animation-delay:-1s;
}
.bub-05 {
  left:44%;
  width:5px;
  height:5px;
  --bx:16px;
  animation-duration:21s;
  animation-delay:-11s;
}
.bub-06 {
  left:52%;
  width:11px;
  height:11px;
  --bx:-20px;
  animation-duration:15s;
  animation-delay:-4s;
}
.bub-07 {
  left:60%;
  width:7px;
  height:7px;
  --bx:12px;
  animation-duration:20s;
  animation-delay:-8s;
}
.bub-08 {
  left:68%;
  width:16px;
  height:16px;
  --bx:-18px;
  animation-duration:13s;
  animation-delay:-3s;
}
.bub-09 {
  left:76%;
  width:6px;
  height:6px;
  --bx:22px;
  animation-duration:22s;
  animation-delay:-13s;
}
.bub-10 {
  left:85%;
  width:9px;
  height:9px;
  --bx:-12px;
  animation-duration:17s;
  animation-delay:-6s;
}
.bub-11 {
  left:92%;
  width:12px;
  height:12px;
  --bx:18px;
  animation-duration:15s;
  animation-delay:-10s;
}
.jelly-01 {
  left:18%;
  animation-duration:30s;
  animation-delay:-4s;
}
.jelly-02 {
  left:57%;
  animation-duration:38s;
  animation-delay:-17s;
  opacity:.8;
}
.jelly-03 {
  left:83%;
  animation-duration:34s;
  animation-delay:-24s;
  opacity:.9;
}
.home-hero-shade {
  position:absolute;
  top:46%;
  left:50%;
  transform:translate(-50%,-50%);
  width:min(880px,92vw);
  height:520px;
  background:radial-gradient(ellipse 52% 48% at 50% 50%,rgba(20,46,76,.42) 0%,transparent 68%);
  pointer-events:none;
  z-index:1;
}
.home-hero-glow {
  position:absolute;
  top:50%;
  left:50%;
  width:640px;
  height:640px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(170,224,247,.30) 0%,transparent 62%);
  animation:floatGlow 7s ease-in-out infinite;
  pointer-events:none;
  z-index:1;
}
.home-hero-content {
  position:relative;
  z-index:2;
  color:#fff;
}
.hero-name-layout {
  font-family:'Shippori Mincho',serif;
  font-weight:500;
  font-size:104px;
  letter-spacing:.14em;
  padding-left:.14em;
  margin:0;
  text-shadow:0 4px 48px rgba(110,185,222,.7),0 2px 14px rgba(16,40,68,.55);
  line-height:1;
}
.home-hero-roman {
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:26px;
  letter-spacing:.32em;
  color:rgba(238,247,252,.96);
  margin:22px 0 0;
  padding-left:.32em;
  text-shadow:0 2px 16px rgba(16,40,68,.5);
}
.home-hero-divider {
  width:320px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(205,236,250,.95),transparent);
  margin:30px auto;
}
.home-hero-social {
  display:flex;
  gap:10px;
  justify-content:center;
}
.home-hero-social-link {
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(214,240,251,.6);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  backdrop-filter:blur(10px);
}
.home-scroll-cue {
  position:absolute;
  bottom:26px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  z-index:2;
}
.home-scroll-label {
  font-family:'Josefin Sans',sans-serif;
  font-size:9px;
  letter-spacing:.4em;
  color:rgba(240,248,253,.8);
  text-transform:uppercase;
  text-shadow:0 1px 6px rgba(20,45,74,.5);
}
.home-scroll-line {
  width:1px;
  height:36px;
  background:linear-gradient(180deg,rgba(240,248,253,.9),transparent);
}

/* Home sections */
.home-profile-section {
  padding:120px 32px;
  scroll-margin-top:60px;
}

/* Shared containers */
.container-medium {
  max-width:1000px;
  margin:0 auto;
}

/* Home sections */
.home-section-heading-spacious {
  text-align:center;
  margin-bottom:60px;
}

/* Home typography */
.home-section-eyebrow {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.5em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 14px;
}
.home-section-title {
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-weight:300;
  font-size:52px;
  letter-spacing:.06em;
  color:#1A3A5C;
  margin:0;
}

/* Home profile */
.profile-grid {
  display:grid;
  grid-template-columns:230px 1fr;
  gap:56px;
  align-items:center;
  justify-items:center;
}
.home-profile-image {
  position:relative;
  width:210px;
  height:210px;
  border-radius:50%;
  overflow:hidden;
  border:1px solid rgba(140,210,235,.7);
  box-shadow:0 16px 44px rgba(50,120,160,.24);
}

/* Shared profile */
.profile-image-media {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

/* Home profile */
.home-profile-content {
  width:100%;
  max-width:520px;
}
.home-profile-role {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 8px;
}
.home-profile-name {
  font-family:'Shippori Mincho',serif;
  font-size:34px;
  letter-spacing:.12em;
  color:#1A3A5C;
  margin:0 0 20px;
}
.home-profile-description {
  font-family:'Noto Serif JP',serif;
  font-weight:300;
  font-size:15px;
  line-height:2;
  color:#3f6d97;
  margin:0 0 26px;
  display:none;
}

/* Shared profile */
.profile-facts {
  border-top:1px solid rgba(120,160,190,.32);
}

/* Home profile */
.home-profile-fact {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:14px;
  padding:14px 2px;
  border-bottom:1px solid rgba(120,160,190,.24);
}
.home-profile-fact-label {
  font-family:'Josefin Sans',sans-serif;
  font-size:10.5px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#68a6c8;
}
.home-profile-fact-roman {
  font-family:'Cormorant Garamond',serif;
  font-size:17px;
  letter-spacing:.06em;
  color:#1A3A5C;
}

/* Shared profile */
.profile-fact-value {
  font-size:14px;
  color:#1A3A5C;
}

/* Home profile */
.home-profile-platforms {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.home-profile-platform-link {
  font-size:14px;
  color:#3f6d97;
  text-decoration:none;
  border-bottom:1px solid rgba(104,196,223,.5);
}
.home-profile-actions {
  display:flex;
  justify-content:flex-end;
  margin-top:26px;
}

/* Home sections */
.home-movie-section {
  padding:110px 0 120px;
  scroll-margin-top:60px;
  overflow:hidden;
}
.home-movie-heading-wrap {
  max-width:1000px;
  margin:0 auto;
  padding:0 32px;
}
.home-section-heading {
  text-align:center;
  margin-bottom:56px;
}
.home-movie-actions {
  max-width:1160px;
  margin:38px auto 0;
  padding:0 32px;
  display:flex;
  gap:34px;
  justify-content:flex-end;
}
.home-live-section {
  padding:110px 32px;
  scroll-margin-top:60px;
}

/* Shared containers */
.container-narrow {
  max-width:920px;
  margin:0 auto;
}

/* Home sections */
.home-live-actions {
  display:flex;
  justify-content:flex-end;
  margin-top:30px;
}
.home-contact-section {
  padding:110px 32px 130px;
  scroll-margin-top:60px;
}

/* Home contact */
.contact-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:56px;
  align-items:start;
}
.home-contact-title {
  font-family:'Shippori Mincho',serif;
  font-size:24px;
  line-height:1.7;
  color:#1A3A5C;
  margin:0 0 18px;
}
.home-contact-copy {
  font-family:'Noto Serif JP',serif;
  font-weight:300;
  font-size:14px;
  line-height:2;
  color:#3f6d97;
  margin:0 0 30px;
}
.home-contact-sns-label {
  font-family:'Josefin Sans',sans-serif;
  font-size:10px;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 14px;
}
.home-contact-links {
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Home footer */
.site-footer-home {
  padding:56px 32px;
  border-top:1px solid rgba(140,210,235,.4);
  background:rgba(238,248,253,.4);
  backdrop-filter:blur(14px);
}
.site-footer-inner-home {
  max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
  text-align:center;
}
.site-footer-brand-home {
  font-family:'Shippori Mincho',serif;
  font-size:18px;
  letter-spacing:.3em;
  color:#1A3A5C;
  margin:0;
  padding-left:.3em;
  text-decoration:none;
}
.site-footer-social {
  display:flex;
  gap:14px;
  justify-content:center;
}
.site-footer-social-link {
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(74,127,165,.12);
  border:1px solid rgba(104,196,223,.5);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#4A7FA5;
}

/* Detail headings */
.page-hero-centered {
  padding:120px 32px 20px;
  text-align:center;
}
.page-hero {
  padding:120px 32px 20px;
}

/* Shared containers */
.container-wide {
  max-width:1160px;
  margin:0 auto;
}

/* Detail headings */
.page-hero-eyebrow {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.5em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 16px;
}
.page-title-layout {
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-weight:300;
  letter-spacing:.05em;
  color:#1A3A5C;
  margin:0;
  line-height:1;
}
.page-hero-subtitle {
  font-family:'Shippori Mincho',serif;
  font-size:18px;
  letter-spacing:.14em;
  color:#4A7FA5;
  margin:18px 0 0;
}

/* Profile page */
.profile-detail-section {
  padding:60px 32px 90px;
  flex:1;
}
.pf-grid {
  display:grid;
  grid-template-columns:280px 1fr;
  gap:64px;
  align-items:start;
}
.profile-detail-visual {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}
.profile-detail-image {
  position:relative;
  width:250px;
  height:250px;
  border-radius:50%;
  overflow:hidden;
  border:1px solid rgba(140,210,235,.7);
  box-shadow:0 18px 50px rgba(50,120,160,.26);
}
.profile-detail-roman {
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:22px;
  letter-spacing:.2em;
  color:#4A7FA5;
  margin:0;
}
.profile-detail-info {
  width:100%;
}
.profile-detail-role {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 10px;
}
.profile-detail-name {
  font-family:'Shippori Mincho',serif;
  font-size:40px;
  letter-spacing:.12em;
  color:#1A3A5C;
  margin:0 0 24px;
}
.profile-detail-copy {
  font-family:'Noto Serif JP',serif;
  font-weight:300;
  font-size:15px;
  line-height:2.1;
  color:#3f6d97;
  margin:0 0 36px;
}
.profile-detail-fact {
  display:grid;
  grid-template-columns:130px 1fr;
  gap:16px;
  padding:16px 2px;
  border-bottom:1px solid rgba(120,160,190,.24);
}
.profile-detail-fact-label {
  font-family:'Josefin Sans',sans-serif;
  font-size:10.5px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#68a6c8;
  padding-top:3px;
}
.profile-detail-fact-name {
  font-family:'Shippori Mincho',serif;
  font-size:17px;
  color:#1A3A5C;
}
.profile-detail-fact-roman {
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  letter-spacing:.06em;
  color:#1A3A5C;
}
.profile-detail-fact-platforms {
  font-size:14px;
  color:#1A3A5C;
  line-height:1.9;
}
.profile-detail-links-label {
  font-family:'Josefin Sans',sans-serif;
  font-size:10px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:38px 0 16px;
}
.profile-detail-links {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.profile-detail-actions {
  display:flex;
  justify-content:flex-end;
  margin-top:44px;
}

/* Movie page */
.movie-latest-section {
  padding:56px 0 40px;
}
.movie-latest-heading {
  max-width:1160px;
  margin:0 auto;
  padding:0 32px 24px;
}

/* Detail sections */
.detail-section-eyebrow {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0;
}

/* Movie page */
.movie-latest-content {
  max-width:1160px;
  margin:0 auto;
  padding:0 32px;
}
.movie-featured-wrap {
  position:relative;
}
.movie-archive-section {
  padding:64px 32px 100px;
  flex:1;
}
.movie-archive-heading {
  font-family:'Josefin Sans',sans-serif;
  font-size:10px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 26px;
  border-top:1px solid rgba(120,160,190,.34);
  padding-top:34px;
}
.mv-archive-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.movie-archive-actions {
  display:flex;
  justify-content:flex-end;
  margin-top:48px;
}

/* Live page */
.live-upcoming-section {
  padding:64px 32px 30px;
}

/* Detail sections */
.detail-list-heading {
  font-family:'Josefin Sans',sans-serif;
  font-size:10px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 26px;
}

/* Live page */
.live-archive-section {
  padding:56px 32px 100px;
  flex:1;
}
.live-archive-actions {
  display:flex;
  justify-content:flex-end;
  margin-top:40px;
}

/* Contact page */
.contact-detail-section {
  padding:60px 32px 110px;
  flex:1;
}
.ct-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:start;
}
.contact-detail-eyebrow {
  font-family:'Josefin Sans',sans-serif;
  font-size:11px;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#68a6c8;
  margin:0 0 12px;
}
.contact-detail-title {
  font-family:'Shippori Mincho',serif;
  font-size:26px;
  line-height:1.7;
  color:#1A3A5C;
  margin:0 0 20px;
}
.contact-detail-copy {
  font-family:'Noto Serif JP',serif;
  font-weight:300;
  font-size:14px;
  line-height:2;
  color:#3f6d97;
  margin:0 0 34px;
}
