:root {
  --ink: #171717;
  --muted: #6d6a63;
  --line: rgba(23, 23, 23, .14);
  --paper: #fbfaf7;
  --white: #fff;
  --accent: #8d6f38;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

button,
input,
textarea {
  font: inherit;
}

.site-nav,
.chooser-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
}

.site-nav strong,
.chooser-nav strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.site-nav div,
.chooser-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

.button,
.link-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 650;
}

.secondary-link {
  color: var(--muted);
}

.section {
  padding: 86px 32px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.work-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .72);
}

.work-card img {
  width: 100%;
  height: auto;
}

.work-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 16px;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.archive-actions {
  grid-template-columns: 1fr;
}

.work-meta h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.work-meta p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.archive-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.archive-row {
  display: grid;
  grid-template-columns: 1.2fr .8fr .7fr .5fr;
  gap: 18px;
  padding: 18px;
  background: var(--paper);
}

.contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  padding: 13px 14px;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.chooser {
  background: #f7f3ec;
}

.chooser-hero section {
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  padding: 76px 0 36px;
}

.chooser-hero h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .98;
}

.intro {
  max-width: 630px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.option-grid {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 38px 0 92px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.option-card {
  min-width: 0;
  border: 1px solid rgba(23, 23, 23, .13);
  background: #fffaf4;
}

.option-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.option-card div {
  padding: 18px;
}

.option-card h2 {
  min-height: 62px;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.05;
}

.option-card p:not(.eyebrow) {
  min-height: 72px;
  color: var(--muted);
  line-height: 1.45;
}

.option-card .button {
  width: 100%;
  margin-top: 8px;
}

.quiet {
  --paper: #fbfbfa;
  --muted: #6c6b67;
  --accent: #85764d;
  background: var(--paper);
}

.quiet .hero {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: calc(100vh - 72px);
}

.quiet .hero-copy {
  align-self: center;
  padding: 7vw;
}

.quiet h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 108px);
  line-height: .93;
}

.quiet .hero-copy p {
  max-width: 500px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.quiet .hero-art {
  min-height: 560px;
  padding: 42px;
  border-left: 1px solid var(--line);
}

.quiet .hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiet .section-title {
  max-width: 560px;
  margin-bottom: 36px;
}

.quiet .section-title h2 {
  font-size: 46px;
}

.editorial {
  --paper: #f8efe6;
  --muted: #6e6259;
  --accent: #9a4c43;
  background: var(--paper);
}

.editorial .hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  background-image: linear-gradient(90deg, rgba(33, 30, 27, .52), rgba(33, 30, 27, .06)), url("assets/swan-2.svg");
  background-size: cover;
  background-position: center;
  color: #fffaf1;
}

.editorial .hero-copy {
  width: min(940px, calc(100% - 64px));
  padding: 0 0 9vh;
  margin: 0 auto;
}

.editorial h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(50px, 8vw, 118px);
  line-height: .9;
}

.editorial .hero-copy p {
  max-width: 570px;
  font-size: 19px;
  line-height: 1.66;
}

.editorial .feature-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.editorial .feature-strip h2 {
  font-size: clamp(38px, 5vw, 76px);
  line-height: .95;
}

.editorial .feature-strip p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.editorial-about {
  background: #fffaf1;
  border-top: 1px solid rgba(33, 30, 27, .1);
  border-bottom: 1px solid rgba(33, 30, 27, .1);
}

.about-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.about-layout h2 {
  max-width: 520px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .96;
}

.about-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.full-gallery-page {
  min-height: 100vh;
}

.full-gallery-hero {
  padding-bottom: 34px;
  background: #fffaf1;
  border-bottom: 1px solid rgba(33, 30, 27, .1);
}

.gallery-intro h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 104px);
  line-height: .92;
}

.gallery-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.gallery-filter-row button {
  border: 1px solid rgba(33, 30, 27, .18);
  background: transparent;
  padding: 9px 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.gallery-filter-row button[aria-pressed="true"] {
  border-color: rgba(33, 30, 27, .55);
  color: var(--ink);
}

.gallery-empty {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.artwork-detail {
  background: #fffaf1;
}

.artwork-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: start;
}

.artwork-image-panel img {
  width: 100%;
  border: 1px solid rgba(33, 30, 27, .14);
}

.artwork-info-panel h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 98px);
  line-height: .92;
}

.artwork-facts {
  display: grid;
  gap: 1px;
  margin: 30px 0;
  background: rgba(33, 30, 27, .13);
  border: 1px solid rgba(33, 30, 27, .13);
}

.artwork-facts div {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 18px;
  background: #fffaf1;
  padding: 14px 16px;
}

.artwork-facts dt {
  color: var(--muted);
  font-weight: 700;
}

.artwork-facts dd {
  margin: 0;
}

.artwork-description h2 {
  margin-bottom: 10px;
  font-size: 32px;
}

.artwork-description p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.artwork-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.boutique {
  --paper: #f7f4ed;
  --muted: #665f54;
  --accent: #9c7130;
  background: var(--paper);
}

.boutique .hero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 28px;
  align-items: stretch;
}

.boutique .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  background: #fffaf2;
  padding: 56px;
}

.boutique h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .95;
}

.boutique .hero-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.boutique .hero-art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.boutique .hero-art img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.boutique .work-card {
  position: relative;
}

.price {
  color: var(--ink);
  font-weight: 700;
}

.dark {
  --paper: #080a0d;
  --ink: #f7f1e2;
  --muted: #b7aea0;
  --line: rgba(255, 255, 255, .17);
  --accent: #f0c76f;
  background: var(--paper);
  color: var(--ink);
}

.dark .site-nav {
  background: rgba(8, 10, 13, .9);
}

.dark .hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 0;
}

.dark .hero-copy {
  align-self: center;
  padding: 7vw;
}

.dark h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 108px);
  line-height: .9;
}

.dark .hero-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.dark .hero-art {
  padding: 38px;
}

.dark .hero-art img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  box-shadow: 0 0 90px rgba(85, 198, 181, .2);
}

.dark .work-card,
.dark .contact-form input,
.dark .contact-form textarea {
  background: rgba(255, 255, 255, .055);
}

.romantic {
  --paper: #f8f7f3;
  --muted: #5f6b70;
  --accent: #a96c75;
  background: var(--paper);
}

.romantic .hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(248, 247, 243, .95), rgba(248, 247, 243, .62), rgba(248, 247, 243, .1)), url("assets/swan-5.svg");
  background-size: cover;
  background-position: center;
}

.romantic .hero-copy {
  width: min(1100px, calc(100% - 64px));
  margin: 0 auto;
}

.romantic h1 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(50px, 8vw, 112px);
  line-height: .91;
}

.romantic .hero-copy p {
  max-width: 500px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.romantic .gallery-grid {
  gap: 34px;
}

.romantic .work-card {
  border-color: rgba(169, 108, 117, .2);
  background: #fffdf8;
}

@media (max-width: 980px) {
  .option-grid,
  .gallery-grid,
  .full-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quiet .hero,
  .boutique .hero,
  .dark .hero,
  .editorial .feature-strip,
  .about-layout,
  .artwork-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .quiet .hero-art,
  .dark .hero-art {
    border-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .site-nav,
  .chooser-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .site-nav div,
  .chooser-nav div {
    gap: 12px;
  }

  .chooser-hero section,
  .option-grid,
  .romantic .hero-copy,
  .editorial .hero-copy {
    width: calc(100% - 36px);
  }

  .option-grid,
  .gallery-grid,
  .full-gallery-grid,
  .boutique .hero-art {
    grid-template-columns: 1fr;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-actions,
  .artwork-facts div {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 18px;
  }

  .archive-row {
    grid-template-columns: 1fr;
  }

  .quiet .hero-copy,
  .boutique .hero-copy,
  .dark .hero-copy {
    padding: 42px 18px;
  }

  .quiet .hero-art,
  .dark .hero-art {
    padding: 18px;
  }

  .boutique .hero {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
  }
}
