/* ============================================================
   ROWAN VALE — ARTIST MONOGRAPH STYLE
   Dark slate + gold. Minimal chrome. Art book aesthetic.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400;1,600&family=Raleway:wght@200;300;400&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: #232323;
  font-family: 'Raleway', sans-serif;
  color: #EEE6D8;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 48px;
  background: rgba(35,35,35,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(238,230,216,0.05);
}
.logo {
  font-family: 'Raleway', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 0.28em;
  text-transform: uppercase; color: rgba(238,230,216,0.5);
  text-decoration: none; transition: color 0.2s;
}
.logo:hover { color: rgba(238,230,216,0.85); }
.nav-links { display: none; }
.nav-hamburger {
  display: flex; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.nav-hamburger span { display: block; width: 22px; height: 0.5px; background: rgba(238,230,216,0.3); }
/* Mobile: slide in from right, full height, 50% width */
.nav-drawer {
  position: fixed; top: 62px; right: 0; bottom: 0;
  width: 50%;
  background: rgba(35,35,35,0.99);
  padding: 0 24px;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-end;
  gap: 0;
  border-left: 0.5px solid rgba(238,230,216,0.07);
  border-top: none;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  margin-top: -1px;
}
.nav-drawer.open { transform: translateX(0); }
.nav-drawer a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300; font-style: italic;
  color: rgba(238,230,216,0.4); text-decoration: none;
  transition: color 0.2s; padding: 14px 0;
  border-bottom: 0.5px solid rgba(238,230,216,0.06);
  width: 100%; text-align: right;
}
.nav-drawer a:last-child { border-bottom: none; }
.nav-drawer a:hover { color: rgba(238,230,216,0.9); }

/* Desktop: normal horizontal nav links, no drawer */
@media (min-width: 900px) {
  .nav-links { display: flex !important; gap: 36px; }
  .nav-hamburger { display: none !important; }
  .nav-drawer { display: none !important; transform: none; }
  .nav-links a {
    font-size: 9px; font-weight: 300; letter-spacing: 0.22em;
    text-transform: uppercase; color: rgba(238,230,216,0.3);
    text-decoration: none; transition: color 0.2s;
  }
  .nav-links a:hover { color: rgba(238,230,216,0.7); }
}

/* ── HERO ── */
.hero {
  position: relative; width: 100%; height: 100vh;
  overflow: hidden; min-height: 600px;
}
.hero img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
}
.hero-fade-l {
  position: absolute; top: 0; left: 0; width: 54%; height: 100%;
  background: linear-gradient(to right, #232323 15%, rgba(32,32,32,0.82) 52%, transparent 100%);
}
.hero-fade-b {
  position: absolute; bottom: 0; left: 0; right: 0; height: 45%;
  background: linear-gradient(to top, #202020, transparent);
}
.hero-content {
  position: absolute; bottom: 52px; left: 48px; z-index: 2;
}
.hero-statement {
  font-family: 'Raleway', sans-serif;
  font-size: 10px; font-weight: 200; letter-spacing: 0.18em;
  color: rgba(238,230,216,0.22); margin-top: 8px;
  max-width: 260px; line-height: 1.8; text-transform: none;
}
.hero-content--high {
  bottom: 52px;
  top: auto;
  transform: none;
}
.hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 15px; font-weight: 200; letter-spacing: 0.14em;
  text-transform: none; color: rgba(238,230,216,0.18); margin-bottom: 18px;
  line-height: 2;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px; font-weight: 300; line-height: 0.9;
  color: #EEE6D8;
}
.hero-title em { font-style: italic; color: #FFFFFF; }
.scroll-cue {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
}
.scroll-line { width: 0.5px; height: 40px; background: rgba(238,230,216,0.2); }
.scroll-txt {
  font-size: 8px; letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(238,230,216,0.22);
}

/* ── STATEMENT ── */
.statement-section { display: none; }
.statement-text { display: none; }

/* ── CURRENT SECTION HEADER ── */
.current-section { padding: 0; }
.current-header {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 52px 48px 40px;
  border-bottom: 0.5px solid rgba(238,230,216,0.05);
}
#current-spreads {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.current-label { display: none; }
.current-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-style: italic; color: rgba(238,230,216,0.5);
}

/* ── SPREADS — full width monograph style ── */
.spread {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 0.5px solid rgba(238,230,216,0.05);
  margin-bottom: 28px;
  cursor: pointer;
  transition: background 0.3s;
}
.spread:hover { background: rgba(255,255,255,0.015); }


.spread-img {
  position: relative;
  background: #1E1E1E;
  display: flex; align-items: center; justify-content: center;
  min-height: 400px;
}
.spread-img img {
  width: 100%; height: auto;
  max-height: 600px;
  object-fit: contain; object-position: center;
  display: block; transition: transform 0.6s ease;
}
.spread:hover .spread-img img { transform: scale(1.015); }
.spread-avail {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(238,230,216,0.12); color: rgba(238,230,216,0.55);
  border: 0.5px solid rgba(238,230,216,0.2);
  padding: 5px 12px; font-size: 7px; letter-spacing: 0.18em; text-transform: uppercase;
}
.spread-photo-count {
  position: absolute; bottom: 20px; right: 20px;
  background: rgba(32,32,32,0.75);
  color: rgba(238,230,216,0.5);
  padding: 5px 10px; font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase;
}

.spread-info {
  padding: 36px 48px 0;
  display: flex; flex-direction: column; justify-content: space-between;
}
.spread-num { display: none; }
.spread-name-row {
  display: flex; align-items: baseline; gap: 16px; margin-bottom: 8px; flex-wrap: wrap;
}
.spread-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px; font-weight: 300; font-style: italic;
  line-height: 1.0; color: #EEE6D8;
}
.spread-detail { display: none; }

.spread-dimensions {
  font-family: 'Raleway', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(238,230,216,0.4);
  align-self: baseline; white-space: nowrap;
}
.spread-dim-label { display: none; }
.spread-description { display: none; }

.spread-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 10px; padding-bottom: 6px;
  border-top: 0.5px solid rgba(238,230,216,0.07);
}
.spread-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 300; color: rgba(238,230,216,0.6);
}
.spread-inquire {
  font-size: 9px; font-weight: 300; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(238,230,216,0.3);
  background: none; border: 0.5px solid rgba(238,230,216,0.15);
  padding: 12px 28px; cursor: pointer; font-family: 'Raleway', sans-serif;
  transition: all 0.2s;
}
.spread-inquire:hover { color: #EEE6D8; border-color: rgba(238,230,216,0.4); }

/* ── PAST SECTION ── */
.past-section {
  padding: 72px 48px;
  background: #1D1D1D;
  border-top: 0.5px solid rgba(238,230,216,0.04);
}
.past-header {
  display: flex; flex-direction: column; align-items: flex-start;
  margin-bottom: 36px;
  border-bottom: 0.5px solid rgba(238,230,216,0.05);
  padding-bottom: 18px;
}
.past-label { display: none; }
.past-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-style: italic; color: rgba(238,230,216,0.5);
}
.past-strip {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 2px;
  margin-bottom: 36px;
}
.past-item {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 3 / 4;
  background: #1E1E1E;
}
.past-item img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
  filter: brightness(1) saturate(1);
  transition: filter 0.3s, transform 0.4s;
}
.past-item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(20,20,20,0);
  transition: background 0.3s;
  pointer-events: none;
}
.past-item:hover::after { background: rgba(20,20,20,0.55); }
.past-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 12px 10px;
  background: transparent;
  z-index: 1;
}
.past-item-num { display: none; }
.past-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px; font-style: italic; font-weight: 400;
  color: #1A1A1A;
  text-shadow: 0 1px 3px rgba(255,255,255,0.5), 0 0 8px rgba(255,255,255,0.3);
}
.past-item-detail { display: none; }
.past-sold-badge { display: none; }
.past-tap { display: none; }
.archive-row { text-align: center; }
.archive-btn {
  background: transparent; border: 0.5px solid rgba(238,230,216,0.12);
  color: rgba(238,230,216,0.28); padding: 16px 52px;
  font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 300;
  letter-spacing: 0.24em; text-transform: uppercase; cursor: pointer;
  transition: all 0.2s;
}
.archive-btn:hover { border-color: rgba(238,230,216,0.3); color: rgba(238,230,216,0.6); }

/* ── QUOTE ── */
.quote-section { display: none; }

.q-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; font-style: italic;
  line-height: 1.6; color: rgba(238,230,216,0.28);
  max-width: 660px; margin: 0 auto 20px;
}
.q-attr {
  font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(238,230,216,0.14);
}

/* ── COMMISSION ── */
.commission {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  padding: 80px 48px; background: #1E1E1E;
  border-top: 0.5px solid rgba(238,230,216,0.07);
}
.comm-eyebrow {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(238,230,216,0.28); margin-bottom: 16px;
}
.comm-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 300; font-style: italic;
  color: #EEE6D8; line-height: 1.1; margin-bottom: 20px;
}
.comm-body {
  font-size: 13px; font-weight: 300; line-height: 2.1;
  color: rgba(238,230,216,0.35);
}
.comm-btn {
  background: transparent; color: #EEE6D8;
  border: 0.5px solid rgba(238,230,216,0.3);
  padding: 16px 0; font-family: 'Raleway', sans-serif;
  font-size: 9px; font-weight: 300; letter-spacing: 0.26em;
  text-transform: uppercase; cursor: pointer; width: 100%;
  margin-bottom: 16px; transition: all 0.2s;
}
.comm-btn:hover { background: rgba(238,230,216,0.05); border-color: rgba(238,230,216,0.5); }
.comm-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px; font-style: italic; line-height: 1.9;
  color: rgba(238,230,216,0.2);
}

/* ── FOOTER ── */
footer {
  background: #191919; padding: 28px 48px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 0.5px solid rgba(238,230,216,0.04);
}
.f-logo {
  font-family: 'Raleway', sans-serif;
  font-size: 10px; font-weight: 300; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(238,230,216,0.18);
}
.f-links { display: flex; gap: 28px; }
.f-links a {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(238,230,216,0.18); text-decoration: none; transition: color 0.2s;
}
.f-links a:hover { color: rgba(238,230,216,0.5); }
.f-note { font-size: 9px; letter-spacing: 0.12em; color: rgba(238,230,216,0.1); }

/* ── BUTTONS ── */
.btn-primary {
  background: transparent; color: #EEE6D8;
  border: 0.5px solid rgba(238,230,216,0.3);
  padding: 12px 24px; font-family: 'Raleway', sans-serif;
  font-size: 9px; font-weight: 300; letter-spacing: 0.22em;
  text-transform: uppercase; cursor: pointer; transition: all 0.2s;
}
.btn-primary:hover { background: rgba(238,230,216,0.05); }

/* ── LIGHTBOX ── */
.lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(20,20,20,0.97); z-index: 300;
  flex-direction: column;
}
.lightbox.open { display: flex; }
.lb-close {
  position: absolute; top: 20px; right: 24px; z-index: 10;
  background: rgba(32,32,32,0.7); border: 0.5px solid rgba(238,230,216,0.12);
  color: rgba(238,230,216,0.4); width: 38px; height: 38px;
  font-size: 16px; cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.lb-close:hover { color: #EEE6D8; border-color: rgba(238,230,216,0.4); }
.lb-stage {
  flex: 1; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; min-height: 0;
}
.lb-main-img {
  max-width: 100%; max-height: 100%;
  object-fit: contain; display: block;
  transition: opacity 0.15s ease, transform 0.15s ease;
  user-select: none;
}
.lb-prev-btn, .lb-next-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(32,32,32,0.6); border: 0.5px solid rgba(238,230,216,0.1);
  color: rgba(238,230,216,0.4); width: 44px; height: 44px;
  font-size: 20px; cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; z-index: 5;
}
.lb-prev-btn:hover, .lb-next-btn:hover { color: #EEE6D8; border-color: rgba(238,230,216,0.35); }
.lb-prev-btn { left: 16px; }
.lb-next-btn { right: 16px; }
.lb-thumbs-strip {
  display: flex; gap: 6px; padding: 10px 36px 8px;
  overflow-x: auto; flex-shrink: 0;
  border-top: 0.5px solid rgba(238,230,216,0.05);
  scrollbar-width: thin; scrollbar-color: rgba(238,230,216,0.15) transparent;
}
.lb-thumbs-strip::-webkit-scrollbar { height: 3px; }
.lb-thumbs-strip::-webkit-scrollbar-thumb { background: rgba(238,230,216,0.15); }
.lb-thumb {
  width: 64px; height: 64px; object-fit: cover; flex-shrink: 0;
  cursor: pointer; opacity: 0.3;
  border: 1.5px solid transparent; transition: opacity 0.2s, border-color 0.2s;
}
.lb-thumb:hover { opacity: 0.65; }
.lb-thumb.active { opacity: 1; border-color: rgba(238,230,216,0.6); }
.lb-counter {
  text-align: center; font-size: 8px; letter-spacing: 0.2em;
  color: rgba(238,230,216,0.15); font-family: 'Raleway', sans-serif;
  padding: 4px 0 6px;
}
.lb-info {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding: 16px 36px 24px; flex-shrink: 0;
  border-top: 0.5px solid rgba(238,230,216,0.05);
  background: rgba(18,18,18,0.95); gap: 40px;
}
.lb-info-left { flex: 1; min-width: 0; }
.lb-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 300; font-style: italic;
  color: #EEE6D8; margin-bottom: 4px;
}
.lb-detail-text {
  font-size: 9px; font-weight: 300; letter-spacing: 0.1em;
  color: rgba(238,230,216,0.25); margin-bottom: 4px;
}
.lb-dimensions {
  font-size: 10px; font-weight: 300; letter-spacing: 0.1em;
  color: rgba(238,230,216,0.6); margin-bottom: 6px;
}
.lb-description {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px; font-weight: 300; line-height: 1.75;
  color: rgba(238,230,216,0.3); max-width: 560px;
}
.lb-info-right { flex-shrink: 0; }
.lb-inquire-wrap { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.lb-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300; color: #EEE6D8;
}
.lb-inquire-btn { white-space: nowrap; }

/* ── PIECE CARD HOVER (warm wash) ── */
.spread-img::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(20,20,20,0);
  transition: background 0.4s ease; pointer-events: none;
}
.spread:hover .spread-img::after {
  background: rgba(20,20,20,0.22);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 16px 22px; }
  .hero-content { left: 22px; bottom: 48px; }
  .hero-title { font-size: 58px; }
  .statement-section { padding: 48px 22px; }
  .statement-text { font-size: 20px; }
  .current-header { padding: 40px 22px 28px; }
  .spread { grid-template-columns: 1fr; direction: ltr !important; }
  .spread:nth-child(even) { direction: ltr; }
  .spread-img { min-height: 200px; }
  .spread-info { padding: 16px 18px 16px; }
  .spread-name { font-size: 26px; margin-bottom: 4px; }
  .spread-detail { margin-bottom: 6px; }
  .spread-dimensions { margin-bottom: 6px; }
  .spread-description { font-size: 13px; margin-bottom: 10px; }
  .spread-footer { padding-top: 10px; }
  .spread-price { font-size: 20px; }
  #current-spreads { grid-template-columns: 1fr; }
  .spread-info { padding: 28px 22px; }
  .spread-name { font-size: 32px; }
  .past-section { padding: 48px 22px; }
  .past-strip { grid-template-columns: 1fr 1fr; }
  .quote-section { padding: 64px 22px; }
  .q-text { font-size: 22px; }
  .commission { grid-template-columns: 1fr; gap: 36px; padding: 52px 22px; }
  footer { padding: 20px 22px; flex-wrap: wrap; gap: 14px; }
  .f-note { display: none; }
  .lb-info { flex-direction: column; align-items: flex-start; padding: 12px 18px 16px; gap: 12px; }
  .lb-info-right { width: 100%; }
  .lb-inquire-wrap { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; }
  .lb-prev-btn { left: 6px; }
  .lb-next-btn { right: 6px; }
}

/* ── COMMISSION EMAIL ── */
.comm-email-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-style: italic; font-weight: 300;
  color: rgba(238,230,216,0.6); text-decoration: none;
  display: block; margin-bottom: 16px;
  transition: color 0.2s;
}
.comm-email-link:hover { color: #EEE6D8; }

/* ── MAILING LIST ── */
.mailing-section {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  padding: 80px 48px;
  background: #1A1A1A;
  border-top: 0.5px solid rgba(238,230,216,0.05);
}
.mail-eyebrow {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(238,230,216,0.28); margin-bottom: 14px;
}
.mail-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px; font-weight: 300; font-style: italic;
  color: rgba(238,230,216,0.7); line-height: 1.1; margin-bottom: 14px;
}
.mail-desc {
  font-size: 12px; font-weight: 300; line-height: 1.9;
  color: rgba(238,230,216,0.28); max-width: 340px;
}
.mail-fields {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 0;
}
.mail-field {
  display: flex; flex-direction: column; gap: 7px;
}
.mail-field label {
  font-size: 8px; font-weight: 300; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(238,230,216,0.22);
}
.mail-field input {
  background: transparent;
  border: none;
  border-bottom: 0.5px solid rgba(238,230,216,0.3);
  color: rgba(238,230,216,0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 13px; font-weight: 300;
  padding: 10px 0; outline: none; width: 100%;
  transition: border-color 0.2s;
}
.mail-field input::placeholder { color: rgba(238,230,216,0.3); }
.mail-field input:focus { border-bottom-color: rgba(238,230,216,0.6); }
.mail-btn {
  margin-top: 24px;
  background: transparent;
  border: 0.5px solid rgba(238,230,216,0.18);
  color: rgba(238,230,216,0.45);
  padding: 13px 44px;
  font-family: 'Raleway', sans-serif;
  font-size: 9px; font-weight: 300; letter-spacing: 0.26em;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; display: block;
}
.mail-btn:hover { border-color: rgba(238,230,216,0.35); color: rgba(238,230,216,0.75); }
.mail-note {
  margin-top: 12px; font-size: 11px;
  color: rgba(238,230,216,0.15);
  font-family: 'Cormorant Garamond', serif; font-style: italic;
}
@media (max-width: 900px) {
  .mailing-section { grid-template-columns: 1fr; gap: 36px; padding: 52px 22px; }
  .mail-fields { grid-template-columns: 1fr; gap: 16px; }
  .mail-btn { width: 100%; }
}

/* ── INQUIRY POPUP ── */
.inquiry-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.75); z-index: 300;
  align-items: center; justify-content: center;
  padding: 20px;
}
.inquiry-overlay.open { display: flex; }
.inquiry-modal {
  background: #1A1A1A;
  border: 0.5px solid rgba(238,230,216,0.08);
  padding: 36px 32px; width: 100%; max-width: 420px;
  position: relative;
}
.inquiry-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none;
  color: rgba(238,230,216,0.3); font-size: 16px; cursor: pointer;
}
.inquiry-close:hover { color: rgba(238,230,216,0.7); }
.inquiry-eyebrow {
  font-size: 8px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(238,230,216,0.28); margin-bottom: 10px;
}
.inquiry-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300; font-style: italic;
  color: rgba(238,230,216,0.85); margin-bottom: 6px;
}
.inquiry-piece {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(238,230,216,0.25); margin-bottom: 24px;
}
.inquiry-field {
  display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px;
}
.inquiry-field label {
  font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(238,230,216,0.22);
}
.inquiry-field input,
.inquiry-field textarea {
  background: transparent; border: none;
  border-bottom: 0.5px solid rgba(238,230,216,0.2);
  color: rgba(238,230,216,0.7);
  font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 300;
  padding: 8px 0; outline: none; width: 100%; resize: none;
}
.inquiry-field input::placeholder,
.inquiry-field textarea::placeholder { color: rgba(238,230,216,0.18); }
.inquiry-submit {
  margin-top: 20px; background: transparent;
  border: 0.5px solid rgba(238,230,216,0.2);
  color: rgba(238,230,216,0.5); padding: 12px 36px;
  font-family: 'Raleway', sans-serif; font-size: 9px;
  letter-spacing: 0.24em; text-transform: uppercase;
  cursor: pointer; display: block; width: 100%;
  transition: all 0.2s;
}
.inquiry-submit:hover { border-color: rgba(238,230,216,0.4); color: rgba(238,230,216,0.8); }