:root {
  --cream: #f7f0df;
  --paper: #fffaf0;
  --ink: #20201d;
  --coral: #ef654f;
  --blue: #2864d7;
  --yellow: #f4b82c;
  --mint: #a9d8c4;
  --line: rgba(32, 32, 29, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-noise { position: fixed; inset: 0; opacity: .055; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 clamp(22px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand-wordmark { display: block; width: 129px; height: 52px; object-fit: contain; object-position: left center; }
.brand-mark { width: 22px; height: 22px; display: inline-block; background: var(--coral); border-radius: 44% 44% 48% 48% / 28% 28% 70% 70%; position: relative; }
.brand-mark::before { content: ""; position: absolute; width: 13px; height: 4px; border-radius: 50%; border: 2px solid var(--ink); border-bottom: 0; top: -2px; left: 3px; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; background: var(--ink); color: white; padding: 13px 17px; font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--coral); }
.arrow-icon { width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }
.header-cta .arrow-icon { width: 14px; height: 14px; margin-left: 18px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.language-switch { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.language-switch span, .language-switch a { min-width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--ink); }
.language-switch span { background: var(--ink); color: white; }
.language-switch a { transition: background .2s, color .2s; }
.language-switch a:hover { background: var(--coral); color: white; }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  min-height: 100svh;
  padding: 132px clamp(22px, 4vw, 64px) 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 2vh; }
.eyebrow { font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin: 28px 0 28px; font-size: clamp(57px, 7.7vw, 122px); line-height: .82; letter-spacing: -.075em; font-weight: 800; }
h1 em { color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-intro { max-width: 440px; margin: 0 0 35px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; }
.button { min-width: 182px; display: inline-flex; align-items: center; justify-content: space-between; padding: 17px 20px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--coral); }
.button .arrow-icon { width: 18px; height: 18px; margin-left: 18px; }

.hero-art { min-height: min(650px, 68vh); position: relative; }
.sun-shape { position: absolute; width: min(33vw, 490px); aspect-ratio: 1; border-radius: 50%; background: var(--yellow); top: 45%; left: 54%; transform: translate(-50%, -50%); }
.vessel { position: absolute; transform-origin: center bottom; animation: settle .9s cubic-bezier(.2,.8,.2,1) both; }
.vessel::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); background: inherit; }
.vessel-tall { width: clamp(140px, 15vw, 220px); height: clamp(260px, 31vw, 440px); background: var(--blue); border-radius: 42% 42% 16% 16% / 25% 25% 7% 7%; left: 14%; bottom: 9%; animation-delay: .1s; }
.vessel-tall::before { width: 40%; height: 13%; top: -7%; border-radius: 50% 50% 15% 15%; }
.vessel-tall::after { content: ""; position: absolute; width: 33%; height: 5%; background: var(--ink); border-radius: 50%; top: -4%; left: 33.5%; }
.vessel-pattern { position: absolute; left: 20%; right: 20%; height: 28%; bottom: 19%; background: repeating-linear-gradient(90deg, transparent 0 17%, var(--cream) 18% 27%, transparent 28% 42%); opacity: .96; }
.vessel-wide { width: clamp(190px, 20vw, 310px); height: clamp(165px, 18vw, 280px); background: var(--coral); border-radius: 47% 47% 20% 20% / 32% 32% 10% 10%; right: 0; bottom: 9%; animation-delay: .25s; }
.vessel-wide::before { width: 57%; height: 18%; top: -9%; border-radius: 50% 50% 10% 10%; }
.vessel-wide::after { content: ""; position: absolute; width: 49%; height: 7%; background: var(--ink); border-radius: 50%; top: -5%; left: 25.5%; }
.vessel-face { position: absolute; top: 36%; left: 34%; font-size: clamp(20px, 2vw, 30px); font-weight: 900; letter-spacing: .4em; }
.vessel-small { width: clamp(105px, 10vw, 155px); height: clamp(120px, 12vw, 180px); background: var(--mint); border-radius: 48% 48% 18% 18% / 32% 32% 8% 8%; left: 44%; bottom: 7%; z-index: 3; animation-delay: .4s; }
.vessel-small::before { width: 46%; height: 14%; top: -7%; border-radius: 50%; }
.clay-line { position: absolute; left: 2%; right: -9%; bottom: 6.5%; height: 3px; background: var(--ink); }
.spark { position: absolute; font-size: clamp(26px, 3vw, 48px); z-index: 4; color: var(--ink); animation: spin 8s linear infinite; }
.spark-one { right: 5%; top: 16%; }
.spark-two { left: 6%; top: 22%; font-size: 23px; color: var(--coral); animation-direction: reverse; }
.hero-side-note { position: absolute; right: 19px; bottom: 50%; margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .14em; writing-mode: vertical-rl; transform: rotate(180deg); }

.marquee { overflow: hidden; background: var(--ink); color: white; padding: 16px 0; }
.marquee-track { display: flex; width: max-content; align-items: center; animation: marquee 28s linear infinite; font-family: Georgia, serif; font-style: italic; font-size: 21px; will-change: transform; }
.marquee-group { display: flex; flex: 0 0 auto; gap: 28px; align-items: center; padding-right: 28px; }
.marquee-track i { color: var(--coral); font-size: 11px; }

.welcome { min-height: 720px; padding: 130px clamp(22px, 8vw, 130px); display: grid; grid-template-columns: .45fr 1.7fr .55fr; gap: 5vw; align-items: start; }
.section-number { color: var(--coral); font-family: Georgia, serif; font-size: clamp(70px, 10vw, 150px); line-height: .8; }
.welcome-copy { max-width: 790px; }
h2 { margin: 22px 0 35px; font-size: clamp(46px, 6vw, 90px); line-height: .94; letter-spacing: -.06em; }
.welcome-copy > p:last-child { max-width: 590px; margin-left: auto; font-size: clamp(17px, 1.65vw, 24px); line-height: 1.5; }
.stamp { width: 150px; aspect-ratio: 1; position: relative; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; margin-top: 160px; transform: rotate(10deg); }
.stamp strong { font-family: Georgia, serif; font-size: 42px; }
.stamp span { position: absolute; font-size: 9px; font-weight: 900; letter-spacing: .13em; top: 12px; left: 24px; transform: rotate(-22deg); }

.portfolio { background: var(--paper); padding: 120px clamp(22px, 4vw, 64px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; margin-bottom: 90px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; font-size: 18px; line-height: 1.5; }
.project-list { border-top: 1px solid var(--ink); }
.project-row { min-height: 290px; display: grid; grid-template-columns: 195px 1.1fr 1.4fr .65fr 50px; gap: clamp(20px, 3vw, 50px); align-items: center; border-bottom: 1px solid var(--ink); }
.project-photo { display: block; width: 170px; padding: 8px 8px 34px; background: #fffefa; box-shadow: 0 7px 18px rgba(32, 32, 29, .14); transition: box-shadow .25s ease, transform .25s ease; }
.project-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 72%; }
.project-photo-dark img { object-position: 50% 66%; }
.project-photo:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
.project-name { display: flex; align-items: flex-start; gap: 18px; }
.project-name span, .project-meta span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-name h3 { margin: 0; font-size: clamp(31px, 3.2vw, 49px); line-height: .95; letter-spacing: -.045em; }
.project-row > p { max-width: 370px; margin: 0; font-size: 15px; line-height: 1.6; }
.project-meta { display: flex; flex-direction: column; gap: 12px; }
.project-meta strong { font-size: 15px; }
.project-link { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--ink); transition: background .2s, color .2s; }
.project-link .arrow-icon { width: 19px; height: 19px; }
.project-link:hover { background: var(--ink); color: white; }
@media (hover: hover) {
  .project-row:nth-child(odd) .project-photo { transform: rotate(-.7deg); }
  .project-row:nth-child(even) .project-photo { transform: rotate(.7deg); }
  .project-photo:hover { transform: translateY(-6px) rotate(0deg); box-shadow: 0 16px 30px rgba(32, 32, 29, .2); }
}
.portfolio-link { width: max-content; display: flex; gap: 55px; align-items: center; margin: 55px 0 0 auto; padding-bottom: 8px; border-bottom: 2px solid var(--ink); font-size: 15px; font-weight: 800; transition: color .2s, gap .25s; }
.portfolio-link .arrow-icon { width: 18px; height: 18px; }
.portfolio-link:hover { color: var(--blue); gap: 70px; }

.process { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 820px; }
.process-art { background: var(--mint); display: flex; justify-content: center; align-items: end; gap: 2vw; padding: 75px 45px 0; overflow: hidden; }
.arch { width: 29%; height: 65%; border: 2px solid var(--ink); border-bottom: 0; border-radius: 100px 100px 0 0; display: flex; align-items: end; justify-content: center; position: relative; }
.arch-two { height: 82%; }
.arch-three { height: 72%; }
.line-vase, .line-bowl, .line-cup { width: 65%; height: 50%; border: 3px solid var(--ink); border-bottom: 0; border-radius: 42% 42% 5% 5%; position: relative; }
.line-vase::before { content: ""; position: absolute; width: 35%; height: 38%; border: 3px solid var(--ink); border-bottom: 0; left: 31%; top: -32%; }
.line-bowl { height: 27%; border-radius: 10% 10% 45% 45%; border-bottom: 3px solid var(--ink); }
.line-cup { height: 38%; border-bottom: 3px solid var(--ink); border-radius: 5% 5% 25% 25%; }
.line-cup::after { content: ""; position: absolute; width: 45%; height: 44%; border: 3px solid var(--ink); border-left: 0; right: -48%; top: 12%; border-radius: 0 50% 50% 0; }
.process-copy { padding: 110px clamp(35px, 7vw, 110px); }
.process-copy h2 { font-size: clamp(50px, 5.4vw, 80px); }
.process-copy ol { list-style: none; padding: 0; margin: 70px 0 0; border-top: 1px solid var(--ink); }
.process-copy li { display: grid; grid-template-columns: 55px 1fr; padding: 25px 0; border-bottom: 1px solid var(--ink); }
.process-copy li > span { font-size: 10px; font-weight: 800; }
.process-copy li p { margin: 0; line-height: 1.5; font-size: 14px; }
.process-copy li strong { display: block; margin-bottom: 6px; font-size: 20px; }

.testimonial { min-height: 600px; position: relative; overflow: hidden; background: var(--yellow); padding: 110px 20vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.quote-mark { font-family: Georgia, serif; color: var(--coral); font-size: 120px; line-height: .4; }
blockquote { max-width: 950px; margin: 40px 0 32px; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 72px); line-height: 1.08; letter-spacing: -.04em; }
.testimonial > p { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-pot { position: absolute; bottom: -70px; background: var(--blue); }
.quote-pot-left { width: 160px; height: 230px; border-radius: 44% 44% 15% 15%; left: 4vw; transform: rotate(-12deg); }
.quote-pot-right { width: 190px; height: 160px; border-radius: 48% 48% 20% 20%; right: 3vw; background: var(--coral); transform: rotate(10deg); }

.visit { min-height: 820px; position: relative; padding: 120px clamp(22px, 8vw, 130px); background: var(--blue); color: white; overflow: hidden; }
.visit-copy { max-width: 800px; position: relative; z-index: 2; }
.visit-copy h2 { font-size: clamp(55px, 7.5vw, 112px); }
.visit-copy > p:not(.eyebrow) { max-width: 430px; font-size: 18px; line-height: 1.5; }
.button-light { margin-top: 20px; background: var(--cream); color: var(--ink); }
.button-light:hover { background: var(--yellow); }
.contact-links { width: min(500px, 100%); margin-top: 52px; border-top: 1px solid rgba(255,255,255,.55); }
.contact-links a { display: grid; grid-template-columns: 28px 1fr auto; gap: 20px; align-items: center; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: clamp(18px, 2vw, 27px); font-weight: 700; transition: color .2s, padding .2s; }
.contact-links a:hover { color: var(--yellow); padding-left: 10px; }
.contact-icon { width: 22px; height: 22px; color: var(--mint); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-arrow { width: 21px; height: 21px; }
.visit-vessel { position: absolute; width: clamp(260px, 31vw, 460px); height: clamp(360px, 42vw, 600px); background: var(--coral); right: 7vw; bottom: -12%; border-radius: 43% 43% 8% 8% / 24% 24% 5% 5%; }
.visit-vessel::before { content: ""; position: absolute; width: 45%; height: 10%; background: var(--coral); top: -5%; left: 27.5%; border-radius: 50%; }
.visit-vessel::after { content: ""; position: absolute; width: 38%; height: 4%; background: var(--ink); top: -2%; left: 31%; border-radius: 50%; }
.visit-handle { position: absolute; width: 42%; height: 44%; border: 35px solid var(--coral); border-right: 0; border-radius: 50% 0 0 50%; left: -34%; top: 25%; }
.visit-flower { position: absolute; width: 32px; height: 32px; background: var(--yellow); border-radius: 50%; }
.visit-flower::before, .visit-flower::after { content: ""; position: absolute; inset: 0; background: var(--yellow); border-radius: 50%; }
.visit-flower::before { transform: translateX(29px); }
.visit-flower::after { transform: translateY(29px); }
.flower-one { top: 25%; left: 25%; }
.flower-two { top: 54%; left: 60%; transform: rotate(45deg); }
.flower-three { top: 75%; left: 20%; transform: rotate(-25deg); }
.visit-details { display: flex; gap: 70px; position: absolute; left: clamp(22px, 8vw, 130px); bottom: 45px; z-index: 2; }
.visit-details span { color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.visit-details p { margin: 8px 0 0; font-size: 13px; line-height: 1.45; }

footer { background: var(--ink); color: white; padding: 55px clamp(22px, 4vw, 64px); display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 35px; align-items: end; }
.footer-brand { align-self: start; }
footer > p { margin: 0; font-size: 12px; line-height: 1.5; color: #b6b4aa; }
.footer-links { display: flex; gap: 25px; font-size: 12px; }
.footer-links a { position: relative; }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes settle { from { opacity: 0; transform: translateY(80px) rotate(5deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-33.333333%); } }

@media (max-width: 900px) {
  .site-header { height: 74px; grid-template-columns: 1fr auto auto; gap: 8px; }
  .desktop-nav, .header-cta { display: none; }
  .header-actions { gap: 0; }
  .brand-wordmark { width: 90px; height: 37px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; border: 0; background: transparent; flex-direction: column; justify-content: center; align-items: end; gap: 5px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; display: flex; flex-direction: column; gap: 2px; left: 0; top: 74px; width: 100%; padding: 18px 22px 25px; background: var(--cream); border-bottom: 1px solid var(--ink); transform: translateY(-140%); opacity: 0; visibility: hidden; transition: transform .35s ease, opacity .35s ease, visibility .35s; }
  .mobile-menu.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-menu a { padding: 12px 0; font-size: 22px; font-weight: 800; }
  .hero { padding-top: 112px; grid-template-columns: 1fr; align-content: start; }
  .hero-art { min-height: 540px; margin-top: -15px; }
  .sun-shape { width: min(78vw, 460px); }
  .vessel-tall { left: 17%; }
  .hero-side-note { display: none; }
  .welcome { grid-template-columns: 120px 1fr; min-height: auto; }
  .stamp { display: none; }
  .project-row { grid-template-columns: 150px 1fr 50px; padding: 28px 0; }
  .project-photo { width: 135px; padding: 7px 7px 28px; }
  .project-row > p { grid-column: 2; }
  .project-meta { grid-column: 2; flex-direction: row; align-items: center; }
  .project-link { grid-column: 3; grid-row: 1 / span 3; }
  .process { grid-template-columns: 1fr; }
  .process-art { min-height: 570px; }
  .testimonial { padding-inline: 12vw; }
  .visit-vessel { opacity: .75; right: -8vw; }
  footer { grid-template-columns: 1fr 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 600px) {
  .hero { min-height: auto; padding-bottom: 20px; }
  h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero-intro { font-size: 16px; }
  .hero-art { min-height: 395px; margin-top: 20px; }
  .vessel-tall { width: 125px; height: 245px; left: 10%; }
  .vessel-wide { width: 175px; height: 150px; }
  .vessel-small { width: 90px; height: 105px; }
  .marquee { padding-block: 13px; }
  .welcome { padding: 90px 22px; grid-template-columns: 1fr; gap: 35px; }
  .section-number { font-size: 68px; }
  .welcome-copy > p:last-child { margin-left: 0; }
  .portfolio { padding-block: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .project-row { grid-template-columns: 105px 1fr 44px; gap: 15px; min-height: auto; }
  .project-photo { width: 98px; padding: 5px 5px 21px; }
  .project-name { gap: 8px; }
  .project-name h3 { font-size: 28px; }
  .project-row > p { font-size: 13px; }
  .project-meta { gap: 15px; }
  .process-art { min-height: 410px; padding-inline: 15px; }
  .process-copy { padding: 85px 22px; }
  .testimonial { min-height: 530px; padding-inline: 35px; }
  .quote-pot-left { width: 95px; height: 150px; }
  .quote-pot-right { width: 120px; height: 100px; }
  .visit { min-height: 850px; padding: 90px 22px; }
  .visit-copy h2 { font-size: 56px; }
  .visit-vessel { width: 260px; height: 340px; right: -35px; bottom: -2%; }
  .contact-links a { grid-template-columns: 24px 1fr auto; gap: 10px; font-size: 16px; }
  .contact-icon { width: 20px; height: 20px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Portfolio page */
.gallery-page { background: var(--paper); }
.gallery-header { position: relative; }
.gallery-hero { min-height: 610px; padding: 120px clamp(22px, 8vw, 130px) 90px; display: flex; flex-direction: column; justify-content: end; }
.gallery-hero h1 { margin-bottom: 38px; }
.gallery-hero > p:last-child { max-width: 550px; margin-left: auto; font-size: 18px; line-height: 1.55; }
.gallery-collections { display: grid; gap: clamp(100px, 13vw, 190px); padding: 0 clamp(22px, 4vw, 64px) 130px; }
.gallery-collection { padding-top: 34px; border-top: 1px solid var(--ink); scroll-margin-top: 100px; }
.gallery-collection-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; margin-bottom: 68px; }
.gallery-collection-heading h2 { margin: 18px 0 0; font-size: clamp(46px, 6vw, 86px); }
.gallery-collection-heading > p { max-width: 460px; margin: 0; font-size: 17px; line-height: 1.55; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px clamp(25px, 5vw, 80px); align-items: start; }
.gallery-item { margin: 0; }
.gallery-item:nth-child(even) { margin-top: 140px; }
.gallery-item-wide { grid-column: 1 / -1; width: 72%; margin-left: auto; margin-right: auto; }
.gallery-art { min-height: 500px; position: relative; overflow: hidden; display: grid; place-items: center; }
.gallery-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-art.photo-art {
  min-height: 0;
  display: block;
  padding: 11px 11px 52px;
  background: #fffefa;
  box-shadow: 0 8px 24px rgba(32, 32, 29, .15);
  transition: box-shadow .25s ease, transform .25s ease;
}
.gallery-item-tall .gallery-art.photo-art { min-height: 0; }
.gallery-item:nth-child(odd) .photo-art { transform: rotate(-.7deg); }
.gallery-item:nth-child(even) .photo-art { transform: rotate(.7deg); }
.gallery-item:hover .photo-art { transform: translateY(-6px) rotate(0deg); box-shadow: 0 16px 30px rgba(32, 32, 29, .2); }
.gallery-art.photo-art img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-position: 50% 72%; }
.gallery-art.photo-art-dark img { object-position: 50% 66%; }
.gallery-art.photo-art-landscape img { aspect-ratio: 4 / 3; object-position: center; }
.gallery-item-tall .gallery-art { min-height: 700px; }
.gallery-art > span, .gallery-art > i { display: block; position: relative; }
.art-tide { background: var(--blue); }
.art-tide span { width: 52%; height: 30%; background: var(--cream); border-radius: 5% 5% 48% 48%; }
.art-tide span::before { content: ""; position: absolute; width: 100%; height: 19%; border-radius: 50%; background: var(--ink); top: -8%; }
.art-sunday { background: var(--coral); }
.art-sunday span { width: 38%; height: 60%; background: var(--yellow); border-radius: 44% 44% 12% 12% / 22% 22% 7% 7%; }
.art-sunday span::before { content: ""; position: absolute; width: 42%; height: 20%; background: var(--yellow); top: -12%; left: 29%; }
.art-sunday span::after { content: ""; position: absolute; width: 32%; height: 4%; background: var(--ink); border-radius: 50%; top: -11%; left: 34%; }
.art-morning { background: var(--yellow); }
.art-morning span, .art-morning i { width: 23%; height: 48%; background: var(--blue); border-radius: 5px 5px 25px 25px; margin: 0 5%; }
.art-morning span::after, .art-morning i::after { content: ""; position: absolute; width: 35%; height: 38%; border: 15px solid var(--blue); border-left: 0; right: -40%; top: 18%; border-radius: 0 50% 50% 0; }
.art-morning { grid-template-columns: 1fr 1fr; padding: 0 21%; }
.art-field { background: var(--mint); }
.art-field span { width: 62%; height: 39%; background: var(--paper); border-radius: 50%; border: 3px solid var(--ink); transform: rotate(-9deg); }
.art-field span::after { content: ""; position: absolute; inset: 17%; border: 2px dashed var(--coral); border-radius: 50%; }
.art-night { background: var(--ink); }
.art-night span { width: 35%; height: 70%; background: var(--blue); border-radius: 42% 42% 10% 10% / 22% 22% 5% 5%; background-image: repeating-linear-gradient(90deg, transparent 0 18%, var(--cream) 19% 25%, transparent 26% 45%); }
.art-night span::before { content: ""; position: absolute; width: 36%; height: 14%; background: var(--blue); top: -8%; left: 32%; }
.gallery-item figcaption { display: flex; justify-content: space-between; gap: 25px; padding-top: 14px; border-top: 1px solid var(--ink); }
.gallery-item figcaption span { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gallery-item figcaption p { margin: 0; font-size: 13px; }
.gallery-cta { min-height: 620px; padding: 110px clamp(22px, 8vw, 130px); background: var(--mint); }
.gallery-cta h2 { max-width: 850px; }

@media (max-width: 700px) {
  .gallery-header { grid-template-columns: 1fr auto auto; }
  .gallery-hero { min-height: 530px; padding-top: 90px; }
  .gallery-hero > p:last-child { margin-left: 0; }
  .gallery-collections { gap: 90px; padding-bottom: 90px; }
  .gallery-collection { padding-top: 26px; }
  .gallery-collection-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 45px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 65px; }
  .gallery-item:nth-child(even) { margin-top: 0; }
  .gallery-item-wide { grid-column: auto; width: 100%; }
  .gallery-art, .gallery-item-tall .gallery-art { min-height: 480px; }
  .gallery-art.photo-art, .gallery-item-tall .gallery-art.photo-art { min-height: 0; padding: 9px 9px 42px; }
  .gallery-item figcaption { flex-direction: column; gap: 8px; }
}
