@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Source+Sans+Pro:wght@300;400;600;700&family=Special+Elite&display=swap";:root{--bg-light: #f5f1e8;--bg-cream: #ebe5d9;--bg-warm: #e5ddd0;--text-dark: #2c2416;--text-body: #4a4033;--gold: #8b6914;--gold-light: #d4a84b;--gold-dark: #6b5010;--khaki: #7a6b52;--navy: #1a2a3a;--blood-red: #8b0000}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:Lora,Georgia,serif;background:var(--bg-light);color:var(--text-body);line-height:1.8;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-cream)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--khaki),var(--gold));border-radius:4px}.nav{position:fixed;top:0;left:0;right:0;background:#f5f1e8f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:.8rem 2rem;border-bottom:1px solid rgba(139,105,20,.1)}.nav ul{display:flex;justify-content:center;gap:2rem;list-style:none;flex-wrap:wrap}.nav a{color:var(--khaki);text-decoration:none;font-family:Source Sans Pro,sans-serif;font-size:.75rem;letter-spacing:2px;text-transform:uppercase;transition:color .3s}.nav a:hover{color:var(--gold)}.hero{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-glow{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(139,105,20,.2) 0%,transparent 60%);animation:pulse-glow 4s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-content{position:relative;z-index:10;padding:2rem}.badge{width:160px;height:160px;margin-bottom:3rem;filter:drop-shadow(0 0 40px rgba(139,105,20,.6))}.hero-line{font-size:1.4rem;color:#f5f1e8e6;margin-bottom:1rem}.hero-title{font-family:Cinzel,serif;font-size:clamp(3rem,8vw,6rem);color:var(--gold-light);margin:2rem 0 1rem;text-shadow:0 0 60px rgba(212,168,75,.4);letter-spacing:4px}.hero-subtitle{font-family:Source Sans Pro,sans-serif;font-size:1rem;color:#c3b091;letter-spacing:6px;text-transform:uppercase}.scroll-indicator{position:absolute;bottom:60px;display:flex;flex-direction:column;align-items:center;gap:1rem}.scroll-text{color:#f5f1e880;font-size:.85rem;letter-spacing:3px}.scroll-arrow{width:24px;height:24px;border-right:2px solid var(--gold-light);border-bottom:2px solid var(--gold-light);transform:rotate(45deg);animation:bounce-arrow 2s ease-in-out infinite}@keyframes bounce-arrow{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(10px)}}.section{position:relative;overflow:hidden;min-height:100vh}.section-content{max-width:1000px;margin:0 auto;padding:8rem 2rem;position:relative;z-index:10}.section-title{font-family:Cinzel,serif;font-size:clamp(2rem,5vw,3.5rem);color:var(--gold);text-align:center;margin-bottom:.5rem}.section-title:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1.5rem auto 0}.section-subtitle{text-align:center;color:var(--khaki);font-size:1.1rem;margin-bottom:4rem;font-style:italic}.bg-warm{background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-cream) 50%,var(--bg-light) 100%)}.bg-italy{background:linear-gradient(180deg,#d4c4ae,#c9b89a 30%,#bfa882,#c9b89a 70%,#d4c4ae);position:relative}.bg-italy:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.05;pointer-events:none}.bg-korea{background:linear-gradient(180deg,#c8d8e8,#b0c4d8 30%,#98b4cc,#b0c4d8 70%,#c8d8e8);position:relative}.bg-navy{background:linear-gradient(180deg,#2a3a4a,#1a2a3a,#2a3a4a);color:#f5f1e8}.bg-navy .section-title{color:var(--gold-light)}.bg-navy .section-subtitle{color:#c3b091}.bg-victory{background:linear-gradient(180deg,var(--bg-cream) 0%,#f0e8d8 50%,var(--bg-cream) 100%)}.bg-dark{background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f);color:#f5f1e8}.hero-image-section{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-image-bg{position:absolute;inset:-50px;background-size:cover;background-position:center;filter:sepia(20%) brightness(.5)}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0009,#0000004d,#000c)}.hero-image-content{position:relative;z-index:10;text-align:center;padding:2rem}.hero-image-content h2{font-family:Cinzel,serif;font-size:clamp(2.5rem,6vw,4.5rem);color:#fff;text-shadow:0 4px 40px rgba(0,0,0,.9);margin-bottom:1rem}.hero-image-content p{color:#c3b091;font-size:1.4rem;text-shadow:0 2px 10px rgba(0,0,0,.9)}.card{background:#fffc;border:1px solid rgba(139,105,20,.15);border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 10px 40px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card h3{font-family:Cinzel,serif;color:var(--gold);font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(139,105,20,.2)}.detail-row{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px dashed rgba(139,105,20,.15)}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--khaki);font-size:.95rem}.detail-value{color:var(--text-dark);font-weight:600}.detail-value.highlight{color:var(--gold-light)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.pull-quote{position:relative;padding:3rem 3.5rem;background:linear-gradient(135deg,#8b69141a,#8b691408);border-left:5px solid var(--gold);margin:4rem 0;border-radius:0 12px 12px 0}.pull-quote:before{content:'"';position:absolute;top:-20px;left:20px;font-family:Georgia,serif;font-size:8rem;color:var(--gold);opacity:.2;line-height:1}.pull-quote p{font-size:1.25rem;font-style:italic;color:var(--text-dark);line-height:2}.telegram-wrapper{max-width:500px;margin:3rem auto;perspective:1000px}.telegram{background:linear-gradient(135deg,#fef3c7,#fde68a,#fef3c7);border:4px solid #78350f;padding:2rem 2.5rem;font-family:Special Elite,monospace;position:relative;box-shadow:0 25px 60px #0006;transform-style:preserve-3d}.telegram:before{content:"";position:absolute;inset:10px;border:2px dashed #78350f;opacity:.4}.telegram-header{text-align:center;font-size:1.1rem;font-weight:700;letter-spacing:4px;color:#78350f;border-bottom:3px solid #78350f;padding-bottom:1rem;margin-bottom:1.5rem}.telegram-body{color:#1c1917;line-height:2.2;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;margin:3rem 0}.stat{text-align:center;padding:2rem 1.5rem;background:#fff9;border:1px solid rgba(139,105,20,.15);border-radius:12px;transition:transform .3s,box-shadow .3s}.stat:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.stat-number{font-family:Cinzel,serif;font-size:3rem;color:var(--gold);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--khaki)}.bg-navy .stat{background:#ffffff14;border-color:#ffffff1a}.bg-navy .stat-number{color:var(--gold-light)}.bg-navy .stat-label{color:#c3b091}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.gallery-item{position:relative;overflow:hidden;border:4px solid #fff;border-radius:8px;box-shadow:0 15px 40px #00000026}.gallery-item img{width:100%;height:250px;object-fit:cover;filter:sepia(15%) contrast(1.05);transition:all .5s}.gallery-item:hover img{filter:sepia(5%) contrast(1.1);transform:scale(1.08)}.gallery-item .caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#f5f1e8;font-size:.9rem}.timeline{position:relative;padding-left:40px;margin:3rem 0}.timeline:before{content:"";position:absolute;left:10px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--gold),var(--khaki))}.timeline-item{position:relative;padding:1.5rem 0 1.5rem 2rem}.timeline-item:before{content:"";position:absolute;left:-30px;top:1.8rem;width:16px;height:16px;background:var(--gold);border-radius:50%;box-shadow:0 0 15px #8b691480}.timeline-year{font-family:Cinzel,serif;color:var(--gold);font-weight:600;font-size:1.1rem}.timeline-text{color:var(--text-body);margin-top:.3rem}.medals-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin:3rem 0}.medal{text-align:center;cursor:pointer;transition:transform .4s}.medal:hover{transform:scale(1.15) translateY(-10px)}.medal-ribbon{width:48px;height:60px;margin:0 auto;border-radius:4px 4px 0 0;box-shadow:0 4px 15px #0006}.medal-disc{width:56px;height:56px;border-radius:50%;margin:-5px auto 0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 8px 25px #00000080,inset 0 3px 8px #ffffff4d;position:relative}.medal-name{font-family:Cinzel,serif;color:var(--gold-light);font-size:.85rem;margin-top:1rem;max-width:110px}.medal-desc{color:#c3b091;font-size:.75rem;margin-top:.3rem;max-width:110px}.ribbon-1939-45{background:linear-gradient(90deg,#1e3a5a 0% 33%,#c41e3a 33% 66%,#1e3a5a 66%)}.ribbon-defence{background:linear-gradient(90deg,#228b22 0% 12%,#000 12% 24%,#ff8c00 24% 76%,#000 76% 88%,#228b22 88%)}.ribbon-italy{background:linear-gradient(90deg,#c41e3a 0% 20%,#fff 20% 40%,#228b22 40% 60%,#fff 60% 80%,#c41e3a 80%)}.ribbon-war{background:linear-gradient(90deg,#c41e3a 0% 12%,#1e3a5a 12% 37%,#fff 37% 63%,#1e3a5a 63% 88%,#c41e3a 88%)}.ribbon-korea{background:linear-gradient(90deg,gold 0% 50%,#1e90ff 50%)}.ribbon-un{background:linear-gradient(90deg,#5b92e5 0% 35%,#fff 35% 65%,#5b92e5 65%)}.disc-bronze{background:linear-gradient(135deg,#cd7f32,#8b4513,#cd7f32);color:#1a1a1a}.disc-silver{background:linear-gradient(135deg,#e8e8e8,#a8a8a8,#e8e8e8);color:#1a1a1a}.family-tree{display:flex;flex-direction:column;align-items:center;padding:2rem}.tree-level{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:.8rem 0}.tree-connector{width:3px;height:30px;background:var(--gold);opacity:.5}.family-member{background:#ffffffe6;border:2px solid rgba(139,105,20,.2);padding:1rem 1.5rem;text-align:center;min-width:130px;transition:all .4s;border-radius:8px}.family-member:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026;border-color:var(--gold)}.family-member.highlight{background:#8b691426;border-color:var(--gold)}.family-member.newest{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#fff;border:none}.member-name{font-family:Cinzel,serif;font-weight:600;font-size:1rem;color:var(--text-dark)}.family-member.newest .member-name{color:#fff}.member-relation{font-size:.8rem;opacity:.7;margin-top:.3rem}.member-year{font-size:.75rem;opacity:.6}.at-27-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#0a0a0a}.at-27-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.15;filter:grayscale(100%) contrast(1.3)}.at-27-content{position:relative;z-index:10;max-width:1100px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:3rem}@media(max-width:900px){.at-27-content{grid-template-columns:1fr;gap:4rem;text-align:center}}.at-27-roy{border-right:2px solid rgba(212,168,75,.3);padding-right:3rem}@media(max-width:900px){.at-27-roy{border-right:none;border-bottom:2px solid rgba(212,168,75,.3);padding-right:0;padding-bottom:3rem}}.at-27-age{font-family:Cinzel,serif;font-size:6rem;color:var(--gold-light);line-height:1;margin-bottom:2rem;text-shadow:0 0 60px rgba(212,168,75,.5)}.at-27-text{font-size:1.2rem;line-height:2;color:#ffffffe6}.at-27-danger{color:#f44;font-weight:700;text-transform:uppercase;letter-spacing:2px}.at-27-you{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.at-27-question{font-family:Special Elite,monospace;font-size:3rem;color:#fff;margin-bottom:2rem;transform:rotate(-2deg);text-shadow:0 0 20px rgba(255,255,255,.3)}.at-27-reflection{font-family:Lora,serif;font-style:italic;font-size:1.3rem;color:var(--khaki);max-width:400px;line-height:1.8}.transformation{background:#ffffffb3;border:1px solid rgba(139,105,20,.2);border-radius:16px;padding:4rem 3rem;margin:3rem 0}.transformation h3{font-family:Cinzel,serif;color:var(--gold);text-align:center;margin-bottom:3rem;font-size:1.6rem}.transform-grid{display:flex;justify-content:center;align-items:flex-start;gap:6rem;flex-wrap:wrap}.figure{text-align:center;min-width:160px}.figure h4{color:var(--khaki);font-size:.8rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:4rem}.figure-body{margin:0 auto 2rem;border-radius:40% 40% 10% 10%;position:relative}.figure-body:before{content:"";position:absolute;left:50%;transform:translate(-50%);border-radius:50%}.figure-boy .figure-body{width:50px;height:100px;background:linear-gradient(135deg,#a89a7a,#8a7a5a)}.figure-boy .figure-body:before{width:28px;height:28px;background:linear-gradient(135deg,#a89a7a,#8a7a5a);top:-35px}.figure-man .figure-body{width:65px;height:140px;background:linear-gradient(135deg,var(--gold-light),var(--gold))}.figure-man .figure-body:before{width:38px;height:38px;background:linear-gradient(135deg,var(--gold-light),var(--gold));top:-46px}.figure ul{list-style:none;font-size:1rem;color:var(--text-dark)}.figure li{margin:.6rem 0}.transform-arrow{font-size:3rem;color:var(--gold);margin-top:5rem}.battle-card{background:#ffffffb3;border-left:5px solid var(--gold);padding:2.5rem;margin:2.5rem 0;border-radius:0 12px 12px 0}.battle-card h3{font-family:Cinzel,serif;color:var(--gold);font-size:1.8rem;margin-bottom:.5rem}.battle-card .date{color:var(--khaki);font-size:1rem;margin-bottom:1.5rem}.battle-card p{color:var(--text-body);margin-bottom:1rem}.role-table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff9;border-radius:12px;overflow:hidden}.role-table th,.role-table td{padding:1.2rem;text-align:left;border-bottom:1px solid rgba(139,105,20,.1)}.role-table th{background:#8b691426;color:var(--gold);font-family:Cinzel,serif;font-size:.9rem;text-transform:uppercase;letter-spacing:2px}.role-table td{color:var(--text-body)}.role-table tr:hover td{background:#8b69140d}.testimonial{background:#ffffffd9;border:1px solid rgba(139,105,20,.15);border-radius:16px;padding:3rem;position:relative;margin:3rem 0;box-shadow:0 15px 50px #00000014}.testimonial:before{content:'"';position:absolute;top:-15px;left:25px;font-family:Georgia,serif;font-size:8rem;color:var(--gold);opacity:.2;line-height:1}.testimonial-text{font-size:1.3rem;font-style:italic;color:var(--text-dark);line-height:2;margin-bottom:2rem}.testimonial-author{text-align:right;color:var(--khaki)}.testimonial-author strong{display:block;color:var(--gold);font-family:Cinzel,serif}.conduct-badge{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#fff;padding:1.2rem 2.5rem;font-family:Cinzel,serif;font-size:1.2rem;font-weight:700;box-shadow:0 15px 40px #8b691466;border-radius:6px}.final-salute{min-height:100vh;background:linear-gradient(135deg,#1a1410,#2c2416,#1a1410);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem}.video-container{width:400px;height:550px;margin-bottom:4rem;box-shadow:0 30px 100px #00000080;border:4px solid var(--gold-light);border-radius:8px;overflow:hidden}.video-container video{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.ode{color:#f5f1e8e6;font-style:italic;font-size:1.5rem;line-height:2.2;margin-bottom:3rem}.final-name{font-family:Cinzel,serif;font-size:2.8rem;color:var(--gold-light);margin-bottom:.8rem;text-shadow:0 0 30px rgba(212,168,75,.4)}.final-regiment{color:#c3b091;letter-spacing:4px;text-transform:uppercase;font-size:1rem;margin-bottom:.5rem}.final-years{color:#f5f1e8;font-size:1.4rem;margin-bottom:2.5rem}.final-quote{color:#f5f1e8bf;font-style:italic;max-width:500px;line-height:1.9;margin-bottom:2rem}.thank-you{font-family:Cinzel,serif;color:var(--gold-light);font-size:1.8rem;margin-top:2rem}footer{background:#1a1410;padding:4rem 2rem;text-align:center;border-top:1px solid rgba(201,162,39,.2)}footer p{color:#c3b091;font-size:.9rem;margin:.4rem 0}footer .title{font-family:Cinzel,serif;color:var(--gold-light);font-size:1.1rem;margin-bottom:.8rem}.particles-container{position:fixed;inset:0;pointer-events:none;z-index:5;overflow:hidden}.dust-particle{position:absolute;background:#8b691480;border-radius:50%}.snow-particle{position:absolute;background:#fff;border-radius:50%;opacity:.9}.img-frame{background:#fff;padding:10px;box-shadow:0 20px 60px #0003;display:inline-block;border-radius:6px}.img-frame img{display:block;max-width:100%;filter:sepia(10%)}.img-caption{text-align:center;color:var(--khaki);font-size:.9rem;font-style:italic;margin-top:1rem}.historical-img{width:100%;border:4px solid #fff;box-shadow:0 15px 50px #0003;filter:sepia(15%) contrast(1.05);border-radius:6px;transition:all .4s}.historical-img:hover{filter:sepia(5%) contrast(1.1);transform:scale(1.01)}.newspaper-frame{display:inline-block;background:#f5f0e1;padding:18px;box-shadow:0 6px 15px #00000026,0 20px 50px #0003;border:1px solid #d4c9b0;position:relative;transform:rotate(-.5deg)}.newspaper-frame img{display:block;filter:sepia(10%) contrast(1.05);max-width:100%}@media(min-width:768px)and (max-width:1024px){body{font-size:17px;line-height:1.75}.nav{padding:1rem 1.5rem}.nav ul{gap:1.5rem;padding:0 1rem;justify-content:center}.nav a{font-size:.72rem;letter-spacing:1.5px;padding:.6rem .4rem;min-height:44px;display:flex;align-items:center}.hero{min-height:100vh;padding:2rem 0}.hero-content{padding:2.5rem 4rem;max-width:700px}.badge{width:140px;height:140px;margin-bottom:2.5rem}.hero-line{font-size:1.15rem;margin-bottom:.7rem;padding:0 1rem}.hero-title{font-size:clamp(2.8rem,7vw,4.5rem);letter-spacing:3px;margin:1.8rem 0 1rem}.hero-subtitle{font-size:.9rem;letter-spacing:4px}.scroll-indicator{bottom:50px}.scroll-text{font-size:.8rem}.scroll-arrow{width:22px;height:22px}.section{min-height:auto}.section-content{padding:5rem 3.5rem;max-width:850px}.section-title{font-size:clamp(2rem,5vw,2.8rem);line-height:1.2}.section-title:after{width:70px;margin:1.2rem auto 0}.section-subtitle{font-size:1rem;margin-bottom:3rem;padding:0 1rem}.hero-image-section{min-height:65vh}.hero-image-content{padding:2.5rem;max-width:700px}.hero-image-content h2{font-size:clamp(2.2rem,5.5vw,3.5rem);line-height:1.15}.hero-image-content p{font-size:1.15rem;margin-top:1rem}.card{padding:2rem 2.25rem;margin-bottom:1.75rem;border-radius:14px}.card h3{font-size:1.3rem;margin-bottom:1.3rem}.card p{font-size:1rem;line-height:1.8}.detail-row{padding:.85rem 0;flex-direction:row;justify-content:space-between;gap:1rem}.detail-label{font-size:.9rem;flex-shrink:0}.detail-value{font-size:.95rem;text-align:right}.grid-2,.grid-3{grid-template-columns:repeat(2,1fr);gap:1.75rem}.grid-4{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0}.stat{padding:1.75rem 1.25rem;border-radius:14px}.stat-number{font-size:2.6rem}.stat-label{font-size:.72rem;letter-spacing:1.5px}.stat:hover{transform:translateY(-3px)}.image-gallery{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin:2.5rem 0}.gallery-item{border-radius:10px}.gallery-item img{height:240px}.gallery-item .caption{padding:1.25rem;font-size:.9rem}.pull-quote{padding:2.5rem 3rem 2.5rem 3.5rem;margin:3rem 0;border-radius:0 14px 14px 0}.pull-quote:before{font-size:6rem;left:18px;top:-12px}.pull-quote p{font-size:1.15rem;line-height:1.95}.telegram-wrapper{max-width:480px;margin:2.5rem auto}.telegram{padding:2rem 2.25rem}.telegram-header{font-size:1rem;letter-spacing:3px;padding-bottom:1rem}.telegram-body{font-size:.95rem;line-height:2.1}.timeline{padding-left:38px;margin:2.5rem 0}.timeline:before{width:3px}.timeline-item{padding:1.3rem 0 1.3rem 2rem}.timeline-item:before{width:14px;height:14px;left:-27px}.timeline-year{font-size:1.05rem}.timeline-text{font-size:.95rem}.transformation{padding:3rem 2.5rem;border-radius:18px}.transformation h3{font-size:1.5rem;margin-bottom:2.5rem}.transform-grid{gap:4.5rem}.figure{min-width:150px}.figure h4{margin-bottom:3.5rem;font-size:.78rem}.figure ul{font-size:.95rem}.figure li{margin:.5rem 0}.transform-arrow{font-size:2.8rem;margin-top:4.5rem}.battle-card{padding:2.25rem;margin:2.25rem 0;border-radius:0 14px 14px 0}.battle-card h3{font-size:1.6rem}.battle-card .date{font-size:.95rem;margin-bottom:1.25rem}.battle-card p{font-size:.98rem}.role-table{border-radius:14px}.role-table th,.role-table td{padding:1.1rem 1rem;font-size:.92rem}.role-table th{font-size:.78rem}.testimonial{padding:2.75rem;border-radius:18px;margin:2.5rem 0}.testimonial:before{font-size:6.5rem;top:-12px;left:22px}.testimonial-text{font-size:1.2rem;line-height:1.95;margin-bottom:1.75rem}.testimonial-author{font-size:.9rem}.testimonial-author strong{font-size:1rem}.medals-grid{gap:2.25rem;margin:2.5rem 0}.medal{padding:.5rem}.medal-ribbon{width:46px;height:58px}.medal-disc{width:54px;height:54px;font-size:.88rem;margin-top:-5px}.medal-name{font-size:.82rem;max-width:105px;margin-top:.9rem}.medal-desc{font-size:.72rem;max-width:105px}.conduct-badge{padding:1.1rem 2.25rem;font-size:1.05rem;border-radius:8px}.at-27-section{min-height:90vh;padding:3rem 0}.at-27-content{grid-template-columns:1fr;gap:3.5rem;padding:3rem;text-align:center;max-width:650px}.at-27-roy{border-right:none;border-bottom:2px solid rgba(212,168,75,.3);padding-right:0;padding-bottom:3rem}.at-27-age{font-size:5rem;margin-bottom:1.75rem}.at-27-text{font-size:1.12rem;line-height:1.95}.at-27-you{padding-top:1rem}.at-27-question{font-size:2.4rem;margin-bottom:1.75rem}.at-27-reflection{font-size:1.18rem;max-width:450px;line-height:1.85}.family-tree{padding:2rem 1.5rem}.tree-level{gap:1.25rem}.tree-connector{height:28px}.family-member{padding:1rem 1.25rem;min-width:120px;border-radius:10px}.family-member.newest{min-width:130px}.member-name{font-size:.92rem}.member-relation{font-size:.78rem}.member-year{font-size:.7rem}.final-salute{padding:3.5rem 2.5rem;min-height:auto}.video-container{width:380px;height:520px;margin-bottom:3.5rem;border-radius:10px}.ode{font-size:1.35rem;line-height:2.1;margin-bottom:2.75rem;max-width:550px}.final-name{font-size:2.4rem;margin-bottom:.7rem}.final-regiment{font-size:.92rem;letter-spacing:3.5px}.final-years{font-size:1.25rem;margin-bottom:2.25rem}.final-quote{font-size:1rem;max-width:480px;line-height:1.85;margin-bottom:1.75rem}.thank-you{font-size:1.6rem}footer{padding:3.5rem 2.5rem}footer .title{font-size:1.05rem;margin-bottom:.7rem}footer p{font-size:.88rem}.img-frame{padding:10px;border-radius:8px}.img-caption{font-size:.88rem;margin-top:1rem}.historical-img{border-width:4px;border-radius:8px}.newspaper-frame{padding:16px}.newspaper-frame img{max-height:450px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{border-radius:5px}button,a,.medal,.stat,.family-member,.gallery-item{touch-action:manipulation}.family-tree,.nav{-webkit-overflow-scrolling:touch}a,button,.medal,.card{-webkit-tap-highlight-color:rgba(139,105,20,.15)}}@media(min-width:768px)and (max-width:834px){.section-content{padding:4.5rem 2.5rem;max-width:100%}.hero-content{padding:2rem 2.5rem}.hero-title{font-size:clamp(2.4rem,8vw,3.5rem)}.badge{width:130px;height:130px}.at-27-content{padding:2rem 1.5rem}.at-27-age{font-size:4rem}.at-27-question{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.video-container{width:320px;height:440px}.final-name{font-size:2rem}.ode{font-size:1.2rem}.family-member{min-width:100px;padding:.75rem .9rem}.member-name{font-size:.85rem}.telegram-wrapper{max-width:420px}.transformation{padding:2.5rem 1.75rem}.transform-grid{gap:3rem}}@media(min-width:1024px)and (max-width:1200px){.section-content{max-width:950px;padding:6rem 4rem}.section-title{font-size:clamp(2.2rem,4.5vw,3rem)}.hero-content{max-width:800px}.hero-title{font-size:clamp(3rem,6vw,5rem)}.hero-line{font-size:1.2rem}.at-27-content{grid-template-columns:1fr 1fr;gap:4rem;padding:3rem;text-align:left;max-width:1000px}.at-27-roy{border-right:2px solid rgba(212,168,75,.3);border-bottom:none;padding-right:2.5rem;padding-bottom:0}.at-27-age{font-size:5.5rem}.at-27-question{font-size:2.5rem}.at-27-you{text-align:center}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat{padding:1.5rem 1rem}.stat-number{font-size:2.4rem}.grid-2{gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.75rem}.image-gallery{grid-template-columns:repeat(2,1fr);gap:2rem}.gallery-item img{height:260px}.medals-grid{gap:2.75rem}.medal-ribbon{width:48px;height:60px}.medal-disc{width:56px;height:56px}.card{padding:2.25rem}.transform-grid{gap:5rem}.figure{min-width:160px}.testimonial{padding:2.75rem 3rem}.testimonial-text{font-size:1.25rem}.video-container{width:400px;height:550px}.ode{font-size:1.4rem}.final-name{font-size:2.6rem}.family-member{min-width:130px;padding:1rem 1.5rem}.member-name{font-size:.95rem}.pull-quote{padding:2.75rem 3.5rem}.pull-quote p{font-size:1.2rem}.telegram-wrapper{max-width:500px}}@media(max-width:767px){body{font-size:16px;line-height:1.75;text-size-adjust:100%;-webkit-text-size-adjust:100%}.hero,.final-salute,footer{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.nav{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}footer{padding-bottom:max(2.5rem,env(safe-area-inset-bottom))}.nav{padding:.75rem 1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.nav::-webkit-scrollbar{display:none}.nav ul{gap:1rem;justify-content:flex-start;min-width:max-content;padding:0 .5rem}.nav a{font-size:.65rem;letter-spacing:1px;padding:.5rem .4rem;white-space:nowrap;min-height:44px;display:flex;align-items:center}.hero{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;padding:0;padding-bottom:env(safe-area-inset-bottom);display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.hero-glow{opacity:.5}.hero-content{padding:2rem 1.5rem 4rem;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.badge{width:100px;height:100px;margin-bottom:1.5rem;filter:drop-shadow(0 0 30px rgba(139,105,20,.6))}.hero-line{font-size:.85rem;margin-bottom:.35rem;padding:0 1rem;line-height:1.45;opacity:.9;max-width:320px;text-wrap:balance}.hero-title{font-size:clamp(2.1rem,11vw,2.8rem);letter-spacing:.5px;margin:1.25rem 0 .6rem;line-height:1.1;text-wrap:balance}.hero-subtitle{font-size:.6rem;letter-spacing:3px;margin-top:.5rem;opacity:.85}.scroll-indicator{position:absolute;bottom:max(20px,env(safe-area-inset-bottom,20px));gap:.5rem}.scroll-text{font-size:.65rem;letter-spacing:1.5px;opacity:.7}.scroll-arrow{width:14px;height:14px;border-width:1.5px;opacity:.8}.section{min-height:auto}.section-content{padding:3.5rem 1.25rem;max-width:100%}.section-title{font-size:clamp(1.6rem,7vw,2.2rem);line-height:1.25;padding:0 .25rem}.section-title:after{width:50px;height:2px;margin:.9rem auto 0}.section-subtitle{font-size:.88rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.6}.hero-image-section{min-height:45vh}.hero-image-bg{transform:none!important}.hero-image-content{padding:1.5rem 1.25rem}.hero-image-content h2{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.2}.hero-image-content p{font-size:.95rem;margin-top:.75rem}.card{padding:1.4rem 1.25rem;margin-bottom:1.25rem;border-radius:12px;box-shadow:0 8px 30px #0000001a}.card h3{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.75rem}.card p{font-size:.92rem;line-height:1.7}.detail-row{flex-direction:column;gap:.15rem;padding:.65rem 0}.detail-label{font-size:.78rem;color:var(--khaki);font-weight:500}.detail-value{font-size:.95rem;font-weight:600}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;margin:1.75rem 0}.stat{padding:1.1rem .75rem;border-radius:10px}.stat:hover{transform:none}.stat-number{font-size:1.9rem;line-height:1.1}.stat-label{font-size:.6rem;letter-spacing:.8px;margin-top:.3rem}.image-gallery{grid-template-columns:1fr;gap:1.25rem;margin:1.75rem 0}.gallery-item{border-width:3px;border-radius:8px}.gallery-item img{height:220px;object-fit:cover}.gallery-item:hover img{transform:none;filter:sepia(15%) contrast(1.05)}.gallery-item .caption{padding:1rem;font-size:.82rem;line-height:1.5}.pull-quote{padding:1.5rem 1.25rem;margin:2rem 0;border-left-width:4px;border-radius:0 10px 10px 0}.pull-quote:before{font-size:3.5rem;left:8px;top:-8px;opacity:.15}.pull-quote p{font-size:.98rem;line-height:1.8}.telegram-wrapper{max-width:100%;margin:1.75rem auto}.telegram{padding:1.25rem 1rem;border-width:3px}.telegram:before{inset:7px;border-width:1.5px}.telegram-header{font-size:.82rem;letter-spacing:2px;padding-bottom:.75rem;margin-bottom:1rem}.telegram-body{font-size:.82rem;line-height:1.9}.timeline{padding-left:28px;margin:1.75rem 0}.timeline:before{left:7px;width:2px}.timeline-item{padding:.9rem 0 .9rem 1.25rem}.timeline-item:before{left:-21px;width:10px;height:10px;top:1.2rem}.timeline-year{font-size:.9rem;display:block;margin-bottom:.25rem}.timeline-text{font-size:.88rem;display:block;line-height:1.6}.transformation{padding:1.75rem 1.25rem;margin:1.75rem 0;border-radius:14px}.transformation h3{font-size:1.15rem;margin-bottom:1.75rem}.transform-grid{flex-direction:row;gap:1.5rem;align-items:flex-start;justify-content:center;flex-wrap:wrap}.transform-arrow{display:none}.figure{min-width:100px;flex:0 0 auto}.figure h4{font-size:.65rem;margin-bottom:2rem;white-space:nowrap}.figure-boy .figure-body{width:40px;height:80px}.figure-boy .figure-body:before{width:22px;height:22px;top:-28px}.figure-man .figure-body{width:50px;height:105px}.figure-man .figure-body:before{width:28px;height:28px;top:-35px}.figure ul{font-size:.78rem;text-align:center;list-style:none}.figure li{margin:.3rem 0}.battle-card{padding:1.4rem 1.25rem;margin:1.5rem 0;border-left-width:4px;border-radius:0 12px 12px 0}.battle-card h3{font-size:1.2rem;line-height:1.3}.battle-card .date{font-size:.85rem;margin-bottom:.9rem}.battle-card p{font-size:.9rem;margin-bottom:.7rem;line-height:1.7}.role-table{font-size:.82rem;margin:1.5rem 0;border-radius:10px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.role-table th,.role-table td{padding:.75rem .6rem;white-space:nowrap}.role-table th{font-size:.65rem;letter-spacing:.8px}.testimonial{padding:1.4rem 1.25rem;margin:1.75rem 0;border-radius:14px}.testimonial:before{font-size:4rem;top:-6px;left:12px;opacity:.15}.testimonial-text{font-size:.98rem;line-height:1.8;margin-bottom:1.25rem}.testimonial-author{font-size:.82rem}.testimonial-author strong{font-size:.88rem}.medals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.75rem 0;justify-items:center}.medal{width:100%;max-width:100px;padding:.5rem;border-radius:8px;transition:background .2s}.medal:active{background:#d4a84b1a}.medal:hover{transform:none}.medal-ribbon{width:34px;height:42px;border-radius:3px 3px 0 0}.medal-disc{width:40px;height:40px;font-size:.65rem;margin-top:-3px}.medal-name{font-size:.62rem;margin-top:.5rem;max-width:100%;line-height:1.25;padding:0 .1rem}.medal-desc{font-size:.52rem;max-width:100%;margin-top:.15rem;line-height:1.3}.conduct-badge{padding:.85rem 1.25rem;font-size:.82rem;gap:.6rem;border-radius:6px;width:auto;max-width:100%}.at-27-section{min-height:auto;padding:2.5rem 0}.at-27-content{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1.25rem;text-align:center;max-width:100%}.at-27-roy{border-right:none;border-bottom:2px solid rgba(212,168,75,.25);padding-right:0;padding-bottom:2rem}.at-27-age{font-size:3.5rem;margin-bottom:1rem;line-height:1}.at-27-text{font-size:.95rem;line-height:1.85}.at-27-text p{margin-top:.9rem!important}.at-27-danger{font-size:.85rem;letter-spacing:1px}.at-27-you{padding-top:.5rem}.at-27-question{font-size:1.7rem;margin-bottom:1rem;line-height:1.2}.at-27-reflection{font-size:.98rem;max-width:100%;line-height:1.75}.at-27-reflection p{margin-top:.9rem!important}.family-tree{padding:1.25rem .5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.family-tree::-webkit-scrollbar{display:none}.tree-level{gap:.5rem;min-width:max-content;justify-content:center;padding:0 .5rem}.tree-connector{height:18px;width:2px}.family-member{min-width:78px;padding:.6rem .5rem;border-radius:8px}.family-member:active{transform:scale(.98);opacity:.9}.family-member.newest{min-width:85px}.member-name{font-size:.72rem;line-height:1.25}.member-relation{font-size:.58rem;margin-top:.15rem}.member-year{font-size:.52rem;margin-top:.1rem}.final-salute{padding:2.5rem 1.25rem;padding-bottom:max(2.5rem,env(safe-area-inset-bottom));min-height:auto}.video-container{width:calc(100vw - 3rem);max-width:320px;height:auto;aspect-ratio:9 / 12.5;margin-bottom:2.25rem;border-width:3px;border-radius:8px}.video-container video{object-fit:cover}.ode{font-size:.98rem;line-height:1.95;margin-bottom:1.75rem;padding:0 .25rem}.final-name{font-size:1.7rem;letter-spacing:1.5px;margin-bottom:.4rem;line-height:1.2}.final-regiment{font-size:.68rem;letter-spacing:2px}.final-years{font-size:1.05rem;margin-bottom:1.75rem;margin-top:.4rem}.final-quote{font-size:.88rem;max-width:100%;line-height:1.75;padding:0 .5rem;margin-bottom:1.25rem}.thank-you{font-size:1.4rem;margin-top:1.5rem}footer{padding:2.25rem 1.25rem;padding-bottom:max(2.25rem,calc(env(safe-area-inset-bottom) + 1rem))}footer .title{font-size:.92rem;margin-bottom:.5rem}footer p{font-size:.78rem;line-height:1.6}.img-frame{padding:5px;border-radius:6px}.img-caption{font-size:.78rem;margin-top:.75rem;line-height:1.5}.historical-img{border-width:3px;border-radius:6px}.historical-img:hover{transform:none;filter:sepia(15%) contrast(1.05)}.newspaper-frame{padding:8px;transform:rotate(0);max-width:100%}.newspaper-frame img{max-height:300px;object-fit:contain;width:100%}button,a,.medal,.stat,.family-member,.gallery-item,.card{touch-action:manipulation;-webkit-tap-highlight-color:rgba(139,105,20,.12)}::-webkit-scrollbar{width:0;height:0;display:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@media(max-width:380px){.hero-content{padding:1.5rem 1rem 3.5rem}.badge{width:85px;height:85px;margin-bottom:1.25rem}.hero-line{font-size:.78rem;margin-bottom:.3rem}.hero-title{font-size:1.75rem;letter-spacing:.5px;margin:.75rem 0 .4rem}.hero-subtitle{font-size:.58rem;letter-spacing:2px}.scroll-indicator{bottom:max(15px,env(safe-area-inset-bottom,15px))}.scroll-text{font-size:.58rem}.scroll-arrow{width:12px;height:12px}.section-title{font-size:1.4rem}.section-content{padding:3rem 1rem}.section-subtitle{font-size:.82rem;margin-bottom:1.75rem}.card{padding:1.15rem 1rem}.card h3{font-size:1rem}.card p{font-size:.88rem}.stats-grid{gap:.65rem}.stat{padding:.9rem .4rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.55rem;letter-spacing:.5px}.medals-grid{gap:.6rem}.medal{padding:.35rem}.medal-ribbon{width:28px;height:35px}.medal-disc{width:34px;height:34px;font-size:.55rem;margin-top:-2px}.medal-name{font-size:.55rem;margin-top:.4rem}.medal-desc{display:none}.at-27-content{padding:1.25rem 1rem}.at-27-age{font-size:2.8rem}.at-27-text{font-size:.88rem}.at-27-question{font-size:1.45rem}.at-27-reflection{font-size:.9rem}.video-container{max-width:280px}.final-name{font-size:1.45rem}.final-regiment{font-size:.6rem}.ode{font-size:.88rem}.thank-you{font-size:1.25rem}.family-member{min-width:68px;padding:.5rem .4rem}.member-name{font-size:.65rem}.member-relation{font-size:.52rem}.member-year{font-size:.48rem}.pull-quote{padding:1.15rem 1rem;margin:1.5rem 0}.pull-quote:before{font-size:2.8rem;left:5px;top:-5px}.pull-quote p{font-size:.88rem}.testimonial{padding:1.15rem 1rem}.testimonial:before{font-size:3.5rem}.testimonial-text{font-size:.88rem}.transformation{padding:1.5rem 1rem}.transformation h3{font-size:1.05rem}.figure{min-width:85px}.figure h4{font-size:.58rem}.figure-boy .figure-body{width:35px;height:70px}.figure-boy .figure-body:before{width:18px;height:18px;top:-24px}.figure-man .figure-body{width:42px;height:92px}.figure-man .figure-body:before{width:24px;height:24px;top:-30px}.figure ul{font-size:.7rem}.telegram{padding:1rem .85rem}.telegram-header{font-size:.75rem;letter-spacing:1.5px}.telegram-body{font-size:.78rem}.battle-card{padding:1.15rem 1rem}.battle-card h3{font-size:1.1rem}.battle-card p,.timeline-year{font-size:.85rem}.timeline-text{font-size:.82rem}.gallery-item img{height:180px}.gallery-item .caption{font-size:.75rem;padding:.85rem}footer{padding:2rem 1rem}footer .title{font-size:.85rem}footer p{font-size:.72rem}}.section-enter{opacity:0;transform:translateY(60px)}.section-enter-active{opacity:1;transform:translateY(0);transition:all 1s cubic-bezier(.16,1,.3,1)}.app{position:relative}html{scroll-behavior:smooth}img{opacity:0;animation:fadeInImg .5s ease forwards}@keyframes fadeInImg{to{opacity:1}}.card:hover{transform:translateY(-3px);box-shadow:0 15px 50px #0000001f}.section:before{content:"";position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,rgba(0,0,0,.05),transparent);pointer-events:none;z-index:1}.section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to top,rgba(0,0,0,.05),transparent);pointer-events:none;z-index:1}.bg-italy:after{content:"";position:absolute;inset:0;background:#8b691408;pointer-events:none}.bg-korea:after{content:"";position:absolute;inset:0;background:#96b4d20d;pointer-events:none}.glow-text{animation:textGlow 3s ease-in-out infinite}@keyframes textGlow{0%,to{text-shadow:0 0 20px rgba(212,168,75,.3)}50%{text-shadow:0 0 40px rgba(212,168,75,.6),0 0 60px rgba(212,168,75,.3)}}.parallax-layer{position:absolute;inset:0;pointer-events:none}.storm-overlay{position:absolute;inset:0;background:linear-gradient(90deg,transparent 50%,rgba(139,0,0,.02) 50%),linear-gradient(rgba(0,0,0,.02) 50%,transparent 50%);background-size:4px 4px;pointer-events:none;opacity:.5}.medal-disc:after{content:"";position:absolute;top:10%;left:10%;width:30%;height:30%;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);border-radius:50%}.telegram:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.04;pointer-events:none}.scroll-indicator{animation:fadeInOut 3s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}.section-entering{animation:sectionEnter 1s ease-out forwards}@keyframes sectionEnter{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.stat-counting .stat-number{animation:countPulse .1s ease-in-out}@keyframes countPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero-image-section:hover .hero-image-bg{transform:scale(1.02)}.tree-connector:before,.tree-connector:after{content:"";position:absolute;background:var(--gold);opacity:.3}.at-27-section{position:relative}.at-27-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(212,168,75,.1) 0%,transparent 50%);pointer-events:none}.at-21-section{background:linear-gradient(135deg,#1a1510,#2c2416,#1a1510)}.at-21-section:before{background:radial-gradient(ellipse at 30% 50%,rgba(139,90,43,.15) 0%,transparent 50%)}.at-21-section .at-27-bg{filter:grayscale(60%) sepia(30%) contrast(1.2);opacity:.2}.at-21-section .at-27-danger{color:#ff8c42;text-shadow:0 0 20px rgba(255,140,66,.3)}.vignette:before{content:"";position:absolute;inset:0;box-shadow:inset 0 0 150px #0006;pointer-events:none}@media(min-width:768px)and (max-width:1024px){.at-27-age{font-size:5rem}.at-27-question{font-size:2.4rem}.at-27-text{font-size:1.1rem;line-height:1.9}.at-27-danger{font-size:1rem;letter-spacing:1.5px}.at-27-reflection{font-size:1.15rem}.hero-title{font-size:clamp(2.8rem,7vw,4.2rem)}.hero-glow{opacity:.7}.medals-grid{gap:2.25rem}.medal{transform:scale(1);padding:.75rem;border-radius:8px;transition:all .3s ease}.medal:hover{transform:scale(1.08) translateY(-5px);background:#d4a84b0d}.medal:active{transform:scale(1.02);background:#d4a84b1a}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001a}.card:active{transform:translateY(0)}.section:before,.section:after{height:120px}.medal-modal-overlay{padding:2rem!important;align-items:center!important}.medal-modal-overlay>div{max-width:580px;width:95%;padding:2.25rem;max-height:85vh;border-radius:16px}.medal-modal-overlay button{top:1rem!important;right:1rem!important;font-size:2rem!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}.medal-modal-overlay .medal-ribbon{width:55px!important;height:70px!important}.medal-modal-overlay .medal-disc{width:65px!important;height:65px!important;font-size:1.1rem!important}.medal-modal-overlay h3{font-size:1.4rem!important;margin-bottom:.4rem!important}.medal-modal-overlay h4{font-size:1rem!important;margin-bottom:1.5rem!important}.medal-modal-overlay h5{font-size:.85rem!important;margin:1.5rem 0 .75rem!important}.medal-modal-overlay p{font-size:1rem!important;line-height:1.8!important}.medal-modal-overlay ul{font-size:.95rem!important;line-height:1.75!important;margin-left:1.25rem!important}.medal-modal-overlay li{margin-bottom:.5rem!important}.battle-map-container{min-height:420px!important}.particles-container{opacity:.85}.dust-particle,.snow-particle{will-change:transform,opacity}.glow-text{animation:textGlow 4s ease-in-out infinite}.vignette:before{box-shadow:inset 0 0 120px #00000059}.at-21-section .at-27-bg{opacity:.18}.bg-italy:after,.bg-korea:after{opacity:.04}.telegram:after{opacity:.035}.hero-image-bg{inset:-30px}.scroll-indicator{bottom:50px;gap:.8rem}.storm-overlay{opacity:.4}}@media(max-width:767px){.at-27-age{font-size:3.5rem}.at-27-question{font-size:1.7rem;transform:rotate(-1deg)}.at-27-text{font-size:.95rem}.at-27-danger{font-size:.85rem}.hero-title{font-size:clamp(2rem,10vw,2.8rem);text-align:center;width:100%}.hero-glow{opacity:.5;animation:none;transform:scale(1)}.hero-line,.hero-subtitle{text-align:center;width:100%}.hero-content{text-align:center}.medals-grid{gap:1rem}.medal{transform:scale(1)}.medal:hover{transform:none}.medal:active{transform:scale(.95);opacity:.9}.section:before,.section:after{height:50px}.card:hover{transform:none;box-shadow:0 8px 30px #0000001a}.card:active{opacity:.95}.medal-disc:after{width:22%;height:22%}.scroll-indicator{animation:fadeInOut 2.5s ease-in-out infinite}.telegram:after{opacity:.015}.at-27-section:before{background:radial-gradient(ellipse at 50% 30%,rgba(212,168,75,.06) 0%,transparent 60%)}.glow-text{animation:none;text-shadow:0 0 12px rgba(212,168,75,.25)}.vignette:before{box-shadow:inset 0 0 60px #00000040}.particles-container{opacity:.6}.dust-particle,.snow-particle{animation-duration:12s!important}.bg-italy:after,.bg-korea:after{opacity:.02}.at-21-section .at-27-bg,.at-27-section .at-27-bg{opacity:.12}.hero-image-bg{transform:none!important;inset:0}.storm-overlay{opacity:.25}.medal-modal-overlay{padding:0!important;align-items:flex-end!important}.medal-modal-overlay>div{max-width:100%!important;width:100%!important;padding:1.5rem 1.25rem 2rem!important;max-height:92vh!important;border-radius:20px 20px 0 0!important;padding-bottom:max(2rem,calc(env(safe-area-inset-bottom) + 1rem))!important}.medal-modal-overlay button{top:.75rem!important;right:.75rem!important;font-size:1.75rem!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0000001a!important;border-radius:50%!important}.medal-modal-overlay .medal-ribbon{width:48px!important;height:60px!important}.medal-modal-overlay .medal-disc{width:56px!important;height:56px!important;font-size:.95rem!important}.medal-modal-overlay h3{font-size:1.2rem!important;margin-bottom:.3rem!important}.medal-modal-overlay h4{font-size:.88rem!important;margin-bottom:1.25rem!important}.medal-modal-overlay h5{font-size:.75rem!important;margin:1.25rem 0 .6rem!important}.medal-modal-overlay p{font-size:.9rem!important;line-height:1.75!important}.medal-modal-overlay ul{font-size:.85rem!important;line-height:1.7!important;margin-left:1rem!important;padding-left:0!important}.medal-modal-overlay li{margin-bottom:.4rem!important}}@media(max-width:380px){.at-27-age{font-size:2.5rem}.at-27-question{font-size:1.4rem}.hero-title{font-size:1.8rem}.section:before,.section:after{height:40px}}@media(max-width:767px){[style*="position: fixed"][style*="zIndex: 2000"]{padding:0!important;align-items:flex-end!important}[style*="position: fixed"][style*="zIndex: 2000"]>div:not(button){max-width:100%!important;width:100%!important;padding:1.5rem 1.25rem!important;padding-bottom:max(1.5rem,calc(env(safe-area-inset-bottom) + 1rem))!important;max-height:90vh!important;border-radius:20px 20px 0 0!important;margin:0!important}[style*="position: fixed"][style*="zIndex: 2000"] button[style*="position: absolute"]{top:.6rem!important;right:.6rem!important;width:38px!important;height:38px!important;font-size:1.6rem!important;background:#0000001a!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}[style*="minHeight: '500px'"],[style*="minHeight: '450px'"]{min-height:280px!important;max-height:320px!important}[style*="minHeight: '500px'"] svg,[style*="minHeight: '450px'"] svg{max-height:280px!important}}@media(max-width:380px){.at-27-age{font-size:2.8rem}.at-27-question{font-size:1.45rem}.hero-title{font-size:1.9rem}.hero-glow{opacity:.4}.section:before,.section:after{height:35px}.medal-modal-overlay>div{padding:1.25rem 1rem 1.5rem!important}.medal-modal-overlay .medal-ribbon{width:42px!important;height:52px!important}.medal-modal-overlay .medal-disc{width:48px!important;height:48px!important;font-size:.85rem!important}.medal-modal-overlay h3{font-size:1.05rem!important}.medal-modal-overlay h4{font-size:.8rem!important}.medal-modal-overlay p,.medal-modal-overlay ul{font-size:.82rem!important}[style*="minHeight: '500px'"],[style*="minHeight: '450px'"]{min-height:240px!important;max-height:280px!important}.particles-container{opacity:.4}.vignette:before{box-shadow:inset 0 0 50px #0003}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.at-27-section{min-height:85vh;padding:2.5rem 0}.at-27-content{max-width:600px;padding:2.5rem 2rem}.at-27-age{font-size:4.5rem}.at-27-question{font-size:2.2rem}.video-container{width:340px;height:470px}.stats-grid{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.at-27-section{min-height:100vh}.at-27-content{grid-template-columns:1fr 1fr!important;text-align:left!important;max-width:900px}.at-27-roy{border-right:2px solid rgba(212,168,75,.3)!important;border-bottom:none!important;padding-right:2.5rem!important;padding-bottom:0!important}.at-27-you{text-align:center}.at-27-age{font-size:4.5rem}.video-container{width:320px;height:440px}.ode{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(4,1fr)!important}.hero-image-section{min-height:60vh}}@media(min-width:768px)and (max-width:1024px){[style*="position: fixed"][style*="zIndex: 2000"]{padding:1.5rem!important}[style*="position: fixed"][style*="zIndex: 2000"]>div{max-width:550px!important;width:95%!important;padding:2rem!important;max-height:85vh!important;border-radius:14px!important}[style*="position: fixed"][style*="zIndex: 2000"] button[style*="position: absolute"]{top:.75rem!important;right:.75rem!important;width:44px!important;height:44px!important;font-size:1.8rem!important}[style*="minHeight: '500px'"],[style*="minHeight: '450px'"]{min-height:380px!important}}@media(min-width:768px)and (max-width:1024px){.medal:active,.stat:active,.family-member:active,.timeline-item:active,.gallery-item:active{opacity:.85;transform:scale(.98)}.gallery-item:hover img{transform:none;filter:sepia(15%) contrast(1.05)}.nav a:active{color:var(--gold);opacity:.8}.conduct-badge:active{transform:scale(.98)}}@media(max-width:767px)and (orientation:landscape){.hero{min-height:100vh;height:100vh;padding:.5rem 0}.hero-content{padding:.5rem 2rem 2rem}.badge{width:60px;height:60px;margin-bottom:.5rem}.hero-line{font-size:.7rem;margin-bottom:.2rem}.hero-title{font-size:1.6rem;margin:.4rem 0 .3rem}.hero-subtitle{font-size:.55rem}.scroll-indicator{bottom:10px}.scroll-text{font-size:.55rem}.scroll-arrow{width:10px;height:10px}.at-27-section{padding:2rem 0}.at-27-content{padding:1.5rem 2rem;gap:1.5rem}.at-27-age{font-size:2.5rem;margin-bottom:.75rem}.at-27-question{font-size:1.4rem}.video-container{width:auto;height:60vh;max-width:250px;aspect-ratio:9 / 12.5}.ode{font-size:.9rem;margin-bottom:1.5rem}.final-name{font-size:1.5rem}.medal-modal-overlay>div{max-height:95vh!important}}@media(prefers-reduced-motion:reduce){.hero-glow,.glow-text,.scroll-arrow{animation:none!important}.scroll-indicator{animation:none!important;opacity:.8}.particles-container{display:none!important}.dust-particle,.snow-particle{animation:none!important}.medal:hover,.card:hover,.stat:hover,.family-member:hover,.gallery-item:hover img{transform:none!important}}@media(prefers-reduced-motion:reduce),(update:slow){.particles-container{display:none}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}@media(prefers-contrast:high){:root{--gold: #996600;--gold-light: #cc9900}.card{border-width:2px;border-color:var(--gold)}.nav{border-bottom-width:2px}}@media print{.nav,.scroll-indicator,.particles-container{display:none}.section{page-break-inside:avoid}.hero{min-height:auto;padding:2rem}.final-salute{min-height:auto}}@keyframes pulse{0%,to{r:12;opacity:.3}50%{r:18;opacity:.1}}svg circle[style*="cursor: pointer"]:hover{fill:#ff6b6b;transform-origin:center}
