/* Pages */
.page-section{
  padding:76px 0 88px;
}
.page-container{
  width:min(calc(100% - 64px),1180px)
}
.page-head{
  padding-bottom:26px;
  border-bottom:1px solid #dededb;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}
.page-head h1{
  margin:0 0 15px;
  font-size:clamp(32px,3vw,48px);
  line-height:1.03;
  letter-spacing:-.04em;
}
.page-head h1:last-child {
  margin-bottom: 0;
}
.page-content{
  width:min(100%,920px);
  color:#3f3f3f;
  font-size:15.5px;
  line-height:1.72;
  margin: 0 auto;
}
.page-content p{
  margin:0 0 20px
}
.page-content h2{
  margin:38px 0 16px;
  color:var(--ink);
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.025em;
}
.page-content h3 {
  margin: 20px 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}
.page-content strong {
  color: #171916;
}
.page-head>p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: #5a605a;
  font-size: 15.5px;
  line-height: 1.68;
}


/* Error 404 */
.simple-state-section {
  background: #fff;
  min-height: calc(100vh - var(--header) - 120px);
  display: flex;
  align-items: center;
  padding: 86px 0 96px;
}
.simple-state-wrap {
  width: min(calc(100% - 64px), 880px);
  text-align: center;
}
.error-code {
  margin: 0 0 13px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
}
.simple-state-wrap h1 {
  margin: 0 auto 19px;
  max-width: 760px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.05em;
}
.simple-state-wrap>p:not(.section-label):not(.error-code) {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
}
.simple-state-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}


/* Catalog Products*/
.products-catalog-section {
  padding: 68px 0 72px;
  scroll-margin-top: var(--header);
}
.products-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 38px;
}
.products-catalog-head h2 {
  max-width: 680px;
}
.products-catalog-head>p {
  max-width: 500px;
  margin: 0 0 4px;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.58;
}
.product-color-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 32px;
  flex-wrap: wrap;
}
.product-color-filter button {
  appearance: none;
  border: 1px solid #d8d8d3;
  background: #fff;
  color: #171815;
  padding: 10px 15px;
  font: 700 14px/1 inherit;
  cursor: pointer;
  transition: .2s ease;
}
.product-color-filter button.is-active,
.product-color-filter button:hover {
  background: #111612;
  border-color: #111612;
  color: #FFF;
}
.product-color-filter button span {
  margin-left: 6px;
  color: #96978f;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}



/* Sample Stone */
.stone-sample-section {
  padding: 58px 0;
}
.stone-sample-card {
  display: grid;
  grid-template-columns: minmax(230px, .30fr) minmax(0, .70fr);
  background: #090d0b;
  color: #fff;
}
.stone-sample-media {
  min-height: 300px;
  overflow: hidden;
}
.stone-sample-media>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.stone-sample-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px clamp(34px,4.2vw,64px);
}
.stone-sample-copy h2 {
  line-height: 1.03;
  letter-spacing: -.04em;
  font-size: clamp(30px,3vw,45px);
  max-width: 680px;
  margin: 7px 0 14px;
}
.stone-sample-copy>p:not(.section-label) {
  color: #c4cac6;
  margin: 0 0 20px;
  max-width: 660px;
  line-height: 1.55;
}





/* Advantages */
.why-granite-section {
  background: var(--dark);
  color: #fff;
  padding: 68px 0 72px;
}
.why-granite-head {
  width: min(100%, 760px);
  margin: 0 auto 38px;
  text-align: center;
}
.why-granite-head h2 {
  margin: 0 auto 13px;
  max-width: 700px;
  font-size: clamp(34px, 3vw, 45px);
  line-height: 1.06;
}
.why-granite-head>p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: #b7beb9;
  font-size: 15px;
  line-height: 1.55;
}
.why-granite-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 0 clamp(26px,3vw,44px);
  border: 0;
}
.why-granite-item {
  position: repeat;
  border-top: 1px solid #29202b;
  padding: 25px 0 8px;
}
.why-granite-item:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 21px;
  background: #e28a58;
  margin-bottom: 18px;
}
.why-granite-item h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.why-granite-item p {
  margin: 0;
  color: #abb3ad;
  font-size: 14px;
  line-height: 1.55;
}




.wc-block-components-notice-banner,.woocommerce-message,.woocommerce-NoticeGroup,.woocommerce-info,.woocommerce-error{
  padding:20px;
  border: 1px solid var(--line);
  background: #f9f9f9;
  display:flex;
  align-items:center;
  margin-bottom: 24px !important;
  outline:none!important;
  list-style:none;
  overflow:hidden
}
.woocommerce-message,.woocommerce-NoticeGroup,.woocommerce-info,.woocommerce-error{
  display:block
}
.woocommerce-NoticeGroup ul,.woocommerce-NoticeGroup .woocommerce-error{
  padding:0;
  margin:0!important;
  border:none;
}
.woocommerce-NoticeGroup ul li a{
  text-decoration:none
}
.wc-block-components-notice-banner svg{flex:0 0 36px;max-width:36px;margin-right:24px}
.wc-block-components-notice-banner__content{position:relative;overflow:hidden;flex:auto;max-width:100%}
.wc-block-components-notice-banner__content .button,.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button{
  float:right;
  margin-left:24px;
  margin-bottom:0;
  min-height: inherit;
  padding: 0;
  font-weight: 600;
}



.sample-modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.sample-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sample-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 10, .72);
  backdrop-filter: none;
}
.sample-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow-y: auto;
  overflow-x: hidden;
  padding: 34px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .25);
}
.sample-modal-dialog h2 {
  margin: 7px 38px 11px 0;
  font-size: clamp(28px, 4vw, 39px);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.sample-modal-lead {
  margin: 0 0 23px;
  color: #62645f;
  font-size: 14px;
  line-height: 1.6;
}
.sample-modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 36px;
  height: 36px;
  border: 0;
  background: #f3f2ef;
  color: #171916;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.sample-modal-form {
  display: grid;
  gap: 13px;
}
.sample-modal-form label {
  display: grid;
  gap: 7px;
  color: #242622;
  font-size: 14px;
  font-weight: 700;
  align-content: flex-start;
}
.sample-modal-form input:not([type="submit"]),
.sample-modal-form select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: 1px solid #dcd9d3;
  background: #fff;
  color: #1d1f1b;
  font: inherit;
  outline: 0;
}
.sample-modal-form input:not([type="submit"]):focus,
.sample-modal-form select:focus {
  border-color: #b95729;
}
.sample-modal-form select{
  appearance:none;
  -webkit-appearance:none;
  padding-right:42px;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23212420' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-size:11px 7px;
}
.sample-modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.sample-modal-form .button {
  margin-top: 4px;
}
.sample-modal-note {
  margin: 1px 0 0;
  color: #7b7d78;
  font-size: 14px;
  line-height: 1.5;
}
.sample-modal-note a {
  color: inherit;
  text-decoration: underline;
}
body.sample-modal-open {
  overflow: hidden;
}
.sample-format-static{
  min-width:0;
  display:grid;
  gap:7px;
  color:#242622;
  font-size:14px;
  font-weight:700;
}
.sample-format-static>span{display:block}
.sample-format-static>strong{
  min-height:44px;
  display:flex;
  align-items:center;
  padding:0 13px;
  border:1px solid #dcd9d3;
  background:#f7f7f4;
  color:#1d1f1b;
  font-size:14px;
}
.sample-modal-form + .wpcf7-response-output {
  margin-top: 18px !important;
}





.gallery-page-section{
  padding:68px 0 76px;
}
.gallery-page-head{
  max-width:780px;
  margin:0 auto 38px;
  text-align:center;
}
.gallery-page-head .section-label{margin-left:auto;margin-right:auto}
.gallery-page-head h1{
  margin:0;
  font-size:clamp(38px,4vw,54px);
  line-height:1.03;
  letter-spacing:-.04em;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.gallery-item{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:4/3;
  padding:0;
  border:0;
  overflow:hidden;
  background:#ececea;
  cursor:zoom-in;
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease,filter .25s ease;
}
.gallery-item:after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(9,13,11,.06);
  opacity:0;
  transition:opacity .2s ease;
}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-item:hover:after{opacity:1}
.gallery-item:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

.gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:2900;
  display:grid;
  place-items:center;
  padding:28px 72px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease,visibility .2s ease;
}
.gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}
.gallery-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,9,8,.91);
  backdrop-filter:none;
}
.gallery-lightbox-stage{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:min(1180px,calc(100vw - 144px));
  height:min(780px,calc(100vh - 96px));
}
.gallery-lightbox-image{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  box-shadow:0 18px 68px rgba(0,0,0,.34);
}
.gallery-lightbox-counter{
  position:fixed;
  z-index:3;
  top:25px;
  left:30px;
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
}
.gallery-lightbox-arrow,
.product-gallery-nav{
  position:fixed;
  z-index:4;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  opacity:.82;
  transition:opacity .2s ease,transform .2s ease;
}
.product-gallery-nav, .gallery-lightbox-arrow{
  top:50%;
  width:52px;
  height:72px;
  transform:translateY(-50%);
}
.product-gallery-nav:active, .gallery-lightbox-arrow:active{transform:translateY(-50%) scale(.94)}
.product-gallery-prev, .gallery-lightbox-prev{left:12px}
.product-gallery-next, .gallery-lightbox-next{right:12px}
.product-gallery-nav:before, .gallery-lightbox-arrow:before{
  content:"";
  width:14px;
  height:14px;
  border-top:2.2px solid currentColor;
  border-left:2.2px solid currentColor;
}
.product-gallery-prev:before, .gallery-lightbox-prev:before{transform:rotate(-45deg)}
.product-gallery-next:before, .gallery-lightbox-next:before{transform:rotate(135deg)}



.product-gallery-modal, .gallery-lightbox{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:28px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.product-gallery-modal.is-open, .gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}
.product-gallery-modal-backdrop, .gallery-lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(7,10,8,.92);cursor:zoom-out}
.product-gallery-modal-stage, .gallery-lightbox-stage{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:min(1120px,88vw);height:min(780px,84vh); margin: 0}
.product-gallery-modal-stage>img, .gallery-lightbox-stage>img{display:block;max-width:calc(100% - 120px);max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.product-gallery-modal-close, .gallery-lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:0;background:transparent;color:rgba(255,255,255,.88);cursor:pointer;transition: color .22s ease, opacity .22s ease, transform .22s ease}
.product-gallery-modal-close:hover, .gallery-lightbox-close:hover {
  color: #FFF;
  transform: rotate(90deg);
}
.product-gallery-modal-close span, .gallery-lightbox-close span{position:absolute;left:9px;top:19px;width:22px;height:1.6px;background:currentColor}
.product-gallery-modal-close span:first-child, .gallery-lightbox-close span:first-child{transform:rotate(45deg)}
.product-gallery-modal-close span:last-child, .gallery-lightbox-close span:last-child {transform:rotate(-45deg)}

.product-gallery-nav, .gallery-lightbox-arrow{position:absolute;top:50%;z-index:3;width:52px;height:52px;margin:0px;border:0;background:transparent;color:rgba(255,255,255,.82);font-size:0;font-weight:300;line-height:1;cursor:pointer}
.product-gallery-prev, .gallery-lightbox-prev{left:18px}
.product-gallery-prev:hover, .gallery-lightbox-prev:hover{transform: translateY(-50%) translateX(-2px);}
.product-gallery-next, .gallery-lightbox-next{right:18px}
.product-gallery-next:hover, .gallery-lightbox-next:hover{transform: translateY(-50%) translateX(2px);}
.product-gallery-modal-counter, .gallery-lightbox-counter{position:absolute;left:50%;bottom:4px;transform:translateX(-50%);color:#aab0ab;font-size:14px;letter-spacing:.12em;display: none;}




.about-page-section {
  padding: 74px 0 78px;
  background: #FFFFFF;
}
.about-page-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(54px, 7vw, 108px);
  align-items: center;
}
.about-page-copy h2 {
  max-width: 640px;
  margin: 0 0 22px;
  font-size: clamp(36px, 3.4vw, 50px);
  line-height: 1.05;
}
.about-page-copy>p:not(.section-label) {
  max-width: 650px;
  margin: 0 0 14px;
  color: #505050;
  font-size: 15.5px;
  line-height: 1.65;
}
.about-page-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid #dededb;
  border-bottom: 1px solid #dededb;
}
.about-page-facts>div {
  min-width: 0;
  padding: 18px 18px 18px 0;
}
.about-page-facts>div+div {
  padding-left: 18px;
  border-left: 1px solid #dededb;
}
.about-page-facts span {
  display: block;
  margin-bottom: 6px;
  color: #8b8b88;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.about-page-facts strong {
  display: block;
  color: #202020;
  font-size: 14px;
  line-height: 1.45;
}
.about-page-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #e8e8e5;
}
.about-page-media>img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  cursor: zoom-in;
}
.about-page-logo {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 164px;
  height: 98px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .12);
}
.about-page-logo img {
  width: 136px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  object-position: center;
  cursor: zoom-in;
}



.cooperation-section {
  background: var(--dark);
  color: #fff;
  padding: 62px 0 66px;
}
.cooperation-heading {
  width: min(100%, 760px);
  margin: 0 auto 40px;
  text-align: center;
}
.cooperation-heading h2 {
  max-width: 720px;
  margin: 0 auto 13px;
  font-size: clamp(34px, 3vw, 45px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.cooperation-heading>p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: #b9bfbb;
  font-size: 15px;
  line-height: 1.55;
}
.benefits-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 56px);
  padding-top: 0;
}
.benefit-item {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}
.benefit-item>img {
  width: 26px;
  height: 26px;
  margin: 2px 0 0;
  object-fit: contain;
}
.benefit-item h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.benefit-item p {
  margin: 0;
  color: #adb4af;
  font-size: 14px;
  line-height: 1.52;
}


.about-team-section {
  background: var(--soft);
  padding: 78px 0;
}
.about-team-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: center;
}
.about-team-media {
  height: 520px;
  overflow: hidden;
  background: #dededb;
}
.about-team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
}
.about-team-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: 1.05;
}
.about-team-copy>p:not(.section-label) {
  max-width: 590px;
  margin: 0;
  color: #4f4f4f;
  font-size: 15.5px;
  line-height: 1.68;
}
.about-team-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin-top: 27px;
}
.about-team-points span {
  position: relative;
  padding-left: 13px;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
}
.about-team-points span:before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}




.delivery-copy-section {
  margin-bottom: 34px;
}
.delivery-packaging-copy {
  position: relative;
  padding: 4px 0 8px;
  margin: 0 0 34px;
  color: #474b47;
  font-size: 15.5px;
  line-height: 1.62;
}
.delivery-packaging-copy p {
  margin: 0 0 18px;
}
.delivery-packaging-copy > p.section-label,
.delivery-split-head> p.section-label {
  margin-bottom: 9px;
}
.delivery-copy-section h2, .delivery-split-head h2 {
  margin: 0 0 12px;
  font-size: clamp(24px,2.6vw,32px);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.delivery-copy-section>p:not(.section-label), .delivery-split-head>p:not(.section-label) {
  color: #555b56;
}
.delivery-packaging-copy p:last-child,
.delivery-split-head>p:last-child {
  margin-bottom: 0;
}

.delivery-split-block {
  margin: 0 0 22px;
  padding: 28px 30px 26px;
  background: #fff;
  border: 1px solid #e3ded6;
  border-top: 3px solid var(--accent);
}
.delivery-split-head {
  max-width: 700px;
  margin-bottom: 22px;
}
.delivery-methods-minimal, .delivery-payment-minimal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}
.delivery-payment-minimal {
  grid-template-columns: 1fr;
}
.delivery-methods-minimal article, .delivery-payment-minimal article {
  min-width: 0;
  padding: 18px 0 19px;
  border-top: 1px solid #dedad3;
}
.delivery-payment-minimal article {
  max-width: 680px;
}
.delivery-methods-minimal h3, .delivery-payment-minimal h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.3;
  color: var(--ink);
}
.delivery-methods-minimal p, .delivery-payment-minimal p {
  margin: 0;
  color: #5c615c;
  font-size: 14px;
  line-height: 1.58;
}
.delivery-methods-minimal .button, .delivery-payment-minimal .button {
  margin-top: 13px;
}
.delivery-split-note {
  margin: 16px 0 0;
  color: #747974;
  font-size: 14px;
  line-height: 1.55;
}
.delivery-split-note p {
  margin: 16px 0 0;
}
.delivery-split-note p:first-child {
  margin-top: 0;
}
.delivery-split-block--payment {
  background: #f7f7f4;
  border: 1px solid #e3e0da;
  border-top: 3px solid #171917;
}
.delivery-bank-details {
  display: grid;
  grid-template-columns: 1.25fr 1fr .65fr;
  margin: 8px 0 0;
  padding: 0;
  border-top: 1px solid #d8d5cf;
  border-bottom: 1px solid #d8d5cf;
}
.delivery-bank-details div {
  min-width: 0;
  padding: 15px 16px 15px 0;
}
.delivery-bank-details div+div {
  padding-left: 16px;
  border-left: 1px solid #d8d5cf;
}
.delivery-bank-details dt {
  margin: 0 0 4px;
  color: #858983;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.delivery-bank-details dd {
  margin: 0;
  color: #171917;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.delivery-after-send {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #dedbd5;
}
.delivery-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 30px;
  margin: 19px 0 8px;
}
.delivery-after-grid h3 {
  margin: 0 0 7px;
  font-size: 16px;
}
.delivery-after-grid p {
  margin: 0;
  color: #5b605b;
  font-size: 14px;
  line-height: 1.58;
}
.delivery-after-send>p:last-child {
  margin: 17px 0 0;
  color: #5b605b;
  font-size: 14px;
}


.content-legal-help {
  margin-top: 28px;
  padding: 24px 28px;
  background: #0c100d;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-legal-help strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}
.content-legal-help p {
  color: #c9cec9;
  max-width: 720px;
  margin: 0 auto 8px;
}
.content-legal-help .button {
  margin-top: 2px;
}



.contact-page-section {
  padding: 68px 0 76px;
  background: #FFF;
}
.contact-page-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.contact-page-head h1 {
  margin: 0 0 15px;
  font-size: clamp(38px,4vw,54px);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.contact-page-head>p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #5a5a5a;
  font-size: 15.5px;
  line-height: 1.6;
}
.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
  box-shadow: 0 16px 50px rgba(0,0,0,.055);
}
.contact-info-card {
  padding: 42px 40px;
  background: var(--dark);
  color: #FFF;
}
.contact-info-card h2 {
  max-width: 360px;
  margin: 0;
  font-size: clamp(30px,2.65vw,40px);
  line-height: 1.08;
}
.contact-info-list {
  display: grid;
  align-items: start;
  margin-top: 38px;
  gap: 24px;
}
.contact-info-group {
  display: grid;
  gap: 7px;
  align-items: start;
  grid-auto-rows: max-content;
}
.contact-info-group>span, .contact-address-block>span {
  color: #9da49f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-info-group>a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  width: auto;
  overflow-wrap: anywhere;
  max-width: 100%;
  transition: color .2s ease;
}
.contact-info-group>a:hover {
  color: var(--accent);
}
.contact-socials {
  display: flex;
  gap: 10px;
  margin-top: 2px;
  gap: 12px;
}
.contact-socials a {
  display: grid;
  place-items: center;
  opacity: .9;
  transition: transform .2s ease, opacity .2s ease;
}
.contact-socials a:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.contact-socials a.social-mobile {
  display: none;
}
.contact-socials img {
  width: 22px;
  height: 22px;
}
.contact-address-inline strong {
  font-size: 14px;
  line-height: 1.55;
}
.contact-hours-group strong {
  font-size: 15px;
}



.contact-form-panel {
  padding: 42px 46px;
  background: var(--soft);
  border: 1px solid #e6e6e2;
  border-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-page-form {
  margin: 0;
  width: 100%;
  display: grid;
  gap: 19px;
}
.contact-page-form textarea {
  height: 112px;
  min-height: 112px;
  max-height: 112px;
}
.contact-form-submit{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:4px;
}
.contact-form-submit>p{
  max-width:330px;
  margin:0;
  color:#777;
  font-size:14px;
  line-height:1.5;
}
.contact-form-submit a{text-decoration:underline;text-underline-offset:2px}
.contact-page-form + .wpcf7-response-output {
  margin-top: 18px !important;
}





.reviews-page-section {
  background: #fff;
  padding: 72px 0 88px;
}
.reviews-page-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.reviews-page-head h1 {
  margin: 0 0 15px;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}
.reviews-page-head>p:last-child {
  max-width: 680px;
  margin: 0;
  color: #5e635e;
  font-size: 15px;
  line-height: 1.65;
}
.reviews-page-layout {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(320px,.55fr);
  gap: 34px;
  align-items: start;
}
.reviews-page-summary {
  display: flex;
  align-items: center ;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
  padding: 20px 22px;
  border: 1px solid #090d0b;
  background: #090d0b;
  color: #FFF;
}
.reviews-summary-count, .reviews-summary-score {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.reviews-summary-count strong, .reviews-summary-score strong {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.reviews-summary-count span {
  color: #c5cbc6;
  font-size: 14px;
}
.reviews-summary-score span {
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--accent);
}
.reviews-page-card {
  padding: 22px 24px 24px;
  border: 1px solid #e1ded8;
  background: #fff;
  border-top: 0;
}
.reviews-page-summary + .reviews-page-card {
  border-top: 1px solid #e1ded8;
}
.reviews-page-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}
.reviews-page-card-top strong {
  font-size: 16px;
}
.reviews-page-card-top span {
  color: var(--accent);
  font-size: 15px;
  letter-spacing: 1;
  white-space: nowrap;
}
.reviews-page-card p {
  max-width: 720px;
  margin: 0;
  color: #555b55;
  font-size: 14px;
  line-height: 1.68;
}

.reviews-page-form-panel {
  position: sticky;
  top: calc(var(--header) + 24px);
  padding: 27px 28px 29px;
  border: 1px solid #171917;
  background: #fff;
}
.reviews-page-form-panel h2 {
  font-size: 30px;
  line-height: 1.08;
  margin: 0 0 10px;
  color: #171917;
}
.reviews-page-form-panel>p:not(.section-label) {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 22px;
  color: #5a5f5a;
}
.reviews-page-form {
  display: grid;
  gap: 16px;
}
.reviews-page-form label{
  display:grid;
  gap:7px;
}
.reviews-page-form > label>span:first-child,
.reviews-rating-field legend{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  color: #5d5d5d;
}
.reviews-page-form input:not([type="submit"]),
.reviews-page-form textarea{
  width:100%;
  border:1px solid #d7d4ce;
  background:#fff;
  padding:12px 13px;
  color:#171917;
  font:inherit;
  font-weight: 400;
  outline:none;
}
.reviews-page-form input:not([type="submit"]):focus,
.reviews-page-form textarea:focus{
  border-color:var(--accent);
}
.reviews-rating-field{
  margin:0;
  padding:0;
  border:0;
}
.reviews-rating-field legend{
  margin-bottom:8px;
  padding: 0;
}
.reviews-rating-picker{
  display:flex;
  flex-direction:row-reverse;
  justify-content:flex-end;
  width:max-content;
}

.reviews-rating-picker .wpcf7-list-item{
  margin:0;
}

.reviews-rating-picker input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.reviews-rating-picker label{
  display:block;
  padding-right:4px;
  color:var(--accent);
  font-size:30px;
  line-height:1;
  cursor:pointer;
}

.reviews-rating-picker .wpcf7-list-item-label{
  display:none;
}

.reviews-rating-picker label::before{
  content:"☆";
}

/* Hover */
.reviews-rating-picker .wpcf7-list-item:hover,
.reviews-rating-picker .wpcf7-list-item:hover ~ .wpcf7-list-item{
  color:var(--accent);
}

.reviews-rating-picker .wpcf7-list-item:hover label::before,
.reviews-rating-picker .wpcf7-list-item:hover ~ .wpcf7-list-item label::before{
  content:"★";
}

/* Selected */
.reviews-rating-picker .wpcf7-list-item:has(input:checked),
.reviews-rating-picker .wpcf7-list-item:has(input:checked) ~ .wpcf7-list-item{
  color:var(--accent);
}

.reviews-rating-picker .wpcf7-list-item:has(input:checked) label::before,
.reviews-rating-picker .wpcf7-list-item:has(input:checked) ~ .wpcf7-list-item label::before{
  content:"★";
}

.reviews-form-note {
  margin: -4px 0 0;
  color: #7a7e79;
  font-size: 14px;
  line-height: 1.4;
}
.reviews-page-form + .wpcf7-response-output {
  margin-top: 18px !important;
}






.simple-state-section {
  background: #fff;
  min-height: calc(100vh - var(--header) - 120px);
  display: flex;
  align-items: center;
  padding: 86px 0 96px;
}
.simple-state-shell {
  width: min(calc(100% - 64px), 880px);
  text-align: center;
}
.simple-state-shell h1 {
  margin: 0 auto 19px;
  max-width: 760px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.05em;
}
.simple-state-shell>p:not(.section-label):not(.error-code) {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
}



@media (max-width: 1399px) {
  .about-page-layout {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: clamp(36px, 3vw, 60px);
  }
}




@media (max-width: 1199px) {
  .products-catalog-section,
  .why-granite-section {
    padding: 60px 0 64px;
  }
  .why-granite-grid {
    row-gap: 24px;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .about-page-section {
    padding: 66px 0 70px;
  }
  .about-page-media {
    min-height: 430px;
  }
  .cooperation-section {
    padding: 56px 0 60px;
  }
  .about-team-section {
    padding: 68px 0;
  }
  .about-team-layout {
    gap: 46px;
  }
  .about-team-media {
    width: 470px;
  }
  .page-section {
    padding: 48px 0 68px;
  }
  .contact-page-layout {
    grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr);
  }
  .contact-info-card,
  .contact-form-panel {
    padding: 38px 34px;
  }
}




@media (max-width: 991px) {
  .products-catalog-section {
    padding: 52px 0 56px;
  }
  .products-catalog-head {
    display: block;
    margin-bottom: 30px;
  }
  .products-catalog-head>p {
    max-width: 100%;
    margin-top: 16px;
  }
  .stone-sample-card {
    grid-template-columns: 230px auto;
  }
  .stone-sample-copy {
    padding: 34px clamp(34px,4.2vw,64px);
  }
  .why-granite-section {
    padding: 52px 0 56px;
  }
  .why-granite-grid {
    gap: 23px 34px;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .gallery-page-section {
    padding: 56px 0 62px;
  }
  .gallery-page-head {
    margin-bottom: 30px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-page-section {
    padding: 58px 0 62px;
  }
  .about-page-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cooperation-section {
    padding: 50px 0 54px;
  }
  .cooperation-heading {
    margin-bottom: 30px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .benefit-item {
    grid-template-columns:  31px minmax(0, 1fr);
    gap: 15px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .benefit-item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .about-team-section {
    padding: 58px 0;
  }
  .about-team-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-team-media {
    height: 430px;
    width: 100%;
  }
  .contact-page-section-only {
    padding: 56px 0 62px;
  }
  .contact-page-head {
    margin-bottom: 30px;
  }
  .contact-page-layout {
    grid-template-columns: 1fr;
    box-shadow: 0 16px 50px rgba(0,0,0,.055);
  }
  .contact-info-list {
    margin-top: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: flex-start;
  }
  .contact-info-group {
    align-self: start;
  }
  .contact-info-group:last-child {
    grid-column: 1 / -1;
  }
  .contact-form-panel {
    border-left: 1px solid #e6e6e2;
    border-top: 0;
  }

  .reviews-page-layout {
    grid-template-columns: 1fr;
  }
  .reviews-page-form-panel {
    position: relative;
    top: 0;
  }
}



@media (max-width: 767px) {
  .stone-sample-section {
      padding: 46px 0;
  }
  .stone-sample-card {
    height: auto;
    display: block;
  }
  .stone-sample-media {
    height: 210px;
    min-height: auto;
  }
  .stone-sample-copy {
    padding: 24px;
  }

  .wc-block-components-notice-banner__content .button, .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    float: none;
    margin-left: 0;
    margin-top: 12px;
    display: block;
    width: max-content;
    max-width: 100%;
  }

  .gallery-page-section {
    padding: 46px 0 52px;
  }
  .gallery-page-head {
    margin-bottom: 26px;
  }
  .gallery-page-head h1 {
    font-size: 36px;
  }
  .gallery-grid {
    gap: 9px;
  }

  .products-catalog-head {
    text-align: center;
    margin-bottom: 27px;
  }
  .products-catalog-head>p {
    margin: 13px auto 0;
    font-size: 14px;
  }
  .product-color-filter {
    justify-content: center;
    margin-bottom: 26px;
  }
  .products-catalog-head h2 {
    font-size: 32px;
  }

  .about-page-section {
    padding: 48px 0 52px;
  }
  .about-page-copy h2 {
    font-size: 34px;
    margin-bottom: 17px;
  }
  .about-page-copy>p:not(.section-label) {
    font-size: 14.5px;
    line-height: 1.6;
  }
  .about-page-facts {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .about-page-facts>div {
    padding: 14px 0;
  }
  .about-page-facts>div+div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #dededb;
  }
  .about-page-media {
    height: 350px;
    min-height: auto;
  }
  .about-page-media>img {
    min-height: auto;
  }

  .cooperation-section {
    padding: 44px 0 47px;
  }
    .cooperation-heading {
    max-width: 560px;
    margin-bottom: 25px;
  }
    .cooperation-heading h2 {
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 11px;
  }
    .cooperation-heading>p:last-child {
    max-width: 500px;
    font-size: 14px;
    line-height: 1.5;
  }
  .benefits-grid {
    max-width: 560px;
  }
  .benefit-item {
    padding: 16px 0;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 13px;
  }
  .benefit-item>img {
    width: 24px;
    height: 24px;
  }
  .benefit-item h3 {
    font-size: 16.5px;
    margin-bottom: 5px;
  }
  .about-team-section {
    padding: 50px 0;
  }
  .about-team-media {
    height: 350px;
  }
  .about-team-copy h2 {
    font-size: 33px;
    margin-bottom: 16px;
  }
  .about-team-copy>p:not(.section-label) {
    font-size: 14.5px;
    line-height: 1.6;
  }
  .about-team-points {
    display: grid;
    gap: 8px;
    margin-top: 21px;
  }
  .why-granite-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .delivery-split-block {
    padding: 24px;
  }
  .delivery-methods-minimal, .delivery-payment-minimal, .delivery-bank-details, .delivery-after-grid {
    grid-template-columns: 1fr;
  }
  .delivery-methods-minimal .button, .delivery-payment-minimal .button {
    width: 100%;
  }
  .delivery-bank-details div+div {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #d8d5cf;
  }
  .contact-page-head {
    margin-bottom: 26px;
  }
  .contact-info-card {
    padding: 31px 26px;
  }
  .contact-info-card h2, .contact-form-panel h2, .contact-address-card h2 {
    font-size: 30px;
  }
  .contact-info-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }
  .contact-form-panel {
    padding: 31px 26px;
  }
  .contact-form-submit {
    align-items: center;
    flex-direction: column;
    gap: 13px;
  }
  .contact-form-submit .button {
    width: 100%;
  }
  .contact-form-submit>p {
    text-align: center;
  }
  .simple-state-section {
    padding: 70px 0 78px;
  }
  .simple-state-shell h1 {
    font-size: 40px;
  }

  .reviews-page-section {
    padding: 52px 0 60px;
  }
  .reviews-page-head {
    margin-bottom: 25px;
  }
  .reviews-page-head h1 {
    font-size: 38px;
  }
  .reviews-page-summary {
    padding: 17px 18px;
  }
  .reviews-page-card {
    padding: 19px 18px 21px;
  }
  .reviews-page-form-panel {
    padding: 23px 20px 24px;
  }

  .about-page-logo {
    width: 144px;
    height: 88px;
  }
  .about-page-logo img {
    width: 118px;
    max-height: 72px;
  }
  .content-legal-help {
    padding: 22px 20px;
  }
  .content-legal-help strong {
    font-size: 20px;
  }
  .sample-modal-row {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 575px) {
  .page-container {
    width: min(calc(100% - 26px), var(--container));
  }
  .products-catalog-head h2 {
    font-size: 28px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .about-page-copy h2 {
    font-size: 30px;
  }
  .about-page-media {
    height: 300px;
  }
  .cooperation-heading h2,
  .why-granite-head h2,
  .about-team-copy h2 {
    font-size: 29px;
  }
  .simple-state-actions {
    flex-direction: column;
  }
  .simple-state-actions {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .simple-state-shell h1,
  .simple-state-wrap h1 {
    font-size: 34px;
  }
  .simple-state-shell>p:not(.section-label):not(.error-code),
  .simple-state-wrap>p:not(.section-label):not(.error-code) {
    font-size: 14.5px;
  }
}