@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Tel Aviv Brutalist";
  src: url("Assets/fonts/TelAviv-BrutalistRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tel Aviv Brutalist";
  src: url("Assets/fonts/TelAviv-BrutalistBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "OH Yael Leibushor";
  src: url("Assets/fonts/OHYaelLeibushor2.0-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}

.section-header__title {
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #300F08;
  margin: 0;
}

.section-header__title-line {
  display: block;
}

.section-header__title-script {
  display: inline-block;
  font-family: "OH Yael Leibushor", sans-serif;
  font-size: 4.8rem;
  line-height: 0;
  padding-right: 0.4rem;
}

.section-header__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: #300F08;
  font-size: 1.5rem;
  line-height: 1.7;
  max-width: 60rem;
  padding-inline: 1.2rem;
}
.section-header__content strong {
  font-weight: 700;
}
.section-header__content p {
  margin: 0;
}

@media (min-width: 1024px) {
  .section-header {
    gap: 2.8rem;
  }
  .section-header__title {
    font-size: 4rem;
  }
  .section-header__title-script {
    font-size: 8rem;
  }
  .section-header__content {
    font-size: 1.8rem;
  }
  .section-header__content {
    max-width: 80rem;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #300F08;
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5rem;
}

em,
i,
cite {
  font-style: italic;
}

blockquote {
  margin: 1.6rem 0;
  padding-inline-start: 1.6rem;
  border-inline-start: 4px solid #73503C;
}

address {
  font-style: normal;
}

mark,
ins {
  background: #F5F2F0;
  color: #300F08;
  text-decoration: none;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Tel Aviv Brutalist", sans-serif;
  color: #300F08;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #73503C;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: all 0.2s ease-in-out;
}
a:hover, a:active {
  color: #300F08;
  text-decoration-thickness: 2px;
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #73503C;
  outline-offset: 4px;
  border-radius: 2px;
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.hero-cta-button {
  display: inline-block;
  background-color: #73503C;
  color: #F5F2F0;
  border: none;
  border-radius: 50px;
  padding: 1.2rem 3.2rem;
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.hero-cta-button:hover {
  color: #F5F2F0;
  transform: translateY(-2px);
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.hero-cta-button:active {
  transform: translateY(0);
}

.section-cta-btn {
  display: inline-block;
  background-color: #73503C;
  color: #F5F2F0;
  padding: 1.4rem 3.2rem;
  border-radius: 5rem;
  text-decoration: none;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.4rem + 0.28vw, 1.8rem);
  transition: transform 0.2s ease;
}
.section-cta-btn:hover {
  transform: translateY(-3px);
  color: #F5F2F0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #73503C;
  color: #300F08;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(23, 11, 7, 0.2);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: auto;
  left: 1.6rem;
  line-height: normal;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  top: 1.6rem;
  width: auto;
  z-index: 100000;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #422816 !important;
  box-shadow: none !important;
  transition: outline 0.3s ease, outline-offset 0.3s ease;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.container {
  padding: 1.6rem clamp(1.5rem, 0.67rem + 2.31vw, 4rem);
  max-width: 1440px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (min-width: 1441px) {
  .container .container {
    max-width: 100%;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 75%, #FBFBFB 0%, #F2EEEB 100%);
}

.hero-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: clamp(32rem, 26.57rem + 15.08vw, 42rem);
}

.hero-logo {
  margin-bottom: clamp(2.8rem, 2.57rem + 0.62vw, 3.2rem);
  width: clamp(4.4rem, 3.94rem + 1.23vw, 5.2rem);
}

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

.hero-header {
  margin-bottom: 3.2rem;
}

.hero-tagline {
  font-family: "OH Yael Leibushor", sans-serif;
  font-size: clamp(1.8rem, 1.18rem + 1.12vw, 2.8rem);
  margin-bottom: 1rem;
}

.hero-taglines {
  padding-bottom: clamp(4rem, 3.54rem + 1.23vw, 4.8rem);
}

.hero-title {
  font-weight: bold;
  font-size: clamp(3.6rem, 2.67rem + 2.47vw, 5.2rem);
  line-height: 1.3;
  padding-bottom: 1.4rem;
  padding-inline: clamp(0rem, -9.84rem + 26.23vw, 17rem);
}

.hero-subtitle {
  font-size: clamp(1.5rem, 1.21rem + 0.77vw, 2rem);
  line-height: 1.6;
  padding-bottom: clamp(2rem, 1.77rem + 0.62vw, 2.4rem);
  max-width: clamp(33rem, 27.21rem + 15.43vw, 43rem);
  margin-inline: auto;
}

.hero-upper-subtitle {
  font-size: clamp(1.7rem, 1.29rem + 1.08vw, 2.4rem);
  margin-bottom: 1.2rem;
}

.special-font {
  font-family: "OH Yael Leibushor", sans-serif;
  font-size: clamp(3.8rem, 2.99rem + 2.16vw, 5.2rem);
  line-height: 0;
  margin: 0;
}

.hero-cta-button {
  font-size: clamp(1.5rem, 1.21rem + 0.77vw, 2rem);
  font-weight: normal;
  color: #ffffff;
  padding: 1.6rem 2.7rem;
  border-radius: 999px;
  z-index: 4;
}

.hero-visuals {
  position: absolute;
  bottom: clamp(0rem, 6.17rem + -6.03vw, 4rem);
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: -1;
}

.portrait-right-wrapper {
  position: relative;
  width: clamp(21rem, 16.11rem + 13.57vw, 30rem);
  z-index: 3;
  flex-shrink: 0;
  transform: translateX(-2.3rem);
}

.portrait-right {
  width: 100%;
  height: auto;
  aspect-ratio: 400/529;
  object-fit: contain;
  display: block;
}

.portrait-left-wrapper {
  flex-shrink: 0;
  position: relative;
  width: clamp(16.5rem, 12.7rem + 10.56vw, 23.5rem);
  right: 0.4rem;
}

.portrait-left {
  height: auto;
  aspect-ratio: 350/610;
  object-fit: contain;
  display: block;
}

.hero-badge-wrapper {
  position: absolute;
  top: 6%;
  left: 12%;
  aspect-ratio: 1/1;
  width: clamp(5rem, 3.91rem + 3.02vw, 7rem);
  z-index: 3;
}

.hero-badge-text {
  position: absolute;
  width: clamp(3.8rem, 2.71rem + 3.02vw, 5.8rem);
  top: 50%;
  left: 50%;
  object-fit: contain;
  z-index: 5;
  animation: spinTextCenter 12s linear infinite;
}

@keyframes spinTextCenter {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 1000px) {
  .hero-section {
    padding-block: clamp(8rem, -2.83rem + 10.58vw, 12.4rem) clamp(12rem, 2.15rem + 9.62vw, 16rem);
    background: radial-gradient(circle at 30% 55%, #FBFBFB 0%, #F2EEEB 100%);
  }
  .hero-section__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
  .hero-logo {
    position: absolute;
    top: clamp(-11rem, 6.31rem + -12.02vw, -6rem);
    left: 3.4rem;
    width: clamp(4.4rem, 0.46rem + 3.85vw, 6rem);
    margin: 0;
  }
  .content-container {
    width: 50%;
    text-align: right;
    transform: translateY(2rem);
  }
  .hero-header {
    margin-bottom: 0;
  }
  .hero-taglines {
    padding-bottom: clamp(3.2rem, -1.72rem + 4.81vw, 5.2rem);
  }
  .hero-subtitle {
    max-width: clamp(37rem, 29.62rem + 7.21vw, 40rem);
    padding-bottom: 2.8rem;
    text-align: right;
    font-size: clamp(1.6rem, 1.11rem + 0.48vw, 1.8rem);
    margin-inline: 0;
  }
  .hero-upper-subtitle {
    font-size: clamp(2rem, 1.02rem + 0.96vw, 2.4rem);
  }
  .special-font {
    font-size: clamp(4.4rem, 2.43rem + 1.92vw, 5.2rem);
  }
  .hero-title {
    font-size: clamp(4rem, 0.55rem + 3.37vw, 5.4rem);
    padding-inline: 0 4rem;
    padding-bottom: 2rem;
    margin-top: 0.8rem;
  }
  .hero-visuals {
    position: relative;
    width: 50%;
  }
  .portrait-right-wrapper {
    width: clamp(32rem, -2.46rem + 33.65vw, 46rem);
    position: absolute;
    right: 0.8%;
    top: 50%;
    transform: translateY(-53.5%);
  }
  .hero-badge-wrapper {
    top: 25%;
    left: 16%;
    width: clamp(7.6rem, 3.17rem + 4.33vw, 9.4rem);
  }
  .portrait-right {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1251/1993;
    object-fit: contain;
    transform: none;
  }
  .portrait-left-wrapper {
    width: clamp(24rem, -3.08rem + 26.44vw, 35rem);
    right: 3%;
    transform: translateY(1.4rem);
  }
  .portrait-left {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 1291/2249;
    left: -63.6%;
    top: 50%;
    transform: translateY(-43%);
    z-index: 1;
  }
  .hero-badge-wrapper,
  .hero-badge-base,
  .hero-badge-text {
    height: auto;
    aspect-ratio: 1/1;
  }
  .hero-badge-base {
    width: clamp(7rem, 2.08rem + 4.81vw, 9rem);
  }
  .hero-badge-text {
    width: clamp(6.4rem, 3.2rem + 3.13vw, 7.7rem);
  }
  .hero-cta-button {
    font-size: clamp(1.6rem, 1.11rem + 0.48vw, 1.8rem);
    padding-block: 1.8rem;
  }
}
.value-section {
  position: relative;
  overflow-x: hidden;
  background-color: #F5F2F0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.value-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .value-section__container {
    max-width: 1440px;
  }
}

.img-visuals {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
  pointer-events: none;
}

.value-bg-img {
  position: absolute;
  width: 28.4rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.value-img-left {
  height: 42.595rem;
  transform: translate(-36%, 0%) rotate(-7.32deg);
  z-index: 1;
}

.value-img-right {
  height: 42.665rem;
  object-position: top;
  transform: translate(28%, 0%) rotate(4.2deg);
  z-index: 2;
}

.section-header {
  position: relative;
  z-index: 2;
}

.section-header__content {
  position: relative;
  z-index: 2;
}

.value-section__pre-cta {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-block: 2rem 2.8rem;
  font-weight: bold;
}

.value-section__pre-cta-text {
  font-size: 1.5rem;
  color: #300F08;
  margin: 0;
}

.value-section__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.value-section__arrow svg {
  width: 4rem;
  height: 4rem;
  fill: #300F08;
}

.value-section__cards {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: 100%;
  max-width: 45rem;
}

.value-card-wrapper {
  position: relative;
}

.value-card__cta-icon {
  position: absolute;
  height: auto;
  width: clamp(5.2rem, 1.6rem + 10vw, 6.4rem);
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  transform: translate(-4%, -6%);
  z-index: 5;
}

.value-card {
  display: block;
  background-image: url("Assets/images/value_cta_480px-2.avif");
  background-size: 100% 100%;
  aspect-ratio: 1005/507;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.value-card__inner {
  padding: clamp(3.8rem, -8.8rem + 33.6vw, 8rem) 2.4rem 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 3rem;
}

.value-card__title {
  font-family: "OH Yael Leibushor", sans-serif;
  font-size: clamp(4.4rem, 0.8rem + 10vw, 5.6rem);
  margin-top: clamp(0rem, -0.64rem + 1.61vw, 1rem);
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
}

.value-card__desc {
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: clamp(1.3rem, 0.4rem + 2.5vw, 1.6rem);
  color: #ffffff;
  margin-top: clamp(0rem, -3.6rem + 10vw, 1.2rem);
}

@media (min-width: 1000px) {
  .value-section {
    padding-block: 5.2rem;
  }
  .value-card {
    background-image: url("Assets/images/value_cta_1880px-2.avif");
  }
  .value-section__cards {
    flex-direction: row;
    justify-content: center;
    gap: clamp(2rem, -18.18rem + 19.71vw, 10.2rem);
    max-width: 135rem;
    width: 100%;
  }
  .value-card-wrapper {
    flex: 1;
    max-width: 62.4rem;
    position: relative;
  }
  .value-card {
    aspect-ratio: 1248/424;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .value-card__inner {
    padding: 2.4rem 2.4rem 0;
  }
  .value-card__title {
    font-size: clamp(5.2rem, 2.25rem + 2.88vw, 6.4rem);
  }
  .value-card__desc {
    font-size: clamp(1.5rem, 0.76rem + 0.72vw, 1.8rem);
    margin-top: clamp(0rem, -3.94rem + 3.85vw, 1.6rem);
    margin-left: clamp(0rem, -15.26rem + 14.9vw, 6.2rem);
  }
  .value-section__pre-cta-text {
    font-size: 1.8rem;
  }
  .value-section__pre-cta {
    margin-block: 4rem 16rem;
  }
  .value-card__cta-icon {
    width: clamp(5.2rem, 1.26rem + 3.85vw, 6.8rem);
    transform: translate(0%, 0%);
  }
  .img-visuals {
    width: 36rem;
    top: -4.4rem;
  }
  .value-bg-img {
    width: 36rem; /* Must match the wrapper width above */
    border-radius: 2.4rem; /* Scaled up the border-radius slightly so it doesn't look sharp */
  }
  .value-img-left {
    height: 55rem; /* Scaled up from 42.5rem */
    /* The transform stays exactly the same so your GSAP animation still works perfectly */
    transform: translate(-36%, 0%) rotate(-7.32deg);
  }
  .value-img-right {
    height: 55rem; /* Scaled up from 42.6rem */
    transform: translate(28%, 0%) rotate(4.2deg);
  }
}
.services-section {
  padding-block: 2.4rem;
  background-color: #F2EEEB;
}

.services-card__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 2.4rem;
}

.services-section .section-cta-btn {
  margin-block: 0 2rem;
}

.services-section__container {
  width: 100%;
  max-width: 45rem;
}

.services-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4rem 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 1.6rem;
  background-color: #FBFBFB;
  gap: 3.2rem;
}

.services-section__card .section-header {
  margin-bottom: 0;
}

.services-section__card .section-header__content {
  line-height: 1.76;
  margin-top: 1.6rem;
}

.services-section__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
}

.services-card {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  border-radius: 2.4rem;
}
.services-card__icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(25%, 25%);
  z-index: 2;
  width: clamp(4rem, 2.8rem + 3.33vw, 4.4rem);
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.services-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ADD THIS: Forces the overlay to curve perfectly with the card */
  border-radius: 2.4rem;
  /* Your custom gradient */
  background: linear-gradient(to bottom, rgba(64, 46, 33, 0.76) 0%, #422816 82%);
  opacity: 0; /* Invisible by default */
  /* NOTE: The transition is updated to 0.3s to match your mobile speed! */
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1; /* Sits over the image, but under the z-index: 2 text */
}

.services-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 411/242;
  transition: aspect-ratio 0.3s ease-in-out;
  object-fit: cover;
  object-position: top;
  border-radius: 2.4rem;
}

.services-card__content {
  position: absolute;
  bottom: clamp(2rem, -0.4rem + 6.67vw, 2.8rem);
  right: 2.4rem;
  left: 2.4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.services-card__title {
  color: #F5F2F0;
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: clamp(1.5rem, 1.2rem + 0.83vw, 1.6rem);
  font-weight: bold;
  z-index: 2;
}

.services-card__description {
  color: #F5F2F0;
  font-size: clamp(1.3rem, 1rem + 0.83vw, 1.4rem);
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.services-card.is-expanded .services-card__image,
.services-card:focus-within .services-card__image {
  aspect-ratio: 411/411;
}

.services-card.is-expanded::after,
.services-card:focus-within::after {
  opacity: 0.75;
}

.services-card.is-expanded .services-card__description,
.services-card:focus-within .services-card__description {
  max-height: 20rem;
  opacity: 1;
  margin-top: 1.2rem;
}

.services-card.is-expanded .services-card__content,
.services-card:focus-within .services-card__content {
  bottom: 2.4rem;
}

.services-card.is-expanded .services-card__icon,
.services-card:focus-within .services-card__icon {
  transform: translate(25%, 25%) rotate(-180deg);
}

@media (min-width: 1000px) {
  .services-section__container {
    max-width: 148rem;
    width: 100%;
  }
  .services-section .section-cta-btn {
    margin-block: 3.2rem 2rem;
  }
  .services-section__card {
    padding: 6rem 4rem;
    gap: 4.8rem;
  }
  .services-section__cards {
    flex-direction: row;
  }
  .services-card {
    flex: 1;
    height: 340px;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), max-width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    border-radius: 2.4rem;
    position: relative;
  }
  .services-card:hover::after,
  .services-card:focus-within::after,
  .services-card:focus::after {
    opacity: 0.75;
    border-radius: 2.4rem;
  }
  .services-card__icon {
    transform: translate(12%, 12%);
    transition: transform 0.8s ease;
    width: clamp(4rem, 3.02rem + 0.96vw, 4.4rem);
  }
  .services-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
  }
  .services-card:hover .services-card__image,
  .services-card:focus-within .services-card__image,
  .services-card:focus .services-card__image {
    transform: scale(1.55);
  }
  .services-card__content {
    bottom: 2rem;
  }
  .services-card__title {
    font-size: clamp(1.4rem, 0.66rem + 0.72vw, 1.7rem);
    text-align: center;
  }
  .services-card:hover,
  .services-card:focus-within,
  .services-card:focus {
    flex: 5;
  }
  .services-card:hover .services-card__icon,
  .services-card:focus-within .services-card__icon,
  .services-card:focus .services-card__icon {
    transform: translate(12%, 12%) rotate(-180deg);
  }
  .services-card:hover .services-card__content,
  .services-card:focus-within .services-card__content,
  .services-card:focus .services-card__content {
    bottom: 3.2rem;
    padding-inline: 2rem;
  }
  .services-card:hover .services-card__description,
  .services-card:focus-within .services-card__description,
  .services-card:focus .services-card__description {
    max-height: 20rem;
    opacity: 1;
    margin-top: 1.2rem;
    text-align: right;
    font-size: 1.5rem;
  }
  .services-card:hover .services-card__title,
  .services-card:focus-within .services-card__title,
  .services-card:focus .services-card__title {
    text-align: right;
  }
  .services-section__cards:hover .services-card:not(:hover) .services-card__title {
    font-size: 1.2rem;
  }
  .services-section__cards:hover .services-card:not(:hover) .services-card__icon {
    width: 4rem;
  }
}
.contact-section > .contact-section__container > header > .section-header__content {
  font-size: 1.6rem;
}

.contact-section > .contact-section__container > header {
  margin-bottom: 2rem;
  gap: 2rem;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("Assets/images/contact-form-480px-bg.avif");
  background-size: cover;
  background-position: top center;
}

.contact-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: clamp(10.4rem, -4.06rem + 40.17vw, 20rem);
  margin-bottom: 4rem;
}

.contact-section .section-header__title,
.contact-section .section-header__content,
.contact-form__consent {
  color: white;
}

.contact-form__consent {
  grid-column: 1/-1;
}
.contact-form__consent a {
  font-weight: bold;
  color: white;
}

.contact-form {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 2.4rem;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.contact-form__input {
  width: 100%;
  padding: 1.6rem 2.4rem;
  border-radius: 5rem;
  border: none;
  background-color: #F8F5F3;
  color: #300F08;
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: 1.5rem;
  transition: box-shadow 0.3s ease;
  text-align: right;
  opacity: 0.95;
}
.contact-form__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.contact-form__input::placeholder {
  color: #121212;
  font-weight: 500;
}

.contact-form__consent {
  text-align: center;
}
.contact-form__consent a:hover {
  color: #300F08;
}

.contact-form__checkbox {
  transform: scale(2);
  transform-origin: right center;
  margin-left: 1.2rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

.contact-form__submit {
  width: 100%;
  padding: 1.8rem 1rem;
  margin-top: 0.8rem;
  border-radius: 5rem;
  border: none;
  background-color: #D2B49D;
  color: #300F08;
  font-family: "Tel Aviv Brutalist", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  opacity: 0.95;
}
.contact-form__submit:hover, .contact-form__submit:focus, .contact-form__submit:active {
  background-color: rgb(193.951048951, 153.2517482517, 122.048951049);
  transform: translateY(-2px);
  color: #300F08;
}

.form-error-message {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 1rem;
  text-align: center;
}

@media (min-width: 600px) {
  .contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
  .contact-form__submit {
    grid-column: 1/-1;
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
  .contact-section__container {
    max-width: 112.6rem;
  }
  .contact-section__container {
    margin-top: clamp(17rem, 9.94rem + 19.61vw, 30rem);
  }
}
@media (min-width: 1000px) {
  .contact-section > .contact-section__container > header > h2 > .section-header__title-line {
    display: inline;
    padding-top: 2rem;
  }
  .contact-section > .contact-section__container > header > .section-header__content, .contact-form__consent {
    font-size: 2rem;
  }
  .contact-form__consent {
    width: 100%;
  }
  .contact-section {
    background-image: url("Assets/images/contact-form-bg.avif");
    background-size: cover;
    background-position: center top;
  }
  .contact-form__input {
    padding: 1.8rem 2.4rem;
    font-size: 1.8rem;
  }
  .contact-section__container {
    margin-top: 10rem;
  }
  .form-error-message {
    font-size: 1.8rem;
    text-align: right;
  }
  .consent-err {
    text-align: center;
  }
}
.social-proof-section {
  padding: 2.4rem 0;
  background-color: #F2EEEB;
}

.social-proof-section__card {
  padding: 4rem 1.6rem;
  padding-bottom: 1.6rem;
  z-index: 1;
  border-radius: 2.4rem;
  background-color: #FBFBFB;
}

.social-proof-section .section-header__title {
  color: #300F08;
}

.social-proof-section__stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-proof-section__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 638/396;
  object-fit: cover;
}

.social-reviews__image {
  margin-block: 2rem;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 638/3210;
  object-fit: cover;
}

.social-proof-section__picture--desktop-only {
  display: none;
}

.social-proof-section__duplicates {
  display: none;
}

@media (min-width: 1024px) {
  .social-proof-section__duplicates {
    display: contents;
  }
  .social-proof-section__container {
    max-width: 148rem;
    width: 100%;
  }
  .social-proof-section__card {
    padding: 6rem 6rem 0;
    gap: 4.8rem;
    overflow: hidden;
  }
  .social-proof-section__stack {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: max-content;
    margin-top: 5rem;
    gap: 3.6rem;
    animation: scrollGallery 32s linear infinite;
  }
  .social-proof-section__stack:hover,
  .social-proof-section__stack:focus {
    animation-play-state: paused;
  }
  .social-proof-section__stack:focus {
    outline: 4px solid #422816;
    outline-offset: 8px;
  }
  .social-proof-section__picture {
    display: block;
    width: clamp(49.5rem, 24.39rem + 24.52vw, 59.7rem);
    aspect-ratio: 976/606;
    flex-shrink: 0;
  }
  .social-proof-section__picture .social-proof-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .social-proof-section__picture--desktop-only {
    display: block;
    width: clamp(70.028rem, 33.6rem + 35.58vw, 84.83rem);
    aspect-ratio: 1169/512;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 1.6rem;
  }
  @keyframes scrollGallery {
    0% {
      transform: translateX(calc(50% + 1rem));
    }
    100% {
      transform: translateX(0);
    }
  }
  .social-reviews__image {
    aspect-ratio: 1292/627;
    margin-block: 4rem;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .social-proof-section__stack {
    animation: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .social-proof-section__picture,
  .social-proof-section__picture--desktop-only {
    scroll-snap-align: center;
  }
}
.process-section > .process-section__container > header > h2 > .section-header__title-line {
  display: inline;
}

.process-section > .process-section__container > header > .section-header__content {
  line-height: 1.76;
}

.process-section > .process-section__container > header {
  gap: 2.8rem;
  margin-bottom: 5.2rem;
}

.process-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding-block: 2.4rem;
  background: radial-gradient(circle at 50% 75%, #FBFBFB 0%, #F2EEEB 100%);
  /* ADD THESE TWO LINES */
  will-change: transform;
  transform: translateZ(0);
}

.process-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-circle {
  position: relative;
  width: 100%;
  max-width: 45rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-circle__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.process-circle__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 75%;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #BE753F;
  color: #300F08;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 2.6rem;
}
.step-number::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #BE753F;
  border-radius: 50%;
}

.step-title {
  font-size: 1.6rem;
  margin: 0 0 1.2rem 0;
  font-weight: 700;
}

.step-description {
  font-size: clamp(1.3rem, 0.4rem + 2.5vw, 1.6rem);
  margin: 0;
}
.step-description strong {
  font-weight: 700;
}

.process-pin-wrapper {
  width: 100%;
}

.process-steps-wrapper {
  position: relative;
  width: 100%;
  min-height: 14rem;
}

.step-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.step-text.active {
  opacity: 1;
  visibility: visible;
}

.svg-progress-ring {
  transition: stroke-dashoffset 0.1s linear;
}

.svg-dot {
  transition: fill 0.3s ease;
}

@media (min-width: 1024px) {
  .process-section {
    background: radial-gradient(circle at 25% 50%, #FBFBFB 0%, #F2EEEB 100%);
  }
  .process-section__container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    max-width: 140rem;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
  }
  .process-section > .process-section__container > header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    margin-bottom: 0;
    gap: 3.6rem;
  }
  .process-section > .process-section__container > header > .section-header__content {
    line-height: 2;
    font-size: clamp(1.6rem, 1.11rem + 0.48vw, 1.8rem);
    text-align: justify;
  }
  .process-section > .process-section__container > header > .section-header__title {
    font-size: clamp(3rem, 0.54rem + 2.4vw, 4rem);
  }
  .process-pin-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .process-circle {
    max-width: 60rem;
    margin-right: auto;
    margin-left: 0;
    filter: drop-shadow(0px 4px 29.3px rgba(115, 80, 60, 0.1));
  }
  .step-number {
    width: clamp(6.8rem, 5.82rem + 0.96vw, 7.2rem);
    height: clamp(6.8rem, 5.82rem + 0.96vw, 7.2rem);
    font-size: clamp(3.2rem, 2.22rem + 0.96vw, 3.6rem);
    margin-bottom: 6.4rem;
  }
  .step-number::before {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
  }
  .step-title {
    font-size: clamp(2rem, 1.51rem + 0.48vw, 2.2rem);
    margin-bottom: 1.2rem;
  }
  .step-description {
    font-size: clamp(1.6rem, 1.11rem + 0.48vw, 1.8rem);
    line-height: 1.6;
  }
}
.about-section {
  padding: 2.4rem 0;
  background-color: #F2EEEB;
}

.about-section > .about-section__container {
  padding: 1.6rem clamp(1.5rem, 0rem + 4.17vw, 2rem);
}

section.about-section > .about-section__container > .about-section__card > .section-header > h2 > .section-header__title-line {
  display: inline;
}

.about-section__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4rem clamp(2.4rem, -8.02rem + 22.3vw, 14.8rem);
  border-radius: 1.6rem;
  background-color: #FBFBFB;
  gap: 3.2rem;
}

.about-section__card .section-header {
  margin-bottom: 0;
}

.about-section__image {
  max-width: 100%;
  height: auto;
}

.about-section__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.76;
  width: 100%;
}

.about-section__text {
  font-weight: 400;
  margin: 0;
}
.about-section__text--highlight {
  font-weight: 700;
  margin-top: 0.8rem;
}

@media (min-width: 1024px) {
  section.about-section > .about-section__container > .about-section__card > .section-header > .section-header__title {
    font-size: clamp(3rem, 0.54rem + 2.4vw, 4rem);
  }
  section.about-section > .about-section__container > .about-section__card > .section-header {
    align-items: flex-start;
    text-align: right;
  }
  section.about-section > .about-section__container > .about-section__card > .section-header.section-header__content {
    line-height: 2;
    font-size: clamp(1.6rem, 1.11rem + 0.48vw, 1.8rem);
  }
  .about-section__card picture {
    display: contents;
  }
  .about-section__container {
    max-width: 148rem;
    width: 100%;
  }
  .about-section__card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    column-gap: clamp(0rem, -14.77rem + 14.42vw, 6rem);
    padding: 4rem clamp(4rem, -17.56rem + 21.05vw, 12rem) 0;
    position: relative;
    z-index: 1;
  }
  .about-section__card::after {
    content: "";
    position: absolute;
    top: clamp(3rem, -21.25rem + 23.68vw, 12rem);
    right: 44%;
    width: 23%;
    height: 15rem;
    background-image: url("./Assets/svg/decoration_about.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -1;
    pointer-events: none;
  }
  .about-section__card .section-header {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    text-align: right;
  }
  .about-section__content {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    text-align: justify;
    padding-left: 10rem;
  }
  .about-section__image {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
    justify-self: end;
    max-width: 48rem;
    width: 100%;
  }
}
.qa-section > .qa-section__container > header > h2 > .section-header__title-line {
  display: inline;
}

.qa-section {
  background-color: #F2EEEB;
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 2.4rem 3.2rem;
}

.qa-section__container {
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qa-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.qa-item {
  background: linear-gradient(to right, #704F3B 72%, #946A50 100%);
  border-radius: 5rem;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.qa-item.is-open {
  border-radius: 2.4rem;
  background: #704F3B;
}

.qa-item__trigger {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 1.6rem 1rem;
  gap: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: right;
  justify-content: flex-end;
}

.qa-item__question {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 2.2rem;
}

.qa-item__icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background-color: #F0EBE1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}
.qa-item__icon img, .qa-item__icon svg {
  width: 100%;
  height: auto;
}

.qa-item.is-open .qa-item__icon {
  transform: rotate(-135deg);
}

.qa-item__answer-wrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.qa-item__answer-content {
  padding: 0 2.4rem 2.4rem 2.4rem;
}
.qa-item__answer-content p {
  color: #FFFFFF;
  opacity: 0.9;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

.qa-item.is-open .qa-item__answer-wrapper {
  max-height: 30rem;
  opacity: 1;
}

.qa-item__trigger:focus-visible {
  outline: 3px solid #1A1A1A;
  outline-offset: -5px;
}

@media (min-width: 1024px) {
  .qa-item { /* <-- You missed this part! */
    background: linear-gradient(to right, #704F3B 92%, #946A50 100%);
  }
}
.site-footer {
  background-color: #0A0A0A;
  color: #F5F2F0;
  padding-top: 0.8rem;
  font-size: 1.6rem;
}

.site-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
  max-width: 60rem;
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.site-footer__info strong {
  font-weight: 700;
  margin-left: 0.8rem;
}

.site-footer__container > div:nth-child(2) {
  text-align: center;
}
.site-footer__container > div:nth-child(2) a {
  color: #F0EBE1;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__container > div:nth-child(2) a:hover {
  color: #D99A5A;
}

.site-footer__map {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.site-footer__map iframe {
  display: block;
}

.site-footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.site-footer__social-title {
  font-weight: 700;
  margin: 0;
}

.site-footer__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.4rem;
}
.site-footer__social-list a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-footer__social-list a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
.site-footer__social-list img {
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
}

.site-footer__bottom {
  text-align: center;
  font-size: 1.4rem;
  color: #F5F2F0;
}
.site-footer__bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.site-footer__bottom a {
  color: #F5F2F0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__bottom a:hover {
  color: #DAA160;
}

@media (min-width: 1000px) {
  .site-footer {
    padding-top: 4rem;
  }
  .site-footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6rem;
    row-gap: 2.4rem;
    max-width: 120rem;
    align-items: center;
  }
  .site-footer__info {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    text-align: right;
    align-items: flex-start;
    font-size: 1.8rem;
  }
  .site-footer__container > div:nth-child(2) {
    font-size: 1.8rem;
    text-align: right;
  }
  .site-footer__social {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-top: 0;
  }
  .site-footer__map {
    grid-column: 2;
    grid-row: 1/span 2;
    justify-self: end;
    max-width: 60rem;
    width: 100%;
    height: 300px;
  }
  .site-footer__map iframe {
    width: 100%;
    height: 100%;
  }
  .site-footer__bottom {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2.4rem;
  }
}
.legal-document {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem;
  color: #300F08;
  line-height: 2;
}
.legal-document__header {
  margin-bottom: 4.8rem;
  padding-bottom: 2.4rem;
  border-bottom: 2px solid #D9C7B8;
}
.legal-document__title {
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  color: #300F08;
  margin-bottom: 0.8rem;
}
.legal-document__subtitle {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.legal-document__date {
  color: #300F08;
}
.legal-document__intro {
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 4rem;
  background-color: #F2EEEB;
  padding: 2.4rem;
  border-radius: 1.2rem;
}
.legal-document .legal-section {
  margin-block: 4rem;
}
.legal-document .legal-section__title {
  font-size: clamp(2rem, 3vw, 2.4rem);
  color: #300F08;
  margin-bottom: 1.7rem;
  font-weight: 700;
}
.legal-document .legal-section p {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.legal-document .legal-section ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2.4rem;
}
.legal-document .legal-section ul li {
  position: relative;
  padding-right: 2.4rem;
  margin-bottom: 1.2rem;
}
.legal-document .legal-section ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  color: #BE753F;
  font-size: 2rem;
  line-height: 1.4;
}
.legal-document .legal-section__contact {
  margin-top: 2.4rem;
  padding: 1.6rem;
  background-color: #F2EEEB;
  border-radius: 0.8rem;
}

/*# sourceMappingURL=style-rtl.css.map */
