
:root {
  --bg: #0a0a0a;
  --panel: #111111;
  --ink: #f1eee8;
  --muted: #aaa49a;
  --line: rgba(255,255,255,.12);
  --accent: #bb2b23;
  --header-h: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--header-h);
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0,0,0,.88), rgba(0,0,0,.25), transparent);
}
.brand { display: flex; gap: 14px; align-items: center; }
.brand-mark {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.5);
  display: grid; place-items: center; border-radius: 50%;
  font-family: Georgia, serif; font-size: 21px;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 13px; letter-spacing: .18em; }
.brand-copy small { color: #c8c2b8; font-size: 10px; margin-top: 5px; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-nav a { opacity: .78; transition: .2s ease; }
.site-nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.35); padding: 9px 13px; }
.menu-toggle { display: none; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.8) contrast(1.05); transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.4) 42%, rgba(0,0,0,.2) 70%, rgba(0,0,0,.5) 100%),
  linear-gradient(0deg, rgba(0,0,0,.86), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(900px, 88vw); margin: 0 0 12vh 7vw; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .2em; font-size: 11px; color: #c9c3b9; }
.hero h1, .intro h2, .about h2, .booking h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400; letter-spacing: -.03em; margin: 10px 0 18px;
}
.hero h1 { font-size: clamp(54px, 8vw, 118px); line-height: .88; max-width: 930px; }
.hero-lede { max-width: 680px; font-size: clamp(16px, 2vw, 21px); color: #ddd7ce; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; transition: .22s ease; }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { transform: translateY(-2px); background: #d1332a; }
.button-ghost { border: 1px solid rgba(255,255,255,.38); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.scroll-cue { position: absolute; z-index: 2; right: 5vw; bottom: 4vh; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.section-pad { padding: 120px 7vw; }
.intro { display: grid; grid-template-columns: .7fr 1.8fr; gap: 8vw; border-top: 1px solid var(--line); }
.intro h2 { font-size: clamp(42px, 6vw, 82px); line-height: .95; }
.intro-copy p { max-width: 760px; color: var(--muted); font-size: 18px; }
.gallery-wrap { padding: 0 3vw 100px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 22vw; gap: 14px; }
.tile { position: relative; overflow: hidden; background: #171717; grid-column: span 4; }
.tile-wide { grid-column: span 8; }
.tile-tall { grid-row: span 2; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease; filter: saturate(.85); }
.tile:hover img { transform: scale(1.035); filter: saturate(1); }
.tile figcaption { position: absolute; inset: auto 0 0 0; padding: 28px 22px 18px; background: linear-gradient(transparent, rgba(0,0,0,.8)); display: grid; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.tile:hover figcaption { opacity: 1; transform: translateY(0); }
.tile figcaption span { font-family: Georgia, serif; font-size: 24px; }
.tile figcaption small { color: #c9c3b9; text-transform: uppercase; letter-spacing: .13em; margin-top: 4px; }
.specialties { border-top: 1px solid var(--line); }
.specialty-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.specialty-grid article { min-height: 260px; padding: 28px 28px 34px 0; border-right: 1px solid var(--line); }
.specialty-grid article + article { padding-left: 28px; }
.specialty-grid article:last-child { border-right: 0; }
.specialty-grid span { color: var(--accent); font-size: 11px; letter-spacing: .16em; }
.specialty-grid h3 { font-family: Georgia, serif; font-weight: 400; font-size: 32px; margin: 42px 0 12px; }
.specialty-grid p { color: var(--muted); max-width: 260px; }
.statement { min-height: 62vh; display: grid; place-items: center; background:
  linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.68)),
  url('/assets/dragons.jpg') center 48% / cover fixed; }
.statement-inner { width: min(1100px, 85vw); text-align: center; }
.statement p { font-family: Georgia, serif; font-size: clamp(38px, 6vw, 76px); line-height: 1.05; margin: 0; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.about-image { min-height: 720px; overflow: hidden; }
.about-image img { height: 720px; object-fit: cover; object-position: 50% 40%; filter: grayscale(.2) contrast(1.05); }
.about h2 { font-size: clamp(56px, 7vw, 98px); line-height: .86; }
.about h2 span { color: #9d978e; }
.about-copy p { color: #d0cbc3; font-size: 18px; max-width: 620px; }
.about-copy .muted { color: var(--muted); }
.text-link { display: inline-block; margin-top: 14px; padding-bottom: 3px; border-bottom: 1px solid currentColor; }
.process { border-top: 1px solid var(--line); }
.process-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-grid strong { color: var(--accent); font-size: 12px; }
.process-grid h3 { font-family: Georgia, serif; font-weight: 400; font-size: 26px; margin: 24px 0 8px; }
.process-grid p { color: var(--muted); }
.booking { min-height: 78vh; position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; }
.booking-bg { position: absolute; inset: 0; background:
  radial-gradient(circle at 50% 40%, rgba(187,43,35,.22), transparent 34%),
  linear-gradient(rgba(0,0,0,.82), rgba(0,0,0,.9)),
  url('/assets/hannya.jpg') center / cover; filter: saturate(.7); }
.booking-content { position: relative; z-index: 2; width: min(760px, 86vw); }
.booking h2 { font-size: clamp(56px, 8vw, 100px); line-height: .9; }
.booking p { color: #c9c3b9; font-size: 18px; }
.booking .button { margin: 20px 0 24px; }
.booking small { display: block; color: #8d887f; text-transform: uppercase; letter-spacing: .15em; }
footer { padding: 42px 5vw 26px; display: grid; grid-template-columns: 1fr auto; gap: 28px; border-top: 1px solid var(--line); color: #bcb6ad; }
footer > div:first-child { display: grid; gap: 5px; }
footer strong { color: white; letter-spacing: .16em; font-size: 12px; }
.footer-links { display: flex; gap: 20px; font-size: 12px; }
footer > small { grid-column: 1 / -1; color: #77736d; }

@media (max-width: 900px) {
  .site-header { padding: 0 20px; background: rgba(5,5,5,.88); backdrop-filter: blur(10px); }
  .menu-toggle { display: block; background: transparent; color: white; border: 1px solid rgba(255,255,255,.25); padding: 8px 11px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
  .site-nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; padding: 24px; background: rgba(8,8,8,.98); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .hero-content { margin-left: 6vw; margin-bottom: 12vh; }
  .hero h1 { font-size: clamp(52px, 15vw, 88px); }
  .scroll-cue { display: none; }
  .section-pad { padding: 88px 6vw; }
  .intro { grid-template-columns: 1fr; gap: 24px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 62vw; gap: 10px; }
  .tile, .tile-wide { grid-column: span 1; }
  .tile-tall { grid-row: span 1; }
  .tile figcaption { opacity: 1; transform: none; }
  .specialty-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .specialty-grid article:nth-child(2) { border-right: 0; }
  .about { grid-template-columns: 1fr; }
  .about-image, .about-image img { min-height: 520px; height: 70vh; }
  .statement { background-attachment: scroll; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .brand-copy small { display: none; }
  .hero-content { width: 88vw; margin-bottom: 11vh; }
  .hero-lede { font-size: 16px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 125vw; }
  .specialty-grid, .process-grid { grid-template-columns: 1fr; }
  .specialty-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
  .about-image, .about-image img { min-height: 460px; height: 62vh; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}


/* Booking form */
.booking-form-wrap {
  width: min(1180px, 90vw);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  align-items: start;
  text-align: left;
}
.booking-copy {
  position: sticky;
  top: 120px;
}
.booking-copy h2 { margin-bottom: 22px; }
.booking-copy small { margin-top: 24px; }
.booking-form {
  width: 100%;
  background: rgba(10,10,10,.72);
  border: 1px solid rgba(255,255,255,.14);
  padding: 28px;
  backdrop-filter: blur(12px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.booking-form label {
  display: grid;
  gap: 8px;
}
.booking-form label.full { grid-column: 1 / -1; }
.booking-form label > span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #bdb7ae;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
  border-radius: 0;
  outline: none;
}
.booking-form textarea { resize: vertical; min-height: 88px; }
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.065);
}
.booking-form select option {
  background: #111;
  color: white;
}
.form-actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.form-status {
  font-size: 13px;
  color: #cfc9c0;
}
.form-status.success { color: #d8e8d3; }
.form-status.error { color: #f1b1ac; }
.form-note {
  margin: 18px 0 0 !important;
  font-size: 13px !important;
  color: #9e9991 !important;
}
.form-note a { border-bottom: 1px solid currentColor; }
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
@media (max-width: 900px) {
  .booking-form-wrap { grid-template-columns: 1fr; }
  .booking-copy { position: static; text-align: center; }
}
@media (max-width: 620px) {
  .booking-form { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form label.full { grid-column: auto; }
}

.turnstile-row {
  margin-top: 22px;
  max-width: 420px;
}

/* 9DRAGONSINK brand refresh based on Tom's supplied shirt mark */
:root { --accent:#c51620; --brand-red:#c51620; --brand-white:#f4f1eb; --brand-black:#070707; }
body { background:#080808; }
.wordmark { display:inline-flex;align-items:baseline;gap:0;line-height:1;font-family:"Anton",Impact,"Arial Narrow",sans-serif;font-style:italic;text-transform:uppercase;letter-spacing:-.025em; }
.wordmark span { display:inline-block; }
.wm-nine,.wm-dragons,.wm-ink { font-size:31px; }
.wm-nine { color:var(--brand-white);margin-right:2px; }
.wm-dragons { color:var(--brand-red); }
.wm-ink { color:var(--brand-white); }
.site-header { background:linear-gradient(to bottom,rgba(0,0,0,.97),rgba(0,0,0,.78),transparent);border-bottom:1px solid rgba(255,255,255,.06); }
.site-nav { font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:11px; }
.nav-cta { border-color:rgba(197,22,32,.75); }
.hero-overlay { background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.57) 39%,rgba(0,0,0,.13) 70%,rgba(0,0,0,.43) 100%),linear-gradient(0deg,rgba(0,0,0,.88),transparent 55%); }
.hero .eyebrow,.booking .eyebrow,.section-label { color:var(--brand-red);font-weight:700; }
.hero h1,.intro h2,.about h2,.booking h2,.specialty-grid h3,.process-grid h3,.tile figcaption span,.statement p { font-family:"Anton",Impact,"Arial Narrow",sans-serif;text-transform:uppercase;letter-spacing:.005em; }
.hero h1 { line-height:.93;max-width:900px; }
.hero h1::after { content:"";display:block;width:76px;height:4px;margin-top:25px;background:var(--brand-red); }
.button { font-weight:700; }
.button-primary { background:var(--brand-red); }
.footer-wordmark { display:inline-flex;font-family:"Anton",Impact,"Arial Narrow",sans-serif;font-style:italic;letter-spacing:-.02em;font-size:19px; }
.footer-wordmark span { color:var(--brand-white); }
.footer-wordmark b { color:var(--brand-red);font-weight:inherit; }
.booking-form { border-top:3px solid var(--brand-red); }
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus { border-color:var(--brand-red); }
@media(max-width:560px){.wm-nine,.wm-dragons,.wm-ink{font-size:25px;}}


/* About artist avatar + contact block */
.about-avatar-wrap {
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.about-avatar {
  width: min(520px, 100%);
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  border-radius: 50%;
  border: 5px solid var(--brand-red);
  background: #050505;
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
}
.contact-card {
  margin-top: 30px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.contact-title {
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: 25px;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.contact-card address {
  font-style: normal;
  color: #d8d2c9;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 13px;
}
.contact-card address a:hover,
.contact-links a:hover,
.footer-contact a:hover {
  color: var(--brand-red);
}
.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  font-size: 15px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #928d86;
  font-size: 11px;
}
@media (max-width: 900px) {
  .about-avatar { width: min(420px, 90vw); }
}

/* TOM@ prefix for the 9DRAGONSINK wordmark */
.wm-tom {
  color: var(--brand-white);
  font-size: 31px;
  margin-right: 3px;
}
.footer-wordmark i {
  color: var(--brand-white);
  font-style: inherit;
  font-weight: inherit;
  margin-right: 2px;
}
@media(max-width:560px) {
  .wm-tom { font-size:25px; }
}

/* SEO specialty pages */
.seo-specialty-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:38px}
.seo-specialty-nav a,.seo-link-grid a{border:1px solid rgba(255,255,255,.16);padding:12px 15px;text-transform:uppercase;letter-spacing:.07em;font-size:11px}
.seo-specialty-nav a:hover,.seo-link-grid a:hover{border-color:var(--brand-red);color:#fff}
.seo-hero{min-height:72vh;position:relative;display:flex;align-items:end;overflow:hidden}
.seo-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.seo-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.35)),linear-gradient(0deg,rgba(0,0,0,.88),transparent 60%)}
.seo-hero-copy{position:relative;z-index:2;width:min(850px,88vw);margin:0 0 10vh 7vw}
.seo-hero h1,.seo-content h2{font-family:"Anton",Impact,sans-serif;text-transform:uppercase;font-weight:400}
.seo-hero h1{font-size:clamp(48px,7vw,92px);line-height:.95;margin:10px 0 18px}
.seo-hero-copy>p:not(.eyebrow){max-width:700px;color:#ddd7ce;font-size:18px}
.seo-content{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;border-bottom:1px solid var(--line)}
.seo-content h2{font-size:clamp(44px,6vw,76px);line-height:.95;margin:12px 0}
.seo-content p{color:#c7c1b8;font-size:18px}
.seo-link-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
@media(max-width:800px){.seo-content{grid-template-columns:1fr}.seo-hero{min-height:68vh}}

/* About section: privacy-first, no portrait */
.about.about-no-image {
  grid-template-columns: 1fr;
  max-width: 1040px;
  margin: 0 auto;
}
.about.about-no-image .about-copy {
  max-width: 820px;
}


/* High-visibility treatment for ALL red section/eyebrow headings */
.section-label,
.eyebrow,
.hero .eyebrow,
.booking .eyebrow,
.seo-hero .eyebrow {
  color: #ff4a50 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.9), 0 0 10px rgba(255,74,80,.18);
  opacity: 1 !important;
}


/* Clean section headings: no numeric prefixes, larger labels */
.section-label,
.eyebrow,
.hero .eyebrow,
.booking .eyebrow,
.seo-hero .eyebrow {
  font-size: 18px !important;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1.35;
}

/* Specialty cards no longer reserve space for item numbers */
.specialty-grid article > span {
  display: none !important;
}


/* Sketchbook */
.sketches { border-top: 1px solid var(--line); }
.section-heading-row {
  display:grid; grid-template-columns:1.1fr .9fr; gap:8vw;
  align-items:end; margin-bottom:42px;
}
.section-heading-row h2, .studio-copy h2 {
  font-family:"Anton",Impact,sans-serif; font-weight:400; text-transform:uppercase;
  font-size:clamp(52px,7vw,94px); line-height:.92; margin:12px 0 0;
}
.section-heading-row > p { color:#aaa39a; max-width:520px; font-size:17px; line-height:1.7; }
.sketch-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
}
.sketch-card {
  margin:0; background:#f0efec; overflow:hidden; position:relative;
}
.sketch-card img {
  width:100%; height:520px; object-fit:cover; display:block;
  transition:transform .45s ease;
}
.sketch-card:hover img { transform:scale(1.025); }
.sketch-card.sketch-contain img { object-fit:contain; background:#f0efec; }
.sketch-card figcaption {
  background:#0b0b0b; color:#fff; padding:13px 15px;
  text-transform:uppercase; letter-spacing:.07em; font-size:12px; font-weight:700;
}
.sketch-card figcaption span { color:#8e8880; font-weight:500; margin-left:7px; }
.sketch-note { color:#77716a; font-size:12px; margin-top:16px; }

/* Studio */
.studio-section {
  display:grid; grid-template-columns:1.15fr .85fr;
  min-height:680px; border-top:1px solid var(--line); border-bottom:1px solid var(--line);
}
.studio-photo { min-height:680px; overflow:hidden; }
.studio-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.studio-copy { display:flex; flex-direction:column; justify-content:center; background:#0b0b0b; }
.studio-copy > p { color:#aaa39a; font-size:17px; line-height:1.7; max-width:540px; }
.studio-details {
  display:flex; flex-direction:column; gap:4px; margin:24px 0 30px;
  color:#c9c3ba; font-size:14px; line-height:1.5;
}
.studio-details strong { color:#fff; font-size:17px; letter-spacing:.05em; margin-bottom:5px; }
.studio-details a { color:var(--brand-red); margin-top:4px; }

@media(max-width:900px) {
  .section-heading-row, .studio-section { grid-template-columns:1fr; }
  .sketch-grid { grid-template-columns:repeat(2,1fr); }
  .studio-photo { min-height:480px; }
}
@media(max-width:560px) {
  .sketch-grid { grid-template-columns:1fr; }
  .sketch-card img { height:auto; max-height:620px; object-fit:contain; }
  .studio-photo { min-height:360px; }
}


/* Simplified Books Open contact section */
.simple-contact-content {
  width: min(980px, 88vw);
  text-align: center;
}
.simple-contact-content > p:not(.eyebrow) {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.contact-options {
  margin: 34px auto 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(980px, 100%);
}
.contact-option {
  min-height: 170px;
  padding: 24px 20px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(10,10,10,.72);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.contact-option:hover {
  transform: translateY(-3px);
  border-color: var(--brand-red);
  background: rgba(20,20,20,.86);
}
.contact-option.primary {
  border-top: 3px solid var(--brand-red);
}
.contact-kicker {
  color: var(--brand-red);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
}
.contact-option strong {
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 400;
  letter-spacing: .01em;
}
.contact-option small {
  color: #918b83;
}
.contact-location {
  display: block;
  margin-top: 12px;
  color: #8d887f;
  text-transform: uppercase;
  letter-spacing: .12em;
}
@media (max-width: 800px) {
  .contact-options { grid-template-columns: 1fr; }
  .contact-option { min-height: 130px; }
}

/* Process section: no step numbers */
.process-grid article > span { display: none !important; }


/* Process step numbers — restored and made more prominent */
.process-grid article > span,
.process-grid > div > span,
.process-grid article > strong:first-child,
.process-grid > div > strong:first-child {
  display: block !important;
  color: var(--brand-red);
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 18px;
}

/* Three-step process */
.process-grid { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width:760px){ .process-grid { grid-template-columns:1fr !important; } }

/* Four direct contact options */
.contact-options {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 1000px) {
  .contact-options { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 620px) {
  .contact-options { grid-template-columns: 1fr !important; }
}

/* Expanded specialty navigation */
.seo-specialty-nav {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.seo-specialty-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  text-align: center;
}
@media (max-width: 1000px) {
  .seo-specialty-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .seo-specialty-nav { grid-template-columns: 1fr; }
}

/* SEO specialty landing-page crosslinks */
.specialty-crosslinks {
  width: min(1180px, 92vw);
  margin: 36px auto 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.specialty-crosslinks a {
  border: 1px solid rgba(255,255,255,.18);
  padding: 11px 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.specialty-crosslinks a:hover { border-color: var(--brand-red); }
.seo-specialty-copy {
  width: min(900px, 90vw);
  margin: 40px auto;
}

/* Center the final two specialty cards in the 4-column desktop grid */
@media (min-width: 901px) {
  .specialty-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .specialty-grid article:nth-child(5) {
    grid-column: 2;
  }
  .specialty-grid article:nth-child(6) {
    grid-column: 3;
  }
}

/* Specialties desktop layout:
   keep items 5–6 in columns 1–2, aligned evenly as a second row */
@media (min-width: 901px) {
  .specialty-grid {
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
  }

  .specialty-grid article:nth-child(5) {
    grid-column: 1 !important;
  }

  .specialty-grid article:nth-child(6) {
    grid-column: 2 !important;
  }

  .specialty-grid article:nth-child(5),
  .specialty-grid article:nth-child(6) {
    align-self: stretch;
    margin-top: 0;
    padding-top: 34px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* Exact second-row specialty alignment with the first row */
@media (min-width: 901px) {
  .specialty-grid article:nth-child(5),
  .specialty-grid article:nth-child(6) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .specialty-grid article:nth-child(5) {
    grid-column: 1 !important;
  }

  .specialty-grid article:nth-child(6) {
    grid-column: 2 !important;
  }

  /* Match Peonies' content inset exactly to Dragons */
  .specialty-grid article:nth-child(5) {
    padding-left: 0 !important;
  }

  /* Match Asian Figures' content inset exactly to Koi */
  .specialty-grid article:nth-child(6) {
    padding-left: 34px !important;
  }
}

/* Correct specialty alignment in the 2-column tablet/narrow-desktop layout.
   Odd cards align with Dragons; even cards align with Koi. */
@media (min-width: 561px) and (max-width: 900px) {
  .specialty-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .specialty-grid article:nth-child(odd) {
    padding-left: 0 !important;
    padding-right: 28px !important;
    grid-column: 1 !important;
    border-right: 1px solid var(--line) !important;
  }

  .specialty-grid article:nth-child(even) {
    padding-left: 28px !important;
    padding-right: 28px !important;
    grid-column: 2 !important;
    border-right: 0 !important;
  }
}


/* Work in Progress */
.progression {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.progression-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.progression-card {
  margin: 0;
  background: #0c0c0c;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.progression-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.progression-card figcaption {
  padding: 16px 16px 18px;
  display: grid;
  gap: 7px;
}
.progression-card figcaption strong {
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .02em;
}
.progression-card figcaption span {
  color: #aaa39a;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .progression-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .progression-grid { grid-template-columns: 1fr; }
}

/* Replacement Work gallery */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.work-item { margin: 0; overflow: hidden; background: #0b0b0b; }
.work-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .work-grid { grid-template-columns: 1fr; }
}


/* Full-image lightbox for Work gallery */
.work-item {
  position: relative;
  cursor: zoom-in;
}
.work-view-label {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 8px);
  padding: 8px 12px;
  background: rgba(0,0,0,.78);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  white-space: nowrap;
}
.work-item:hover .work-view-label,
.work-item:focus .work-view-label {
  opacity: 1;
  transform: translate(-50%, 0);
}
.work-item:hover img,
.work-item:focus img {
  filter: brightness(.82);
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.96);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.work-lightbox.open {
  display: flex;
}
.work-lightbox-inner {
  width: min(94vw, 1500px);
  height: min(90vh, 1100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.work-lightbox img {
  max-width: 100%;
  max-height: calc(90vh - 56px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 12px 60px rgba(0,0,0,.65);
}
.work-lightbox-caption {
  margin-top: 12px;
  color: #c7c1b8;
  font-size: 13px;
  text-align: center;
}
.work-lightbox-close,
.work-lightbox-prev,
.work-lightbox-next {
  position: absolute;
  border: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.work-lightbox-close {
  top: 18px;
  right: 24px;
  font-size: 40px;
  line-height: 1;
  width: 48px;
  height: 48px;
}
.work-lightbox-prev,
.work-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 72px;
  font-size: 52px;
  line-height: 1;
}
.work-lightbox-prev { left: 16px; }
.work-lightbox-next { right: 16px; }
body.lightbox-open { overflow: hidden; }

@media (max-width: 700px) {
  .work-lightbox { padding: 16px; }
  .work-lightbox-prev,
  .work-lightbox-next {
    width: 42px;
    height: 58px;
    font-size: 42px;
  }
  .work-lightbox-prev { left: 6px; }
  .work-lightbox-next { right: 6px; }
  .work-lightbox-close { right: 8px; top: 8px; }
  .work-view-label {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}


/* v22: show more of each Work photo instead of aggressive center cropping */
#work .work-item {
  background: #0a0a0a;
  overflow: hidden;
}

#work .work-item img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  transform: scale(0.94);
}

/* Keep hover interaction subtle without re-zooming the image */
#work .work-item:hover img,
#work .work-item:focus img {
  transform: scale(0.94);
}


/* v23: compact description band on each Work image */
#work .work-item {
  padding-bottom: 42px;
}

#work .work-item img {
  height: calc(100% - 42px);
}

#work .work-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: rgba(8, 8, 8, .96);
  border-top: 1px solid rgba(255,255,255,.10);
  color: #ddd4c7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
  z-index: 3;
}

#work .work-view-label {
  bottom: 58px;
}


/* v24: no View Full Image hover button; images remain clickable for full-size viewing */
#work .work-view-label {
  display: none !important;
}


/* v25: clean Work gallery — no visible image descriptions */
#work .work-item {
  padding-bottom: 0 !important;
}
#work .work-item img {
  height: 100% !important;
}
#work .work-caption {
  display: none !important;
}


/* v26: subtle TOM@9DRAGONSINK watermark on Work gallery images */
#work .work-item::after {
  content: "TOM@9DRAGONSINK";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  padding: 5px 7px;
  background: rgba(0, 0, 0, .42);
  color: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .14);
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 560px) {
  #work .work-item::after {
    right: 8px;
    bottom: 8px;
    font-size: 9px;
    padding: 4px 6px;
  }
}

/* v28: colored TOM@9DRAGONSINK watermark is embedded directly in Work image files */
#work .work-item::after { display:none !important; content:none !important; }

/* v35: new portrait sketch photos fill their cards without letterbox bands */
.sketch-card.sketch-new img { object-fit: cover; object-position: center; background: transparent; }
