@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root {
  color-scheme: dark;
  --ink: #07090b;
  --text: #f5f6f4;
  --muted: #b1b8ba;
  --accent: #adf1de;
  --cyan: #63e6ff;
  --pink: #ff3da8;
  --line: rgba(235, 255, 250, .17);
  --page-width: 1320px;
  --player-space: 106px;
  font-family: 'DM Sans', sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; scroll-padding-bottom: var(--player-space); background: var(--ink); }
body { margin: 0; color: var(--text); background: transparent; line-height: 1.65; }
body.modal-open { overflow: hidden; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:disabled { opacity: .3; cursor: default; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img, video { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; }
::selection { background: var(--accent); color: var(--ink); }
.container { width: min(calc(100% - 112px), var(--page-width)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 10px 20px; background: var(--accent); color: var(--ink); }
.skip-link:focus { top: 15px; }
.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: #101516; }
#bg-video { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; opacity: 1; }
.ambient::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 8, 10, .87), rgba(3, 8, 10, .36) 70%), linear-gradient(0deg, rgba(3, 8, 10, .55), transparent 75%); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid var(--line); }
.nav { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 170px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .875rem; color: #d1d9d7; transition: color .2s; }
.nav-links a:hover { color: var(--accent); }
.nav-links .contact-link { padding: 9px 18px; border: 1px solid var(--line); border-radius: 2px; display: flex; align-items: center; gap: 16px; color: var(--text); }
.menu-toggle { display: none; border: 1px solid var(--line); background: rgba(4, 12, 13, .5); width: 46px; height: 46px; align-items: center; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1px; background: currentColor; }
.hero { position: relative; min-height: 100svh; padding-top: 170px; padding-bottom: calc(var(--player-space) + 88px); display: flex; align-items: center; }
.hero-content { position: relative; z-index: 2; max-width: 850px; }
.hero h1 { margin-top: 28px; font-size: clamp(3.25rem, 6.9vw, 6.9rem); font-weight: 500; line-height: 1.045; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-subtitle { margin-top: 28px; color: #d2d9d7; font-size: 1rem; max-width: 420px; }
.social-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; }
.social-links a { font-size: .875rem; display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.social-links a:hover { color: var(--accent); border-color: var(--accent); }
.social-links svg { width: 16px; height: 16px; }
.hero-bottom { position: absolute; bottom: var(--player-space); left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.scroll-link { display: flex; align-items: center; gap: 13px; color: #d3dbd8; font-size: .8125rem; }
.scroll-link svg { width: 36px; height: 36px; padding: 9px; border: 1px solid var(--line); border-radius: 50%; }
.location { text-align: right; font-size: .75rem; line-height: 1.6; color: #c4cdcb; letter-spacing: .06em; }
.location span { display: block; color: #f4f8f6; }
.section { padding-block: 112px; border-top: 1px solid var(--line); background: rgba(5, 10, 12, .83); }
.section-grid { display: grid; grid-template-columns: 1fr 1.65fr; gap: 80px; }
.section-heading { position: sticky; top: 48px; align-self: start; }
.section-heading h2 { font-weight: 500; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1.15; letter-spacing: -.06em; margin-top: 20px; }
.section-number { color: var(--accent); font: 500 .75rem 'DM Sans', sans-serif; letter-spacing: .13em; }
.release-copy { font-size: 1.0625rem; color: #bfc7c6; }
.release-copy p + p { margin-top: 24px; }
.release-copy strong { color: var(--text); font-weight: 500; }
.release-copy p:first-child { font-size: 1.25rem; line-height: 1.7; color: #e5eae8; }
.download-link { margin-top: 32px; display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--accent); color: var(--accent); font-size: .875rem; }

/* Native page scroll moves a spiral of media through the same depth axis as Ymersia. */
.gallery { position: relative; height: 620vh; border-top: 1px solid var(--line); background: rgba(3, 9, 12, .32); }
.gallery-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.gallery-stage::after { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(0deg, rgba(3, 8, 12, .96), transparent 21%, transparent 77%, rgba(3, 8, 12, .92)), radial-gradient(ellipse at center, transparent 20%, rgba(3, 8, 12, .3)); }
.gallery-header { position: absolute; top: 40px; left: 0; right: 0; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.gallery-header h2 { margin-top: 8px; font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.2; }
.gallery-header h2 span { color: var(--accent); }
.view-toggle { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; background: rgba(6, 16, 19, .6); border: 1px solid var(--line); font-size: .875rem; }
.view-toggle:hover { border-color: var(--accent); }
.tunnel-viewport { position: absolute; inset: 0; perspective: 950px; perspective-origin: 50% 50%; }
.tunnel-world { position: absolute; left: 50%; top: 50%; transform-style: preserve-3d; }
.tunnel-ring { position: absolute; width: 1060px; height: 680px; left: -530px; top: -340px; border: 1px solid rgba(99, 230, 255, .2); border-radius: 50%; pointer-events: none; }
.tunnel-ring:nth-child(3n) { border-color: rgba(255, 61, 168, .16); }
.media-card { position: absolute; left: 0; top: 0; width: 300px; padding: 0; border: 1px solid rgba(173, 241, 222, .65); border-radius: 3px; background: #101617; text-align: left; box-shadow: 0 0 22px rgba(99, 230, 255, .12), 0 15px 50px rgba(0, 0, 0, .28); backface-visibility: hidden; transform-origin: center; will-change: transform; }
.media-card:nth-of-type(3n) { border-color: rgba(255, 61, 168, .48); }
.media-card:hover { border-color: #fff; box-shadow: 0 0 30px rgba(99, 230, 255, .38); }
.media-card img { width: 100%; height: auto; max-height: 350px; object-fit: contain; }
.media-caption { display: flex; align-items: center; justify-content: space-between; gap: 8px; height: 36px; padding: 0 12px; font-size: .75rem; letter-spacing: .04em; color: #d3dfdd; }
.media-caption svg { width: 14px; height: 14px; color: var(--accent); }
.play-badge { position: absolute; top: calc(50% - 18px); left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 44px; height: 44px; background: rgba(3, 9, 13, .6); border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; pointer-events: none; }
.play-badge svg { width: 18px; height: 18px; margin-left: 2px; }
.gallery-controls { position: absolute; bottom: var(--player-space); left: 0; right: 0; z-index: 3; display: flex; align-items: center; gap: 22px; }
.gallery-position { display: flex; align-items: baseline; gap: 10px; font-size: .8125rem; color: var(--muted); min-width: 86px; }
#current-media { color: var(--text); font: 400 2.25rem 'Manrope', sans-serif; letter-spacing: -.07em; }
.gallery-progress { width: min(180px, 20vw); accent-color: var(--accent); cursor: pointer; }
.gallery-hint { color: #b9c9c7; font-size: .8125rem; margin-left: 14px; }
.gallery-arrows { display: flex; gap: 10px; margin-left: auto; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(6, 16, 19, .6); border: 1px solid var(--line); border-radius: 50%; }
.icon-button:hover { color: var(--accent); border-color: var(--accent); }
.gallery.is-grid { height: auto; background: rgba(3, 9, 12, .87); }
.is-grid .gallery-stage { position: relative; height: auto; min-height: 0; padding: 40px 0 48px; overflow: visible; }
.is-grid .gallery-stage::after, .is-grid .tunnel-ring { display: none; }
.is-grid .gallery-header { position: relative; top: auto; margin-bottom: 38px; }
.is-grid .tunnel-viewport { position: relative; perspective: none; }
.is-grid .tunnel-world { position: static; width: min(calc(100% - 112px), var(--page-width)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; transform: none !important; }
.is-grid .media-card { position: relative; width: 100%; transform: none !important; opacity: 1 !important; visibility: visible !important; will-change: auto; }
.is-grid .media-card img { height: 270px; object-fit: contain; }
.is-grid .gallery-controls { position: relative; bottom: auto; margin-top: 30px; }
.is-grid .gallery-progress, .is-grid .gallery-position, .is-grid .gallery-arrows { display: none; }
.is-grid .gallery-hint { margin: 0; }
.set-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; margin-top: 48px; align-items: start; }
.set-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.set-heading h2 { margin-top: 18px; font-size: clamp(2.8rem, 4.5vw, 4.5rem); line-height: 1.1; letter-spacing: -.06em; font-weight: 500; }
.set-entry { padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.set-cover { display: block; position: relative; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 9; }
.set-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.set-cover:hover img { transform: scale(1.035); }
.set-cover .play-badge { top: 50%; width: 64px; height: 64px; }
.set-cover-label { display: flex; justify-content: space-between; margin-top: 14px; color: var(--muted); font-size: .8125rem; }
.set-copy { color: #bfc7c6; font-size: 1rem; }
.set-copy p + p { margin-top: 22px; }
.cozinha-section { background: linear-gradient(135deg, rgba(22, 9, 32, .91), rgba(4, 20, 21, .88)); }
.cozinha-heading { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.cozinha-heading h2 { margin-top: 18px; font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: 1.08; font-weight: 500; letter-spacing: -.06em; }
.cozinha-heading h2 span { color: var(--accent); }
.cozinha-edition { text-align: right; color: var(--muted); font-size: .875rem; }
.cozinha-edition span { display: block; color: var(--accent); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 5px; }
.cozinha-gallery-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin: 46px 0 24px; }
.cozinha-gallery-heading h3 { font-weight: 500; font-size: 1.25rem; letter-spacing: -.02em; }
.cozinha-gallery-heading p { color: var(--muted); font-size: .8125rem; margin-top: 6px; }
.cozinha-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cozinha-photo { position: relative; display: block; width: 100%; min-width: 0; padding: 0; text-align: left; color: var(--text); background: #090b12; border: 1px solid var(--line); border-radius: 3px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.cozinha-photo:hover { border-color: var(--accent); box-shadow: 0 0 28px rgba(173, 241, 222, .1); }
.cozinha-photo img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #090b12; }
.cozinha-photo.featured { grid-column: 1 / -1; }
.cozinha-photo.featured img { aspect-ratio: 2 / 1; max-height: 600px; }
.cozinha-photo .photo-caption { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 16px; color: #cfdbd8; font-size: .8125rem; }
.photo-caption svg { width: 16px; height: 16px; color: var(--accent); }
.cozinha-download { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); border-bottom: 1px solid var(--line); padding: 8px 0; font-size: .875rem; }
.soundcloud-embed { margin-top: 44px; }
.soundcloud-embed iframe { display: block; width: 100%; height: 166px; border: 0; background: #111a1d; }
.soundcloud-credit { font-size: .75rem; color: var(--muted); margin-top: 10px; overflow-wrap: anywhere; }
.rider-block + .rider-block { margin-top: 40px; }
.rider-block h3 { font-size: .875rem; color: var(--accent); font-weight: 500; letter-spacing: .04em; margin-bottom: 16px; }
.rider-block ul { list-style: none; margin: 0; padding: 0; }
.rider-block li { border-top: 1px solid var(--line); padding: 18px 0; font-size: 1.0625rem; display: flex; gap: 25px; }
.rider-block li span { font-size: .75rem; color: var(--muted); padding-top: 4px; }
.contact-section { background: rgba(5, 12, 13, .68); }
.contact-list { align-self: end; min-width: 0; }
.contact-list p { color: var(--muted); font-size: .8125rem; }
.contact-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0 24px; border-bottom: 1px solid var(--line); font-size: clamp(1rem, 1.8vw, 1.5rem); margin-bottom: 26px; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--accent); }
.site-footer { padding: 30px 0 calc(var(--player-space) + env(safe-area-inset-bottom)); background: rgba(5, 10, 12, .9); border-top: 1px solid var(--line); }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: .8125rem; }
.footer-logo { display: block; width: 128px; height: auto; aspect-ratio: 918 / 272; object-fit: contain; flex-shrink: 0; opacity: .8; }
.footer-content > a { display: flex; align-items: center; gap: 8px; }
.floating-player { position: fixed; left: 50%; bottom: calc(16px + env(safe-area-inset-bottom)); transform: translateX(-50%); z-index: 12; width: min(940px, calc(100% - 32px)); display: grid; grid-template-columns: 44px minmax(120px, 170px) minmax(150px, 1fr) 116px auto; align-items: center; gap: 18px; padding: 14px 18px; border: 1px solid rgba(173, 241, 222, .26); border-radius: 14px; background: rgba(7, 18, 21, .94); box-shadow: 0 12px 48px rgba(0, 0, 0, .38); backdrop-filter: blur(24px); }
.floating-player .player-play { width: 44px; height: 44px; border: 0; background: var(--accent); color: #071411; }
.player-play:hover { background: #d4fff2; }
.player-track { display: flex; flex-direction: column; min-width: 0; line-height: 1.4; }
.player-status { font-size: .75rem; color: var(--muted); }
.player-title { font-size: .9375rem; font-weight: 500; }
.player-timeline { display: flex; align-items: center; gap: 10px; min-width: 0; }
.player-time { font-size: .75rem; color: #bfcfcb; font-variant-numeric: tabular-nums; white-space: nowrap; }
.floating-player input[type='range'] { min-width: 0; width: 100%; height: 24px; margin: 0; accent-color: var(--accent); cursor: pointer; }
.player-volume { display: flex; align-items: center; gap: 4px; }
.player-volume .icon-button { border: 0; background: transparent; flex-shrink: 0; }
.player-volume .volume-cross, .player-volume.is-muted .volume-waves { display: none; }
.player-volume.is-muted .volume-cross { display: block; }
.floating-player .player-background { width: auto; border: 0; border-left: 1px solid var(--line); border-radius: 0; padding-left: 16px; gap: 6px; background: transparent; }
.player-background svg { width: 16px; height: 16px; }
.player-background span { font-size: .75rem; color: var(--muted); }
.media-dialog { width: min(1120px, calc(100vw - 32px)); max-width: none; max-height: calc(100svh - 24px); padding: 20px; border: 1px solid var(--line); background: #0b1115; color: var(--text); overflow: auto; }
.media-dialog::backdrop { background: rgba(0, 4, 8, .91); backdrop-filter: blur(14px); }
.dialog-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 16px; }
.dialog-bar h2 { font: 500 1rem 'DM Sans', sans-serif; }
.dialog-actions { display: flex; gap: 12px; align-items: center; }
.original-link { font-size: .8125rem; color: var(--accent); display: inline-flex; align-items: center; gap: 8px; }
.dialog-content { display: flex; justify-content: center; align-items: center; min-height: 200px; }
.dialog-content img, .dialog-content video { width: auto; max-width: 100%; height: auto; max-height: calc(100svh - 170px); object-fit: contain; }
.dialog-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; color: var(--muted); font-size: .8125rem; }

@media (min-width: 1700px) { .hero h1 { font-size: 7rem; } }
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .nav-links { gap: 18px; }
  .brand { width: 145px; }
  .section-grid { grid-template-columns: 1fr 1.6fr; gap: 40px; }
  .set-layout { gap: 36px; }
  .is-grid .tunnel-world { width: calc(100% - 64px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-hint { max-width: 180px; }
  .nav-links { gap: 13px; }
  .cozinha-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 761px) and (max-width: 960px) {
  .menu-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 103px; left: 0; right: 0; padding: 24px 32px; background: #0a1418; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 4px; font-size: 1rem; }
  .nav-links .contact-link { margin-top: 12px; justify-content: space-between; }
}
@media (max-width: 760px) {
  :root { --player-space: 152px; }
  html { scroll-padding-top: 20px; }
  .container { width: calc(100% - 40px); }
  .nav { min-height: 82px; }
  .brand { width: 138px; }
  .menu-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 81px; left: 0; right: 0; padding: 24px; background: #0a1418; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 4px; font-size: 1rem; }
  .nav-links .contact-link { margin-top: 12px; justify-content: space-between; }
  .hero { min-height: 100svh; padding-top: 146px; padding-bottom: calc(var(--player-space) + 96px); }
  .hero h1 { font-size: clamp(2.7rem, 9.8vw, 4.6rem); letter-spacing: -.055em; max-width: 650px; }
  .hero-subtitle { max-width: 320px; }
  .social-links { column-gap: 23px; max-width: 360px; margin-top: 22px; }
  .hero-bottom { bottom: var(--player-space); align-items: flex-start; }
  .location { max-width: 130px; font-size: .75rem; }
  .scroll-link { font-size: .75rem; max-width: 150px; }
  .section { padding-block: 70px; }
  .section-grid, .set-layout { grid-template-columns: 1fr; gap: 36px; }
  .section-heading { position: static; }
  .section-heading h2 { margin-top: 10px; font-size: 3rem; }
  .release-copy { font-size: 1rem; }
  .release-copy p:first-child { font-size: 1.125rem; }
  .gallery { height: 620svh; }
  .gallery-stage { min-height: min(540px, 100svh); }
  .gallery-header { top: 25px; gap: 12px; }
  .gallery-header h2 { font-size: 2rem; }
  .gallery-header .eyebrow { font-size: .75rem; letter-spacing: .06em; }
  .view-toggle { padding: 8px 10px; font-size: .8125rem; }
  .view-toggle svg { width: 16px; height: 16px; }
  .media-card { width: 205px; }
  .media-card img { max-height: 250px; }
  .gallery-controls { bottom: var(--player-space); gap: 12px; flex-wrap: wrap; }
  .gallery-hint { order: 4; width: 100%; max-width: none; margin-left: 0; }
  .gallery-position { min-width: 75px; }
  .gallery-progress { width: min(140px, 28vw); }
  .gallery-arrows { gap: 6px; }
  .gallery-arrows .icon-button { width: 38px; height: 38px; }
  .is-grid .tunnel-world { width: calc(100% - 40px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .is-grid .media-card img { height: 205px; }
  .set-heading { align-items: flex-start; }
  .set-layout { margin-top: 34px; }
  .set-heading .download-link { margin-top: 8px; gap: 8px; }
  .cozinha-heading { align-items: flex-start; }
  .cozinha-edition { text-align: left; }
  .cozinha-gallery { gap: 14px; }
  .cozinha-photo .photo-caption { font-size: .75rem; padding: 10px; gap: 8px; }
  .footer-content { flex-wrap: wrap; gap: 20px; }
  .footer-content p { order: 3; width: 100%; }
  .floating-player { bottom: calc(10px + env(safe-area-inset-bottom)); width: calc(100% - 24px); grid-template-columns: 44px minmax(0, 1fr) 40px auto; gap: 8px 12px; padding: 12px 14px; }
  .player-timeline { grid-row: 2; grid-column: 1 / -1; }
  .player-volume { grid-row: 1; grid-column: 3; }
  .player-volume input[type='range'] { display: none; }
  .player-background { grid-row: 1; grid-column: 4; }
  .floating-player .player-background { padding-left: 10px; }
  .media-dialog { padding: 12px; }
  .dialog-bar { gap: 10px; }
  .dialog-actions { gap: 8px; }
  .original-link { font-size: .75rem; }
}
@media (max-width: 390px) {
  .view-toggle span { max-width: 76px; line-height: 1.3; }
  .hero h1 { font-size: 2.65rem; }
  .media-caption { padding-inline: 7px; }
  .cozinha-gallery { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
