:root {
  --color-background: #f7f4ef;
  --color-surface: #fffdf9;
  --color-text: #2b2b2b;
  --color-muted: #7b746b;
  --color-soft: #a29b92;
  --color-border: rgba(43, 43, 43, 0.12);
  --color-button: #1f1c1a;
  --color-button-hover: #2b2622;
  --color-button-text: #ffffff;
  --font-serif: "Cormorant Garamond", "Canela", "Ivar Display", "Freight Display", "Editorial New", Georgia, "Times New Roman", serif;
  --font-sans: Inter, "Suisse International", "Neue Haas Grotesk", "PP Neue Montreal", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --gutter: 40px;
  --shadow-photo: 0 34px 90px rgba(44, 36, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-sans);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  text-rendering: geometricPrecision;
}

button,
a {
  font: inherit;
}

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

.meta-landing-shell {
  background: var(--color-background);
  min-height: 100vh;
  overflow-x: hidden;
}

.site-header,
.hero-grid,
.experience-inner {
  margin: 0 auto;
  max-width: var(--container);
  width: calc(100% - (var(--gutter) * 2));
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 34px 0 18px;
}

.wordmark {
  color: var(--color-text);
  display: inline-flex;
  line-height: 0;
}

.theaurir-logo {
  display: inline-flex;
}

.theaurir-logo svg {
  display: block;
  fill: currentColor;
  height: 28px;
  width: 142px;
}

.theaurir-logo text {
  fill: currentColor;
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0;
}

.theaurir-logo path {
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.hero-section {
  min-height: 100vh;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 5vw, 76px);
  grid-template-columns: minmax(440px, 0.98fr) minmax(420px, 1.02fr);
  min-height: calc(100vh - 82px);
  padding: 30px 0 82px;
}

.hero-copy {
  max-width: 720px;
}

h1,
h2,
p,
figure {
  margin: 0;
}

h1,
h2 {
  color: var(--color-text);
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(46px, 4.4vw, 72px);
  line-height: 1.08;
}

h1 span {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.04;
}

.primary-button {
  align-items: center;
  background: var(--color-button);
  border: 1px solid var(--color-button);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(33, 29, 25, 0.14);
  color: var(--color-button-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  margin-top: 38px;
  min-height: 54px;
  min-width: 150px;
  padding: 0 28px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.primary-button:hover {
  background: var(--color-button-hover);
  border-color: var(--color-button-hover);
  box-shadow: 0 22px 48px rgba(33, 29, 25, 0.16);
  transform: translateY(-2px);
}

.primary-button:disabled {
  cursor: default;
  opacity: 0.38;
  transform: none;
}

.primary-button:focus-visible,
.wordmark:focus-visible {
  outline: 2px solid rgba(33, 29, 25, 0.42);
  outline-offset: 5px;
}

.hero-copy p {
  color: var(--color-soft);
  font-size: 14px;
  line-height: 1.55;
  margin-top: 18px;
}

.hero-photo {
  border-radius: 18px;
  box-shadow: var(--shadow-photo);
  min-height: 520px;
  overflow: hidden;
}

.hero-photo img {
  display: block;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 42% center;
  width: 100%;
}

.experience-section {
  background: var(--color-surface);
  min-height: 100vh;
  padding: 108px 0 126px;
}

.experience-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 820px;
}

.interaction-step {
  border-top: 1px solid var(--color-border);
  padding: 42px 0 48px;
  width: 100%;
}

.interaction-step > span {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  margin-bottom: 28px;
  width: 38px;
}

.interaction-step h2 {
  font-size: clamp(32px, 3.6vw, 54px);
  max-width: 680px;
}

.file-input {
  display: none;
}

.upload-dropzone {
  align-items: center;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  box-shadow: 0 20px 64px rgba(44, 36, 29, 0.06);
  color: var(--color-muted);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  min-height: 320px;
  overflow: hidden;
  padding: 34px;
  text-align: center;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
  width: 100%;
}

.upload-dropzone:hover {
  border-color: rgba(43, 43, 43, 0.2);
  box-shadow: 0 24px 70px rgba(44, 36, 29, 0.08);
  transform: translateY(-1px);
}

.upload-dropzone strong {
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
}

.upload-dropzone small,
.upload-dropzone em,
.upload-error {
  color: var(--color-muted);
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  margin-top: 12px;
}

.upload-dropzone em {
  color: var(--color-soft);
  font-size: 13px;
  margin-top: 18px;
}

.upload-error {
  color: #7a4a35;
  font-weight: 500;
  margin-top: 16px;
}

.upload-dropzone.has-preview {
  align-items: stretch;
  min-height: auto;
  padding: 22px;
  text-align: left;
}

.upload-preview {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  width: 100%;
}

.upload-preview img {
  border-radius: 14px;
  display: block;
  height: 88px;
  object-fit: cover;
  width: 88px;
}

.upload-preview span {
  color: var(--color-text);
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-preview strong {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 500;
  justify-self: end;
}

.upload-dropzone.has-preview small {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text);
  margin: 0;
  padding: 10px 16px;
}

.privacy-note {
  color: var(--color-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 16px;
}

.name-field {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  width: min(520px, 100%);
}

.name-field > span {
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.name-field input {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  box-shadow: 0 18px 52px rgba(44, 36, 29, 0.06);
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  min-height: 62px;
  padding: 0 24px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.question-textarea {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: 0 20px 64px rgba(44, 36, 29, 0.06);
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.6;
  margin-top: 32px;
  min-height: 240px;
  padding: 34px 36px;
  resize: vertical;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.question-textarea::placeholder {
  color: var(--color-muted);
}

.inspiration-list {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 18px;
  max-width: 620px;
}

.inspiration-list summary {
  cursor: pointer;
  font-weight: 500;
  list-style-position: inside;
}

.inspiration-list ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.inspiration-list li + li {
  margin-top: 6px;
}

.email-field {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  width: min(520px, 100%);
}

.email-field > span,
.interaction-step p {
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.email-input-wrap {
  display: block;
  position: relative;
}

.email-input-wrap svg {
  fill: none;
  height: 19px;
  left: 22px;
  pointer-events: none;
  position: absolute;
  stroke: var(--color-muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}

.email-field input {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  box-shadow: 0 18px 52px rgba(44, 36, 29, 0.06);
  color: var(--color-text);
  font-weight: 400;
  min-height: 62px;
  padding: 0 22px 0 54px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.question-textarea:focus,
.name-field input:focus,
.email-field input:focus {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(43, 43, 43, 0.24);
  box-shadow: 0 24px 72px rgba(44, 36, 29, 0.09);
  outline: none;
}

.interaction-step p {
  margin-top: 16px;
}

.experience-section .primary-button {
  align-self: center;
  font-size: 16px;
  margin-top: 26px;
  min-height: 60px;
  min-width: 220px;
}

.loading-screen {
  align-items: center;
  background: rgba(247, 244, 239, 0.88);
  backdrop-filter: blur(16px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 20;
}

.loading-screen div {
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid var(--color-border);
  border-radius: 22px;
  box-shadow: 0 28px 82px rgba(44, 36, 29, 0.12);
  max-width: 420px;
  padding: 42px 34px;
  text-align: center;
  width: 100%;
}

.loading-screen span {
  color: var(--color-text);
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 400;
  line-height: 1.08;
}

.loading-screen p {
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 18px;
}

@media (max-width: 980px) {
  :root {
    --gutter: 28px;
  }

  .hero-grid {
    gap: 44px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 58px 0 88px;
  }

  .hero-photo {
    min-height: 500px;
    order: -1;
  }

  .hero-photo img {
    min-height: 500px;
  }
}

@media (max-width: 600px) {
  :root {
    --gutter: 18px;
  }

  .hero-section {
    min-height: 100svh;
  }

  .site-header {
    padding: 18px 0 10px;
  }

  .wordmark {
    font-size: 22px;
  }

  .theaurir-logo svg {
    height: 26px;
    width: 132px;
  }

  h1 {
    font-size: clamp(32px, 9.7vw, 40px);
    line-height: 1.08;
  }

  h1 span {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .primary-button {
    min-height: 54px;
    width: 100%;
  }

  .hero-grid {
    gap: 18px;
    min-height: auto;
    padding: 4px 0 30px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy .primary-button {
    margin-top: 20px;
  }

  .hero-copy p {
    font-size: 14px;
    margin-top: 12px;
  }

  .hero-photo {
    border-radius: 18px;
    min-height: clamp(230px, 36svh, 315px);
  }

  .hero-photo img {
    min-height: clamp(230px, 36svh, 315px);
    object-position: 38% center;
  }

  .experience-section {
    padding: 56px 0 74px;
  }

  .interaction-step {
    padding: 28px 0 34px;
  }

  .interaction-step > span {
    margin-bottom: 20px;
  }

  .interaction-step h2 {
    font-size: clamp(30px, 8.7vw, 42px);
  }

  .upload-dropzone {
    min-height: 270px;
    padding: 30px 24px;
    touch-action: manipulation;
  }

  .privacy-note,
  .inspiration-list,
  .interaction-step p {
    font-size: 13px;
  }

  .question-textarea {
    border-radius: 22px;
    font-size: 18px;
    min-height: 190px;
    padding: 28px;
  }

  .name-field input,
  .email-field input {
    min-height: 58px;
    font-size: 16px;
  }

  .upload-preview {
    gap: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .upload-preview img {
    height: 72px;
    width: 72px;
  }

  .upload-dropzone.has-preview small {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .upload-preview strong {
    grid-column: 2;
    justify-self: start;
  }

  .loading-screen div {
    padding: 36px 28px;
  }
}
