
:root {
  --green-950: #0f3228;
  --green-900: #143b2f;
  --green-850: #194635;
  --green-700: #2f684c;
  --cream: #f5edd9;
  --cream-2: #fbf7eb;
  --ink: #2b241a;
  --gold: #c79a3f;
  --gold-light: #e8c875;
  --wine: #8e2548;
  --line: rgba(199,154,63,.72);
  --shadow: 0 18px 55px rgba(5,24,18,.34);
  --display: "Forum", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --serif: "Cormorant Garamond", Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 5%, rgba(255,255,255,.05), transparent 26rem),
    linear-gradient(135deg, #0d2d24, #153e30 50%, #0e2f26);
  font-family: var(--serif);
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-shell {
  position: relative;
  width: min(1480px, calc(100% - 24px));
  margin: 12px auto;
  min-height: calc(100vh - 24px);
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 30px 30px 34px 34px;
  background: var(--green-950);
  box-shadow: var(--shadow), inset 0 0 0 6px #173d31, inset 0 0 0 8px rgba(225,190,104,.58);
}
.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
  width: 190px;
  height: 110px;
  opacity: .9;
  background:
    radial-gradient(ellipse at 12% 80%, transparent 0 36px, var(--gold) 38px 40px, transparent 42px),
    radial-gradient(ellipse at 39% 38%, transparent 0 48px, var(--gold) 50px 52px, transparent 54px);
}
.site-shell::before { top: -46px; right: -42px; transform: rotate(9deg); }
.site-shell::after { bottom: -61px; left: -48px; transform: rotate(188deg); }

.topbar {
  min-height: 145px;
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: center;
  position: relative;
  z-index: 3;
  border-bottom: 2px solid var(--gold);
  background: linear-gradient(180deg, #133a2e 0%, #103329 100%);
}
.logo-link {
  position: absolute;
  z-index: 8;
  top: 8px;
  left: 24px;
  width: 410px;
  transform-origin: top left;
  filter: drop-shadow(0 9px 12px rgba(0,0,0,.22));
}
.logo-link img { width: 100%; height: auto; }

.main-nav {
  grid-column: 2;
  justify-self: center;
  width: min(760px, 96%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
  padding: 18px 20px;
}
.main-nav a {
  position: relative;
  text-decoration: none;
  color: #f5df9f;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.45vw, 2.7rem);
  line-height: 1;
  text-shadow: 0 1px 0 #392d11;
  transition: transform .18s ease, color .18s ease;
}
.main-nav a::after {
  content: "❧";
  position: absolute;
  right: -42px;
  top: 52%;
  transform: translateY(-48%);
  font-size: .72em;
  color: var(--gold);
  opacity: .88;
}
.main-nav a:last-child::after { display: none; }
.main-nav a:hover,
.main-nav a:focus-visible { color: #fff0bd; transform: translateY(-2px); }

.hero-grid {
  display: grid;
  grid-template-columns: 39% 61%;
  min-height: 565px;
  position: relative;
  z-index: 1;
}
.intro-panel {
  position: relative;
  z-index: 2;
  background:
    radial-gradient(circle at 55% 38%, rgba(255,255,255,.75), transparent 35%),
    linear-gradient(105deg, #faf5e9 0%, #f3ead3 72%, rgba(242,233,211,.86) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 265px 38px 30px;
}
.intro-panel::before {
  content: "";
  position: absolute;
  inset: 12px 6px 8px 10px;
  pointer-events: none;
  border-left: 1.5px solid rgba(183,140,51,.74);
  border-bottom: 1.5px solid rgba(183,140,51,.52);
  border-radius: 0 0 0 85px;
  opacity: .72;
}
.eyebrow { display:none; }
.hero-title {
  margin: 0;
  color: #173e31;
  font-family: var(--display);
  font-size: clamp(3.25rem, 4.45vw, 5.15rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero-title span { display: block; }
.hero-title .beauty { margin-left: .46em; }
.tagline {
  margin: 18px 0 0;
  padding-top: 12px;
  position: relative;
  color: #173b2f;
  font-size: clamp(1.15rem, 1.52vw, 1.62rem);
  letter-spacing: .28em;
  text-transform: uppercase;
}
.tagline::before {
  content: "✦";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: .75rem;
  background: var(--cream);
  padding: 0 .6rem;
}
.tagline::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 12%;
  right: 12%;
  border-top: 1px solid var(--gold);
  z-index: -1;
}
.intro-copy {
  max-width: 470px;
  margin: 25px 0 0;
  color: #3a352d;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.15;
  font-weight: 500;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  border-left: 2px solid rgba(199,154,63,.75);
  background: #315f45;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 565px;
  object-fit: cover;
  object-position: 54% 50%;
  filter: saturate(.98) contrast(1.03);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(247,240,220,.18), transparent 17%, transparent 88%, rgba(19,57,45,.14));
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 5;
  margin: -6px 10px 0;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  border-radius: 88px 88px 0 0;
  background: var(--cream);
  overflow: hidden;
}
.portal-card {
  min-height: 294px;
  padding: 12px 14px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  text-decoration: none;
  background:
    radial-gradient(circle at 50% 15%, rgba(255,255,255,.88), transparent 43%),
    linear-gradient(#fbf7eb, #f4ecd7);
  border-right: 2px solid var(--gold);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.portal-card:last-child { border-right: 0; }
.portal-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(190,144,51,.58);
  border-radius: 70px 70px 8px 8px;
  pointer-events: none;
}
.portal-card:hover,
.portal-card:focus-visible {
  z-index: 2;
  transform: translateY(-5px);
  background: #fffaf0;
  box-shadow: 0 15px 30px rgba(35,47,35,.14);
  outline: none;
}
.orchid-icon {
  width: min(250px, 76%);
  height: 150px;
  object-fit: cover;
  object-position: 50% 50%;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 72% 66% at center, #000 58%, rgba(0,0,0,.85) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 66% at center, #000 58%, rgba(0,0,0,.85) 72%, transparent 100%);
  margin-bottom: -2px;
  filter: saturate(.94) contrast(1.02);
}
.portal-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 2.7vw, 3.2rem);
  line-height: .9;
  font-weight: 400;
  color: #332315;
}
.portal-card p {
  margin: 8px auto 0;
  max-width: 270px;
  font-size: clamp(.78rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.24;
  text-transform: uppercase;
}
.species-name {
  position: absolute;
  bottom: 12px;
  right: 17px;
  font-size: .68rem;
  font-style: italic;
  opacity: 0;
  transition: opacity .2s ease;
}
.portal-card:hover .species-name { opacity: .72; }

.bottom-band {
  min-height: 66px;
  position: relative;
  z-index: 2;
  border-top: 2px solid var(--gold);
  background: linear-gradient(#12372c, #0f3027);
}
.bottom-band::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 28px;
  border-top: 1px solid rgba(209,166,74,.75);
}
.bottom-band::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 19px;
  transform: translateX(-50%);
  color: var(--gold-light);
  background: var(--green-950);
  padding: 0 16px;
}

/* Interior placeholder pages — intentionally simple until each page is designed. */
.inner-shell .topbar { min-height: 122px; grid-template-columns: 390px 1fr; }
.inner-shell .logo-link { width: 345px; }
.inner-main {
  min-height: 720px;
  padding: 95px clamp(28px, 6vw, 100px) 90px;
  background:
    linear-gradient(90deg, rgba(246,238,217,.98), rgba(251,248,238,.98)),
    radial-gradient(circle at 90% 5%, rgba(199,154,63,.22), transparent 24rem);
}
.inner-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 400;
  color: #173b2f;
}
.inner-kicker {
  margin: 0 0 18px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #8d6c2f;
  font-weight: 600;
}
.placeholder-note {
  max-width: 720px;
  margin-top: 28px;
  font-size: 1.45rem;
  line-height: 1.4;
}
.back-home {
  display:inline-block;
  margin-top: 38px;
  padding: 11px 20px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  text-decoration:none;
  color:#173b2f;
  font-weight: 600;
}

@media (max-width: 1080px) {
  .topbar { min-height: 118px; grid-template-columns: 330px 1fr; }
  .logo-link { width: 310px; left: 18px; }
  .main-nav { gap: 34px; }
  .main-nav a { font-size: 2rem; }
  .hero-grid { grid-template-columns: 42% 58%; min-height: 520px; }
  .intro-panel { padding: 230px 28px 26px; }
  .hero-photo img { min-height: 520px; }
  .portal-card { min-height: 250px; }
  .orchid-icon { height: 124px; }
}

@media (max-width: 760px) {
  .site-shell { width: min(100% - 12px, 720px); margin: 6px auto; border-radius: 22px; }
  .topbar {
    min-height: 0;
    display:flex;
    flex-direction:column;
    padding: 12px 10px 10px;
  }
  .logo-link { position: static; width: min(360px, 86vw); margin: 0 auto -20px; }
  .main-nav { width: 100%; gap: 0; justify-content: space-around; padding: 12px 4px 8px; }
  .main-nav a { font-size: clamp(1.25rem, 6vw, 1.72rem); }
  .main-nav a::after { display:none; }
  .hero-grid { grid-template-columns: 1fr; }
  .intro-panel { order: 2; padding: 42px 22px 40px; }
  .hero-photo { order:1; border-left:0; border-bottom: 2px solid var(--gold); }
  .hero-photo img { min-height: 0; height: auto; aspect-ratio: 1.25/1; object-position: 55% 48%; }
  .hero-title { font-size: clamp(3.2rem, 15vw, 5rem); }
  .tagline { font-size: .95rem; letter-spacing: .18em; }
  .intro-copy { font-size: 1.12rem; line-height:1.2; }
  .portal-grid { grid-template-columns: repeat(2, 1fr); border-radius: 60px 60px 0 0; margin: 0 6px; }
  .portal-card { min-height: 238px; border-bottom: 2px solid var(--gold); }
  .portal-card:nth-child(2) { border-right:0; }
  .portal-card:nth-child(3), .portal-card:nth-child(4) { border-bottom:0; }
  .orchid-icon { height: 125px; width: 83%; }
  .inner-shell .topbar { min-height:0; display:flex; }
  .inner-shell .logo-link { width:min(340px,84vw); }
  .inner-main { padding-top: 55px; }
}

@media (max-width: 460px) {
  .portal-grid { grid-template-columns: 1fr; border-radius: 50px 50px 0 0; }
  .portal-card { border-right:0; border-bottom: 2px solid var(--gold) !important; min-height: 230px; }
  .portal-card:last-child { border-bottom:0 !important; }
  .orchid-icon { width: 70%; }
  .bottom-band { min-height: 48px; }
}

/* Temporary Coming Soon pages used while the interior pages are being designed. */
.main-nav a.active {
  color: #fff0bd;
}
.main-nav a.active::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -12px;
  border-top: 1px solid var(--gold-light);
}
.coming-page {
  position: relative;
  min-height: 720px;
  padding: 82px clamp(24px, 7vw, 110px) 88px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,.92), transparent 23rem),
    linear-gradient(105deg, #f8f1df, #f1e5c8 52%, #f8f1df);
}
.coming-page::before,
.coming-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 180px;
  height: 180px;
  opacity: .28;
  border: 2px solid var(--gold);
}
.coming-page::before {
  top: 30px;
  left: 30px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 90px 0 0 0;
}
.coming-page::after {
  right: 30px;
  bottom: 30px;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 90px 0;
}
.coming-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  min-height: 545px;
  padding: 44px 46px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(251,247,235,.78);
  border: 1px solid rgba(190,144,51,.72);
  border-radius: 150px 150px 18px 18px;
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.35), 0 18px 50px rgba(44,45,28,.11);
}
.coming-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(190,144,51,.42);
  border-radius: 138px 138px 12px 12px;
  pointer-events: none;
}
.coming-orchid {
  width: min(320px, 62vw);
  height: 185px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 73% 69% at center, #000 58%, rgba(0,0,0,.88) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 73% 69% at center, #000 58%, rgba(0,0,0,.88) 72%, transparent 100%);
  margin: -10px 0 5px;
}
.coming-kicker {
  margin: 0 0 8px;
  color: #8d6c2f;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.coming-card h1 {
  margin: 0;
  color: #173b2f;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  line-height: .9;
}
.art-divider {
  width: min(280px, 72%);
  height: 28px;
  margin: 13px auto 8px;
  display: flex;
  align-items: center;
  color: var(--gold);
}
.art-divider::before,
.art-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--gold);
}
.art-divider span {
  padding: 0 13px;
  font-size: .82rem;
}
.coming-soon-title {
  margin: 3px 0 6px;
  color: #3b2819;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  letter-spacing: .04em;
}
.coming-copy {
  max-width: 560px;
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.45;
  color: #454036;
}
.coming-card .back-home {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .main-nav a.active::before { bottom: -7px; }
  .coming-page { min-height: 610px; padding: 50px 20px 60px; }
  .coming-card { min-height: 500px; padding: 34px 22px 38px; border-radius: 100px 100px 14px 14px; }
  .coming-card::before { border-radius: 90px 90px 10px 10px; }
  .coming-orchid { height: 155px; }
  .coming-page::before, .coming-page::after { width: 105px; height: 105px; }
}

/* About page */
.about-page {
  position: relative;
  overflow: hidden;
  padding: 64px clamp(28px, 5vw, 86px) 76px;
  background:
    radial-gradient(circle at 16% 15%, rgba(255,255,255,.9), transparent 22rem),
    radial-gradient(circle at 86% 72%, rgba(199,154,63,.10), transparent 28rem),
    linear-gradient(108deg, #fbf7eb 0%, #f3ead3 52%, #faf4e5 100%);
}
.about-page::before,
.about-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 180px;
  height: 180px;
  opacity: .42;
  border-color: var(--gold);
}
.about-page::before {
  top: 24px;
  left: 24px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  border-radius: 92px 0 0 0;
}
.about-page::after {
  right: 24px;
  bottom: 24px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  border-radius: 0 0 92px 0;
}
.about-heading {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto 42px;
  text-align: center;
}
.about-species-mark {
  width: 122px;
  height: 78px;
  object-fit: cover;
  object-position: 50% 48%;
  margin: -18px auto -2px;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 76% 72% at center, #000 55%, rgba(0,0,0,.82) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 72% at center, #000 55%, rgba(0,0,0,.82) 74%, transparent 100%);
}
.about-kicker {
  margin: 0 0 7px;
  color: #8d6c2f;
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.about-heading h1 {
  margin: 0;
  color: #173b2f;
  font-family: var(--display);
  font-size: clamp(4.3rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: .86;
}
.about-divider {
  position: relative;
  width: min(260px, 70%);
  height: 25px;
  margin: 13px auto 0;
}
.about-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  border-top: 1px solid var(--gold);
}
.about-divider span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 12px;
  color: var(--gold);
  background: #f8f1df;
}
.about-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, .84fr) minmax(420px, 1.16fr);
  gap: clamp(40px, 5vw, 82px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.portrait-frame {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1.5px solid rgba(183,140,51,.78);
  background: rgba(255,251,240,.68);
  box-shadow: 0 18px 42px rgba(52,47,30,.16);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  border: 1px solid rgba(183,140,51,.38);
}
.portrait-main {
  border-radius: 170px 170px 20px 20px;
  overflow: hidden;
}
.portrait-main::before { border-radius: 162px 162px 14px 14px; }
.portrait-main img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 46%;
  border-radius: 158px 158px 10px 10px;
}
.bio-copy {
  padding: 18px 0;
  color: #342d23;
  font-size: clamp(1.12rem, 1.32vw, 1.34rem);
  line-height: 1.5;
}
.bio-copy p {
  margin: 0 0 1.18em;
}
.bio-copy p:last-child { margin-bottom: 0; }
.bio-copy strong { color: #173b2f; font-weight: 600; }
.bio-copy em { color: #4e5e42; }
.bio-copy p:first-child::first-letter {
  float: left;
  margin: .04em .10em 0 0;
  color: #8c6a2b;
  font-family: var(--display);
  font-size: 4.2em;
  line-height: .78;
}
.cats-feature {
  position: relative;
  z-index: 2;
  width: min(840px, 100%);
  margin: 66px auto 0;
  text-align: center;
}
.cats-image-frame {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(183,140,51,.76);
  border-radius: 120px 120px 18px 18px;
  background: rgba(255,251,240,.74);
  box-shadow: 0 18px 40px rgba(52,47,30,.13);
}
.cats-image-frame::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(183,140,51,.32);
  border-radius: 114px 114px 13px 13px;
  pointer-events: none;
}
.cats-image-frame img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 41%;
  border-radius: 108px 108px 10px 10px;
}
.cats-feature figcaption {
  margin-top: 15px;
  color: #66563a;
  font-size: 1.05rem;
  font-style: italic;
}
.cats-feature figcaption strong {
  color: #173b2f;
  font-style: normal;
}

@media (max-width: 940px) {
  .about-page { padding-top: 48px; }
  .about-layout { grid-template-columns: 1fr; max-width: 760px; }
  .portrait-main { width: min(520px, 86vw); margin-inline: auto; }
  .bio-copy { padding: 0 10px; }
  .cats-image-frame img { height: min(430px, 60vw); }
}

@media (max-width: 600px) {
  .about-page { padding: 38px 18px 52px; }
  .about-heading { margin-bottom: 28px; }
  .about-species-mark { width: 105px; height: 70px; }
  .about-kicker { font-size: .72rem; letter-spacing: .16em; }
  .about-heading h1 { font-size: 4.2rem; }
  .portrait-main { border-radius: 100px 100px 16px 16px; }
  .portrait-main::before { border-radius: 94px 94px 11px 11px; }
  .portrait-main img { border-radius: 90px 90px 8px 8px; }
  .bio-copy { font-size: 1.08rem; line-height: 1.48; }
  .cats-feature { margin-top: 44px; }
  .cats-image-frame { border-radius: 72px 72px 14px 14px; }
  .cats-image-frame::before { border-radius: 67px 67px 10px 10px; }
  .cats-image-frame img { height: 360px; border-radius: 62px 62px 8px 8px; }
}


/* Contact page */
.contact-page {
  position: relative;
  overflow: hidden;
  padding: 58px clamp(24px, 4.5vw, 74px) 74px;
  background:
    radial-gradient(circle at 14% 10%, rgba(255,255,255,.92), transparent 22rem),
    radial-gradient(circle at 88% 52%, rgba(199,154,63,.09), transparent 26rem),
    linear-gradient(108deg, #fbf7eb 0%, #f3ead3 52%, #faf4e5 100%);
}
.contact-page::before,
.contact-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 170px;
  height: 170px;
  opacity: .38;
  border-color: var(--gold);
}
.contact-page::before {
  top: 25px;
  left: 25px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  border-radius: 90px 0 0 0;
}
.contact-page::after {
  right: 25px;
  bottom: 25px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  border-radius: 0 0 90px 0;
}
.contact-heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}
.contact-species-mark {
  width: 122px;
  height: 78px;
  object-fit: cover;
  object-position: 50% 48%;
  margin: -15px auto -2px;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 76% 72% at center, #000 55%, rgba(0,0,0,.82) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 72% at center, #000 55%, rgba(0,0,0,.82) 74%, transparent 100%);
}
.contact-kicker {
  margin: 0 0 6px;
  color: #8d6c2f;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.contact-heading h1 {
  margin: 0;
  color: #173b2f;
  font-family: var(--display);
  font-size: clamp(4.3rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: .86;
}
.contact-intro-title {
  margin: 24px 0 5px;
  color: #173b2f;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  font-weight: 400;
}
.contact-intro {
  max-width: 730px;
  margin: 0 auto;
  color: #4a4134;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.42;
}
.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(315px, .85fr);
  gap: clamp(26px, 3.4vw, 48px);
  max-width: 1260px;
  margin: 36px auto 0;
  align-items: start;
}
.contact-card,
.services-card,
.contact-orchid-frame {
  position: relative;
  border: 1px solid rgba(183,140,51,.76);
  background: rgba(255,251,240,.72);
  box-shadow: 0 17px 40px rgba(52,47,30,.11);
}
.contact-card {
  padding: 34px clamp(22px, 3vw, 48px) 38px;
  border-radius: 70px 70px 18px 18px;
}
.contact-card::before,
.services-card::before,
.contact-orchid-frame::before {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(183,140,51,.34);
}
.contact-card::before { border-radius: 64px 64px 12px 12px; }
.contact-card h2,
.services-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #173b2f;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}
.contact-form {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}
.form-row { margin-bottom: 18px; }
.contact-form label {
  display: block;
  margin: 0 0 7px;
  color: #173b2f;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(183,140,51,.58);
  border-radius: 10px;
  background: rgba(255,252,243,.82);
  color: #2f291f;
  font: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form textarea {
  min-height: 205px;
  resize: vertical;
  line-height: 1.45;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  background: #fffdf7;
  box-shadow: 0 0 0 3px rgba(199,154,63,.13);
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.order-note {
  margin: 5px auto 20px;
  text-align: center;
  color: #66563a;
  font-size: 1.04rem;
  font-style: italic;
  line-height: 1.35;
}
.send-button {
  display: block;
  min-width: 280px;
  margin: 0 auto;
  padding: 13px 30px;
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  background: linear-gradient(#174936, #0f382c);
  color: #f9e8b0;
  font-family: var(--display);
  font-size: 1.55rem;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px rgba(199,154,63,.22), 0 7px 18px rgba(23,59,47,.14);
}
.send-button:hover,
.send-button:focus-visible {
  background: #1a503b;
  outline: none;
}
.form-privacy {
  max-width: 570px;
  margin: 20px auto 0;
  color: #655a47;
  font-size: .92rem;
  line-height: 1.35;
  text-align: center;
}
.form-status {
  display: none;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(183,140,51,.55);
  border-radius: 10px;
  background: rgba(232,200,117,.14);
  color: #173b2f;
  line-height: 1.4;
}
.form-status.show { display: block; }
.form-status.error { color: #732542; background: rgba(142,37,72,.08); }

.contact-side {
  display: grid;
  gap: 22px;
}
.contact-orchid-frame {
  padding: 8px;
  border-radius: 34px;
  overflow: hidden;
}
.contact-orchid-frame::before {
  z-index: 1;
  border-radius: 28px;
}
.contact-orchid-frame img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  object-position: 50% 47%;
  border-radius: 27px;
  mix-blend-mode: multiply;
}
.contact-orchid-frame figcaption {
  position: relative;
  z-index: 2;
  margin: 8px 0 2px;
  text-align: center;
  color: #66563a;
  font-size: .9rem;
  font-style: italic;
}
.services-card {
  padding: 28px 26px 26px;
  border-radius: 58px 58px 18px 18px;
}
.services-card::before { border-radius: 52px 52px 12px 12px; }
.services-list {
  position: relative;
  z-index: 1;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}
.services-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(183,140,51,.28);
}
.services-list li:first-child { border-top: 0; padding-top: 0; }
.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: #174535;
  color: #e5bd62;
  font-size: 1.45rem;
}
.services-list h3 {
  margin: 0 0 2px;
  color: #173b2f;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
}
.services-list p {
  margin: 0;
  color: #5c5141;
  font-size: .95rem;
  line-height: 1.25;
}

@media (max-width: 940px) {
  .contact-layout { grid-template-columns: 1fr; max-width: 760px; }
  .contact-side { grid-template-columns: minmax(260px, .8fr) minmax(340px, 1.2fr); align-items: stretch; }
  .contact-orchid-frame img { height: 100%; min-height: 430px; aspect-ratio: auto; }
}
@media (max-width: 680px) {
  .contact-page { padding: 38px 16px 52px; }
  .contact-heading h1 { font-size: 4.2rem; }
  .contact-species-mark { width: 105px; height: 70px; }
  .contact-kicker { font-size: .72rem; letter-spacing: .16em; }
  .contact-layout { margin-top: 28px; }
  .contact-card { padding: 28px 18px 32px; border-radius: 48px 48px 14px 14px; }
  .contact-card::before { border-radius: 42px 42px 10px 10px; }
  .send-button { min-width: 0; width: 100%; }
  .contact-side { grid-template-columns: 1fr; }
  .contact-orchid-frame img { min-height: 0; height: auto; aspect-ratio: 1 / .88; }
  .services-card { border-radius: 42px 42px 14px 14px; }
  .services-card::before { border-radius: 36px 36px 10px 10px; }
}
