/* ============ Sibu Arts — rebuilt from sinbharathi.wixsite.com/mysite ============ */

/* ---------- Fonts ---------- */
/* Free lookalikes: Oswald≈DIN Neuzeit Grotesk Bold Cond, Jost≈Futura, Montserrat≈Brandon Grotesque, Mulish≈Avenir */
@font-face { font-family: 'din'; src: url('/assets/fonts/oswald-600-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }
@font-face { font-family: 'din'; src: url('/assets/fonts/oswald-600-latin-ext.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'futura-book'; src: url('/assets/fonts/jost-400-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'futura-light'; src: url('/assets/fonts/jost-300-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'brandon-light'; src: url('/assets/fonts/montserrat-300-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'avenir-heavy'; src: url('/assets/fonts/mulish-800-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'osc'; src: url('/assets/fonts/opensanscondensed-300-latin.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }
@font-face { font-family: 'osc'; src: url('/assets/fonts/opensanscondensed-700-latin.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'raleway'; src: url('/assets/fonts/raleway-400-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'raleway'; src: url('/assets/fonts/raleway-700-latin.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'raleway'; src: url('/assets/fonts/raleway-400i-latin.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'open-sans'; src: url('/assets/fonts/opensans-400-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'open-sans'; src: url('/assets/fonts/opensans-700-latin.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'spinnaker'; src: url('/assets/fonts/spinnaker-400-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'libre-baskerville'; src: url('/assets/fonts/librebaskerville-400-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'libre-baskerville'; src: url('/assets/fonts/librebaskerville-400i-latin.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }

/* ---------- Vars & base ---------- */
:root {
  --orange: rgb(253, 118, 63);
  --peach: rgb(254, 186, 158);
  --blush: rgb(254, 209, 191);
  --gray: rgb(128, 128, 128);
  --body: rgb(85, 85, 85);
  --lite: rgb(204, 204, 204);
  --shadow-3d: 3px 3px 0 rgba(10, 189, 240, .298), -3px -3px 0 rgba(254, 1, 1, .298);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'open-sans', Arial, sans-serif; background: #fff; }
a { text-decoration: none; color: inherit; }
img { display: block; }
button { font: inherit; background: none; border: none; cursor: pointer; }

.canvas { position: relative; max-width: 1200px; margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; }
.canvas > * { flex-shrink: 0; }

/* ---------- Fixed page background (interior pages) ---------- */
.page-bg { position: fixed; top: 0; left: 0; right: 0; height: 100vh; max-height: 1018px; z-index: -1; overflow: hidden; }
.page-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

/* ---------- Header ---------- */
header.site { position: relative; z-index: 5; padding: 40px 0 69px; }
nav.site { margin-top: 0; }
nav.site ul { display: flex; justify-content: center; list-style: none; }
nav.site li { border-left: 1px solid #fff; }
nav.site li:first-child { border-left: none; }
nav.site a { display: block; padding: 0 22px; font-family: 'futura-book'; font-weight: 700; font-size: 20px; line-height: 45px; color: var(--peach); text-align: center; white-space: nowrap; transition: color .2s; }
nav.site a:hover { color: var(--orange); }
nav.site li.active a { color: #fff; }

/* ---------- Footer ---------- */
footer.site { position: relative; z-index: 5; margin-top: auto; background: #fff; }
footer.site .strip { background: rgba(254, 209, 191, .46); }
footer.site .inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 33px 124px 34px 237px; }
footer.site .copy { font-family: 'open-sans'; font-size: 12px; color: var(--body); }
footer.site .social { display: flex; align-items: center; gap: 10px; list-style: none; }
footer.site .social img, footer.site .social svg { width: 28px; height: 28px; }
footer.site .social .fb { position: relative; top: 10px; }
.footer-gap { height: 70px; background: transparent; }

/* ---------- HOME ---------- */
.hero-home { position: relative; height: 975px; margin-top: -109px; padding-top: 109px; overflow: hidden; }
.hero-home > .bg { position: absolute; inset: 0; z-index: -1; }
.hero-home > .bg img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 20%; }
.hero-name { position: absolute; left: 119px; top: 209px; width: 380px; }
.hero-name a { font-family: 'din'; font-weight: 700; font-size: 100px; line-height: 1; color: var(--orange); text-shadow: var(--shadow-3d); }
.hero-role { position: absolute; left: 119px; top: 404px; font-family: 'din'; font-weight: 700; font-size: 40px; line-height: 1; color: var(--gray); text-shadow: var(--shadow-3d); }
.sibu-arts { padding: 63px 0 16px; }
.sibu-arts span { display: inline-block; margin-left: 110px; font-family: 'din'; font-weight: 700; font-size: 40px; line-height: 1.2; color: var(--gray); text-shadow: var(--shadow-3d); }

/* ---------- Slideshow ---------- */
.slideshow { position: relative; height: 862px; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .6s ease; }
.slide.on { opacity: 1; pointer-events: auto; }
.slide > .bg { position: absolute; inset: 0; z-index: 0; }
.slide > .bg img { width: 100%; height: 100%; object-fit: cover; }
.slide > .content { position: relative; z-index: 1; height: 100%; }
.explore { position: absolute; top: 20px; left: 0; right: 0; text-align: center; font-family: 'brandon-light'; font-size: 16px; letter-spacing: .05em; color: #fff; z-index: 2; }
.slide-1 .content { text-align: center; }
.slide-1 h2 { padding-top: 159px; font-family: 'futura-book'; font-weight: 400; font-size: 45px; letter-spacing: 13.5px; color: var(--orange); text-shadow: var(--shadow-3d); }
.slide-1 h3 { margin-top: 24px; font-family: 'osc'; font-weight: 400; font-size: 30px; letter-spacing: 4.5px; line-height: 1; color: var(--peach); }
.slide-1 p { margin: 56px auto 0; max-width: 501px; font-family: 'raleway'; font-size: 22px; line-height: 1.3; color: var(--lite); }
.slide-tpl .icon { display: block; width: 46px; height: 42px; margin: 0 auto; padding-top: 0; }
.slide-tpl .icon img { width: 46px; height: 42px; object-fit: contain; }
.slide-tpl h2 { text-align: center; font-family: 'din'; font-weight: 400; font-size: 32px; color: var(--orange); text-shadow: var(--shadow-3d); margin-top: 2px; }
.slide-tpl .band { margin-top: 10px; background: rgba(251, 205, 180, .92); padding: 14px 0; }
.slide-tpl .band p { max-width: 880px; margin: 0 auto; font-family: 'raleway'; font-size: 20px; line-height: 1.2; color: var(--body); text-align: justify; }
.slide-dark .band { background: transparent; padding: 6px 0 0; }
.slide-dark .band p { color: var(--lite); text-align: justify; }
.listen-btn { position: absolute; left: 50%; top: 665px; transform: translateX(-50%); width: 390px; height: 70px; border: 1px solid #9a9a9a; background: rgba(255,255,255,.55); font-family: 'din'; font-size: 30px; color: var(--gray); }
.listen-btn:hover { background: rgba(255,255,255,.85); }
.ss-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; padding: 18px; }
.ss-arrow svg { display: block; width: 34px; height: 58px; }
.ss-arrow svg path { fill: var(--orange); }
.ss-arrow.prev { left: 85px; }
.ss-arrow.prev svg { transform: scaleX(-1); }
.ss-arrow.next { right: 85px; }
.ss-dots { position: absolute; bottom: 30px; left: 0; right: 0; display: flex; justify-content: center; gap: 30px; z-index: 3; }
.ss-dots button { width: 21px; height: 21px; border-radius: 50%; background: var(--orange); border: 2px solid var(--orange); padding: 0; }
.ss-dots button.on { background: transparent; }

/* ---------- Story popup ---------- */
.overlay { position: fixed; inset: 0; z-index: 100; display: none; background: rgba(60, 50, 45, .55); }
.overlay.open { display: block; }
.popup-story { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(933px, 94vw); height: min(760px, 92vh); background: #datauri; overflow: hidden; }
.popup-story .pop-bg { position: absolute; inset: 0; }
.popup-story .pop-bg img { width: 100%; height: 100%; object-fit: cover; }
.popup-story .card { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); width: min(665px, 88%); max-height: calc(100% - 150px); background: rgba(255, 255, 255, .82); padding: 8px 30px 18px; overflow: auto; }
.popup-story h2 { text-align: center; font-family: 'spinnaker'; font-size: 51px; color: #000; }
.popup-story .tamil { font-family: 'Times New Roman', Times, serif; font-size: 16px; line-height: 1.25; color: var(--body); text-align: justify; }
.popup-story .tamil b { font-weight: 700; }
.audio-bar { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 14px; }
.audio-bar button { width: 34px; height: 34px; }
.audio-bar button svg { width: 100%; height: 100%; fill: #2a2a2a; }
.audio-bar .time { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 12px; color: #2a2a2a; }
.audio-bar input[type=range] { width: 180px; accent-color: #2a2a2a; }
.goto-site { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); background: rgba(43, 43, 43, .9); color: #fff; font-family: 'spinnaker'; font-size: 15px; padding: 10px 36px; }
.pop-close { position: absolute; top: 40px; right: -70px; width: 34px; height: 34px; }
.pop-close::before, .pop-close::after { content: ''; position: absolute; left: 50%; top: 50%; width: 34px; height: 3px; background: #fff; }
.pop-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.pop-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

/* ---------- Interior shared ---------- */
.big-heading { font-family: 'futura-book'; font-weight: 400; font-size: 63px; line-height: 1.35; color: var(--blush); }
.din-heading { font-family: 'din'; font-weight: 700; color: var(--peach); text-shadow: none; }
.back-top { display: block; width: 132px; height: 40px; margin: 60px auto; border: 2px solid var(--orange); border-radius: 20px; font-family: 'avenir-heavy'; font-size: 13px; color: var(--orange); line-height: 36px; text-align: center; background: transparent; }
.back-top:hover { background: rgba(253, 118, 63, .08); }

/* ---------- PLANAR ---------- */
.photo-strip-wrap { position: relative; margin-top: 55px; }
.photo-strip { display: flex; gap: 10px; height: 452px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
.photo-strip::-webkit-scrollbar { display: none; }
.photo-strip img { height: 100%; width: auto; flex: none; cursor: pointer; }
.photo-strip img:first-child { margin-left: 128px; }
.strip-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; background: rgba(0,0,0,.25); width: 44px; height: 76px; }
.strip-arrow svg { width: 20px; height: 34px; margin: 0 auto; display: block; }
.strip-arrow svg path { fill: #fff; }
.strip-arrow.prev { left: 0; }
.strip-arrow.prev svg { transform: scaleX(-1); }
.strip-arrow.next { right: 0; }
.overlap-heading { position: relative; z-index: 2; }
.h-photography { text-align: right; margin: -121px 116px 36px 0; color: rgb(254, 209, 191); }
.h-miniature { margin: 0 0 38px 373px; }
.sq-grids { display: flex; justify-content: center; gap: 63px; padding: 0 36px; }
.sq-grid { display: grid; grid-template-columns: repeat(3, 166px); gap: 6px; align-content: start; }
.sq-grid a { width: 166px; height: 166px; overflow: hidden; display: none; }
.sq-grid a.shown { display: block; }
.sq-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.sq-grid a:hover img { transform: scale(1.06); }
.load-more { display: block; margin: 24px auto 0; font-family: 'open-sans'; font-size: 14px; color: var(--body); border: 1px solid #b8b8b8; padding: 8px 26px; background: #fff; }
.load-more:hover { border-color: var(--orange); color: var(--orange); }
.h-paintings { margin: 90px 0 38px 122px; }
.masonry { display: flex; gap: 15px; justify-content: center; padding-bottom: 20px; }
.masonry .col { display: flex; flex-direction: column; gap: 15px; width: 465px; }
.masonry img { width: 100%; height: auto; cursor: pointer; }

/* ---------- SCULPTURAL ---------- */
.hero-boxes { display: flex; justify-content: center; gap: 46px; padding: 254px 0 160px; }
.hero-boxes a { display: flex; align-items: center; justify-content: center; width: 253px; height: 230px; background: rgba(254, 218, 200, .92); font-family: 'din'; font-weight: 700; font-size: 50px; color: var(--orange); }
.hero-boxes a:hover { background: rgba(254, 218, 200, 1); }
.sc-section-head { position: relative; z-index: 2; margin: 0 0 0 116px; }
.sc-section-head .din-heading { font-size: 70px; line-height: 1.2; text-shadow: none; }
.sc-section-head .sub { position: relative; top: -28px; margin-left: 279px; font-family: 'futura-book'; font-size: 23px; color: var(--orange); }
.sc-section-head.jew .sub { margin-left: 208px; }
.sc-section-head.scu .sub { margin-left: 233px; }
.divider-band { height: 12px; background: #4a4a4a; opacity: .8; margin-top: -22px; }
.videos-band { background: #fff; padding: 10px 0 60px; }
.all-videos { padding: 12px 0 8px 43px; font-family: 'open-sans'; font-size: 16px; color: var(--orange); }
.video-cards { display: flex; gap: 34px; padding: 0 4px; }
.video-card { flex: 1; }
.video-thumb { position: relative; cursor: pointer; }
.video-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.video-thumb .play { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border-radius: 50%; background: rgba(0,0,0,.45); }
.video-thumb .play::after { content: ''; position: absolute; left: 55%; top: 50%; transform: translate(-50%, -50%); border-left: 24px solid #fff; border-top: 15px solid transparent; border-bottom: 15px solid transparent; }
.video-card h3 { margin-top: 18px; text-align: center; font-family: 'futura-book'; font-weight: 400; font-size: 18px; color: var(--orange); }
.jewellery-band, .sculpture-band { background: #fff; padding: 20px 0 70px; }
.jw-wrap, .sc-wrap { position: relative; }
.jw-strip, .sc-strip { display: flex; gap: 30px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 14px 20px; }
.jw-strip::-webkit-scrollbar, .sc-strip::-webkit-scrollbar { display: none; }
.jw-strip a { flex: none; width: 368px; height: 368px; }
.jw-strip img { width: 100%; height: 100%; object-fit: cover; }
.sc-strip a { flex: none; height: 528px; }
.sc-strip img { height: 100%; width: auto; }
.side-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; padding: 10px; }
.side-arrow svg { width: 18px; height: 30px; display: block; }
.side-arrow svg path { fill: #9a9a9a; }
.side-arrow.prev { left: -8px; }
.side-arrow.prev svg { transform: scaleX(-1); }
.side-arrow.next { right: -8px; }

/* ---------- DIGITAL ---------- */
.dg-top { position: relative; padding: 178px 0 0; min-height: 480px; }
.dg-top h1 { position: absolute; left: 134px; top: 187px; font-family: 'din'; font-weight: 700; font-size: 70px; color: var(--orange); text-shadow: var(--shadow-3d); }
.dg-top .intro { position: absolute; left: 134px; top: 281px; width: 327px; font-family: 'futura-light'; font-size: 18px; letter-spacing: .9px; line-height: 1.35; color: var(--orange); text-align: justify; }
.dg-top .cap { position: absolute; left: 134px; top: 425px; width: 327px; font-family: 'din'; font-weight: 700; font-size: 18px; color: var(--orange); text-align: center; }
.dg-video { position: absolute; left: 491px; top: 193px; width: 559px; height: 312px; cursor: pointer; }
.dg-video video { width: 100%; height: 100%; object-fit: cover; }
.dg-video .play { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.35); border: 2px solid rgba(255,255,255,.8); transition: opacity .3s; }
.dg-video .play::after { content: ''; position: absolute; left: 56%; top: 50%; transform: translate(-50%, -50%); border-left: 20px solid #fff; border-top: 13px solid transparent; border-bottom: 13px solid transparent; }
.dg-video.playing .play { opacity: 0; }
.dg-grid { display: grid; grid-template-columns: repeat(3, 290px); gap: 60px 20px; justify-content: center; padding: 46px 0 30px; }
.dg-grid a { width: 290px; height: 393px; overflow: hidden; }
.dg-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.dg-grid a:hover img { transform: scale(1.05); }

/* ---------- WRITING ---------- */
.wr-cards { display: grid; grid-template-columns: repeat(3, 306px); gap: 30px; justify-content: start; padding: 150px 0 60px 110px; }
.wr-card { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.08); display: flex; flex-direction: column; }
.wr-card .img { height: 226px; overflow: hidden; }
.wr-card .img img { width: 100%; height: 100%; object-fit: cover; }
.wr-card h3 { padding: 22px 16px 0; font-family: 'open-sans'; font-weight: 700; font-size: 20px; letter-spacing: 1.6px; line-height: 1.4; color: rgb(87, 112, 131); }
.wr-card p { padding: 8px 16px 14px; font-family: 'Times New Roman', Times, serif; font-size: 15px; line-height: 1.3; color: rgb(87, 112, 131); flex: 1; }
.wr-card .preview { align-self: flex-end; margin: 0 16px 16px 0; display: inline-block; background: var(--peach); padding: 8px 34px; font-family: 'din'; font-size: 24px; color: var(--orange); }
.wr-card .preview:hover { background: var(--blush); }

/* ---------- ABOUT ---------- */
.ab-wrap { position: relative; min-height: 854px; }
.ab-photo { position: absolute; left: 762px; top: 10px; width: 384px; height: 676px; }
.ab-photo img { width: 100%; height: 100%; object-fit: cover; }
.ab-name { position: absolute; left: 573px; top: 193px; z-index: 2; }
.ab-name .n1, .ab-name .n2 { font-family: 'din'; font-weight: 700; font-size: 80px; line-height: 95px; color: var(--orange); text-shadow: var(--shadow-3d); }
.ab-name .n2 { margin-top: 0; }
.ab-role { position: absolute; left: 513px; top: 273px; z-index: 3; font-family: 'libre-baskerville'; font-size: 23px; letter-spacing: 2.3px; color: var(--orange); }
.ab-bio { position: absolute; left: 0; top: 426px; width: 806px; background: rgba(254, 218, 200, .8); padding: 7px 36px 6px 118px; }
.ab-bio p { font-family: 'raleway'; font-size: 18px; letter-spacing: .9px; line-height: 1.35; color: rgb(169, 79, 42); text-align: justify; }
.ab-cv { position: absolute; top: 657px; display: flex; gap: 74px; left: 140px; }
.ab-cv a { display: block; border: 1px solid #6a6a6a; background: rgba(255,255,255,.85); padding: 18px 48px; font-family: 'din'; font-size: 30px; color: var(--gray); }
.ab-cv a:hover { color: var(--orange); border-color: var(--orange); }
.ab-contact { position: absolute; left: 750px; top: 676px; width: 340px; background: rgba(254, 218, 200, .9); padding: 16px 0 18px 18px; }
.ab-contact::after { content: ''; position: absolute; right: 40px; bottom: -22px; border: 12px solid transparent; border-top-color: rgba(254, 218, 200, .9); }
.ab-contact .row { display: flex; align-items: center; gap: 18px; margin: 6px 0; }
.ab-contact .row img { width: 27px; height: 39px; object-fit: contain; }
.ab-contact .row a, .ab-contact .row span { font-family: 'din'; font-size: 23px; letter-spacing: 1.15px; color: var(--orange); }

/* ---------- Lightbox / video modal ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(20, 16, 14, .92); }
.lightbox.open { display: flex; align-items: center; justify-content: center; }
.lightbox img { max-width: 92vw; max-height: 92vh; object-fit: contain; }
.lightbox video { max-width: 92vw; max-height: 88vh; }
.lb-close { position: absolute; top: 24px; right: 32px; width: 36px; height: 36px; z-index: 2; }
.lb-close::before, .lb-close::after { content: ''; position: absolute; left: 50%; top: 50%; width: 36px; height: 3px; background: #fff; }
.lb-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.lb-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.lb-arrow { position: absolute; top: 50%; transform: translateY(-50%); padding: 20px; z-index: 2; }
.lb-arrow svg { width: 26px; height: 44px; }
.lb-arrow svg path { fill: #fff; }
.lb-arrow.prev { left: 14px; }
.lb-arrow.prev svg { transform: scaleX(-1); }
.lb-arrow.next { right: 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  nav.site a { padding: 0 10px; font-size: 16px; }
  .hero-name a { font-size: 72px; }
  .masonry .col { width: 44vw; }
  .dg-top h1 { position: static; margin: 0 24px; }
  .dg-top .intro, .dg-top .cap { position: static; margin: 16px 24px; width: auto; }
  .dg-video { position: static; margin: 20px auto; max-width: 92vw; }
  .dg-top { padding-top: 140px; }
  .dg-grid { grid-template-columns: repeat(2, minmax(150px, 290px)); }
  .wr-cards { grid-template-columns: repeat(auto-fit, 306px); justify-content: center; padding: 120px 16px 40px; }
  .ab-name { left: 40px; }
  .ab-role { left: 44px; top: 300px; }
  .ab-photo { left: auto; right: 4vw; width: 300px; height: 528px; }
  .ab-bio { width: 62vw; padding: 24px; }
  .ab-cv { left: 24px; gap: 24px; top: 700px; }
  .ab-contact { left: auto; right: 4vw; top: 700px; }
  .ab-wrap { min-height: 900px; }
  .sq-grids { flex-direction: column; align-items: center; gap: 40px; }
  .hero-boxes { flex-wrap: wrap; padding: 160px 0 180px; }
  .video-cards { flex-direction: column; }
  footer.site .inner { padding: 28px 24px; }
}
@media (max-width: 640px) {
  nav.site ul { flex-wrap: wrap; }
  nav.site li { border-left: none; }
  .hero-name a { font-size: 52px; }
  .hero-name { top: 150px; }
  .hero-role { top: 270px; }
  .hero-home { height: 600px; }
  .slide-1 h2 { font-size: 26px; letter-spacing: 7px; padding-top: 120px; }
  .slide-1 h3 { font-size: 20px; }
  .slide-1 p { font-size: 17px; max-width: 86vw; }
  .slide-tpl .band p { max-width: 88vw; font-size: 16px; }
  .listen-btn { width: 80vw; font-size: 22px; }
  .ss-arrow.prev { left: 6px; } .ss-arrow.next { right: 6px; }
  .big-heading { font-size: 38px; }
  .h-photography { margin: -80px 20px 24px 0; }
  .h-miniature { margin-left: 24px; }
  .h-paintings { margin-left: 24px; }
  .sq-grid { grid-template-columns: repeat(3, 28vw); }
  .sq-grid a { width: 28vw; height: 28vw; }
  .masonry { flex-direction: column; align-items: center; }
  .masonry .col { width: 92vw; }
  .sc-section-head { margin-left: 20px; }
  .sc-section-head .sub { margin-left: 0 !important; top: 0; display: block; }
  .sc-section-head .din-heading { font-size: 44px; }
  .hero-boxes a { width: 200px; height: 180px; font-size: 34px; }
  .jw-strip a { width: 260px; height: 260px; }
  .sc-strip a { height: 320px; }
  .side-arrow.prev { left: 0; } .side-arrow.next { right: 0; }
  .dg-grid { grid-template-columns: repeat(2, 44vw); gap: 30px 12px; }
  .dg-grid a { width: 44vw; height: 60vw; }
  .popup-story .card { padding: 8px 14px 14px; }
  .pop-close { right: 10px; top: -46px; }
  /* About: static flow on phones */
  .ab-wrap { min-height: 0; padding: 6px 0 30px; display: flex; flex-direction: column; }
  .ab-name { position: static; order: 1; margin: 12px 24px 0; }
  .ab-name .n1, .ab-name .n2 { font-size: 54px; line-height: 64px; }
  .ab-role { position: static; order: 2; margin: 4px 24px 0; font-size: 19px; }
  .ab-photo { position: static; order: 3; width: 76vw; height: auto; aspect-ratio: 2048 / 2732; margin: 22px auto 0; right: auto; }
  .ab-bio { position: static; order: 4; width: auto; margin: 26px 0 0; padding: 18px 24px; }
  .ab-cv { position: static; order: 5; margin: 24px 24px 0; gap: 16px; flex-wrap: wrap; left: auto; }
  .ab-cv a { padding: 12px 26px; font-size: 24px; }
  .ab-contact { position: static; order: 6; margin: 26px 24px 0; width: auto; }
}
