:root {
    --surface:#faf9f6; --soft:#f0eee9; --tile:#eae8e2; --line:#deddd5;
    --ink:#262e2a; --muted:#69716a; --accent:#ba462b; --accent-soft:#fae9df;
    --glass:rgba(250,249,246,.94); --shadow:0 12px 40px #17282014;
    color-scheme:light;
}
:root[data-theme="dark"] {
    --surface:#1b2420; --soft:#242f29; --tile:#2c3831; --line:#3d4942;
    --ink:#efeee8; --muted:#b4bcb5; --accent:#ff9879; --accent-soft:#47342c;
    --glass:rgba(27,36,32,.95); --shadow:0 12px 40px #0003; color-scheme:dark;
}
.ketart-site {margin:0;background:var(--surface);color:var(--ink);font-family:Arial,'BPG_GEL_Excelsior',sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
.ketart-site * {box-sizing:border-box;font-family:inherit}
.ketart-site a {color:inherit;text-decoration:none;transition:color .18s,background .18s,transform .18s}
.ketart-site a:hover {color:var(--accent)}
.ketart-site :focus-visible {outline:3px solid var(--accent);outline-offset:4px}
.site-shell {position:relative;width:100%;min-height:100vh;margin:auto;background:var(--surface)}
.skip-link {position:fixed;top:10px;left:20px;z-index:100;padding:12px;background:var(--surface);transform:translateY(-150%)}
.skip-link:focus {transform:translateY(0)}
.site-header {position:absolute;top:18px;left:28px;right:28px;height:76px;z-index:10;display:flex;align-items:center;gap:24px;padding:8px 18px;border:1px solid #ffffff70;border-radius:20px;background:var(--glass);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.site-logo {display:flex;flex-shrink:0;border-radius:12px}
.site-logo img {display:block;width:158px;height:56px}
.site-logo .logo-dark {display:none}
[data-theme="dark"] .site-logo .logo-light {display:none}
[data-theme="dark"] .site-logo .logo-dark {display:block}
.primary-navigation {display:flex;gap:5px;margin-left:auto}
.primary-navigation a {display:grid;place-items:center;min-width:80px;height:40px;padding:0 17px;border-radius:11px;font-size:13px;font-weight:600}
.primary-navigation a:hover {background:var(--soft)}
.primary-navigation a[aria-current="page"] {background:var(--ink);color:var(--surface)}
.header-tools {display:flex;align-items:center;gap:8px;margin-left:12px;padding-left:20px;border-left:1px solid var(--line)}
.theme-toggle,.profile-menu summary {display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--ink);cursor:pointer;padding:8px;transition:background .18s}
.theme-toggle:hover,.profile-menu summary:hover,.profile-menu[open] summary {background:var(--soft)}
.theme-toggle img {width:22px;height:22px}
[data-theme="dark"] .theme-toggle img,[data-theme="dark"] .email-link img {filter:invert(1)}
.profile-menu {position:relative}
.profile-menu summary {list-style:none}
.profile-menu summary::-webkit-details-marker {display:none}
.account-icon {display:block;width:22px;height:22px}
.profile-links {position:absolute;right:0;top:52px;width:190px;padding:7px;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);background:var(--surface)}
.profile-links a,.profile-links span {display:block;padding:10px 13px;border-radius:8px;font-size:14px}
.profile-links a:hover {background:var(--accent-soft)}
.menu-toggle {display:none}
.home-content {position:relative}
.hero {position:relative;display:flex;align-items:flex-end;height:60vh;height:60svh;padding:112px 56px 40px;background:url('../images/design/fabric.webp') center/cover no-repeat;border-radius:0 0 28px 28px;overflow:hidden}
.hero::before {content:"";position:absolute;inset:0;background:linear-gradient(90deg,#132e2be0 0%,#142f2a85 45%,#142f2a0d 78%)}
.hero-copy {position:relative;z-index:1;color:#fff;max-width:calc(100% - 250px)}
.eyebrow {display:block;font-size:11px;font-weight:700;letter-spacing:.16em;line-height:1.6}
.hero .eyebrow {color:#f5ded0;margin-bottom:16px}
.hero h1 {font-family:'BPG_GEL_Excelsior',Arial,sans-serif;font-size:clamp(25px,3.3vw,54px);font-weight:400;line-height:1.25;letter-spacing:-.025em;margin:0 0 20px;text-wrap:balance}
.hero-link {display:inline-flex;align-items:center;gap:28px;font-size:13px;font-weight:600;border-bottom:1px solid #ffffff80;padding:0 0 7px}
.hero-link span {font-size:21px;line-height:1}
.ketart-site .hero-link:hover {color:#ffcfb8;border-color:#ffcfb8}
.home-details {padding:0 56px 64px;max-width:1440px;margin:auto}
.artist-introduction {display:grid;grid-template-columns:minmax(210px,.8fr) minmax(0,2fr);gap:72px;padding-top:60px;font-size:16px;line-height:1.9}
.artist-heading .eyebrow {color:var(--accent);margin:3px 0 20px}
.artist-heading h2 {font-size:clamp(24px,2.3vw,34px);font-weight:400;line-height:1.5;letter-spacing:-.025em;margin:0 0 12px;overflow-wrap:anywhere}
.artist-role {display:block;color:var(--muted);font-size:13px}
.artist-profile {display:inline-flex;align-items:center;gap:24px;margin-top:30px;border-bottom:1px solid var(--line);padding-bottom:7px;font-size:13px}
.artist-story {min-width:0;color:var(--muted)}
.artist-story p {margin:0 0 23px}
.artist-story p:first-child {font-size:23px;line-height:1.6;color:var(--ink);letter-spacing:-.015em}
.artist-story p:last-child {margin:32px 0 0;padding:20px 24px;border-left:2px solid var(--accent);border-radius:0 12px 12px 0;background:var(--soft);color:var(--ink)}
.artist-story i {font-style:normal}
.artwork-panel {position:absolute;top:112px;right:40px;width:210px;height:calc(60vh - 132px);height:calc(60svh - 132px);max-height:470px;display:grid;grid-template-rows:auto repeat(3,minmax(0,1fr));gap:8px;background:var(--glass);backdrop-filter:blur(12px);border:1px solid #ffffff65;border-radius:16px;padding:12px;box-shadow:var(--shadow)}
.artwork-panel h2 {display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;line-height:22px;margin:0 0 2px}
.artwork-dot {width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}
.artwork-card {display:block;min-width:0;min-height:0;background:var(--soft);padding:5px;border:1px solid var(--line);border-radius:9px;transition:transform .18s,box-shadow .18s}
.artwork-card:hover {transform:translateY(-2px);box-shadow:0 4px 12px #0002;border-color:var(--accent)}
.artwork-card img {display:block;width:100%;height:100%;object-fit:contain;border-radius:5px}
.ketart-site .site-footer {display:grid;grid-template-columns:1fr 1.1fr 1.1fr 1fr;gap:40px;min-height:281px;padding:48px max(28px,calc((100% - 1328px)/2));background:var(--soft);border-top:1px solid var(--line);margin:0!important}
.site-footer h2 {font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;line-height:1.5;margin:0 0 20px}
.site-footer ul {list-style:none;padding:0;margin:0 0 20px;line-height:2.1;font-size:13px;color:var(--muted)}
.site-footer li a {display:inline-block}
.site-footer li a:hover {transform:translateX(3px)}
.footer-profile {font-size:13px;color:var(--muted)!important}
.footer-contact {min-width:0;scroll-margin-top:20px}
.email-link {display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;overflow-wrap:anywhere}
.email-link img {width:23px;height:23px}
.inner-page .site-header {position:relative;top:auto;left:auto;right:auto;margin:18px 28px 35px;border-color:var(--line)}
.ketart-site .inner-content {padding:20px 30px 50px!important;min-height:calc(100vh - 453px)!important}
.inner-content .panel,.inner-content .panel-heading,.inner-content .flex-item,.inner-content .flex-item-view,.inner-content .lessons-materials {background:var(--soft);color:var(--ink);border-color:var(--line);border-radius:12px}
.inner-content .form-control {background:var(--surface);color:var(--ink);border-color:var(--line);border-radius:8px}
@media(max-width:1100px) {
    .site-header {gap:12px;padding:8px 14px}.header-tools {margin-left:0;padding-left:12px}.primary-navigation a {min-width:70px;padding:0 12px}
    .hero {padding-left:36px}.home-details {padding:0 36px 48px}.artist-introduction {gap:35px;grid-template-columns:minmax(180px,.8fr) minmax(0,2fr)}
    .artwork-panel {right:36px;width:190px}.ketart-site .site-footer {gap:24px}
}
@media(max-width:760px) {
    .site-header {top:12px;left:12px;right:12px;height:64px;padding:6px 10px;gap:8px;border-radius:15px}.site-logo img {width:125px;height:46px}
    .header-tools {padding-left:0;border:0;gap:6px}.theme-toggle,.profile-menu summary {width:36px;height:36px;padding:6px}
    .menu-toggle {display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;width:36px;height:36px;padding:7px;margin-left:auto;border:1px solid var(--line);border-radius:10px;background:transparent;cursor:pointer;flex-shrink:0}
    .menu-toggle span {width:18px;height:2px;background:var(--ink)}
    .primary-navigation {display:none;position:absolute;top:72px;left:0;right:0;background:var(--surface);padding:10px;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
    .primary-navigation.is-open {display:grid;grid-template-columns:1fr 1fr}.primary-navigation a {min-width:0;height:44px}
    .hero {padding:96px 24px 32px;border-radius:0 0 20px 20px}.hero-copy {max-width:100%}.hero h1 {font-size:clamp(24px,5.3vw,38px)}
    .hero::before {background:linear-gradient(0deg,#12312be0,#12312b25)}
    .home-details {padding:0 24px 40px}.artist-introduction {display:block;padding-top:34px;font-size:15px;line-height:1.85}
    .artist-heading {padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid var(--line)}.artist-heading h2 {font-size:29px}.artist-heading h2 br {display:none}
    .artist-heading .eyebrow {margin-bottom:12px}.artist-profile {margin-top:15px}.artist-story p:first-child {font-size:20px}.artist-story p:last-child {padding:16px 18px}
    .ketart-site .site-footer {grid-template-columns:1fr 1fr;padding:32px 24px;gap:28px}.site-footer h2 {margin-bottom:13px}
    .inner-page .site-header {margin:12px 12px 22px}.ketart-site .inner-content {padding:20px!important;text-align:left}
}
/* On narrow or short screens, show every artwork in a row below the hero. */
@media(max-width:760px),(max-height:600px) {
    .artwork-panel {position:static;width:100%;height:auto;max-height:none;margin:20px 0 0;padding:12px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto clamp(76px,18vw,130px);gap:8px;background:var(--soft);border-color:var(--line);box-shadow:none}
    .artwork-panel h2 {grid-column:1/-1}.artwork-card {background:var(--surface)}
}
@media(max-height:600px) {
    .hero {padding-top:104px;padding-bottom:20px}.hero-copy {max-width:100%}.hero h1 {font-size:clamp(22px,4.8vh,32px);margin-bottom:10px}.hero .eyebrow {display:none}.hero-link {padding-bottom:3px}
}
@media(max-width:360px) {.site-logo img {width:105px;height:40px}.site-header {gap:6px}.home-details {padding-left:18px;padding-right:18px}.hero {padding-left:18px;padding-right:18px}}
@media(prefers-reduced-motion:reduce) {*,*::before,*::after {scroll-behavior:auto!important;transition:none!important}}

@media(max-height:420px){.hero-link{display:none}.hero h1{margin:0;font-size:22px}}
@media(max-height:320px){.hero-copy{display:none}}
/* Interior pages share the portfolio's typography, surfaces, and accents. */
.page-heading{margin:0 0 34px}.page-heading .eyebrow{color:var(--accent);margin-bottom:14px}.page-heading h1{font-size:clamp(28px,3.5vw,44px);font-weight:400;line-height:1.4;letter-spacing:-.025em;margin:0 0 18px;overflow-wrap:anywhere}
.back-link{display:inline-block;font-size:13px;color:var(--muted)!important;margin-bottom:24px}
.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.course-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.course-art{height:190px;display:grid;place-items:center;position:relative;overflow:hidden;background:#dfe9e1;color:#2e5944}.course-art:after{content:'';position:absolute;width:230px;height:230px;border:1px solid currentColor;opacity:.12;transform:rotate(35deg);border-radius:35px;right:-80px;top:-70px}.course-art span{font-family:Arial,sans-serif;font-size:58px;font-weight:700;letter-spacing:-.06em;z-index:1}.course-art-adobe-photoshop{background:#deebf4;color:#226088}.course-art-adobe-illustrator{background:#f5e6cf;color:#90611d}.course-art-adobe-indesign{background:#f1dfe3;color:#943d57}.course-art-3ds-max-2017{background:#dcebea;color:#296963}.course-art-autocad-2017{background:#f1dfda;color:#943e38}
.course-body{padding:24px}.course-body h2{font-size:21px;line-height:1.5;margin:15px 0 24px;font-weight:400}.status-pill{display:inline-flex;padding:5px 10px;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:11px;line-height:1.6}.status-pill.is-upcoming{background:var(--soft);color:var(--muted)}.text-action{display:flex;justify-content:space-between;align-items:center;font-size:13px;border-top:1px solid var(--line);padding-top:16px}.text-action span{font-size:21px}.course-pending{display:block;border-top:1px solid var(--line);padding-top:16px;font-size:13px;color:var(--muted)}
.course-notice{padding:18px 22px;background:var(--soft);border:1px solid var(--line);border-radius:12px;margin-bottom:28px;font-size:14px;color:var(--muted)}.course-notice a{color:var(--accent);text-decoration:underline}.lesson-list{display:grid;gap:24px}.lesson-card{padding:28px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.lesson-heading{display:flex;gap:18px;align-items:center;margin-bottom:24px}.lesson-heading h2{font-size:23px;line-height:1.5;margin:0;font-weight:400}.lesson-number{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border-radius:12px;background:var(--soft);color:var(--accent);font:14px Arial,sans-serif}.lesson-media{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));gap:16px}.lesson-media iframe{width:100%;height:auto;aspect-ratio:16/9;border:0;border-radius:12px;background:var(--soft)}.lesson-resources{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.resource-link{display:flex;align-items:center;gap:12px;max-width:100%;overflow-wrap:anywhere;padding:13px 16px;border:1px solid var(--line);border-radius:10px;font-size:13px}.resource-link:hover{background:var(--soft)}.file-badge{font:10px Arial,sans-serif;background:var(--accent-soft);color:var(--accent);padding:5px;border-radius:4px}.empty-state{padding:35px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:14px;background:var(--soft)}
.gallery-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px;padding-bottom:26px;border-bottom:1px solid var(--line)}.gallery-categories a{padding:9px 14px;border:1px solid var(--line);border-radius:9px;font-size:13px;background:var(--surface)}.gallery-categories a:hover{background:var(--soft)}.gallery-categories a[aria-current=page]{background:var(--ink);color:var(--surface);border-color:var(--ink)}.gallery-surface{padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--soft)}
#gallery:not(.ug-gallery-wrapper){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}#gallery:not(.ug-gallery-wrapper) img{display:block;width:100%;height:220px;object-fit:contain;background:var(--surface);border-radius:10px}.gallery-surface .ug-thumb-wrapper{border-radius:8px}
.about-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:56px;align-items:start}.about-brand{display:grid;place-items:center;min-height:260px;padding:25px;background:#f1eee5;border:1px solid var(--line);border-radius:22px}.about-brand img{width:100%;height:auto}.about-page .artist-story{font-size:16px;line-height:1.9}
.account-card{max-width:480px;margin:14px auto 40px;padding:38px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.account-card .page-heading{margin-bottom:28px}.account-card h1{font-size:32px}.account-card label{display:block;font-size:13px;font-weight:400;margin-bottom:9px}.account-card .form-group{margin-bottom:22px}.account-card .form-control{height:48px;box-shadow:none;padding:12px 14px;font-size:16px}.account-card .form-control:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.primary-action{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;padding:14px 18px;background:var(--ink);color:var(--surface);border:0;border-radius:10px;cursor:pointer;transition:background .2s}.primary-action:hover{background:var(--accent);color:var(--surface)}.account-alternative{border-top:1px solid var(--line);padding-top:22px;margin:24px 0 0;font-size:13px;color:var(--muted)}.account-alternative a{color:var(--accent)}
@media(max-width:1000px){.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-layout{grid-template-columns:210px minmax(0,1fr);gap:30px}}
@media(max-width:600px){.course-grid{grid-template-columns:1fr;gap:18px}.course-art{height:160px}.course-body{padding:20px}.lesson-card{padding:18px}.lesson-heading{gap:12px}.lesson-heading h2{font-size:20px}.resource-link{width:100%}.about-layout{grid-template-columns:1fr}.about-brand{min-height:160px}.about-brand img{max-width:230px}.account-card{padding:24px;margin-top:0}.account-card h1{font-size:28px}.page-heading{margin-bottom:24px}.gallery-categories{gap:6px}.gallery-categories a{font-size:12px;padding:8px 10px}.gallery-surface{padding:6px}#gallery:not(.ug-gallery-wrapper){grid-template-columns:repeat(2,minmax(0,1fr))}#gallery:not(.ug-gallery-wrapper) img{height:150px}}
/* Contact page */
.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:64px;align-items:start;margin-bottom:30px}.contact-intro{padding:22px 0}.contact-intro>.eyebrow{color:var(--accent);margin-bottom:22px}.contact-intro h2{font-size:clamp(27px,3vw,40px);font-weight:400;line-height:1.5;margin:0 0 22px;letter-spacing:-.025em}.contact-intro>p{color:var(--muted);line-height:1.9;font-size:15px}.contact-email{display:block;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin:28px 0 18px;font-size:20px;overflow-wrap:anywhere}.contact-email .eyebrow{color:var(--muted);margin-bottom:10px}.contact-email>span:last-child{float:right}.contact-form-card{padding:34px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.contact-form-card h2{font-size:23px;font-weight:400;line-height:1.6;margin:0 0 28px}.contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.contact-fields .full-width{grid-column:1/-1}.contact-form .form-group{margin-bottom:22px}.contact-form label{font-size:13px;font-weight:400;display:block;margin-bottom:9px}.contact-form label span{color:var(--accent)}.contact-form .form-control{height:48px;padding:12px 14px;font-size:16px;box-shadow:none}.contact-form textarea.form-control{height:auto;min-height:170px;resize:vertical;line-height:1.7}.contact-form .form-control:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.contact-form [aria-invalid=true]{border-color:var(--accent)}.contact-note{font-size:12px!important;line-height:1.8;color:var(--muted);margin-bottom:20px}.contact-feedback{padding:16px 18px;border-radius:10px;margin-bottom:24px;font-size:14px;line-height:1.8}.contact-feedback.is-error{background:var(--accent-soft);color:var(--accent)}.contact-feedback.is-success{background:#e2eee5;color:#265d3d}.field-error{font-size:12px;color:var(--accent);margin:8px 0 0}.contact-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(max-width:850px){.contact-layout{grid-template-columns:1fr;gap:20px}.contact-intro{padding-top:0}.contact-intro h2 br{display:none}}
@media(max-width:520px){.contact-form-card{padding:22px}.contact-fields{grid-template-columns:1fr}.contact-form-card h2{font-size:21px}.contact-email{font-size:18px}}
/* Downloadable files are the primary lesson content. */
.resource-heading{font-size:12px;font-weight:400;color:var(--muted);margin:0 0 12px}.lesson-resources.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:0}.resource-grid .resource-link{min-width:0;min-height:100px;padding:20px;background:var(--soft);border-radius:14px}.resource-grid .resource-link:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-2px)}.resource-grid .file-badge{display:grid;place-items:center;min-width:46px;min-height:52px;font-size:11px;border:1px solid var(--line);border-radius:8px;background:var(--surface);flex-shrink:0}.resource-description{display:flex;flex-direction:column;gap:7px;min-width:0}.resource-description strong{font-size:16px;font-weight:400;overflow-wrap:anywhere}.resource-description small{font-size:11px;color:var(--muted)}.download-arrow{margin-left:auto;font:24px Arial,sans-serif;color:var(--accent)}
@media(max-width:650px){.lesson-resources.resource-grid{grid-template-columns:1fr}.resource-grid .resource-link{padding:16px;min-height:90px}}
/* Keep the hero lower edge square; navigation retains its rounded corners. */
.hero{border-bottom-left-radius:0;border-bottom-right-radius:0}

/* Full-width hero, with independently centered navigation and content. */
.site-header{left:max(28px,calc((100% - 1440px)/2 + 20px));right:max(28px,calc((100% - 1440px)/2 + 20px))}
.inner-page .site-header{max-width:1400px;margin-left:auto;margin-right:auto;width:calc(100% - 56px)}
@media(min-width:1101px){
    .site-header{height:120px;padding:9px 24px;gap:24px;border-radius:24px}
    .site-logo img{width:278px;height:99px}
    .primary-navigation{gap:8px}
    .primary-navigation a{min-width:92px;height:44px;font-size:15px}
    .header-tools{gap:10px;margin-left:32px;padding-left:24px}
    .theme-toggle,.profile-menu summary{width:44px;height:44px}
    .theme-toggle img,.account-icon{width:26px;height:26px}
    .home-content{--artwork-top:clamp(180px,26svh,282px);--artwork-height:clamp(150px,21svh,232px)}
    .artwork-panel{top:var(--artwork-top);right:max(24px,calc((100% - 1440px)/2 + 24px));width:316px;height:auto;max-height:none;padding:16px;gap:10px;grid-template-rows:auto repeat(3,var(--artwork-height))}
    .artwork-panel h2{font-size:22px;line-height:30px;font-weight:400;margin-bottom:4px;gap:10px}
    .artwork-card{padding:12px;border-radius:12px}
    .home-details{padding-right:364px;min-height:calc(var(--artwork-top) + 3 * var(--artwork-height) + 110px - 60svh + 40px)}
    .artist-introduction{grid-template-columns:minmax(180px,.75fr) minmax(0,2fr);gap:32px}
}
@media(max-width:1100px),(max-height:600px){
    .artwork-panel{position:static;width:100%;height:auto;max-height:none;margin:24px 0 0;padding:14px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto clamp(100px,20vw,180px);gap:10px;background:var(--soft);border-color:var(--line);box-shadow:none}
    .artwork-panel h2{grid-column:1/-1;font-size:18px;line-height:26px}
    .home-details{padding-right:36px;min-height:0}
}
@media(max-width:760px){.site-header{left:12px;right:12px}.inner-page .site-header{width:calc(100% - 24px)}.home-details{padding-right:24px}.artwork-panel{padding:10px;gap:6px;grid-template-rows:auto clamp(80px,20vw,140px)}.artwork-panel h2{font-size:16px}}
@media(max-width:360px){.home-details{padding-right:18px}}
/* Size the artist's name to its column, without splitting Georgian words. */
.artist-heading{min-width:0;container-type:inline-size}
.artist-heading h2{font-size:clamp(16px,10.5cqw,34px);overflow-wrap:normal;word-break:normal}
.artist-heading h2 span{display:block;white-space:nowrap}
.account-feedback:empty{display:none}.account-feedback .alert{border:1px solid var(--line);border-radius:10px;font-size:14px;line-height:1.7}.account-feedback .alert-danger{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}
