/* TOP page refresh: header + featured products + brand message */

/* Desktop header: logo left, navigation centered in one row */
@media (min-width:769px) {
    header { height:76px; padding:0 clamp(28px,5vw,80px); display:grid; grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr); align-items:center; border-bottom:1px solid rgba(30,30,30,.08); background:#fff; }
    .header_container { height:auto; justify-content:flex-start; min-width:0; }
    .header_logo { text-align:left; }
    .header_logo img { width:clamp(150px,11.5vw,190px); max-width:190px; }
    .nav-menu { grid-column:2; max-width:none; width:auto; margin:0; padding:0; flex-wrap:nowrap; gap:clamp(.15rem,1vw,.85rem); }
    .nav-menu a { padding:.65rem clamp(.35rem,.6vw,.65rem); font-size:clamp(12px,.85vw,14px); font-weight:500; letter-spacing:.06em; }
}

/* Featured products: heading above, products across the full content width. */
.home-featured { background:#fff; padding:clamp(76px,7vw,112px) clamp(22px,4vw,64px) clamp(92px,8vw,128px); }
.home-featured__inner { display:grid; grid-template-columns:1fr; gap:clamp(42px,4.5vw,66px); max-width:1580px; margin:0 auto; }
.home-featured__intro { position:relative; display:grid; grid-template-columns:minmax(260px,.9fr) minmax(360px,1.45fr) auto; column-gap:clamp(34px,4vw,72px); align-items:end; padding-top:0; }
.home-featured__eyebrow,.brand-message__eyebrow { margin:0 0 14px; font-size:12px; letter-spacing:.18em; font-weight:600; color:#73706a; }
.home-featured__eyebrow { grid-column:1; align-self:start; }
.home-featured__title,.brand-message__title { margin:0; font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif; font-weight:500; color:#242321; }
.home-featured__title { grid-column:1; margin-top:28px; font-size:clamp(34px,3vw,46px); line-height:1.25; letter-spacing:.05em; white-space:nowrap; }
.home-featured__lead { grid-column:2; grid-row:1 / span 2; align-self:end; margin:0 0 4px; font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif; font-size:15px; line-height:2; letter-spacing:.05em; color:#4d4a45; }
.home-featured__all { grid-column:3; grid-row:1 / span 2; align-self:end; display:inline-flex; align-items:center; justify-content:space-between; gap:38px; margin:0 0 2px; padding:12px 18px; border:1px solid #aaa59d; color:#2e2c29; text-decoration:none; font-size:13px; letter-spacing:.05em; white-space:nowrap; transition:.2s ease; }
.home-featured__all:hover { background:#242321; color:#fff; border-color:#242321; }
.home-featured__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:clamp(18px,1.7vw,28px); }
.home-product-card__link { display:block; color:inherit; text-decoration:none; }
.home-product-card__visual { aspect-ratio:1/1; background:#f5f3ef; overflow:hidden; }
.home-product-card__image { width:100%; height:100%; display:block; object-fit:cover; transition:transform .35s ease; }
.home-product-card__link:hover .home-product-card__image { transform:scale(1.025); }
.home-product-card__name { margin:15px 0 5px; font-size:14px; line-height:1.55; font-weight:500; color:#292825; }
.home-product-card__price { margin:0; font-size:13px; color:#56524c; }
.home-product-card__colors { display:flex; gap:7px; margin-top:11px; }
.home-product-card__dot { width:11px; height:11px; border:1px solid rgba(0,0,0,.12); border-radius:50%; }

.brand-message { position:relative; min-height:clamp(360px,36vw,520px); overflow:hidden; background:#eee9e1 url('../images/brand-message.webp') center/cover no-repeat; }
.brand-message__image { display:none; }
.brand-message::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(248,245,239,.95) 0%,rgba(248,245,239,.82) 31%,rgba(248,245,239,.2) 58%,rgba(248,245,239,0) 100%); }
.brand-message__content { position:relative; z-index:1; max-width:1400px; margin:0 auto; padding:clamp(58px,7vw,105px) clamp(34px,7vw,110px); }
.brand-message__title { font-family:Georgia,"Times New Roman",serif; font-size:clamp(44px,4.3vw,70px); line-height:1.02; letter-spacing:.015em; }
.brand-message__copy { margin:22px 0 0; font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif; font-size:clamp(18px,1.55vw,24px); line-height:1.85; letter-spacing:.055em; color:#302e2a; }
.brand-message__text { max-width:510px; margin:18px 0 0; font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif; font-size:14px; line-height:2; letter-spacing:.045em; color:#4d4942; }
.brand-message__link { display:inline-flex; align-items:center; gap:28px; margin-top:28px; padding:11px 17px; border:1px solid #8e8981; color:#2c2a27; text-decoration:none; font-size:13px; letter-spacing:.05em; background:rgba(255,255,255,.45); }
.brand-message__note { position:absolute; z-index:2; right:7vw; top:30%; margin:0; padding:10px 14px; font-family:"Klee One",cursive; font-size:clamp(17px,1.45vw,23px); font-weight:400; line-height:1.8; letter-spacing:.08em; color:#28251f; transform:rotate(-5deg); text-shadow:0 0 5px rgba(255,255,255,.95),0 1px 2px rgba(255,255,255,.9); }
.brand-message__note::before { content:""; position:absolute; z-index:-1; inset:-18px -28px; background:radial-gradient(ellipse at center,rgba(255,255,255,.48) 0%,rgba(255,255,255,.28) 42%,rgba(255,255,255,.10) 67%,rgba(255,255,255,0) 82%); filter:blur(5px); transform:rotate(5deg); pointer-events:none; }

@media (max-width:1050px) {
    .home-featured__intro { grid-template-columns:1fr auto; row-gap:18px; align-items:end; }
    .home-featured__eyebrow { grid-column:1; grid-row:1; }
    .home-featured__title { grid-column:1; grid-row:2; margin-top:0; }
    .home-featured__lead { grid-column:1; grid-row:3; max-width:520px; }
    .home-featured__all { grid-column:2; grid-row:2 / span 2; }
    .home-featured__grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px 20px; }
    .brand-message__note{display:none}
}
@media (max-width:700px) {
    .home-featured { padding:56px 18px 70px; }
    .home-featured__inner { gap:34px; }
    .home-featured__intro { display:block; }
    .home-featured__title { margin-top:0; font-size:clamp(30px,9vw,38px); white-space:normal; }
    .home-featured__lead { margin-top:16px; }
    .home-featured__all { display:flex; width:100%; margin-top:24px; justify-content:space-between; }
    .home-featured__grid { gap:28px 12px; }
    .home-product-card__name { font-size:12px; margin-top:12px; }
    .brand-message{min-height:520px;background-position:63% center}
    .brand-message::after{background:linear-gradient(180deg,rgba(248,245,239,.98) 0%,rgba(248,245,239,.88) 47%,rgba(248,245,239,.25) 75%,rgba(248,245,239,.05) 100%)}
    .brand-message__content{padding:48px 22px}
    .brand-message__title{font-size:clamp(38px,12vw,52px)}
}
