@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,700;8..60,800&display=swap');

:root {
  --ink: #172330;
  --body: #687681;
  --blue: #377ff1;
  --orange: #ef4b30;
  --line: rgba(69, 89, 103, .13);
  --container: 1240px;
  --header-h: 84px;
}
* { box-sizing: border-box; }
html { min-width: 320px; }
body {
  margin: 0;
  min-height: 100svh;
  color: var(--ink);
  background: #fbfbfa url('background-contours.svg') center top / cover fixed no-repeat;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 52px)); margin: 0 auto; }

/* Normal-flow header: it scrolls away with the page instead of staying fixed. */
.site-header {
  position: relative;
  z-index: 10;
  min-height: var(--header-h);
  background: rgba(255,255,255,.80);
  border-bottom: 1px solid rgba(39, 63, 78, .09);
  box-shadow: 0 2px 10px rgba(23, 35, 48, .025);
  backdrop-filter: blur(5px);
}
.header-inner { min-height: var(--header-h); display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 172px; height: auto; }

.page-shell {
  min-height: calc(100svh - var(--header-h) - 58px);
  padding-top: 42px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, .88fr);
  gap: clamp(52px, 7vw, 92px);
  align-items: start;
}
.intro { min-height: 650px; display: flex; flex-direction: column; }
.message-block { width: min(100%, 650px); margin-top: 0; }
.paper-plane-path { width: min(100%, 470px); height: auto; margin: 0 0 18px; opacity: .78; user-select: none; }

h1 {
  margin: 0;
  max-width: 650px;
  color: var(--ink);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 4.5vw, 4.35rem);
  line-height: .96;
  letter-spacing: -.048em;
  font-weight: 800;
}
.lead { max-width: 600px; margin: 28px 0 0; color: var(--body); font-size: clamp(.98rem, 1.17vw, 1.08rem); line-height: 1.65; }

/* Compact, open countdown matching the selected preview. */
.countdown { margin-top: 30px; width: min(100%, 475px); }
.countdown-row { display: flex; align-items: stretch; }
.countdown-unit {
  width: 104px;
  padding: 0 20px;
  text-align: center;
  border-left: 1px solid rgba(100, 118, 130, .25);
}
.countdown-unit:first-child { padding-left: 0; border-left: 0; }
.countdown-unit:last-child { padding-right: 0; }
.countdown-unit strong {
  display: block;
  color: var(--ink);
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.72rem;
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 800;
}
.countdown-unit span { display: block; margin-top: 8px; color: #74818c; font-size: .66rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }

.etsy-button {
  min-height: 46px;
  width: fit-content;
  margin-top: 28px;
  padding: 0 19px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 7px;
  background: linear-gradient(180deg, #f05a37 0%, #ec472c 100%);
  color: #fff;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(239, 75, 48, .15);
  transition: background-color .18s ease, transform .18s ease;
}
.etsy-button:hover,.etsy-button:focus-visible { transform: translateY(-1px); filter: brightness(.98); }
.etsy-mark { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 4px; background: #fff; color: var(--orange); font-family: Georgia, serif; font-size: 1.17rem; line-height: 1; font-weight: 700; }
.etsy-button svg { width: 15px; height: 15px; margin-left: 2px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.contact-card {
  width: 100%;
  max-width: 492px;
  justify-self: end;
  padding: clamp(30px, 3vw, 39px);
  border: 1px solid rgba(76, 96, 110, .11);
  border-radius: 14px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 14px 34px rgba(28, 54, 68, .07);
  backdrop-filter: blur(8px);
}
.title-row { display: flex; align-items: center; gap: 13px; }
.mail-icon { width: 29px; height: 29px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-heading h2 { margin: 0; color: var(--ink); font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(1.55rem, 2vw, 1.8rem); line-height: 1.1; letter-spacing: -.027em; font-weight: 800; }
.card-heading p { margin: 17px 0 0; color: #727d86; font-size: .94rem; line-height: 1.58; }
.contact-form { margin-top: 25px; }
label { display: block; margin: 0 0 17px; }
label > span { display: block; margin: 0 0 8px; font-size: .82rem; font-weight: 600; }
input,textarea { width: 100%; border: 1px solid #d7dfe4; border-radius: 7px; background: rgba(255,255,255,.90); padding: 13px 14px; color: var(--ink); font: inherit; font-size: .91rem; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
textarea { min-height: 116px; resize: vertical; }
input::placeholder,textarea::placeholder { color: #98a2aa; }
input:focus,textarea:focus { border-color: rgba(55, 127, 241, .68); box-shadow: 0 0 0 3px rgba(55, 127, 241, .08); }
.submit-button { width: 100%; min-height: 49px; border: 0; border-radius: 7px; background: linear-gradient(90deg, #3e7ff0 0%, #5189f6 100%); color: #fff; font: inherit; font-size: .92rem; font-weight: 600; cursor: pointer; box-shadow: 0 8px 18px rgba(62, 127, 240, .14); transition: transform .18s ease, filter .18s ease; }
.submit-button:hover,.submit-button:focus-visible { transform: translateY(-1px); filter: brightness(.98); }
.response-note { margin: 13px 0 0; color: #7f8992; font-size: .78rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(69, 89, 103, .09);
  background: rgba(255,255,255,.46);
  color: #7a8791;
  font-size: .78rem;
  backdrop-filter: blur(4px);
}
.footer-inner { display: flex; justify-content: center; align-items: center; text-align: center; }
.logo-blue { color: #3998bc; font-weight: 600; }
.logo-red { color: #e7432d; font-weight: 600; }

@media (max-width: 960px) {
  .page-shell { grid-template-columns: 1fr; gap: 40px; padding-top: 30px; }
  .intro { min-height: auto; }
  .contact-card { max-width: none; justify-self: stretch; }
}
@media (max-width: 620px) {
  :root { --header-h: 74px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .brand img { width: 150px; }
  .page-shell { padding-top: 22px; padding-bottom: 34px; gap: 30px; }
  .paper-plane-path { width: 100%; max-width: 430px; margin-bottom: 14px; }
  h1 { font-size: clamp(2.4rem, 11vw, 3.25rem); }
  .lead { margin-top: 20px; font-size: .98rem; line-height: 1.57; }
  .countdown { width: 100%; margin-top: 24px; }
  .countdown-unit { width: 25%; padding: 0 8px; }
  .countdown-unit strong { font-size: 1.36rem; }
  .countdown-unit span { font-size: .52rem; letter-spacing: .03em; }
  .etsy-button { min-height: 43px; font-size: .83rem; }
  .contact-card { padding: 24px 18px; }
  .site-footer { min-height: 52px; }
}
.submit-button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}
