.brand-page { background: var(--white); }
.brand-page .site-header { color: var(--ink); }
.brand-page-main { overflow: hidden; }

.brand-hero { position: relative; min-height: 640px; padding: calc(var(--header-height) + 90px) 0 100px; background: var(--greige); overflow: hidden; }
.brand-hero::after { content: ""; position: absolute; width: min(45vw, 620px); aspect-ratio: 1; right: -10%; top: 5%; border: 1px solid rgba(41,41,35,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.08), 0 0 0 160px rgba(255,255,255,.04); }
.brand-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.brand-breadcrumb { margin: 0 0 56px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.brand-breadcrumb a:hover { color: var(--ink); }
.brand-hero-copy h1 { margin: 0 0 28px; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 600; line-height: 1.15; letter-spacing: -.05em; }
.brand-hero-copy h1 span { display: block; margin-top: 12px; color: var(--muted); font-size: .78rem; font-weight: 500; letter-spacing: .1em; }
.brand-hero-copy > p:last-child { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.12rem); }
.brand-hero-mark { display: grid; place-items: center; min-height: 360px; padding: 55px; background: rgba(252,251,248,.72); backdrop-filter: blur(8px); }
.brand-hero-mark img { display: block; width: min(100%, 480px); height: auto; }
.brand-hero-mark .travel-mark { width: min(100%, 520px); }

.brand-detail { padding: clamp(100px, 12vw, 170px) 0; }
.brand-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); }
.brand-detail-grid h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; line-height: 1.35; letter-spacing: -.035em; }
.brand-detail-copy { color: var(--muted); }
.brand-detail-copy .lead { margin-top: 0; color: var(--ink); font-size: clamp(1.18rem, 1.7vw, 1.5rem); line-height: 1.75; }
.brand-detail-copy p { margin-bottom: 22px; }

.brand-atmosphere { padding: 0 0 clamp(90px, 11vw, 150px); background: var(--white); }
.brand-atmosphere figure { position: relative; height: clamp(420px, 55vw, 680px); margin: 0; overflow: hidden; background: var(--greige); }
.brand-atmosphere figure::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: var(--image-wash); mix-blend-mode: multiply; transition: opacity .45s ease; }
.brand-atmosphere img { display: block; width: 100%; height: 100%; object-fit: cover; filter: var(--image-tone); transition: filter .45s ease, transform .6s ease; }
.brand-atmosphere figure:hover img { filter: var(--image-tone-hover); transform: scale(1.018); }
.brand-atmosphere figure:hover::after { opacity: 0; }
.brand-atmosphere figcaption { position: absolute; z-index: 1; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; padding: 56px 30px 24px; color: var(--white); background: linear-gradient(transparent, rgba(41,41,35,.62)); }
.brand-atmosphere figcaption span { font-size: .66rem; font-weight: 700; letter-spacing: .16em; }
.brand-atmosphere figcaption strong { font-size: .74rem; letter-spacing: .14em; }

.featured-products { padding: clamp(90px, 10vw, 140px) 0; background: var(--mist); }
.featured-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.featured-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.035em; }
.featured-heading p { margin: 0; color: var(--muted); font-size: .78rem; letter-spacing: .1em; }
.product-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); background: var(--white); transition: transform .35s, box-shadow .35s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(41,41,35,.1); }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--greige); }
.product-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: var(--image-wash); mix-blend-mode: multiply; transition: opacity .45s ease; }
.product-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: var(--image-tone); transition: transform .6s ease, filter .45s ease; }
.product-card:hover .product-image img { filter: var(--image-tone-hover); transform: scale(1.025); }
.product-card:hover .product-image::after { opacity: 0; }
.product-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 70px); }
.product-label { margin: 0 0 26px; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.product-info h3 { margin: 0 0 24px; font-size: clamp(1.55rem, 2.5vw, 2.4rem); font-weight: 500; line-height: 1.5; }
.product-info p { margin: 0 0 34px; color: var(--muted); }
.product-link { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.product-link span:last-child { transition: transform .25s; }
.product-card:hover .product-link span:last-child { transform: translate(4px, -4px); }
.external-note { margin: 20px 0 0; color: var(--muted); font-size: .72rem; }

@media (max-width: 900px) {
  .brand-hero { min-height: 0; padding-top: calc(var(--header-height) + 60px); }
  .brand-hero-inner, .brand-detail-grid { grid-template-columns: 1fr; }
  .brand-breadcrumb { margin-bottom: 40px; }
  .brand-hero-mark { min-height: 300px; }
  .product-card { grid-template-columns: 1fr; }
  .product-info { padding: 36px 28px 42px; }
}

@media (max-width: 560px) {
  .brand-hero { padding-bottom: 70px; }
  .brand-hero-mark { min-height: 240px; padding: 36px; }
  .featured-heading { display: block; }
  .featured-heading p { margin-top: 12px; }
  .brand-atmosphere figure { height: 360px; }
  .brand-atmosphere figcaption { padding: 44px 18px 18px; }
  .brand-atmosphere figcaption strong { font-size: .66rem; }
}

@media (hover: none) {
  .product-image img { filter: var(--image-tone); }
  .product-image::after { opacity: .3; }
  .brand-atmosphere img { filter: var(--image-tone); }
  .brand-atmosphere figure::after { opacity: .3; }
}
