@font-face {
  font-family: "Dunkin Sans";
  src: url("assets/Fonts/DunkinSans-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dunkin Sans";
  src: url("assets/Fonts/DunkinSans-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dunkin Sans";
  src: url("assets/Fonts/DunkinSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ff671f;
  --pink: #da1884;
  --brown: #512d1d;
  --cream: #fff7ed;
  --surface: #ffffff;
  --ink: #24140f;
  --muted: #6f5d55;
  --line: #eaded6;
  --focus: #0077c8;
  --shadow: 0 22px 54px rgba(81, 45, 29, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Dunkin Sans", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.topbar {
  align-items: center;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  display: inline-flex;
}

.brand img {
  display: block;
  height: auto;
  width: min(180px, 42vw);
}

.topnav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.topnav a {
  color: var(--brown);
  text-decoration: none;
}

.topnav a:focus-visible,
.topnav a:hover {
  color: var(--pink);
}

main {
  overflow: hidden;
}

.service-hero {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fff3e7 58%, #ffe8f4 100%);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 360px);
  min-height: clamp(420px, 67vh, 610px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 7vw, 92px);
}

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

.eyebrow {
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--brown);
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.6rem);
  max-width: 760px;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.hero-copy p:last-child {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 640px;
}

.hero-badge {
  align-items: center;
  aspect-ratio: 1;
  background: var(--surface);
  border: 8px solid var(--orange);
  border-radius: 50%;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: center;
  justify-self: center;
  max-width: 360px;
  padding: 34px;
  width: 100%;
}

.hero-badge img {
  display: block;
  height: auto;
  width: 100%;
}

.content-grid {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 940px;
  padding: clamp(34px, 6vw, 70px) clamp(18px, 4vw, 36px);
}

.form-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-panel {
  padding: clamp(22px, 4vw, 42px);
}

.form-heading {
  margin-bottom: 30px;
}

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

.form-row {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.hidden-field {
  display: none;
}

.full-span,
.choice-group {
  grid-column: 1 / -1;
}

label,
legend {
  color: var(--brown);
  font-weight: 800;
}

label span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

input,
select,
textarea {
  background: #fffdfb;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  outline: none;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.file-drop:focus-within {
  border-color: var(--focus);
  box-shadow: 0 0 0 4px rgba(0, 119, 200, 0.14);
}

.choice-group {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.choice-group legend {
  flex: 0 0 100%;
  margin-bottom: 2px;
}

.choice-group label {
  align-items: center;
  background: #fffdfb;
  border: 2px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  min-height: 44px;
  padding: 9px 13px;
}

.choice-group input {
  accent-color: var(--pink);
  min-height: auto;
  width: auto;
}

.file-drop {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 103, 31, 0.08), rgba(218, 24, 132, 0.08)),
    #fffdfb;
  border: 2px dashed var(--orange);
  border-radius: 8px;
  color: var(--brown);
  cursor: pointer;
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 22px;
  text-align: center;
}

.file-drop input {
  height: 1px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 1px;
}

.file-drop small {
  color: var(--muted);
  font-weight: 600;
}

.privacy {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  gap: 10px;
  font-weight: 600;
}

.privacy input {
  accent-color: var(--pink);
  margin-top: 4px;
  min-height: auto;
  width: auto;
}

.form-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.form-actions p {
  color: var(--pink);
  font-weight: 800;
  margin: 0;
}

button {
  background: var(--orange);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 52px;
  min-width: 168px;
  padding: 14px 22px;
  text-transform: uppercase;
}

button:focus-visible,
button:hover {
  background: var(--pink);
}

.site-footer {
  align-items: center;
  background: var(--brown);
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 28px 18px;
}

.site-footer img {
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
  width: 132px;
}

.site-footer p {
  font-weight: 800;
  margin: 0;
}

@media (max-width: 860px) {
  .topbar,
  .topnav,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .topnav {
    gap: 10px;
  }

  .service-hero,
  .content-grid,
  .service-form {
    grid-template-columns: 1fr;
  }

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

  .hero-badge {
    max-width: 220px;
  }

  .form-actions button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .choice-group {
    display: grid;
  }

  .choice-group label {
    width: 100%;
  }
}
