.news-public-page{margin:0;background:#f7f4ef;color:#332f29}.news-public-page *{box-sizing:border-box}.news-hero{position:relative;display:grid;place-items:center;min-height:330px;padding:120px 24px 72px;overflow:hidden;text-align:center;color:#fff;background:linear-gradient(135deg,rgba(60,50,38,.97),rgba(101,83,59,.93))}.news-hero:before,.news-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.news-hero:before{width:420px;height:420px;left:-170px;top:-250px}.news-hero:after{width:300px;height:300px;right:-110px;bottom:-200px}.news-hero__inner{position:relative;z-index:1}.news-hero__en,.news-section__en{margin:0 0 12px;color:#cbb99e;font:600 12px/1.2 Georgia,serif;letter-spacing:.3em}.news-hero h1{margin:0;color:#fff!important;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(36px,5vw,58px);font-weight:400;letter-spacing:.14em;text-shadow:none}.news-hero__lead{margin:22px 0 0;color:rgba(255,255,255,.85);font-size:14px;letter-spacing:.08em}.news-main{min-height:55vh;padding:76px 24px 110px;background:#f7f4ef}.news-section{width:min(1100px,100%);margin:auto}.news-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:38px;padding-bottom:22px;border-bottom:1px solid #cfc6b8}.news-section__heading h2{margin:0;color:#3c342a;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(25px,3vw,34px);font-weight:400;letter-spacing:.08em}.news-section__en{color:#8b7252}.news-section__count{margin:0;color:#776e62;font-size:13px}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.news-card{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:240px;overflow:hidden;background:#fff;border:1px solid #e3ddd4;box-shadow:0 8px 30px rgba(55,45,31,.06);transition:transform .25s,box-shadow .25s}.news-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(55,45,31,.11)}.news-card__visual{display:block;min-height:100%;overflow:hidden;background:#ddd4c6}.news-card__visual img{width:100%;height:100%;min-height:240px;object-fit:cover;transition:transform .5s}.news-card:hover .news-card__visual img{transform:scale(1.035)}.news-card__visual--placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#6c5d48,#4d4335);text-decoration:none}.news-card__visual--placeholder span{color:rgba(255,255,255,.75);font-family:"Yu Mincho",serif;font-size:18px;letter-spacing:.16em;writing-mode:vertical-rl}.news-card__content{display:flex;flex-direction:column;padding:28px 26px}.news-card time,.news-article__meta{color:#947b5b;font-size:12px;letter-spacing:.12em}.news-card h3{margin:14px 0 13px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:20px;font-weight:500;line-height:1.65}.news-card h3 a{color:#39332b;text-decoration:none}.news-card__content>p{display:-webkit-box;overflow:hidden;margin:0 0 20px;color:#746d64;font-size:13px;line-height:1.9;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-card__more{align-self:flex-end;margin-top:auto;color:#604f39;font-size:13px;font-weight:600;letter-spacing:.05em;text-decoration:none}.news-card__more span{display:inline-block;margin-left:7px;transition:transform .2s}.news-card__more:hover span{transform:translateX(4px)}.news-empty{display:grid;place-items:center;min-height:330px;padding:60px 24px;text-align:center;background:#fff;border:1px solid #e3ddd4;box-shadow:0 10px 32px rgba(55,45,31,.05)}.news-empty__mark{display:grid;place-items:center;width:66px;height:66px;margin-bottom:22px;border:1px solid #aa967a;border-radius:50%;color:#725e42;font-family:"Yu Mincho",serif;font-size:22px}.news-empty h3{margin:0 0 14px;color:#42392e;font-family:"Yu Mincho",serif;font-size:24px;font-weight:400;letter-spacing:.08em}.news-empty p{margin:0;color:#7b746b;font-size:14px}.news-article{width:min(860px,100%);margin:auto;padding:55px 64px 68px;background:#fff;border:1px solid #e3ddd4;box-shadow:0 12px 40px rgba(55,45,31,.07)}.news-back{display:inline-block;margin-bottom:45px;color:#6b5a43;font-size:13px;text-decoration:none}.news-back span{margin-right:8px}.news-article h2{margin:15px 0 35px;color:#342e27;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(25px,4vw,38px);font-weight:400;line-height:1.6;letter-spacing:.04em}.news-article__image{display:block;width:100%;max-height:520px;margin:0 0 38px;object-fit:cover}.news-article__body{color:#59534b;font-size:15px;line-height:2.1}.news-article__cta{margin:45px 0 0;text-align:center}.news-article__cta a{display:inline-flex;align-items:center;justify-content:center;min-width:270px;padding:17px 28px;color:#fff;background:#5c4d39;text-decoration:none;transition:background .2s}.news-article__cta a:hover{background:#3f3529}.news-article__cta span{margin-left:14px}@media(max-width:900px){.news-grid{grid-template-columns:1fr}.news-card{grid-template-columns:240px 1fr}}@media(max-width:600px){.news-hero{min-height:265px;padding:105px 20px 55px}.news-hero__lead{font-size:12px;line-height:1.8}.news-main{padding:52px 16px 80px}.news-section__heading{align-items:flex-start;flex-direction:column;margin-bottom:26px}.news-section__count{align-self:flex-end}.news-card{display:block;min-height:0}.news-card__visual{height:190px;min-height:0}.news-card__visual img{height:190px;min-height:0}.news-card__visual--placeholder span{writing-mode:horizontal-tb}.news-card__content{padding:24px 22px}.news-card h3{font-size:18px}.news-article{padding:36px 22px 48px}.news-back{margin-bottom:32px}.news-article__cta a{width:100%;min-width:0}}
