/* 採用書体02：Cormorant Garamond × しっぽり明朝。書体定義はtypography.css。 */
:root {
  --paper: #f4f3ef;
  --ink: #242623;
  --muted: #62645d;
  --line: #cccec4;
  --accent: #692f42;
  --accent-soft: #eee5e3;
  --font-body: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-display: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-latin: Arial, Helvetica, sans-serif;
  --gutter: clamp(25px, 5.5vw, 100px);
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 14px; -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: #fffaf6; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; font-family: var(--font-display); }
img { display: block; width: 100%; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 100; padding: 16px 24px; background: var(--paper); }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 21px var(--gutter); transition: background-color 350ms var(--ease); }
.site-header.is-scrolled { background: rgba(244,243,239,.96); }
.wordmark { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--font-latin); font-size: 29px; letter-spacing: .035em; }
.primary-nav { display: flex; align-items: center; gap: 40px; font-family: var(--font-latin); font-size: 11px; letter-spacing: .12em; }
.primary-nav a { position: relative; display: flex; align-items: center; min-height: 44px; }
.primary-nav a::after { content: ""; position: absolute; bottom: 8px; left: 0; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease); }
.primary-nav a[aria-current="location"] { color: var(--accent); }
.primary-nav a:hover::after, .primary-nav a[aria-current="location"]::after { transform: scaleX(1); }
.hero { position: relative; }
.hero-stage { position: relative; height: 100svh; min-height: 640px; overflow: hidden; background: #e8e6df; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: var(--paper); opacity: calc(.04 + var(--film-veil, 0) * .64); }
.hero-stage::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(244,243,239,.4),transparent 57%),linear-gradient(0deg,rgba(244,243,239,.3),transparent 42%); }
.hero-poster, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: blur(calc(.7px + var(--film-softness, 0) * 12px)) contrast(.95) saturate(.92); transform: scale(1.018); }
.hero-video { opacity: 0; pointer-events: none; }
.hero.is-video-ready .hero-video { opacity: 1; }
.hero.is-film-layout { height: 320svh; }
.hero.is-film-layout .hero-stage { position: sticky; top: 0; }
.hero-copy { position: absolute; z-index: 3; left: var(--gutter); bottom: 15%; }
.hero h1 { font-size: clamp(36px, 4vw, 64px); line-height: 1.72; letter-spacing: .055em; }
.hero-intro { margin-top: 22px; font-size: 12px; line-height: 2; letter-spacing: .055em; }
.text-link { display: inline-flex; align-items: center; gap: 44px; min-height: 46px; margin-top: 28px; font-size: 12px; color: var(--accent); border-bottom: 1px solid var(--accent); }
.arrow { font-family: var(--font-latin); font-size: 21px; transition: transform 240ms var(--ease); }
.text-link:hover .arrow { transform: translate(3px,-3px); }
.hero-bottom { position: absolute; z-index: 3; left: var(--gutter); right: var(--gutter); bottom: 19px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-category { font-size: 10px; letter-spacing: .08em; white-space: nowrap; }
.film-feedback { position: absolute; right: 0; bottom: calc(100% + 8px); max-width: 200px; font-size: 10px; line-height: 1.8; text-align: right; }
.film-feedback:has(.film-status[hidden]):has(.film-retry[hidden]) { display: none; }
.film-retry { display: block; margin-left: auto; padding: 4px 0; min-height: 36px; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; font: inherit; }
.film-retry[hidden], .film-status[hidden] { display: none; }
.motion-toggle { white-space: nowrap; background: none; border: 0; border-bottom: 1px solid transparent; min-height: 44px; padding: 0 8px; margin-left: auto; font-size: 10px; }
.motion-toggle:hover { border-color: currentColor; }
.scroll-link { display: inline-flex; align-items: center; gap: 32px; min-height: 44px; font-family: var(--font-latin); font-size: 10px; letter-spacing: .1em; }
.scroll-link > :last-child { font-size: 20px; }
.film-progress { position: absolute; z-index: 3; bottom: 0; width: 100%; height: 2px; opacity: 0; background: rgba(36,38,35,.1); }
.film-progress span { display: block; width: 100%; height: 100%; transform: scaleX(var(--film-progress,0)); transform-origin: left; background: var(--ink); }
.hero.is-video-ready .film-progress { opacity: 1; }
/* 白いアトリエからボルドーの製品面へ。文字と写真の大小で章を分ける。 */
.chapter-label { font-size: 10px; font-weight: 400; letter-spacing: .12em; line-height: 1.9; margin-bottom: 27px; color: var(--accent); }
.section-meta { display: flex; justify-content: space-between; align-items: center; padding: 21px 0; border-top: 1px solid var(--line); font: 9px/1.8 var(--font-latin); letter-spacing: .16em; }
.display-script, .concept-word { font-family: var(--font-logo); font-weight: 400; letter-spacing: -.035em; line-height: .92; }
.display-script em, .concept-word em, .care-aside em { font-weight: 400; }
.brand-story { padding: 86px var(--gutter) 125px; }
.story-opening { display: flex; align-items: flex-end; justify-content: space-between; padding: 52px 0 75px; }
.story-opening .display-script { font-size: clamp(100px,12.8vw,190px); color: var(--accent); padding-right: 30px; }
.story-opening .display-script em { display: inline-block; padding-left: .66em; }
.opening-note { font: 400 14px/2.1 var(--font-display); padding-bottom: 15px; padding-right: 4%; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 13%; padding: 66px 0 0; border-top: 1px solid var(--line); }
.story-title h2 { font-size: clamp(31px,3vw,46px); line-height: 1.7; letter-spacing: .015em; }
.editorial-body { font-size: 12px; line-height: 2.4; letter-spacing: .045em; max-width: 480px; }
.editorial-body > p + p { margin-top: 23px; }
.editorial-body .lead { font-family: var(--font-display); font-size: 20px; line-height: 1.9; margin-bottom: 25px; }
.image-window { position: relative; overflow: hidden; filter: none; }
.image-window img { height: 100%; object-fit: cover; }
html.motion-ready .image-window { opacity: .65; filter: blur(3px); transition: opacity 1400ms var(--ease), filter 1000ms var(--ease); }
html.motion-ready .concept-image, html.motion-ready .daily-image { clip-path: inset(5% 5% 5% 5%); transition: opacity 1400ms var(--ease), filter 1600ms var(--ease), clip-path 1900ms var(--ease); }
html.motion-ready .concept-image.is-visible, html.motion-ready .daily-image.is-visible { clip-path: inset(0); }
html.motion-ready .image-window.is-visible { opacity: 1; filter: blur(0); }
.concept-scene { position: relative; height: 86svh; min-height: 570px; max-height: 1000px; overflow: hidden; }
.concept-image { position: absolute; inset: 0; }
.concept-image img { object-position: 61% 55%; }
.concept-intro { position: absolute; z-index: 2; left: var(--gutter); top: 18%; }
.concept-intro h2 { font-size: clamp(32px,3.8vw,59px); line-height: 1.7; }
.concept-intro > p:last-child { font-size: 11px; line-height: 2; margin-top: 26px; }
.scene-caption { position: absolute; left: var(--gutter); bottom: 36px; font: italic 25px/1.2 var(--font-logo); color: #4b443f; }
.concept-details { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 13%; padding: 92px var(--gutter) 105px; }
.concept-word { font-size: clamp(65px,7.3vw,110px); color: var(--accent); }
.concept-word em { display: inline-block; padding-left: .3em; }
.product-feature { --line: #8a616e; --muted: #d3bfc1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); grid-template-areas: 'photo heading' 'photo information'; column-gap: 11%; align-items: start; background: #4e2533; color: #f4eee7; padding: 100px var(--gutter) 112px; }
.product-heading { grid-area: heading; padding: 0 0 37px; }
.product-heading .chapter-label { color: #dbc2c7; margin-bottom: 27px; }
.product-heading h2 { font: 400 clamp(73px,8.2vw,130px)/1 var(--font-logo); letter-spacing: -.04em; margin-left: -.035em; white-space: nowrap; }
.product-category { margin-top: 23px; font-size: 10px; letter-spacing: .12em; }
.product-visual { grid-area: photo; position: sticky; top: 110px; align-self: start; }
.product-photo { height: min(66vw, calc(100svh - 175px)); min-height: 435px; max-height: 750px; background: #e6ddd1; }
.product-photo img { object-fit: cover; object-position: 50% 51%; }
.product-visual figcaption { display: flex; align-items: center; justify-content: space-between; color: #e8d9d8; margin-top: 22px; }
.product-visual figcaption > span:first-child { font: italic 28px/1 var(--font-logo); }
.product-visual figcaption > span:last-child { font: 8px/1.8 var(--font-latin); letter-spacing: .14em; }
.product-information { grid-area: information; min-width: 0; }
.product-lead { font: 400 clamp(29px,2.5vw,38px)/1.8 var(--font-display); }
.product-description { max-width: 420px; font-size: 12px; line-height: 2.4; margin-top: 27px; color: #e4d7d5; }
.product-specs { margin: 38px 0 0; font-size: 10px; line-height: 1.9; }
.product-specs > div { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); }
.product-specs > div:last-child { border-bottom: 1px solid var(--line); }
.product-specs dt { color: var(--muted); }
.product-specs dd { margin: 0; }
.product-feature a:focus-visible { outline-color: currentColor; }
.product-feature .text-link { color: #f4eee7; border-color: #b6969b; margin-top: 31px; }
.product-detail-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 65px 0 25px; }
.product-detail-heading > p { font: italic 36px/1 var(--font-logo); }
.product-detail-heading > span { font-size: 9px; color: #d3bfc1; }
.disclosures { min-width: 0; }
.disclosures details { border-top: 1px solid var(--line); }
.disclosures details:last-child { border-bottom: 1px solid var(--line); }
.disclosures summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; cursor: pointer; padding: 24px 0; font-size: 12px; line-height: 1.9; list-style: none; }
.disclosures summary::-webkit-details-marker { display: none; }
.disclosures summary:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
.disclosures summary > span { display: block; width: 13px; height: 13px; position: relative; flex: 0 0 13px; }
.disclosures summary > span::before, .disclosures summary > span::after { content: ''; position: absolute; background: currentColor; left: 0; top: 6px; width: 13px; height: 1px; }
.disclosures summary > span::after { transform: rotate(90deg); transition: transform 400ms var(--ease); }
.disclosures details[open] summary > span::after { transform: rotate(0); }
.disclosure-body { padding: 0 23px 25px 0; font-size: 12px; line-height: 2.35; }
.disclosures details[open] .disclosure-body { animation: detail-enter .5s var(--ease) both; }
@keyframes detail-enter { from { opacity: .25; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.tactile { padding: 105px var(--gutter) 135px; }
.tactile-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); column-gap: 12%; row-gap: 70px; padding-top: 58px; align-items: center; }
.hold-image { grid-column: 1; grid-row: 1; }
.hold-image .image-window { aspect-ratio: .81; }
.design-copy { grid-column: 2; grid-row: 1; padding-bottom: 24px; }
.design-copy h2 { font-size: clamp(30px,3.3vw,51px); line-height: 1.65; }
.design-copy .editorial-body { margin-top: 36px; }
figcaption { color: var(--muted); font-size: 10px; line-height: 1.8; margin-top: 17px; }
.texture-copy { grid-column: 1; grid-row: 2; padding-left: 15%; padding-bottom: 40px; }
.texture-copy .display-script { font-size: clamp(54px,6.3vw,96px); font-style: italic; color: var(--accent); margin-bottom: 54px; white-space: nowrap; }
.texture-copy .chapter-label { margin-bottom: 20px; }
.texture-copy h3 { font-size: 28px; line-height: 1.7; }
.texture-copy > p:last-child { margin-top: 24px; font-size: 12px; line-height: 2.5; }
.drop-image { grid-column: 2; grid-row: 2; margin-top: -70px; margin-right: 13%; }
.drop-image .image-window { aspect-ratio: .76; }
.drop-image img { object-position: center 63%; }
.daily-story { padding: 0 0 113px; }
.daily-heading { position: relative; z-index: 1; padding: 0 var(--gutter) 48px; margin-left: 43%; }
.daily-heading h2 { font-size: clamp(31px,3.6vw,55px); line-height: 1.65; }
.daily-image { width: 91%; aspect-ratio: 1.95; }
.daily-image img { object-position: center 55%; }
.daily-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 13%; padding: 77px var(--gutter) 0; }
.daily-copy .display-script { font-size: clamp(55px,6vw,95px); font-style: italic; color: var(--accent); padding-top: 18px; }
.care-guide { background: #e9e3dc; padding: 94px var(--gutter) 108px; }
.care-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.care-heading h2 { font-size: clamp(34px,3.6vw,55px); line-height: 1.65; }
.care-aside { font: 400 clamp(47px,6vw,91px)/.97 var(--font-logo); color: var(--accent); padding-right: 6%; }
.care-aside em { padding-left: .5em; }
.care-body { display: grid; grid-template-columns: 55% 1fr; align-items: center; gap: 10%; }
.care-photo { aspect-ratio: .97; }
.care-photo img { object-position: 52% 50%; }
.care-steps { list-style: none; padding: 0; margin: 0; }
.care-steps li { display: flex; gap: 22px; padding: 28px 0; border-top: 1px solid #c5bdb2; }
.care-steps li:last-child { border-bottom: 1px solid #c5bdb2; }
.care-number { font: italic 30px/1.4 var(--font-logo); width: 31px; flex-shrink: 0; color: var(--accent); }
.care-steps h3 { font-size: 21px; margin-bottom: 13px; line-height: 1.6; }
.care-steps p { font-size: 12px; line-height: 2.3; }
.questions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 11%; padding: 107px var(--gutter) 112px; }
.questions h2 { font-size: clamp(24px,2.3vw,35px); line-height: 1.65; }
.product.signature { padding: 48px var(--gutter) 67px; background: var(--accent-soft); color: var(--accent); }
.product-top, .product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.product-top { border-top: 1px solid #b3999b; padding-top: 23px; font-size: 10px; }
.product h2 { margin-left: -.025em; white-space: nowrap; }
.product-bottom > p { font: italic 31px/1.4 var(--font-logo); }
.product-bottom .text-link { margin-top: 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px var(--gutter); background: var(--accent-soft); border-top: 1px solid #d5c5c5; }
.site-footer p { color: var(--muted); font-size: 9px; line-height: 1.9; }
.footer-links { display: flex; gap: 23px; font-size: 10px; line-height: 2; }
.footer-links a:hover { color: var(--accent); }
.site-footer > span { font-size: 19px; }
/* 入場は一度。スクロールの揺れは写真の中だけに収め、読む文字は留める。 */
[data-reveal] { opacity: 1; }
html.motion-enabled [data-reveal] { opacity: 0; transform: translateY(28px); filter: blur(5px); transition: opacity 1200ms var(--ease), transform 1400ms var(--ease), filter 1200ms var(--ease); transition-delay: var(--reveal-delay,0ms); }
html.motion-enabled [data-reveal].is-revealed { opacity: 1; transform: translateY(0); filter: blur(0); }
html.motion-enabled [data-reveal].is-reveal-immediate { transition: none; }
[data-parallax] img { transform: translate3d(0,var(--parallax-y,0px),0) scale(1.06); }
.text-link { position: relative; transition: color 300ms var(--ease), gap 500ms var(--ease); }
.text-link:hover { gap: 57px; }
html.editorial-motion-paused [data-reveal], html.editorial-motion-paused .image-window { opacity: 1; transform: none; transition: none; }
html.editorial-motion-paused [data-reveal] { filter: none; }
html.editorial-motion-paused .image-window { filter: none; clip-path: none; }
html.editorial-motion-paused [data-parallax] img { transform: none; }
html.editorial-motion-paused *, html.editorial-motion-paused *::before, html.editorial-motion-paused *::after { animation: none !important; transition: none !important; }
@media (min-width: 761px) and (max-width: 1100px) {
  .hero-poster, .hero-video { object-position: 70% 50%; }
  .hero h1 { font-size: 40px; }
  .product-feature { column-gap: 7%; }
  .product-heading h2 { font-size: 8.3vw; }
  .tactile-layout { column-gap: 8%; }
  .texture-copy { padding-left: 0; }
}
@media (max-width: 899px) {
  .product-visual { position: relative; top: auto; }
  .product-photo { min-height: 0; height: auto; aspect-ratio: .78; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 77px; }
  :root { --gutter: 25px; }
  .site-header { padding: 11px 24px; background: rgba(244,243,239,.96); }
  .wordmark { font-size: 23px; }
  .primary-nav { font-size: 9px; gap: 17px; }
  .hero-stage { height: 100svh; min-height: 600px; background: var(--paper); }
  .hero-media { position: absolute; inset: 66px 0 135px; width: 100%; }
  .hero-poster, .hero-video { object-fit: cover; object-position: var(--film-position,88% 50%); }
  .hero-stage::before { background: linear-gradient(0deg,rgba(244,243,239,.85),rgba(244,243,239,.12) 53%,transparent 75%); }
  .hero-copy { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 115px; padding: 0; }
  .hero h1 { font-size: clamp(25px,7.4vw,42px); line-height: 1.8; letter-spacing: 0; }
  .hero-intro { font-size: 10px; line-height: 2; margin-top: 16px; letter-spacing: .015em; }
  .hero-copy .text-link { margin-top: 21px; }
  .hero-bottom { position: absolute; left: 0; right: 0; bottom: 10px; padding: 0 var(--gutter) 18px; gap: 10px; }
  .hero-category { font-size: 8px; letter-spacing: 0; }
  .motion-toggle { font-size: 9px; padding: 0 6px; }
  .scroll-link { font-size: 8px; gap: 13px; }
  .hero.is-film-layout { height: 280svh; }
  .hero.is-film-layout .hero-stage { min-height: 100svh; }
  .hero.is-film-layout .hero-bottom { position: absolute; left: 0; right: 0; bottom: 10px; }
  .chapter-label { font-size: 9px; margin-bottom: 22px; }
  .section-meta { font-size: 8px; letter-spacing: .1em; padding: 18px 0; }
  .brand-story { padding: 64px var(--gutter) 73px; }
  .story-opening { display: block; padding: 26px 0 40px; }
  .story-opening .display-script { font-size: clamp(88px,19vw,132px); }
  .opening-note { font-size: 12px; margin-top: 36px; padding: 0; text-align: right; }
  .story-columns { display: block; padding-top: 35px; }
  .story-title h2 { font-size: 30px; }
  .editorial-body { font-size: 12px; line-height: 2.3; }
  .story-columns .editorial-body { margin: 37px 0 0 10%; }
  .editorial-body .lead { font-size: 18px; }
  .concept-scene { height: 650px; min-height: 0; max-height: none; }
  .concept-image img { object-position: 73% 50%; }
  .concept-intro { top: 37px; }
  .concept-intro h2 { font-size: 27px; line-height: 1.6; }
  .concept-intro > p:last-child { font-size: 10px; margin-top: 18px; }
  .scene-caption { bottom: 25px; font-size: 23px; }
  .concept-details { display: block; padding: 48px var(--gutter) 65px; }
  .concept-word { font-size: 71px; margin-bottom: 35px; }
  .concept-details .editorial-body { margin-left: 10%; }
  .product-feature { display: grid; grid-template-columns: 1fr; grid-template-areas: 'heading' 'photo' 'information'; padding: 56px var(--gutter) 64px; row-gap: 0; }
  .product-heading { padding-bottom: 33px; }
  .product-heading h2 { font-size: clamp(70px,17vw,108px); }
  .product-heading .chapter-label { margin-bottom: 21px; }
  .product-category { margin-top: 17px; }
  .product-visual { margin: 0 0 36px; }
  .product-photo { aspect-ratio: .93; max-height: 590px; }
  .product-photo img { object-position: 50% 53%; }
  .product-visual figcaption { margin-top: 16px; }
  .product-visual figcaption > span:first-child { font-size: 24px; }
  .product-visual figcaption > span:last-child { font-size: 7px; }
  .product-lead { font-size: 28px; }
  .product-description { margin-top: 23px; font-size: 12px; }
  .product-specs { margin-top: 28px; }
  .product-specs > div { grid-template-columns: 80px 1fr; gap: 9px; font-size: 10px; }
  .product-detail-heading { margin-top: 47px; }
  .product-detail-heading > p { font-size: 33px; }
  .disclosures summary { padding: 23px 0; font-size: 11px; }
  .disclosure-body { font-size: 12px; padding-right: 12px; }
  .tactile { padding: 63px var(--gutter) 69px; }
  .tactile-layout { grid-template-columns: 1fr; gap: 0; padding-top: 28px; }
  .hold-image { grid-area: auto; width: 89%; margin-left: calc(-1 * var(--gutter)); }
  .hold-image .image-window { aspect-ratio: .88; }
  .hold-image figcaption { padding-left: var(--gutter); }
  .design-copy { grid-area: auto; padding: 38px 0 0 12%; }
  .design-copy h2 { font-size: 30px; }
  .design-copy .editorial-body { margin-top: 27px; }
  .drop-image { grid-area: auto; order: 3; width: 69%; margin: 45px 0 0 auto; }
  .drop-image .image-window { aspect-ratio: .91; }
  .texture-copy { grid-area: auto; order: 4; padding: 0; margin-top: -5px; }
  .texture-copy .display-script { position: relative; font-size: clamp(53px,12.5vw,75px); margin-bottom: 30px; }
  .texture-copy .chapter-label { margin-bottom: 15px; }
  .texture-copy h3 { font-size: 27px; }
  .texture-copy > p:last-child { font-size: 12px; }
  .daily-story { padding-bottom: 65px; }
  .daily-heading { margin-left: 0; padding: 0 var(--gutter) 33px; }
  .daily-heading h2 { font-size: 30px; }
  .daily-image { width: calc(100% - var(--gutter)); aspect-ratio: 1.02; }
  .daily-image img { object-position: 34% 50%; }
  .daily-copy { display: block; padding: 36px var(--gutter) 0; }
  .daily-copy .display-script { font-size: clamp(55px,12vw,77px); padding: 0; margin-bottom: 34px; }
  .daily-copy .editorial-body { margin-left: 10%; }
  .care-guide { padding: 58px var(--gutter) 62px; }
  .care-heading { display: block; margin-bottom: 31px; }
  .care-heading h2 { font-size: 30px; }
  .care-aside { font-size: 56px; text-align: right; padding: 0; margin: 28px 0 0; }
  .care-body { display: block; }
  .care-photo { aspect-ratio: 1.04; margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); }
  .care-steps { margin-top: 28px; }
  .care-steps li { padding: 26px 0; }
  .care-steps h3 { font-size: 21px; }
  .questions { display: block; padding: 62px var(--gutter) 67px; }
  .questions h2 { font-size: 26px; margin-bottom: 29px; }
  .product.signature { padding: 31px var(--gutter) 42px; }
  .product-top { font-size: 8px; gap: 15px; }
  .product-top > p:last-child { max-width: 140px; font-size: 8px; }
  .product-bottom { align-items: flex-start; flex-direction: column; gap: 24px; }
  .product-bottom > p { font-size: 28px; }
  .product-bottom .text-link { font-size: 10px; }
  .site-footer { flex-wrap: wrap; gap: 18px; }
  .footer-links { gap: 22px; font-size: 9px; }
  .site-footer p { font-size: 8px; }
  .site-footer > span { display: none; }
  html.motion-enabled [data-reveal] { transform: translateY(18px); }
  html.motion-enabled [data-reveal].is-revealed { transform: translateY(0); }
}
@media (max-width: 760px) and (max-height: 690px) {
  .hero.is-film-layout .hero-copy { bottom: 90px; }
  .hero.is-film-layout h1 { font-size: clamp(25px,7.2vw,27px); }
  .hero.is-film-layout .hero-copy .text-link { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.motion-ready .image-window { opacity: 1; filter: none; transform: none; clip-path: none; }
  html.motion-enabled [data-reveal] { opacity: 1; transform: none; filter: none; }
  [data-parallax] img { transform: none; }
  .hero-video, .film-progress { display: none; }
}
