/*
Theme Name: Ahway
Theme URI: https://ahway.sa/
Author: Ahway
Author URI: https://ahway.sa/
Description: Custom WordPress theme for Ahway accommodation and booking experiences.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: ahway
*/

:root{
    --ahway-green:#194434;
    --ahway-green-dark:#194434;
    --ahway-gold:#c4a461;
    --ahway-orange:#c6653d;
    --ahway-ink:#010101;
    --ahway-muted:#775531;
    --ahway-soft:#faf5c7;
    --ahway-brown:#775531;
    --ahway-beige:#d1bf8f;
    --ahway-cream:#faf5c7;
    --ahway-white:#fff;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    overflow-x:hidden;
    background:#fff;
    color:var(--ahway-ink);
    font-family:"Alexandria","Tahoma",Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

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

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

.screen-reader-text{
    position:absolute!important;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

.screen-reader-text:focus{
    top:8px;
    right:8px;
    z-index:100000;
    width:auto;
    height:auto;
    padding:12px 16px;
    clip:auto;
    border-radius:8px;
    background:#fff;
    color:var(--ahway-green-dark);
}

.ahway-page-main{
    width:100%;
    min-height:45vh;
}

.ahway-default-page{
    width:min(900px,calc(100% - 32px));
    margin:0 auto;
    padding:72px 0;
}

.ahway-default-page h1{
    color:var(--ahway-green-dark);
    font-size:clamp(34px,5vw,58px);
}

.ahway-component-missing{
    width:min(1180px,calc(100% - 32px));
    margin:30px auto;
    padding:20px;
    border:1px dashed rgba(25,68,52,.3);
    border-radius:14px;
    background:#f7faf8;
    color:var(--ahway-green-dark);
    text-align:center;
}

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