*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Inter, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(95 102 112 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  --tw-text-opacity: 1;
  color: rgb(32 37 45 / var(--tw-text-opacity, 1));
}

.container-site {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container-site {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 185 40 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 37 45 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(229 171 36 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-primary:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 185 40 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 233 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 37 45 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-secondary:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: rgb(247 185 40 / 0.4);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-secondary:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 185 40 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 36 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-dark:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(32 37 45 / var(--tw-bg-opacity, 1));
}

.btn-dark:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-dark:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 28 36 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.hero-gradient {
  background: linear-gradient(
      90deg,
      rgba(23, 28, 36, 0.82) 0%,
      rgba(23, 28, 36, 0.65) 40%,
      rgba(23, 28, 36, 0.45) 70%,
      rgba(23, 28, 36, 0.30) 100%
    );
}

.home-stats-card {
  background-color: #ffffff;
  border-radius: 14px;
  border: none;
  box-shadow: 0 10px 40px rgba(23, 28, 36, 0.12);
  overflow: hidden;
}

.home-about-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .home-about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.home-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .home-about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}

.home-about-heading {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
  color: rgb(23 28 36);
}

@media (min-width: 768px) {
  .home-about-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .home-about-heading {
    font-size: 2.75rem;
  }
}

.home-about-body {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(90 96 107);
}

@media (min-width: 768px) {
  .home-about-body {
    font-size: 1.125rem;
  }
}

.home-about-list {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.home-about-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(23 28 36);
}

@media (min-width: 768px) {
  .home-about-list li {
    font-size: 1rem;
  }
}

.home-about-check {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 9999px;
  background-color: rgb(247 185 40 / 0.18);
  color: #F7B928;
}

.home-about-check svg {
  width: 0.75rem;
  height: 0.75rem;
}

.home-about-cta {
  margin-top: 2rem;
}

.home-about-media {
  position: relative;
}

.home-about-dots {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  width: 7rem;
  height: 7rem;
  background-image: radial-gradient(circle, rgb(247 185 40 / 0.45) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 768px) {
  .home-about-dots {
    width: 9rem;
    height: 9rem;
    top: -1.5rem;
    right: -1.5rem;
  }
}

.home-about-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.home-about-image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .home-about-image {
    height: 420px;
  }
}

@media (min-width: 1024px) {
  .home-about-image {
    height: 480px;
  }
}

.home-about-overlay {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  max-width: 11rem;
  padding: 1rem;
  border-radius: 14px;
  background-color: #F7B928;
  text-align: center;
}

@media (min-width: 768px) {
  .home-about-overlay {
    left: 1.5rem;
    bottom: 1.5rem;
    max-width: 12.5rem;
    padding: 1.125rem;
  }
}

.home-about-overlay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.625rem;
  color: rgb(23 28 36);
}

.home-about-overlay-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.home-about-overlay p {
  font-size: 0.8125rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgb(23 28 36);
}

@media (min-width: 768px) {
  .home-about-overlay p {
    font-size: 0.875rem;
  }
}

.home-projects-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(248 249 250);
}

@media (min-width: 768px) {
  .home-projects-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.home-projects-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .home-projects-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.home-projects-title {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
  color: rgb(23 28 36);
}

@media (min-width: 768px) {
  .home-projects-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .home-projects-title {
    font-size: 2.75rem;
  }
}

.home-projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .home-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .home-projects-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.home-project-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 3 / 4;
  text-decoration: none;
}

.home-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-project-card:hover img,
.home-project-card:focus-visible img {
  transform: scale(1.03);
}

.home-project-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 28, 36, 0.88) 0%, rgba(23, 28, 36, 0.35) 45%, transparent 100%);
  pointer-events: none;
}

.home-project-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  z-index: 1;
}

.home-project-card-copy h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

@media (min-width: 768px) {
  .home-project-card-copy h3 {
    font-size: 1.0625rem;
  }
}

.home-project-card-copy p {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #F7B928;
}

.home-cta-section {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .home-cta-section {
    padding-top: 4.5rem;
    padding-bottom: 7rem;
  }
}

.cta-pattern {
  position: relative;
  overflow: hidden;
  background-color: #F7B928;
}

.cta-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/cta-pattern.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .cta-pattern::before {
    background-position: center;
    background-size: cover;
    opacity: 0.55;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 233 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 4px 24px rgba(23, 28, 36, 0.06);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.service-card:hover {
  --tw-translate-y: -0.1875rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: rgb(247 185 40 / 0.4);
  --tw-shadow: 0 8px 32px rgba(23, 28, 36, 0.10);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 37 45 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
}

.nav-link-active {
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
  box-shadow: inset 0 -3px 0 #F7B928;
  padding-bottom: 2px;
}

.mobile-menu {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  background-color: #ffffff;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  border-top: 1px solid #e7e9ed;
  box-shadow: 0 8px 24px rgba(23, 28, 36, 0.08);
}

.mobile-menu-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-menu-nav .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  border-bottom: 1px solid #e7e9ed;
  box-shadow: none;
}

.mobile-menu-nav .nav-link-active {
  box-shadow: none;
  padding-bottom: 0.75rem;
}

.mobile-menu-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #20252d;
}

.mobile-menu-cta {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .mobile-menu-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

/* Services page */
.services-hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(23, 28, 36, 0.75) 0%,
    rgba(23, 28, 36, 0.55) 45%,
    rgba(23, 28, 36, 0.35) 100%
  );
}

.services-hero {
  min-height: 280px;
}

@media (min-width: 768px) {
  .services-hero {
    min-height: 320px;
  }
}

@media (min-width: 1024px) {
  .services-hero {
    min-height: 360px;
  }
}

.services-hero-title {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 768px) {
  .services-hero-title {
    font-size: 2.625rem;
  }
}

@media (min-width: 1024px) {
  .services-hero-title {
    font-size: 3.25rem;
  }
}

.services-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  .services-intro-grid {
    grid-template-columns: 42% 1fr;
    gap: 3rem;
    align-items: center;
  }
}

.service-card-divider {
  width: 2.5rem;
  height: 2px;
  background-color: #F7B928;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.service-card-icon {
  transition: transform 300ms ease;
}

.service-card:hover .service-card-icon {
  transform: scale(1.08);
}

.text-white {
  color: #ffffff;
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.gap-5 {
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }
}


.footer-link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(95 102 112 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;
  }

  .site-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .site-footer-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) auto;
    gap: 3rem;
    align-items: start;
  }

  .site-footer-brand {
    grid-column: auto;
  }

  .site-footer-links {
    justify-self: end;
    min-width: 9rem;
  }
}

.site-footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[72px\] {
  top: 72px;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[72px\] {
  height: 72px;
}

.h-full {
  height: 100%;
}

.min-h-\[560px\] {
  min-height: 560px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 233 237 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-card {
  border-radius: 14px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(231 233 237 / var(--tw-border-opacity, 1));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 36 / var(--tw-bg-opacity, 1));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(247 185 40 / var(--tw-bg-opacity, 1));
}

.bg-gold-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 214 / var(--tw-bg-opacity, 1));
}

.bg-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(95 102 112 / var(--tw-text-opacity, 1));
}

.text-body\/60 {
  color: rgb(95 102 112 / 0.6);
}

.text-border {
  --tw-text-opacity: 1;
  color: rgb(231 233 237 / var(--tw-text-opacity, 1));
}

.text-dark-text {
  --tw-text-opacity: 1;
  color: rgb(32 37 45 / var(--tw-text-opacity, 1));
}

.text-dark-text\/80 {
  color: rgb(32 37 45 / 0.8);
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.shadow-card {
  --tw-shadow: 0 4px 24px rgba(23, 28, 36, 0.06);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-header {
  --tw-shadow: 0 2px 16px rgba(23, 28, 36, 0.08);
  --tw-shadow-colored: 0 2px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.fade-in {
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hover\:border-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 185 40 / var(--tw-border-opacity, 1));
}

.hover\:bg-gold-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 214 / var(--tw-bg-opacity, 1));
}

.hover\:bg-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-gold:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 185 40 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(247 185 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-dark-text {
  --tw-text-opacity: 1;
  color: rgb(32 37 45 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gold {
  --tw-text-opacity: 1;
  color: rgb(247 185 40 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:min-h-\[650px\] {
    min-height: 650px;
  }

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

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
}

/* Projects page */
.project-section {
  position: relative;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .project-section {
    margin-bottom: 7rem;
  }
}

.project-section:last-child {
  margin-bottom: 0;
}

.project-number {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(247, 185, 40, 0.65);
}

.project-title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #20252d;
}

@media (min-width: 768px) {
  .project-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .project-title {
    font-size: 2.5rem;
  }
}

.project-title-first {
  position: relative;
  display: inline-block;
}

.project-title-line {
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 2.5rem;
  height: 3px;
  border-radius: 9999px;
  background-color: #f7b928;
}

.project-description {
  max-width: 46rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #5f6670;
}

@media (min-width: 768px) {
  .project-description {
    font-size: 1.0625rem;
  }
}

.project-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  padding: 0.375rem 0.875rem;
  border: 1px solid rgba(247, 185, 40, 0.55);
  border-radius: 9999px;
  background-color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #20252d;
}

.project-category-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background-color: #f7b928;
  flex-shrink: 0;
}

.project-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .project-gallery {
    gap: 0.875rem;
  }
}

.project-gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .project-gallery-mosaic {
    gap: 0.75rem;
  }
}

.project-gallery-mosaic > .project-gallery-item {
  aspect-ratio: 4 / 3;
}

@media (min-width: 1024px) {
  .project-gallery-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
    min-height: 28rem;
  }

  .project-gallery-mosaic > .project-gallery-item {
    grid-column: 1;
    grid-row: 1 / span 2;
    aspect-ratio: auto;
    min-height: 100%;
  }

  .project-gallery-grid {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 100%;
  }
}

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

@media (min-width: 768px) {
  .project-gallery-grid {
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .project-gallery-grid {
    gap: 0.875rem;
  }
}

.project-gallery-grid .project-gallery-item,
.project-gallery-row .project-gallery-item {
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .project-gallery-grid .project-gallery-item {
    aspect-ratio: 4 / 3;
  }
}

.project-gallery-placeholder {
  display: none;
}

@media (min-width: 1024px) {
  .project-gallery-placeholder {
    display: block;
    visibility: hidden;
    aspect-ratio: 4 / 3;
  }
}

.project-gallery-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .project-gallery-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .project-gallery-row {
    gap: 0.875rem;
  }
}

.project-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background-color: #f8f9fa;
  transition: box-shadow 300ms ease;
}

.project-gallery-item:focus {
  outline: none;
}

.project-gallery-item:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7b928;
}

.project-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.project-gallery-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(23, 28, 36, 0);
  transition: background-color 300ms ease;
  pointer-events: none;
}

.project-gallery-item:hover img,
.project-gallery-item:focus-visible img {
  transform: scale(1.03);
}

.project-gallery-item:hover .project-gallery-overlay,
.project-gallery-item:focus-visible .project-gallery-overlay {
  background-color: rgba(23, 28, 36, 0.08);
}

/* Lightbox */
body.lightbox-active {
  overflow: hidden;
}

#project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(23, 28, 36, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}

#project-lightbox.lightbox-open {
  opacity: 1;
  visibility: visible;
}

#project-lightbox[aria-hidden="true"] {
  pointer-events: none;
}

.lightbox-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  max-height: 100%;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 8rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.lightbox-counter {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  z-index: 101;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:focus-visible,
.lightbox-prev:focus-visible,
.lightbox-next:focus-visible {
  background-color: rgba(255, 255, 255, 0.22);
  outline: none;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev:hover,
.lightbox-next:hover {
  transform: translateY(-50%) scale(1.05);
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.lightbox-prev:disabled,
.lightbox-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.lightbox-prev svg,
.lightbox-next svg,
.lightbox-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Legal modal */
body.legal-modal-active {
  overflow: hidden;
}

#legal-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(23, 28, 36, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}

#legal-modal.legal-modal-open {
  opacity: 1;
  visibility: visible;
}

#legal-modal[aria-hidden="true"] {
  pointer-events: none;
}

.legal-modal-panel {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: 85vh;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #e7e9ed;
  background-color: #ffffff;
  box-shadow: 0 10px 40px rgba(23, 28, 36, 0.18);
}

.legal-modal-scroll {
  max-height: 85vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.75rem 1rem 1.5rem 1.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(32, 37, 45, 0.28) transparent;
}

@media (min-width: 768px) {
  .legal-modal-scroll {
    padding: 2rem 1.25rem 1.75rem 2.25rem;
  }
}

.legal-modal-scroll::-webkit-scrollbar {
  width: 5px;
}

.legal-modal-scroll::-webkit-scrollbar-track,
.legal-modal-scroll::-webkit-scrollbar-track-piece,
.legal-modal-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.legal-modal-scroll::-webkit-scrollbar-track {
  margin-block: 0.85rem;
}

.legal-modal-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(32, 37, 45, 0.24);
  border-radius: 999px;
  border: 1px solid transparent;
  background-clip: padding-box;
}

.legal-modal-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(32, 37, 45, 0.4);
}

.legal-modal-scroll::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.legal-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  border: 1px solid #e7e9ed;
  background-color: #ffffff;
  color: #20252d;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.legal-modal-close:hover,
.legal-modal-close:focus-visible {
  border-color: #f7b928;
  background-color: #fef9ec;
  color: #20252d;
  outline: none;
}

.legal-modal-close svg {
  width: 1.1rem;
  height: 1.1rem;
}

.legal-modal-title {
  margin-right: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #20252d;
}

.legal-modal-body {
  color: #5c6570;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.legal-modal-updated {
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: #9aa3ad;
}

.legal-modal-body h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #20252d;
}

.legal-modal-body h2:first-of-type {
  margin-top: 0;
}

.legal-modal-body p {
  margin-bottom: 0.85rem;
}

.legal-modal-body ul {
  margin: 0 0 0.85rem 1.25rem;
  list-style: disc;
}

.legal-modal-body li {
  margin-bottom: 0.35rem;
}

.legal-modal-body a {
  color: #20252d;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 200ms ease;
}

.legal-modal-body a:hover {
  color: #c99200;
}

/* About page */
.about-hero .container-site {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .about-hero .container-site {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.about-hero-desc {
  margin-top: 1.25rem;
}

.about-story-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .about-story-section {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}

.about-story-label {
  margin-bottom: 0.875rem;
}

.about-story-heading {
  line-height: 1.2;
}

.about-story-body {
  margin-top: 1.75rem;
}

.about-story-body p {
  line-height: 1.65;
  color: #5c6570;
}

.about-story-body p + p {
  margin-top: 1.25rem;
}

.about-signature {
  margin-top: 2.25rem;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .about-story-grid {
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .about-story-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
    align-items: start;
  }
}

.about-story-image-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.about-story-image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .about-story-image {
    height: 420px;
  }
}

@media (min-width: 1024px) {
  .about-story-image {
    height: 520px;
  }
}

.about-signature-name {
  font-family: "Great Vibes", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  color: #f7b928;
  line-height: 1.2;
}

.about-signature-company {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #20252d;
}

.about-stats {
  background-color: #f5f7fb;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .about-stats {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.about-stats-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 18px rgba(23, 28, 36, 0.05);
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}

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

@media (min-width: 768px) {
  .about-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about-stats-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  text-align: left;
  padding: 1.35rem 1rem;
}

@media (min-width: 768px) {
  .about-stats-item {
    padding: 1.5rem 1.25rem;
  }
}

/* Inset dividers — stop short of card edges */
.about-stats-item:not(:nth-child(2n))::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  bottom: 0.95rem;
  right: 0;
  width: 1px;
  background-color: #e7e9ed;
}

.about-stats-item:nth-child(-n + 2)::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0;
  height: 1px;
  background-color: #e7e9ed;
}

@media (min-width: 768px) {
  .about-stats-item::before {
    display: none;
  }

  .about-stats-item:not(:nth-child(2n))::after {
    display: none;
  }

  .about-stats-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.95rem;
    bottom: 0.95rem;
    right: 0;
    width: 1px;
    background-color: #e7e9ed;
  }
}

.about-stats-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #f7b928;
  margin-right: 0.35rem;
}

.about-stats-icon svg {
  width: 2.6rem;
  height: 2.6rem;
}

.about-stats-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-stats-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.05;
  color: #20252d;
}

@media (min-width: 768px) {
  .about-stats-value {
    font-size: 2.25rem;
  }
}

.about-stats-label {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  line-height: 1.25;
  color: #5c6570;
}

@media (min-width: 768px) {
  .about-stats-label {
    font-size: 0.73rem;
  }
}

.about-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .about-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.about-section-intro .section-label {
  margin-bottom: 1rem;
}

.about-section-title {
  line-height: 1.2;
}

.about-section-intro {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .about-section-intro {
    margin-bottom: 3.5rem;
  }
}

.about-cta-section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .about-cta-section {
    padding-top: 4.5rem;
    padding-bottom: 7rem;
  }
}

.about-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .about-values-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }
}

.about-value-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid #e7e9ed;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(23, 28, 36, 0.06);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.about-value-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 185, 40, 0.4);
  box-shadow: 0 8px 32px rgba(23, 28, 36, 0.1);
}

.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background-color: #fff3d6;
  color: #f7b928;
}

.about-value-card h3 {
  margin-top: 1rem;
}

.about-value-card p {
  margin-top: 0.75rem;
}

.about-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;
  }
}

@media (min-width: 1024px) {
  .about-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.25rem;
  }

  .about-process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.75rem;
    left: 2.25rem;
    right: 0;
    height: 1px;
    background-color: rgba(247, 185, 40, 0.35);
    z-index: 0;
    transform: translateY(-50%);
  }
}

.about-process-step {
  position: relative;
  z-index: 1;
}

.about-process-step h3 {
  margin-top: 1.25rem;
}

.about-process-step p {
  margin-top: 0.75rem;
  line-height: 1.65;
}

.about-process-number {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f7b928;
  position: relative;
  z-index: 2;
}

/* Contact page */
.contact-section {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .contact-section {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem;
  }
}

.contact-form {
  border-radius: 14px;
  border: 1px solid #e7e9ed;
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 18px rgba(23, 28, 36, 0.05);
}

@media (min-width: 768px) {
  .contact-form {
    padding: 2rem;
  }
}

.contact-form-row {
  margin-bottom: 1.25rem;
}

.contact-form-row-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .contact-form-row-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-field {
  display: flex;
  flex-direction: column;
}

.contact-field label {
  margin-bottom: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #20252d;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e7e9ed;
  background-color: #ffffff;
  padding: 0.75rem 0.9rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #20252d;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9aa3ad;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #f7b928;
  box-shadow: 0 0 0 3px rgba(247, 185, 40, 0.2);
}

.contact-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.contact-form-submit {
  margin-top: 0.25rem;
}

.contact-form-status {
  display: none;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info-card {
  border-radius: 14px;
  border: 1px solid #e7e9ed;
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 18px rgba(23, 28, 36, 0.05);
}

.contact-info-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #20252d;
}

.contact-info-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5c6570;
}
