/* ========================================================
   articleInfo3
======================================================== */#articleInfo3 { --article-gold: #b49356; --article-gold-light: #d8c393; --article-black: #171716; --article-dark: #292824; --article-text: #625f58; --article-gray: #8d8980; --article-paper: #f5f2eb; --article-white: #ffffff; --article-blue: #2584c7; --article-green: #82b84b; --article-line: rgba(180,147,86,0.26); position: relative; width: 100%; color: var(--article-black); background: var(--article-white); overflow: hidden; }
#articleInfo3 * { box-sizing: border-box; }
#articleInfo3 img { display: block; max-width: 100%; }
#articleInfo3 article { margin: 0; }
#articleInfo3 article p { margin: 0; color: var(--article-text); font-size: 15px; font-weight: 400; line-height: 2; letter-spacing: 0.7px; }
#articleInfo3 article p + p { margin-top: 18px; }
#articleInfo3 .section-number { position: absolute; color: rgba(180,147,86,0.15); font-family: "Times New Roman",serif; font-size: 76px; font-weight: 400; line-height: 1; }
#articleInfo3 .project-category { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; color: var(--article-gold); font-family: Arial,sans-serif; font-size: 10px; font-weight: 400; line-height: 1; letter-spacing: 3.5px; }
#articleInfo3 .project-category span { display: block; width: 42px; height: 1px; background: var(--article-gold); }
/* ========================================================
   project-hero
======================================================== */#articleInfo3 .project-hero {position: relative;display: grid;grid-template-columns: minmax(0,55%) minmax(0,45%);width: min(100%,1600px);margin: 0 auto;padding: 100px 40px 50px;}
#articleInfo3 .hero-image { position: relative; align-self: center; padding: 0 0 55px; }
#articleInfo3 .hero-image::before { content: ""; position: absolute; top: -38px; left: -40px; width: 48%; height: 62%; background: var(--article-paper); }
#articleInfo3 .hero-image::after {content: "";position: absolute;right: -22px;bottom: 27px;width: 60%;height: 70%;border-right: 1px solid var(--article-line);border-bottom: 1px solid var(--article-line);pointer-events: none;}
#articleInfo3 .hero-image > img { position: relative; z-index: 2; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; transition: transform 1.2s cubic-bezier(0.2,0.7,0.2,1); }
#articleInfo3 .project-hero:hover .hero-image > img { transform: scale(1.025); }
#articleInfo3 .hero-image-label {position: absolute;z-index: 3;right: 70px;bottom: 0;display: flex;align-items: center;gap: 20px;min-width: 290px;padding: 24px 30px;color: var(--article-white);background: var(--article-black);}
#articleInfo3 .hero-image-label span { font-family: Arial,sans-serif; font-size: 10px; line-height: 1; letter-spacing: 2.5px; }
#articleInfo3 .hero-image-label small { padding-left: 20px; color: var(--article-gold-light); border-left: 1px solid rgba(255,255,255,0.25); font-family: "Times New Roman",serif; font-size: 12px; font-weight: 400; line-height: 1; letter-spacing: 2px; }
#articleInfo3 .hero-content {position: relative;z-index: 4;align-self: center;margin-left: 0;padding: 68px 65px 62px 82px;background: rgba(255,255,255,0.97);box-shadow: 0 28px 80px rgba(28,26,21,0.1);}
#articleInfo3 .hero-content .section-number { top: 20px; right: 28px; }
#articleInfo3 .project-title { margin-bottom: 20px; color: var(--article-black); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(38px,3.6vw,58px); font-weight: 400; line-height: 1.35; letter-spacing: 2px; }
#articleInfo3 .project-title small { display: block; margin-top: 6px; color: var(--article-gray); font-family: "Noto Serif TC",serif; font-size: 46%; font-weight: 400; line-height: 1.5; letter-spacing: 3px; }
#articleInfo3 .project-subtitle { position: relative; margin-bottom: 27px; padding-bottom: 27px; color: var(--article-dark); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(19px,1.6vw,25px); line-height: 1.6; letter-spacing: 1px; }
#articleInfo3 .project-subtitle::after { content: ""; position: absolute; bottom: 0; left: 0; width: 65px; height: 1px; background: var(--article-gold); }
#articleInfo3 .project-info { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 35px; padding: 24px 0; border-top: 1px solid rgba(180,147,86,0.18); border-bottom: 1px solid rgba(180,147,86,0.18); }
#articleInfo3 .info-item { padding: 0 18px; border-right: 1px solid rgba(180,147,86,0.18); }
#articleInfo3 .info-item:first-child { padding-left: 0; }
#articleInfo3 .info-item:last-child { padding-right: 0; border-right: 0; }
#articleInfo3 .info-item span { display: block; margin-bottom: 9px; color: var(--article-gold); font-family: Arial,sans-serif; font-size: 8px; line-height: 1; letter-spacing: 2px; }
#articleInfo3 .info-item small { display: block; color: var(--article-dark); font-size: 12px; font-weight: 400; line-height: 1.5; letter-spacing: 0.5px; }
#articleInfo3 .character-tags { display: flex; gap: 8px; margin-top: 28px; }
#articleInfo3 .character-tags span { display: inline-flex; align-items: center; justify-content: center; min-height: 31px; padding: 6px 15px; color: var(--article-white); font-family: Arial,sans-serif; font-size: 9px; line-height: 1; letter-spacing: 2px; }
#articleInfo3 .stitch-tag { background: var(--article-blue); }
#articleInfo3 .alien-tag { background: var(--article-green); }
/* ========================================================
   battle-section
======================================================== */#articleInfo3 .battle-section {display: grid;grid-template-columns: minmax(0,42%) minmax(0,58%);align-items: center;width: min(100%,1450px);margin: 0 auto;padding: 100px 40px 100px;}
#articleInfo3 .battle-content { position: relative; z-index: 3; margin-right: -55px; padding: 65px 75px 65px 0; background: var(--article-white); }
#articleInfo3 .battle-content .section-number { top: -12px; right: 72px; }
#articleInfo3 .section-title { position: relative; margin-bottom: 30px; padding-bottom: 28px; color: var(--article-black); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(31px,3vw,46px); font-weight: 400; line-height: 1.45; letter-spacing: 2px; }
#articleInfo3 .section-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 60px; height: 1px; background: var(--article-gold); }
#articleInfo3 .section-title small { display: block; margin-top: 5px; color: var(--article-gray); font-size: 52%; font-weight: 400; line-height: 1.6; letter-spacing: 2px; }
#articleInfo3 .battle-line { display: flex; align-items: center; gap: 20px; margin-top: 38px; font-family: Arial,sans-serif; font-size: 10px; line-height: 1; letter-spacing: 2.5px; }
#articleInfo3 .battle-line span { display: inline-flex; align-items: center; justify-content: center; min-width: 105px; min-height: 34px; color: var(--article-white); }
#articleInfo3 .battle-line span:first-child { background: var(--article-blue); }
#articleInfo3 .battle-line span:last-child { background: var(--article-green); }
#articleInfo3 .battle-line i { color: var(--article-gold); font-family: "Times New Roman",serif; font-size: 17px; font-style: italic; letter-spacing: 0; }
#articleInfo3 .battle-photo { position: relative; padding: 35px 35px 35px 0; }
#articleInfo3 .battle-photo::before { content: ""; position: absolute; top: 0; right: 0; width: 58%; height: 100%; background: var(--article-paper); }
#articleInfo3 .photo-frame { position: relative; z-index: 2; aspect-ratio: 16/10; overflow: hidden; }
#articleInfo3 .photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(23,23,22,0.34),transparent 55%); pointer-events: none; }
#articleInfo3 .photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.1s cubic-bezier(0.2,0.7,0.2,1); }
#articleInfo3 .battle-section:hover .photo-frame img { transform: scale(1.035); }
#articleInfo3 .photo-caption { position: absolute; z-index: 3; right: 62px; bottom: 65px; display: flex; align-items: flex-end; gap: 16px; color: var(--article-white); }
#articleInfo3 .photo-caption span { font-family: "Times New Roman",serif; font-size: 56px; line-height: 0.8; }
#articleInfo3 .photo-caption small { padding-bottom: 2px; font-family: Arial,sans-serif; font-size: 9px; font-weight: 400; line-height: 1; letter-spacing: 2.5px; }
/* ========================================================
   spots-section
======================================================== */#articleInfo3 .spots-section {position: relative;padding: 100px 40px 100px;background: var(--article-paper);}
#articleInfo3 .spots-section::before { content: "UNIVERSE"; position: absolute; top: 55%; left: -55px; color: rgba(180,147,86,0.07); font-family: "Times New Roman",serif; font-size: 125px; line-height: 1; letter-spacing: 12px; pointer-events: none; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }
#articleInfo3 .spots-heading { position: relative; z-index: 2; width: min(100%,760px); margin: 0 auto 65px; text-align: center; }
#articleInfo3 .heading-en {margin-bottom: 17px;color: var(--article-gold);font-family: Arial,sans-serif;font-size: 10px;line-height: 1;letter-spacing: 4px;text-align: center;}
#articleInfo3 .heading-title {color: var(--article-black);font-family: "Noto Serif TC","Times New Roman",serif;font-size: clamp(31px,3vw,46px);font-weight: 400;line-height: 1.5;letter-spacing: 2px;text-align: center;}
#articleInfo3 .heading-line { width: 1px; height: 45px; margin: 22px auto; background: var(--article-gold); }
#articleInfo3 .spots-heading p {margin: 0;color: var(--article-gray);font-size: 14px;line-height: 1.9;letter-spacing: 0.7px;text-align: center;}
#articleInfo3 .spots-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,55%) minmax(0,45%); align-items: center; width: min(100%,1300px); margin: 0 auto; background: var(--article-white); box-shadow: 0 25px 65px rgba(28,26,21,0.08); }
#articleInfo3 .spots-photo { position: relative; min-width: 0; }
#articleInfo3 .spots-image { aspect-ratio: 4/3; overflow: hidden; }
#articleInfo3 .spots-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(23,23,22,0.42),transparent 55%); pointer-events: none; }
#articleInfo3 .spots-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.1s cubic-bezier(0.2,0.7,0.2,1); }
#articleInfo3 .spots-layout:hover .spots-image img { transform: scale(1.035); }
#articleInfo3 .spots-index { position: absolute; right: 30px; bottom: 28px; display: flex; align-items: flex-end; gap: 15px; color: var(--article-white); }
#articleInfo3 .spots-index span { font-family: "Times New Roman",serif; font-size: 62px; line-height: 0.8; }
#articleInfo3 .spots-index small { padding-bottom: 2px; font-family: Arial,sans-serif; font-size: 9px; font-weight: 400; line-height: 1; letter-spacing: 2.5px; }
#articleInfo3 .spots-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 45px 48px; }
#articleInfo3 .spot-item { display: flex; align-items: center; gap: 14px; min-height: 70px; padding: 14px 8px; border-bottom: 1px solid rgba(180,147,86,0.16); }
#articleInfo3 .spot-item:nth-last-child(-n+2) { border-bottom: 0; }
#articleInfo3 .spot-item span { flex: 0 0 auto; color: var(--article-gold); font-family: "Times New Roman",serif; font-size: 20px; line-height: 1; }
#articleInfo3 .spot-item p { margin: 0; color: var(--article-dark); font-size: 13px; line-height: 1.65; letter-spacing: 0.5px; }
/* ========================================================
   experience-section
======================================================== */#articleInfo3 .experience-section {width: min(100%,1500px);margin: 0 auto;padding: 100px 40px;}
#articleInfo3 .experience-row {display: grid;grid-template-columns: minmax(0,56%) minmax(0,44%);align-items: center;margin-bottom: 100px;}
#articleInfo3 .experience-row:last-child { margin-bottom: 0; }
#articleInfo3 .experience-row.reverse { grid-template-columns: minmax(0,44%) minmax(0,56%); }
#articleInfo3 .experience-row.reverse .experience-photo { grid-column: 2; grid-row: 1; }
#articleInfo3 .experience-row.reverse .experience-content { grid-column: 1; grid-row: 1; margin-right: -55px; margin-left: 0; padding-right: 80px; padding-left: 65px; }
#articleInfo3 .experience-photo { position: relative; z-index: 1; aspect-ratio: 16/10; background: var(--article-paper); overflow: hidden; }
#articleInfo3 .experience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(23,23,22,0.06),transparent 55%); pointer-events: none; }
#articleInfo3 .experience-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.1s cubic-bezier(0.2,0.7,0.2,1); }
#articleInfo3 .experience-row:hover .experience-photo img { transform: scale(1.04); }
#articleInfo3 .experience-content { position: relative; z-index: 2; margin-left: -55px; padding: 65px 65px 65px 80px; background: var(--article-white); box-shadow: 0 25px 70px rgba(28,26,21,0.09); }
#articleInfo3 .experience-number { position: absolute; top: 22px; right: 30px; color: rgba(180,147,86,0.15); font-family: "Times New Roman",serif; font-size: 70px; line-height: 1; }
#articleInfo3 .experience-title { position: relative; margin-bottom: 30px; padding-bottom: 27px; color: var(--article-black); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(30px,2.9vw,44px); font-weight: 400; line-height: 1.45; letter-spacing: 2px; }
#articleInfo3 .experience-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 60px; height: 1px; background: var(--article-gold); }
#articleInfo3 .experience-title small { display: block; margin-top: 4px; color: var(--article-gray); font-size: 54%; font-weight: 400; line-height: 1.6; letter-spacing: 2px; }
#articleInfo3 .design-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; margin-top: 35px; padding: 18px 0; color: var(--article-black); border-top: 1px solid var(--article-line); border-bottom: 1px solid var(--article-line); text-decoration: none; transition: color 0.35s ease,padding 0.35s ease; }
#articleInfo3 .design-link span { font-family: Arial,sans-serif; font-size: 9px; line-height: 1; letter-spacing: 2.5px; }
#articleInfo3 .design-link i { color: var(--article-gold); font-size: 21px; font-style: normal; line-height: 1; transition: transform 0.35s ease; }
#articleInfo3 .design-link:hover { color: var(--article-gold); padding-right: 8px; padding-left: 8px; }
#articleInfo3 .design-link:hover i { transform: translateX(5px); }
#articleInfo3 .experience-labels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
#articleInfo3 .experience-labels span { display: inline-flex; align-items: center; min-height: 31px; padding: 6px 13px; color: var(--article-gray); background: var(--article-paper); border: 1px solid rgba(180,147,86,0.18); font-family: Arial,sans-serif; font-size: 8px; line-height: 1; letter-spacing: 1.5px; }
/* ========================================================
   RWD
======================================================== */@media screen and (max-width:1200px) {
  #articleInfo3 .project-hero { grid-template-columns: minmax(0,58%) minmax(0,42%); padding: 85px 30px 105px; }
  #articleInfo3 .hero-content { margin-left: -45px; padding: 58px 45px 55px 58px; }
  #articleInfo3 .battle-section { padding: 100px 30px 115px; }
  #articleInfo3 .battle-content { margin-right: -35px; padding-right: 55px; }
  #articleInfo3 .spots-section { padding: 105px 30px 120px; }
  #articleInfo3 .spots-list { padding: 35px 30px; }
  #articleInfo3 .experience-section { padding: 110px 30px; }
  #articleInfo3 .experience-content { margin-left: -35px; padding: 55px 45px 55px 55px; }
  #articleInfo3 .experience-row.reverse .experience-content { margin-right: -35px; padding-right: 55px; padding-left: 45px; }
}
@media screen and (max-width:960px) {
  #articleInfo3 .project-hero { display: block; min-height: 0; }
  #articleInfo3 .hero-image { width: 90%; }
  #articleInfo3 .hero-content { width: 88%; margin: -35px 0 0 auto; }
  #articleInfo3 .battle-section { display: block; }
  #articleInfo3 .battle-content { width: 88%; margin: 0; padding: 55px; }
  #articleInfo3 .battle-photo { width: 90%; margin: -25px 0 0 auto; }
  #articleInfo3 .spots-layout { display: block; }
  #articleInfo3 .spots-photo { width: 100%; }
  #articleInfo3 .spots-list { padding: 40px; }
  #articleInfo3 .experience-row,#articleInfo3 .experience-row.reverse { display: block; }
  #articleInfo3 .experience-photo,#articleInfo3 .experience-row.reverse .experience-photo { width: 90%; margin: 0; }
  #articleInfo3 .experience-row.reverse .experience-photo { margin-left: auto; }
  #articleInfo3 .experience-content,#articleInfo3 .experience-row.reverse .experience-content { width: 88%; margin: -35px 0 0 auto; padding: 55px; }
  #articleInfo3 .experience-row.reverse .experience-content { margin-right: auto; margin-left: 0; }
}
@media screen and (max-width:767px) {
  #articleInfo3 article p { font-size: 14px; line-height: 1.9; }
  #articleInfo3 .project-hero {padding: 60px 20px 0px;}
  #articleInfo3 .hero-image { width: 100%; padding-bottom: 38px; }
  #articleInfo3 .hero-image::before { top: -20px; left: -20px; }
  #articleInfo3 .hero-image::after { display: none; }
  #articleInfo3 .hero-image > img { aspect-ratio: 4/3; }
  #articleInfo3 .hero-image-label { right: 15px; min-width: 245px; padding: 19px 22px; }
  #articleInfo3 .hero-content {width: calc(100% - 15px);margin-top: 15px;padding: 45px 30px;}
  #articleInfo3 .hero-content .section-number { top: 16px; right: 20px; font-size: 56px; }
  #articleInfo3 .project-title { font-size: 37px; }
  #articleInfo3 .project-subtitle { font-size: 19px; }
  #articleInfo3 .project-info { grid-template-columns: 1fr; gap: 16px; }
  #articleInfo3 .info-item,#articleInfo3 .info-item:first-child,#articleInfo3 .info-item:last-child { padding: 0 0 16px; border-right: 0; border-bottom: 1px solid rgba(180,147,86,0.16); }
  #articleInfo3 .info-item:last-child { padding-bottom: 0; border-bottom: 0; }
  #articleInfo3 .battle-section {padding: 50px 20px 50px;}
  #articleInfo3 .battle-content { width: 100%; padding: 45px 30px; }
  #articleInfo3 .battle-content .section-number { top: 15px; right: 25px; font-size: 56px; }
  #articleInfo3 .battle-photo { width: 100%; margin-top: 0; padding: 20px 0 20px 20px; }
  #articleInfo3 .photo-frame { aspect-ratio: 4/3; }
  #articleInfo3 .photo-caption { right: 20px; bottom: 40px; }
  #articleInfo3 .spots-section {padding: 50px 20px 50px;}
  #articleInfo3 .spots-section::before { display: none; }
  #articleInfo3 .spots-heading { margin-bottom: 45px; }
  #articleInfo3 .spots-image { aspect-ratio: 4/3; }
  #articleInfo3 .spots-list { grid-template-columns: 1fr; padding: 30px; }
  #articleInfo3 .spot-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(180,147,86,0.16); }
  #articleInfo3 .spot-item:last-child { border-bottom: 0; }
  #articleInfo3 .experience-section {padding: 50px 20px;}
  #articleInfo3 .experience-row {margin-bottom: 50px;}
  #articleInfo3 .experience-photo,#articleInfo3 .experience-row.reverse .experience-photo { width: 100%; aspect-ratio: 4/3; }
  #articleInfo3 .experience-content,#articleInfo3 .experience-row.reverse .experience-content { width: calc(100% - 15px); margin: -20px 0 0 auto; padding: 45px 30px; }
  #articleInfo3 .experience-row.reverse .experience-content { margin-right: auto; margin-left: 0; }
  #articleInfo3 .experience-number { top: 18px; right: 20px; font-size: 56px; }
  #articleInfo3 .experience-title { font-size: 30px; }
}
@media screen and (max-width:480px) {
  #articleInfo3 .project-hero { padding-right: 15px; padding-left: 15px; }
  #articleInfo3 .hero-image-label { right: 10px; gap: 12px; min-width: 0; padding: 16px; }
  #articleInfo3 .hero-image-label span { font-size: 8px; letter-spacing: 1.5px; }
  #articleInfo3 .hero-image-label small { padding-left: 12px; font-size: 10px; }
  #articleInfo3 .hero-content { width: calc(100% - 10px); padding: 38px 23px; }
  #articleInfo3 .project-title { font-size: 31px; }
  #articleInfo3 .project-title small { font-size: 48%; letter-spacing: 2px; }
  #articleInfo3 .project-subtitle { font-size: 18px; }
  #articleInfo3 .character-tags { flex-wrap: wrap; }
  #articleInfo3 .battle-section { padding-right: 15px; padding-left: 15px; }
  #articleInfo3 .battle-content { padding: 38px 23px; }
  #articleInfo3 .section-title { font-size: 28px; }
  #articleInfo3 .battle-line { gap: 10px; }
  #articleInfo3 .battle-line span { min-width: 88px; font-size: 8px; }
  #articleInfo3 .spots-section { padding-right: 15px; padding-left: 15px; }
  #articleInfo3 .heading-title { font-size: 28px; }
  #articleInfo3 .spots-list { padding: 24px 20px; }
  #articleInfo3 .spot-item { min-height: 62px; }
  #articleInfo3 .experience-section { padding-right: 15px; padding-left: 15px; }
  #articleInfo3 .experience-content,#articleInfo3 .experience-row.reverse .experience-content {width: calc(100% - 0px);padding: 38px 15px;}
  #articleInfo3 .experience-title { font-size: 27px; }
  #articleInfo3 .design-link span { font-size: 8px; letter-spacing: 1.7px; }
}
