:root {
  --font-body: "DM Sans", sans-serif;
  --font-display: "Italiana", Georgia, serif;
  --ink: #1e211d;
  --paper: #f3f0e9;
  --cream: #fbf8f0;
  --accent: #9b6c4b;
  --accent-deep: #7d5439;
  --turquoise: #9bc9c4;
  --line: rgba(30, 33, 29, 0.16);
  --soft-line: rgba(30, 33, 29, 0.09);
  --muted: rgba(30, 33, 29, 0.65);
  --shadow: 0 28px 80px rgba(32, 26, 21, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

body.is-nav-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.98;
}

h3 {
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1.3;
}

.skip-link {
  background: var(--ink);
  color: white;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 0.75rem;
  transform: translateY(-180%);
  z-index: 999;
}

.skip-link:focus {
  transform: none;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.shell {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: clamp(1.1rem, 4vw, 4rem);
  padding-right: clamp(1.1rem, 4vw, 4rem);
}

.eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 600;
  gap: 1.2rem;
  justify-content: center;
  letter-spacing: 0.09em;
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--accent {
  background: var(--accent);
  color: white;
}

.button--accent:hover {
  background: var(--accent-deep);
}

.button--dark {
  background: var(--ink);
  color: white;
}

.button--outline {
  border-color: currentColor;
}

.text-link {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.public-header {
  align-items: center;
  background: rgba(243, 240, 233, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 82px;
  left: 0;
  padding: 0 clamp(1rem, 3vw, 3rem);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 80;
}

.public-header--overlay {
  background: linear-gradient(to bottom, rgba(12, 12, 10, 0.45), transparent);
  border: 0;
  color: white;
  position: absolute;
}

.page-logo {
  display: block;
  justify-self: start;
  width: 152px;
}

.page-logo img {
  height: 55px;
  object-fit: contain;
  width: 152px;
}

.public-header--overlay .page-logo img {
  filter: brightness(0) invert(1);
}

.public-nav {
  display: flex;
  gap: clamp(1.4rem, 3vw, 3rem);
}

.public-nav a,
.header-side a:not(.button) {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.public-nav a:hover,
.header-side a:not(.button):hover {
  color: var(--accent);
}

.public-header--overlay .public-nav a:hover,
.public-header--overlay .header-side a:not(.button):hover {
  color: white;
  opacity: 0.72;
}

.header-side {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  justify-self: end;
}

.public-header--overlay .header-side .button {
  background: rgba(20, 20, 18, 0.3);
  border-color: rgba(255, 255, 255, 0.76);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.career-hero {
  background: #171713;
  color: white;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.career-hero__media,
.career-hero__media::after {
  inset: 0;
  position: absolute;
}

.career-hero__media video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.career-hero__media::after {
  background:
    linear-gradient(90deg, rgba(16, 15, 12, 0.82) 0%, rgba(16, 15, 12, 0.45) 47%, rgba(16, 15, 12, 0.66) 100%),
    linear-gradient(to top, rgba(12, 12, 10, 0.62), transparent 48%);
  content: "";
}

.career-hero__content {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  min-height: 100svh;
  padding-bottom: clamp(3rem, 7vw, 7rem);
  padding-top: clamp(7.5rem, 12vw, 10rem);
  position: relative;
  z-index: 2;
}

.career-intro {
  max-width: 680px;
}

.career-intro h1 {
  font-size: clamp(4rem, 8vw, 8.2rem);
  letter-spacing: -0.045em;
  margin-bottom: 1.7rem;
}

.career-intro h1 em {
  color: #c18b64;
  display: block;
  font-weight: 400;
}

.career-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
  max-width: 560px;
}

.career-note {
  align-items: center;
  display: flex;
  font-size: 0.68rem;
  gap: 0.8rem;
  letter-spacing: 0.12em;
  margin-top: 2rem;
  text-transform: uppercase;
}

.career-note::before {
  background: var(--turquoise);
  content: "";
  height: 7px;
  width: 7px;
}

.application-card {
  background: rgba(19, 19, 16, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  position: relative;
}

@supports (backdrop-filter: blur(18px)) {
  .application-card {
    backdrop-filter: blur(18px);
  }
}

.application-card__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 1.4rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

.application-card__head h2 {
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 0.45rem;
}

.application-card__head p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.application-form {
  display: grid;
  gap: 0.8rem;
}

.form-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.application-form input,
.application-form select,
.application-form textarea {
  appearance: none;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  color: white;
  font-size: 0.9rem;
  outline: 0;
  padding: 0.85rem 1rem;
  width: 100%;
}

.application-form input,
.application-form select {
  min-height: 48px;
}

.application-form textarea {
  min-height: 92px;
  resize: vertical;
}

.application-form input::placeholder,
.application-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.application-form select:invalid {
  color: rgba(255, 255, 255, 0.48);
}

.application-form option {
  background: #24231f;
  color: white;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--turquoise);
}

.honeypot {
  height: 0;
  left: -10000px;
  opacity: 0;
  position: absolute;
  width: 0;
}

.availability {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0.85rem 1rem 1rem;
}

.availability legend {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 0 0.35rem;
  text-transform: uppercase;
}

.availability__grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.availability label {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 0.7rem;
  gap: 0.5rem;
}

.availability input {
  accent-color: var(--accent);
  min-height: auto;
  padding: 0;
  width: auto;
}

.application-form .button {
  border: 0;
  margin-top: 0.45rem;
  width: 100%;
}

.application-form .button:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.form-status {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  margin: 0;
  min-height: 1.1rem;
  text-align: center;
}

.form-status[data-state="error"] {
  color: #ffd6c8;
}

.form-success {
  outline: 0;
  padding: 2rem 0 1rem;
  text-align: center;
}

.form-success[hidden],
.application-form[hidden] {
  display: none;
}

.success-mark {
  align-items: center;
  border: 1px solid var(--turquoise);
  color: var(--turquoise);
  display: flex;
  font-size: 1.7rem;
  height: 64px;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 64px;
}

.form-success h3 {
  font-size: 1.55rem;
  margin-bottom: 0.8rem;
}

.form-success p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
  margin: 0 auto 1.5rem;
  max-width: 360px;
}

.benefits-section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.section-heading {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.section-heading h2 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  letter-spacing: -0.04em;
  margin: 0;
}

.section-heading > p {
  align-self: end;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.benefit-grid {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit {
  border-right: 1px solid var(--line);
  padding: 2.5rem clamp(1rem, 2.5vw, 2.5rem);
}

.benefit span {
  color: var(--accent);
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 3rem;
}

.benefit h3 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.benefit p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}

.location-strip {
  background: #658986;
  color: white;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.location-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}

.location-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 4rem;
}

.location-grid h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin-bottom: 1.5rem;
}

.location-grid p,
.location-grid a {
  line-height: 1.7;
}

.hours-list {
  max-width: 440px;
}

.hours-list div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}

.faq-section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.faq-section h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  margin-bottom: 3rem;
}

.faq-list {
  border-top: 1px solid var(--line);
  margin-left: auto;
  max-width: 900px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.3rem 0;
}

.faq-list summary {
  font-size: 1.05rem;
  font-weight: 600;
  list-style: none;
  padding-right: 2.5rem;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  top: -0.45rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  color: var(--muted);
  line-height: 1.7;
  margin: 1rem 3rem 0 0;
}

.public-footer {
  align-items: end;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 3.5rem clamp(1.2rem, 4vw, 4rem);
}

.footer-logo {
  display: block;
  width: 152px;
}

.footer-logo img {
  display: block;
  filter: brightness(0) invert(1);
  height: 55px;
  object-fit: contain;
  width: 152px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  justify-content: center;
}

.footer-links a,
.public-footer > p {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-footer > p {
  justify-self: end;
  margin: 0;
}

.inner-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 7vw, 6rem);
  text-align: center;
}

.inner-hero h1 {
  font-size: clamp(4rem, 10vw, 9rem);
  letter-spacing: -0.055em;
  margin: 0;
}

.inner-hero p:last-child {
  color: var(--muted);
  line-height: 1.7;
  margin: 1.5rem auto 0;
  max-width: 620px;
}

.menu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.menu-jump a {
  border: 1px solid var(--line);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

.menu-jump a:hover {
  background: var(--ink);
  color: white;
}

.service-menu {
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: clamp(5rem, 10vw, 10rem);
}

.service-category {
  border-top: 1px solid var(--line);
  padding: clamp(3rem, 7vw, 6rem) 0;
  scroll-margin-top: 6rem;
}

.service-category__head {
  align-items: baseline;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.service-category__head h2 {
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.04em;
  margin: 0;
}

.service-category__head p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}

.service-list {
  display: grid;
  gap: 0 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-item {
  border-bottom: 1px solid var(--soft-line);
  min-height: 112px;
  padding: 1.35rem 0;
}

.service-item__line {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.service-item h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.service-item b {
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  white-space: nowrap;
}

.service-item p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
  margin: 0.45rem 2rem 0 0;
}

.service-subhead {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 600;
  grid-column: 1 / -1;
  letter-spacing: 0.18em;
  margin: 2rem 0 0.5rem;
  text-transform: uppercase;
}

.category-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.menu-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.7;
  padding: 3rem 0;
  text-align: center;
}

.sticky-book {
  bottom: 1rem;
  box-shadow: var(--shadow);
  position: fixed;
  right: 1rem;
  z-index: 70;
}

.privacy-main {
  margin: 0 auto;
  max-width: 880px;
  padding: clamp(4rem, 9vw, 8rem) 1.2rem;
}

.privacy-main h1 {
  font-size: clamp(4rem, 9vw, 7.5rem);
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
}

.privacy-main .updated {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
  text-transform: uppercase;
}

.privacy-copy {
  border-top: 1px solid var(--line);
  counter-reset: section;
}

.privacy-copy section {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(180px, 0.36fr) 1fr;
  padding: 2.5rem 0;
}

.privacy-copy h2 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
}

.privacy-copy div,
.privacy-copy p,
.privacy-copy li {
  color: var(--muted);
  line-height: 1.75;
}

.privacy-copy p:last-child {
  margin-bottom: 0;
}

.privacy-copy ul {
  padding-left: 1.2rem;
}

.thank-you-page {
  background:
    linear-gradient(rgba(30, 33, 29, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(155, 108, 75, 0.13), transparent 34%),
    radial-gradient(circle at 4% 80%, rgba(107, 150, 147, 0.1), transparent 38%),
    var(--paper);
  background-size: 100% 5px, auto, auto, auto;
  min-height: 100svh;
}

.thank-you-main {
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 1.2rem clamp(5rem, 9vw, 9rem);
  text-align: center;
}

.thank-you-confirmation {
  margin: 0 auto;
  max-width: 1050px;
}

.thank-you-mark {
  align-items: center;
  border: 1px solid rgba(155, 108, 75, 0.76);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px var(--paper), inset 0 0 0 6px rgba(155, 108, 75, 0.32);
  color: var(--accent);
  display: flex;
  font-size: 1.45rem;
  height: 68px;
  justify-content: center;
  margin: 0 auto 1.8rem;
  transform: rotate(-7deg);
  width: 68px;
}

.thank-you-mark span {
  transform: rotate(7deg);
}

.thank-you-main h1 {
  font-size: clamp(4.4rem, 8.5vw, 8rem);
  letter-spacing: -0.05em;
  line-height: 0.94;
  margin: 0 auto 1.6rem;
  max-width: 1050px;
}

.thank-you-confirmation > p:not(.eyebrow, .thank-you-help) {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
}

.thank-you-help {
  border-top: 1px solid var(--line);
  color: rgba(30, 33, 29, 0.55);
  font-size: 0.7rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin: 1.75rem auto 0;
  max-width: 470px;
  padding-top: 0.9rem;
}

.thank-you-postcards {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(4.5rem, 8vw, 7.5rem) auto clamp(4rem, 7vw, 6rem);
  max-width: 980px;
  padding: 1rem clamp(0rem, 2vw, 1.5rem);
  perspective: 1200px;
}

.thank-you-postcard {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.58), transparent 38%),
    #fbf7ed;
  border: 1px solid rgba(72, 61, 51, 0.18);
  box-shadow:
    0 28px 55px rgba(56, 43, 33, 0.14),
    0 3px 8px rgba(56, 43, 33, 0.09);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 430px;
  padding: clamp(2.4rem, 4vw, 3.6rem) clamp(2rem, 4vw, 3.3rem) 2.2rem;
  position: relative;
  text-align: left;
  transform-origin: 50% 5%;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.thank-you-postcard::before {
  border: 1px solid rgba(155, 108, 75, 0.18);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.thank-you-postcard--gift {
  transform: rotate(-1.8deg) translateY(8px);
}

.thank-you-postcard--social {
  transform: rotate(2.2deg) translateY(-7px);
}

.thank-you-postcard:hover,
.thank-you-postcard:focus-within {
  box-shadow:
    0 34px 70px rgba(56, 43, 33, 0.18),
    0 4px 10px rgba(56, 43, 33, 0.1);
  transform: rotate(0deg) translateY(-5px);
}

.postcard-pin {
  background: radial-gradient(circle at 36% 32%, #e9d2bd 0 13%, #a67554 16% 60%, #6f4933 64% 100%);
  border-radius: 50%;
  box-shadow: 0 5px 8px rgba(65, 41, 27, 0.3);
  height: 20px;
  left: 54%;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 20px;
}

.thank-you-postcard--social .postcard-pin {
  left: 44%;
  top: 16px;
}

.postcard-pin::after {
  background: rgba(64, 42, 30, 0.34);
  content: "";
  height: 11px;
  left: 9px;
  position: absolute;
  top: 17px;
  transform: rotate(5deg);
  width: 2px;
}

.postcard-number {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 1;
  margin-bottom: 2rem;
}

.postcard-kicker {
  color: var(--accent-deep);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.thank-you-postcard h2 {
  font-size: clamp(2.4rem, 4vw, 3.45rem);
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 1rem;
  max-width: 390px;
}

.thank-you-postcard > p:not(.postcard-kicker) {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 1.8rem;
  max-width: 390px;
}

.thank-you-postcard .button {
  align-self: flex-start;
  margin-top: auto;
}

.postcard-signoff {
  color: rgba(125, 84, 57, 0.74);
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 1.7rem 0 -0.3rem auto;
  transform: rotate(-4deg);
}

.postcard-stamp {
  align-items: center;
  border: 1px solid rgba(155, 108, 75, 0.48);
  border-radius: 50%;
  color: rgba(125, 84, 57, 0.7);
  display: flex;
  font-size: 0.5rem;
  font-weight: 600;
  height: 53px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.45;
  margin: 1.2rem 0 -0.3rem auto;
  text-align: center;
  transform: rotate(8deg);
  width: 53px;
}

.thank-you-home {
  display: inline-flex;
}

@media (max-width: 1020px) {
  .career-hero__content {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .public-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-content: end;
  }

  .public-footer > p {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .public-header {
    grid-template-columns: 1fr auto;
    height: 70px;
  }

  .page-logo,
  .page-logo img {
    height: 46px;
    width: 128px;
  }

  .public-nav,
  .header-side {
    display: none;
  }

  .nav-toggle {
    background: transparent;
    border: 0;
    display: grid;
    gap: 5px;
    height: 42px;
    padding: 0.7rem;
    width: 44px;
  }

  .nav-toggle span {
    background: currentColor;
    height: 1px;
    transition: transform 180ms ease;
    width: 22px;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-nav {
    background: var(--paper);
    color: var(--ink);
    display: grid;
    inset: 70px 0 0;
    padding: 2rem 1.2rem;
    position: fixed;
    z-index: 79;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    border-bottom: 1px solid var(--line);
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 1.2rem 0;
  }

  .career-hero__media::after {
    background: linear-gradient(to bottom, rgba(14, 14, 12, 0.56), rgba(14, 14, 12, 0.8));
  }

  .career-hero__content {
    display: block;
    min-height: auto;
    padding-bottom: 2rem;
    padding-top: 8.5rem;
  }

  .career-intro {
    margin-bottom: 2.5rem;
  }

  .career-intro h1 {
    font-size: clamp(3.35rem, 15vw, 4.5rem);
    line-height: 0.96;
  }

  .career-intro > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.62;
  }

  .career-note {
    margin-top: 1.3rem;
  }

  .application-card {
    background: rgba(19, 19, 16, 0.72);
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 0.9rem;
    width: 100%;
  }

  .application-card__head {
    margin-bottom: 1.1rem;
    padding-bottom: 1rem;
    text-align: left;
  }

  .application-card__head h2 {
    font-size: 1.35rem;
  }

  .application-form {
    gap: 0.7rem;
  }

  .application-form input,
  .application-form select,
  .application-form textarea {
    font-size: 16px;
    line-height: 1.35;
    padding: 0.85rem 0.9rem;
  }

  .application-form input,
  .application-form select {
    min-height: 52px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .availability__grid {
    gap: 0.8rem 0.4rem;
  }

  .availability label {
    font-size: 0.8rem;
  }

  .availability input {
    height: 18px;
    width: 18px;
  }

  .section-heading,
  .location-grid,
  .privacy-copy section {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 3.7rem;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit {
    border-bottom: 1px solid var(--line);
  }

  .benefit span {
    margin-bottom: 1.5rem;
  }

  .location-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 0;
    padding-top: 3rem;
  }

  .public-footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: start;
  }

  .public-footer > p {
    grid-column: auto;
  }

  .footer-logo,
  .footer-logo img {
    height: 46px;
    width: 128px;
  }

  .inner-hero {
    padding-top: 4rem;
  }

  .inner-hero h1 {
    font-size: clamp(4rem, 20vw, 6.8rem);
  }

  .menu-jump {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .menu-jump a {
    flex: 0 0 auto;
  }

  .service-category__head {
    display: block;
  }

  .service-category__head h2 {
    margin-bottom: 1.1rem;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-item {
    min-height: auto;
  }

  .service-subhead {
    grid-column: auto;
  }

  .privacy-main h1 {
    font-size: 4.5rem;
  }

  .privacy-copy section {
    gap: 1rem;
  }

  .thank-you-main {
    min-height: calc(100svh - 70px);
    padding: 3.4rem 0.9rem 5rem;
  }

  .thank-you-main h1 {
    font-size: clamp(3.55rem, 17vw, 5.2rem);
    line-height: 0.96;
  }

  .thank-you-confirmation > p:not(.eyebrow, .thank-you-help) {
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 520px;
  }

  .thank-you-help {
    max-width: 360px;
  }

  .thank-you-postcards {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin: 3.8rem auto 4rem;
    max-width: 460px;
    padding: 0.8rem 0.5rem;
  }

  .thank-you-postcard {
    min-height: 400px;
    padding: 2.6rem 1.7rem 1.8rem;
  }

  .thank-you-postcard--gift {
    transform: rotate(-1.2deg) translateX(-2px);
  }

  .thank-you-postcard--social {
    transform: rotate(1.5deg) translateX(2px);
  }

  .thank-you-postcard .button {
    font-size: 0.68rem;
    min-height: 48px;
    width: 100%;
  }

  .sticky-book {
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .sticky-book .button {
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 12px 30px rgba(30, 24, 20, 0.2);
    font-size: 0.64rem;
    gap: 0.72rem;
    letter-spacing: 0.11em;
    min-height: 42px;
    padding: 0.66rem 1rem 0.62rem 1.1rem;
    white-space: nowrap;
    width: auto;
  }

  .sticky-book .button:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
