﻿:root {
  --ink: #39313f;
  --muted: #716978;
  --paper: #faf9fc;
  --white: #ffffff;
  --teal: #42bca9;
  --teal-dark: #7c5a91;
  --sand: #d8c8e4;
  --line: rgba(111, 81, 132, .16);
  --serif: "Cormorant", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.contact-form { scroll-margin-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
.landing-page { height: 100svh; overflow: hidden; background: #e8f3ef; }
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(4rem, 8vw, 8.2rem); letter-spacing: -.045em; }
h2 { margin-bottom: 26px; font-size: clamp(3rem, 6vw, 6.4rem); letter-spacing: -.035em; }
h3 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.025em; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 12px 18px; background: var(--white); }
.skip-link:focus { top: 20px; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 82px; padding: 15px clamp(22px, 4vw, 70px); color: var(--ink); background: linear-gradient(rgba(255,253,249,.94), rgba(255,253,249,.58), transparent); transition: background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.landing-header, .light-hero-header { color: var(--ink); background: linear-gradient(rgba(255,253,249,.94), rgba(255,253,249,.58), transparent); }
.brand { display: inline-flex; align-items: center; min-height: 54px; padding: 0; background: transparent; text-decoration: none; }
.brand-logo { width: min(250px, 48vw); height: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.brand-logo { filter: drop-shadow(0 1px 7px rgba(255,255,255,.9)); }
.brand-name { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; }
.brand-kicker { margin-top: 6px; font-size: .66rem; letter-spacing: .32em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.main-nav a { position: relative; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero { position: relative; display: flex; align-items: flex-end; min-height: 100svh; overflow: hidden; color: var(--ink); background: #eef8f6; }
.hero-image, .hero-overlay { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: center 48%; transform: scale(1.02); }
/* Permanent art direction: hero imagery uses only a light overlay. Do not add a dark tint. */
.hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.24) 55%, rgba(255,255,255,.04)), linear-gradient(0deg, rgba(244,250,249,.42), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(1100px, 88vw); padding: 0 0 clamp(90px, 11vh, 150px) clamp(6vw, 8vw, 140px); }
.hero-content > p:not(.eyebrow) { max-width: 580px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-caption { position: absolute; right: clamp(22px, 4vw, 70px); bottom: 28px; z-index: 1; margin: 0; color: var(--ink); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.hero .light-link { color: var(--teal-dark); }
.eyebrow { margin-bottom: 16px; font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.teal { color: var(--teal); }
.sand { color: var(--sand); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 14px 23px; border: 1px solid transparent; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.text-link { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-underline-offset: 5px; text-transform: uppercase; }
.light-link { color: var(--white); }
.section-pad { padding: clamp(85px, 11vw, 170px) clamp(22px, 7vw, 120px); }
.intro { max-width: 1180px; margin: 0 auto; text-align: center; }
.intro h2 { max-width: 930px; margin-right: auto; margin-left: auto; }
.lead { max-width: 820px; margin: 0 auto; color: var(--muted); font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.35; }
.gallery { background: linear-gradient(180deg, #fff 0%, #fbf9fc 100%); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.split-heading p:last-child { max-width: 540px; margin: 0 0 12px; color: var(--muted); }
.filters { display: flex; justify-content: center; gap: 8px; margin: 0 auto 44px; overflow-x: auto; padding-bottom: 5px; }
.filter { flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.filter.active { border-color: var(--teal-dark); color: var(--white); background: var(--teal-dark); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(42px, 5vw, 76px) clamp(22px, 3vw, 46px); }
.gallery-group-heading { grid-column: 1 / -1; margin: 22px 0 -18px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--teal-dark); font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.02em; }
.gallery-group-heading:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.gallery-group-heading[hidden] { display: none; }
.art-card { position: relative; min-width: 0; overflow: visible; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: zoom-in; text-align: left; }
.art-card.tall, .art-card.wide { grid-column: auto; grid-row: auto; }
.art-card[hidden] { display: none; }
.art-card img { width: 100%; height: auto; max-height: 620px; object-fit: contain; object-position: center; background: #f5f2f7; box-shadow: 0 14px 35px rgba(79,58,91,.08); transition: transform .45s ease, box-shadow .45s ease; }
.art-card:hover img, .art-card:focus-visible img { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(79,58,91,.14); }
.art-card > span { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 15px 2px 0; border-top: 0; color: var(--ink); background: transparent; text-align: left; }
.art-card strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; line-height: 1.15; }
.art-card em { flex: 0 0 auto; color: var(--muted); font-size: .66rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.art-card.river-series img { width: 100%; height: auto; aspect-ratio: 1 / 2; object-fit: contain; }
.art-card.river-series-one { grid-column: 1; }
.art-card.river-series-two { grid-column: 2; }
.art-card.river-series-three { grid-column: 3; }
.shop { color: var(--ink); background: #f1ebf5; }
.shop-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; }
.shop-heading p:last-child { max-width: 560px; margin: 0 0 13px; color: var(--muted); }
.shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.shopify-collection-panel { grid-column: 1 / -1; padding: clamp(28px, 4vw, 52px); color: var(--ink); background: var(--paper); }
.collection-intro { max-width: 720px; margin-bottom: 35px; }
.collection-intro p:not(.eyebrow) { color: var(--muted); }
.shop-card { display: grid; min-height: 650px; grid-template-rows: 1.15fr .85fr; overflow: hidden; color: var(--ink); background: var(--paper); }
.shop-card img { height: 100%; min-height: 330px; object-fit: cover; }
.shop-card > div { padding: clamp(28px, 4vw, 52px); }
.shop-card p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.commission-card { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 5px; padding: clamp(35px, 5vw, 65px); color: var(--ink); background: #e5f5f1; }
.commission-card p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--muted); }
.about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(45px, 8vw, 130px); align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap::before { position: absolute; z-index: -1; top: -22px; right: -22px; bottom: 22px; left: 22px; border: 1px solid var(--sand); content: ""; }
.about-image-wrap img { aspect-ratio: 4 / 5; object-fit: cover; }
.about-copy p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.resume { display: flex; align-items: center; justify-content: space-between; gap: 60px; color: var(--ink); background: #eee7f3; }
.resume > div:first-child { max-width: 720px; }
.resume p:not(.eyebrow) { color: var(--muted); }
.resume .light-link, .commission-card .light-link { color: var(--teal-dark); }
.resume-actions { display: flex; align-items: center; gap: 25px; flex: 0 0 auto; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-copy { padding-top: 18px; }
.contact-copy > p { max-width: 540px; color: var(--muted); }
.contact-form { display: grid; max-width: 620px; gap: 22px; margin: 32px 0 26px; }
.form-hidden { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.form-field { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.form-field > label, .form-field legend { color: var(--ink); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-field input[type="text"], .form-field input[type="email"], .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); font: inherit; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--teal-dark); outline: 2px solid rgba(124,90,145,.16); outline-offset: 1px; }
.inquiry-options { gap: 10px; }
.inquiry-options label { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .95rem; letter-spacing: 0; text-transform: none; }
.contact-form .button { justify-self: start; cursor: pointer; }
.contact-email-note { margin-top: 0; }
.contact-email-note a { color: var(--teal-dark); text-underline-offset: 4px; }
.email-link { display: inline-block; margin: 15px 0 38px; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.8rem); text-underline-offset: 8px; }
.social-links { display: flex; flex-wrap: wrap; gap: 22px; }
.social-links a { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 30px clamp(22px, 7vw, 120px); border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }
.lightbox { width: min(92vw, 1180px); max-height: 92vh; padding: 0; border: 0; color: var(--white); background: #0d1918; }
.lightbox::backdrop { background: rgba(4,12,11,.9); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox > div { display: flex; justify-content: space-between; padding: 14px 20px 18px; }
.lightbox strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.lightbox span { color: rgba(255,255,255,.65); }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--white); background: rgba(0,0,0,.55); cursor: pointer; font-size: 1.8rem; }
.landing-main { position: relative; height: 100svh; min-height: 620px; overflow: hidden; color: var(--white); }
.landing-art, .landing-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.landing-art { object-fit: cover; object-position: center 45%; }
.landing-shade { background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(250,246,252,.28) 58%, rgba(238,252,249,.08)), linear-gradient(0deg, rgba(82,181,167,.1), transparent 55%); }
.landing-copy { position: absolute; z-index: 2; top: 50%; left: clamp(24px, 8vw, 140px); width: min(850px, 80vw); color: #4d3b58; text-shadow: 0 1px 12px rgba(255,255,255,.62); transform: translateY(-54%); }
.landing-copy h1 { margin-bottom: 22px; font-size: clamp(4rem, 7.7vw, 8.3rem); }
.landing-copy h1 em { color: #7c5a91; font-weight: 400; }
.landing-copy > p:last-child { max-width: 570px; margin: 0; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.collection-dock { position: absolute; z-index: 3; right: clamp(18px, 3vw, 48px); bottom: 26px; left: clamp(18px, 3vw, 48px); display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(23,40,38,.2); border-bottom: 1px solid rgba(23,40,38,.18); color: var(--ink); background: rgba(255,253,249,.74); box-shadow: 0 16px 45px rgba(25,63,59,.12); backdrop-filter: blur(14px); }
.collection-dock a { display: flex; min-width: 0; flex-direction: column; padding: 18px clamp(12px, 2vw, 26px); border-right: 1px solid rgba(23,40,38,.13); text-decoration: none; transition: background .25s; }
.collection-dock a:last-child { border-right: 0; }
.collection-dock a:hover, .collection-dock a:focus-visible { background: rgba(255,255,255,.72); }
.collection-dock span { display: block; margin-bottom: 8px; color: rgba(23,40,38,.58); font-size: .63rem; letter-spacing: .12em; }
.collection-dock strong { display: block; overflow: hidden; font-family: var(--serif); font-size: clamp(1rem, 1.6vw, 1.45rem); font-weight: 500; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.collection-dock .view-all-collection { background: rgba(87,198,181,.9); color: #302a34; }
.collection-dock .view-all-collection::before { display: block; height: .76rem; margin-bottom: 8px; content: ""; }
.collection-dock .view-all-collection span { color: var(--ink); font-size: 1rem; }
.landing-caption { position: absolute; z-index: 2; right: clamp(20px, 3vw, 48px); bottom: 130px; margin: 0; color: var(--ink); font-family: var(--serif); font-style: italic; text-shadow: 0 1px 8px rgba(255,255,255,.8); }

@media (max-width: 900px) {
  .main-nav { position: fixed; top: 0; right: 0; bottom: 0; display: none; width: min(340px, 88vw); flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 45px; color: var(--ink); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.15); }
  .main-nav.open { display: flex; }
  .main-nav a { font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .site-header.menu-open { color: var(--ink); }
  .hero-content { padding-left: 7vw; }
  .split-heading, .shop-heading, .contact { grid-template-columns: 1fr; gap: 20px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-grid { grid-template-columns: 1fr; }
  .commission-card { grid-column: auto; }
  .about { grid-template-columns: 1fr; }
  .about-image-wrap { max-width: 620px; }
  .resume { align-items: flex-start; flex-direction: column; }
  .collection-dock { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; }
}

@media (max-width: 580px) {
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .site-header { min-height: 70px; }
  .hero-content { width: 100%; padding-right: 24px; padding-bottom: 100px; padding-left: 24px; }
  .hero-caption { display: none; }
  .section-pad { padding-right: 22px; padding-left: 22px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 42px; }
  .art-card.tall { grid-row: span 1; }
  .art-card.wide { grid-column: span 1; }
  .commission-card { align-items: flex-start; flex-direction: column; }
  .resume-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { flex-direction: column; }
  .landing-main { min-height: 560px; }
  .landing-copy { top: 43%; width: calc(100% - 44px); left: 22px; }
  .landing-copy h1 { font-size: clamp(3.35rem, 16vw, 5rem); }
  .landing-caption { display: none; }
  .collection-dock { right: 0; bottom: 0; left: 0; grid-template-columns: repeat(5, 155px); border-bottom: 0; }
  .collection-dock a { padding: 14px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}





